- 24 Mar, 2018 2 commits
-
-
Martin Vignali authored
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@isasi.mtv.corp.google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Mar, 2018 1 commit
-
-
James Almer authored
And actually enable it. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 18 Mar, 2018 1 commit
-
-
Martin Vignali authored
test extract color and alpha with the three main kind of hap frame : - no snappy compression - snappy compression and one chunk - snappy compression and several chunks (16 here) like the bsf filter need to be used with vtag and encoder edition also test the information of the target mov for color and alpha
-
- 17 Mar, 2018 2 commits
-
-
Martin Vignali authored
the test in none mode can be let (they don't use libsnappy)
-
James Almer authored
Reviwed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 Mar, 2018 2 commits
-
-
Martin Vignali authored
with and without snappy compression with chunk 1 or chunk 16 for hap, hapa, and hapq
-
Martin Vignali authored
-
- 10 Mar, 2018 1 commit
-
-
Sasi Inguva authored
Fixes seek for files with empty edits and files with negative ctts (dts_shift > 0). Added fate samples and tests. Signed-off-by:
Sasi Inguva <isasi@isasi.mtv.corp.google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Mar, 2018 1 commit
-
-
Yingming Fan authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 24 Feb, 2018 1 commit
-
-
Martin Vignali authored
ticket 6994
-
- 21 Feb, 2018 1 commit
-
-
Calvin Walton authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Feb, 2018 1 commit
-
-
Tobias Rapp authored
Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 17 Feb, 2018 1 commit
-
-
Calvin Walton authored
These tests cover specific rounding behaviour, to ensure that I don't introduce any regressions with the rewritten "activate" callback based fps filter. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 16 Feb, 2018 1 commit
-
-
Gyan Doshi authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Feb, 2018 1 commit
-
-
Richard Shaffer authored
A basic test for demuxing raw AAC (ADTS) with ID3v2 tags.
-
- 11 Feb, 2018 1 commit
-
-
Muhammad Faiz authored
Remove runtime check at codec_desc.c Reviewed-by:
wm4 <nfxjfg@googlemail.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 02 Feb, 2018 1 commit
-
-
Richard Shaffer authored
Adds basic unit test for parsing ID3v2 tags. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 28 Jan, 2018 2 commits
-
-
Martin Vignali authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 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>
-
- 08 Jan, 2018 1 commit
-
-
James Almer authored
Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 06 Jan, 2018 1 commit
-
-
James Almer authored
Missed in c17f4761. Signed-off-by:
James Almer <jamrial@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>
-
- 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
-
- 21 Dec, 2017 1 commit
-
-
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 2 commits
-
-
James Almer authored
This reverts commit adff97be. It currently fails on Windows targets. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Martin Vignali authored
-
- 13 Dec, 2017 1 commit
-
-
Martin Vignali authored
-
- 08 Dec, 2017 4 commits
-
-
Michael Niedermayer authored
-
Mark Reid authored
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 1 commit
-
-
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>
-