- 11 Nov, 2017 2 commits
-
-
Sasi Inguva authored
Partially fixes t/6699. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
avformat/utils: Look at the first 3 frames if timestamps indicate frame reorder but decoder delay does not Fixes: Ticket6487 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Nov, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 06 Nov, 2017 2 commits
-
-
Martin Vignali authored
add_median_pred add_left_pred : add two func one with acc 0, and one with random acc add_left_pred16
-
Martin Vignali authored
-
- 04 Nov, 2017 1 commit
-
-
Sasi Inguva authored
Partially fixes t/6699. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 03 Nov, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 30 Oct, 2017 1 commit
-
-
Jonas Licht authored
Subtract the calculated dts offset from the requested timestamp before seeking. This fixes an error "Error while filtering: Operation not permitted" observed with a short file which contains only one key frame and starts with negative timestamps. Then, av_index_search_timestamp() returns a valid negative timestamp, but mov_seek_stream bails out with AVERROR_INVALIDDATA. Fixes ticket #6139. Signed-off-by:
Jonas Licht <jonas.licht@fem.tu-ilmenau.de> Signed-off-by:
Peter Große <pegro@friiks.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Oct, 2017 2 commits
-
-
Carl Eugen Hoyos authored
Fixes fate-mov-invalid-elst-entry-count on a ppc system.
-
Carl Eugen Hoyos authored
-
- 28 Oct, 2017 2 commits
-
-
Marton Balint authored
Previously alac encoder was used, from a first glance I thought it is bitexact, but it turns out it is using floating point arithmetic as well, so probably it is not. Fixes fate failures on mingw32/64. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Sasi Inguva authored
Signed-off-by:
Sasi Inguva <isasi@google.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Oct, 2017 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 26 Oct, 2017 3 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Tobias Rapp authored
According to EBU tech 3285 supplement 3 the dwPosPeakOfPeaks field should contain the absolute position to the maximum audio sample value, but the current implementation writes the relative peak frame index instead. Fix the issue by writing the "unknown" value (-1) for now until the feature is implemented correctly. Previous version reviewed-by: Peter Bubestinger <p.bubestinger@av-rd.com> Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 25 Oct, 2017 1 commit
-
-
Zhong Li authored
Signed-off-by:
Zhong Li <zhong.li@intel.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Oct, 2017 2 commits
-
-
Zhong Li authored
Signed-off-by:
Zhong Li <zhong.li@intel.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Oct, 2017 1 commit
-
-
Mateusz authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 21 Oct, 2017 1 commit
-
-
Dale Curtis authored
Sets the correct start padding value when an edit list is present. A new fate test is added, fate-mov-440hz-10ms, to ensure this is handled correctly. Signed-off-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Sasi Inguva <isasi-at-google.com@ffmpeg.org> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Oct, 2017 2 commits
-
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/> (cherry picked from commit 3cae7f8b) (cherry picked from commit fbd63170)
-
Mark Thompson authored
This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Also adds a unit test. (cherry picked from commit b5859e0b)
-
- 11 Oct, 2017 1 commit
-
-
James Almer authored
Regression since 85e2fe62Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 10 Oct, 2017 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 03 Oct, 2017 4 commits
-
-
Martin Vignali authored
Also modify the required alignment, to 32 instead of 16 for several codecs Signed-off-by:
James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
-
Michael Niedermayer authored
-
James Almer authored
The first frame changes depending on --enable-memory-poisoning being used to configure ffmpeg or not, even if requesting bitexact decoding. Disable the test until this is fixed. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 01 Oct, 2017 1 commit
-
-
Martin Vignali authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 30 Sep, 2017 1 commit
-
-
Brian Matherly authored
Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Sep, 2017 1 commit
-
-
Tobias Rapp authored
Should fix failing tests on GNU/kFreeBSD x86_32. Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 28 Sep, 2017 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 27 Sep, 2017 2 commits
-
-
Tobias Rapp authored
Metadata filter output is passed through an Awk script comparing floats against reference values with specified "fuzz" tolerance to account for architectural differences (e.g. x86-32 vs. x86-64). Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 26 Sep, 2017 1 commit
-
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
-
- 24 Sep, 2017 1 commit
-
-
Paras Chadha authored
Signed-off-by:
Paras Chadha <paraschadha18@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 23 Sep, 2017 1 commit
-
-
Thomas Mundt authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Thomas Mundt <tmundt75@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 18 Sep, 2017 2 commits
-
-
Tobias Rapp authored
Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
Thomas Mundt authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-