- 13 Jan, 2018 3 commits
-
-
Daniil Cherednik authored
Signed-off-by:
Daniil Cherednik <dan.cherednik@gmail.com>
-
Rostislav Pehlivanov authored
It tests a useless profile which sounds no better than regular aac and which takes extremely long to encoder something. Also it has been behind experimental flag for as long as it has been supported. Should be removed altogether sometime in the future.
-
Rostislav Pehlivanov authored
The twoloop coder sounds decent at low bitrates, however at higher bitrates it sounds worse than the fast coder (which used to be the old twoloop coder before October 2015) and needs quite a lot more CPU. Change the default to fast. It has been well tested and has had little changes over the years so its been confirmed to be quite stable. Also change its description (not valid for more than a year) and the documentation. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 12 Jan, 2018 1 commit
-
-
Marton Balint authored
The framerate filter was quite convoluted with some filter_frame / request_frame logic bugs. It seemed easier to rewrite the whole filter_frame / request_frame part and also the frame interpolation ratio calculation part in one step. Notable changes: - The filter now only stores 2 frames instead of 3 - filter_frame outputs all the frames it can to be able to handle consecutive filter_frame calls which previously caused early drops of buffered frames. - because of this, request_frame is largely simplified and it only outputs frames on flush. Previously consecuitve request_frame calls could cause the filter to think it is in flush mode filling its buffer with the same frames causing a "ghost" effect on the output. - PTS discontinuities are handled better - frames with unknown PTS values are now dropped Fixes ticket #4870. Probably fixes ticket #5493. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 08 Jan, 2018 1 commit
-
-
James Almer authored
Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 07 Jan, 2018 1 commit
-
-
James Almer authored
Missed in c17f4761 and 8bbd8c8dSigned-off-by:
James Almer <jamrial@gmail.com>
-
- 06 Jan, 2018 2 commits
-
-
James Almer authored
Missed in c17f4761. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 05 Jan, 2018 2 commits
-
-
James Almer authored
The PERSIST_RPARAM_A_RExt_Sony_1 bitstream has an out-of-range value and has therefore been superseded. It is otherwise identical, and decodes the same. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Anton Khirnov authored
(cherry picked from commit 5cc0057f) Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 04 Jan, 2018 1 commit
-
-
Marton Balint authored
It was truncated to int later on anyway. Fate test changes are due to rounding instead of truncation. Fixes fate test failures on x86-32 (gcc 4.8 (Ubuntu 4.8.5-2ubuntu1~14.04.1)) after 090b7406. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 02 Jan, 2018 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 29 Dec, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 24 Dec, 2017 1 commit
-
-
James Darnley authored
-
- 22 Dec, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 21 Dec, 2017 2 commits
-
-
Marton Balint authored
- normalize score to [0..100] instead of [0..85] - change the default score to 8.2 to roughly keep existing behaviour - take into account bit depth - do not truncate to integer Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 20 Dec, 2017 1 commit
-
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Dec, 2017 5 commits
-
-
James Almer authored
This reverts commit adff97be. It currently fails on Windows targets. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jun Zhao authored
Refine the coding style. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jun Zhao authored
Check fread return value to fix build warning as "ignoring return value of ‘fread’" Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Martin Vignali authored
-
- 13 Dec, 2017 1 commit
-
-
Martin Vignali authored
-
- 12 Dec, 2017 1 commit
-
-
Martin Storsjö authored
This fixes fate-checkasm-hevc_mc on ARMCC 5.0 after adding NEON HEVC MC assembly. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 10 Dec, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 09 Dec, 2017 3 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
-
- 08 Dec, 2017 5 commits
-
-
Michael Niedermayer authored
-
Mark Reid authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Mark Reid authored
Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Rostislav Pehlivanov authored
Resulted in valgrind errors due to uninitialized memory. Also updates fate and makes it use the tron sample result. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
Rostislav Pehlivanov authored
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- 06 Dec, 2017 2 commits
-
-
James Almer authored
Every bitstream filter behaves as intended now, so there's no need to wait for the first packet of every stream. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 05 Dec, 2017 1 commit
-
-
sfan5 authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 04 Dec, 2017 3 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Rostislav Pehlivanov authored
Can't overwrite old ones. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-