- Feb 06, 2018
-
-
Thomas Daede authored
-
Thomas Daede authored
Add support for V_PRED
-
Luc Trudeau authored
Wraps the libaom highbd_v_predictor
-
Thomas Daede authored
rav1repl: add exit+quit commands
-
Thomas Daede authored
Don't rebuild unnecessarily.
-
Thomas Daede authored
Native rust h_pred implementation
-
Tristan Matthews authored
-
Thomas Daede authored
Upgrade dependencies, use less strict bounds
-
Michael Bebenita authored
-
- Feb 05, 2018
-
-
Luc Trudeau authored
Since it is not visible outside of test
-
Luc Trudeau authored
-
Luc Trudeau authored
-
Guillaume Martres authored
-
Thomas Daede authored
Replace od_icdf() usage with actual constants.
-
Thomas Daede authored
Add extremely basic RDO
-
Nathan E. Egge authored
The only calls to od_icdf() use constants so this function is unnecessary and can be deleted.
-
Guillaume Martres authored
On a rescaled 192x64 version of akiyo_qcif this reduces file size by ~10% for a ~.3 dB loss on PSNR. - Only chooses between DC_PRED and H_PRED at the superblock level - Distortion is just SSE - Uses floating-point math for no reason
-
Thomas Daede authored
Test the entropy encoder
-
Guillaume Martres authored
-
Guillaume Martres authored
-
Guillaume Martres authored
intra_mode_ind is no longer used
-
Luca Barbato authored
Leverage the aom reader.
-
Thomas Daede authored
Make the --output parameter mandatory.
-
Thomas Daede authored
-
Thomas Daede authored
Fix the example command line parameter.
-
Nathan E. Egge authored
-
Thomas Daede authored
-
Thomas Daede authored
-
Nathan E. Egge authored
Drop the --release parameter from cargo so it builds faster.
-
Thomas Daede authored
Move pred_dc_4x4 to testing namespace
-
Luc Trudeau authored
Since it is only available for testing.
-
Thomas Daede authored
Add Travis build status badge.
-
Thomas Daede authored
Fix command line
-
Nathan E. Egge authored
Change the rav1e command line to take an option -o OUTPUT to match every other encoder. If no output is specified, it will write to stdout.
-
Nathan E. Egge authored
The encoder now prints status to stderr instead of stdout.
-
Nathan E. Egge authored
Use a Box<Write> instead of File for the output_file field of EncoderFiles. This matches the input_file: Box<Read> field.
-
Michael Bebenita authored
-
Thomas Daede authored
Implement a pure-rust pred_dc
-
Luca Barbato authored
And add some tests.
-
Thomas Daede authored
Fix #2: Enable Travis
-