- 07 Dec, 2018 5 commits
-
-
Raphaël Zumer authored
* Handle color description in the header * Allow setting color description via CLI
-
Frank Bossen authored
-
Raphaël Zumer authored
-
Luca Barbato authored
Add the missing Color config semantics enums They match ISO/IEC 23091-4/ITU-T H.273.
-
Frank Bossen authored
-
- 06 Dec, 2018 15 commits
-
-
Raphaël Zumer authored
-
Raphaël Zumer authored
-
Raphaël Zumer authored
-
Raphaël Zumer authored
* Move use statements to the heads of their modules * Split local and external module use statements * Reorder use statements alphabetically by module name
-
-
Raphaël Zumer authored
-
Raphael Zumer authored
-
Raphael Zumer authored
-
Raphael Zumer authored
-
Raphael Zumer authored
-
Raphael Zumer authored
-
David Michael Barr authored
-
David Michael Barr authored
Helped-by:
Henrik Gramner <gramner@twoorioles.com>
-
Yushin Cho authored
-
Yushin Cho authored
-
- 05 Dec, 2018 7 commits
-
-
Fixes an unused macro warning.
-
Yushin Cho authored
-
Raphael Zumer authored
Support all chroma sampling formats.
-
David Michael Barr authored
-
-
Remove "-- --ignored" from decode test command line.
-
David Michael Barr authored
That is, with Block::W stride rather than fixed 32 stride.
-
- 04 Dec, 2018 1 commit
-
-
Raphaël Zumer authored
* Remove redundant comments * Replace assert!(false) with unimplemented!()
-
- 03 Dec, 2018 1 commit
-
-
Moves the key frame props and inter frame props setup to be static initializers on FrameInvariants, which is more cohesive. This also prepares for the potential addition of a lookahead capability.
-
- 30 Nov, 2018 1 commit
-
-
Yushin Cho authored
-
- 29 Nov, 2018 1 commit
-
-
Yushin Cho authored
Number of columns sholud be used.
-
- 28 Nov, 2018 2 commits
-
-
-
When enabled via --psnr flat, will output planar and average PSNR for the video at the end. In verbose mode, will output planar PSNR for each frame. Closes #672
-
- 27 Nov, 2018 2 commits
-
-
Detects the level of difference between the current frame and the previous frame, and if the difference is above a preset threshold, encodes the current frame as a keyframe. Introduces a new CLI option, --max-keyint (-i), to set the maximum interval between two keyframes. Reuses the existing --keyint (-I) option as the minimum interval between two keyframes. Sets the default minimum to be 12 frames. To disable scenechange detection, set the max and min to be equal via the CLI.
-
Kyle Siefring authored
-
- 26 Nov, 2018 1 commit
-
-
Yushin Cho authored
Change the default key frame interval from 30 to 240 For the test set vc-360p-1 master_gop_size_30@2018-11-26T21:44:33.537Z -> master_gop_size_240@2018-11-26T19:54:21.900Z PSNR | PSNR Cb | PSNR Cr | PSNR HVS | SSIM | MS SSIM | CIEDE 2000 -24.0682 | -17.4493 | -17.5778 | -24.1882 | -24.5156 | -24.3186 | -21.7343
-
- 23 Nov, 2018 2 commits
-
-
Romain Vimont authored
The return type of process_frame() has changed from Option<FrameSummary> to Vec<FrameSummary> in commit 84f61fa4. Adapt usage for rav1repl accordingly.
-
Romain Vimont authored
The return type of parse_cli() has changed from tuple to struct CliOptions in 714c5ca7. Adapt usage for rav1repl accordingly.
-
- 21 Nov, 2018 2 commits
-
-
Thomas Daede authored
-
-