- 19 Mar, 2019 1 commit
-
-
James Almer authored
Set threads back to 1. Fixes fate when run in multi threaded mode. Regression since d0c43e32. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 15 Mar, 2019 1 commit
-
-
Carl Eugen Hoyos authored
The file has to be created first, fixes fate without zlib.
-
- 14 Mar, 2019 2 commits
-
-
James Almer authored
Should fix fate failures on big endian targets. Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
-
- 13 Mar, 2019 1 commit
-
-
Mark Reid authored
Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 09 Mar, 2019 1 commit
-
-
Martin Vignali authored
fix the call of the unsafe version of slice encoding in interlace mode fix padding line count in sub image with fill in interlace mode
-
- 04 Mar, 2019 1 commit
-
-
Martin Vignali authored
-
- 27 Feb, 2019 2 commits
-
-
Janne Grunau authored
-
Martin Vignali authored
-
- 20 Feb, 2019 1 commit
-
-
Adam Sampson authored
When a JACOsub subtitle has two timestamps, they represent its start and end times (http://unicorn.us.com/jacosub/jscripts.html#l_times); the duration is the difference between the two, not the sum of the two. The subtitle end times in the FATE test for this were wrong as a result; fix them too. (This test is based on JACOsub's demo.txt, and the end time computed for the last line using @ now matches what the comments there say it should be.) Also tested in practice using MPV, a LaserDisc, and some authentic 1993 JACOsub files. Signed-off-by:
Adam Sampson <ats@offog.org> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 19 Feb, 2019 1 commit
-
-
Tomas Härdin authored
If we fill with black then the generated palette will have one color more than what the user requested. This also resulted in unwanted black specks in the output of paletteuse, especially when generating small palettes.
-
- 16 Feb, 2019 11 commits
-
-
Diego Biurrun authored
Rename a test in the process for consistency and simplicity and remove the remnants of the now-unused lavf regression test scripts.
-
Diego Biurrun authored
Rename some tests in the process for consistency and simplicity.
-
Diego Biurrun authored
Also split monolithic lavf-pixfmt test into individual tests.
-
Diego Biurrun authored
Rename some tests in the process for consistency and simplicity.
-
Diego Biurrun authored
Rename some tests in the process for consistency and simplicity.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
These directories are not just for object files.
-
- 14 Feb, 2019 1 commit
-
-
Timo Rothenpieler authored
-
- 12 Feb, 2019 1 commit
-
-
Jun Zhao authored
Use av_ts2str() for AVFrame.pkt_dts/pts to avoid print the pkt_dts/pts as negative number like: "0, 3616613, -9223372036854775808, 1001, 3110400, 0x75e37a65" Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 31 Jan, 2019 1 commit
-
-
Carl Eugen Hoyos authored
Fixes the following warning: tests/checkasm/checkasm.c:615:12: warning: 'bench_init_ffmpeg' defined but not used
-
- 28 Jan, 2019 1 commit
-
-
Michael Niedermayer authored
Suggested-by: BBB Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Jan, 2019 4 commits
-
-
Peter Ross authored
The VP3/4/5/6 reference decoders all use three IDCT versions: one for the DC-only case, another for blocks with more than 10 coefficients, and an optimised one for blocks with up to 10 AC coefficents. VP6 relies on the sparse 10 coefficient version, and without it, IDCT drift occurs. Fixes: https://trac.ffmpeg.org/ticket/1282Signed-off-by:
Peter Ross <pross@xvid.org>
-
Peter Ross authored
Partially fixes: https://trac.ffmpeg.org/ticket/1282Signed-off-by:
Peter Ross <pross@xvid.org>
-
Peter Ross authored
Partially fixes: https://trac.ffmpeg.org/ticket/1282Signed-off-by:
Peter Ross <pross@xvid.org>
-
Janne Grunau authored
-
- 14 Jan, 2019 1 commit
-
-
Rafaël Carré authored
This program only takes 2 arguments Remove comment that was never right Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 13 Jan, 2019 1 commit
-
-
James Almer authored
Should fix failures on x86_32. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 04 Jan, 2019 1 commit
-
-
Steven Liu authored
init add three test examples: 1. check no endlist at the end 2. check endlist at the end 3. check hls_list_size 0 full list Tested-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 03 Jan, 2019 1 commit
-
-
James Almer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 20 Dec, 2018 1 commit
-
-
Jun Zhao authored
Change the some options location in avcodec_options to make code more readable. And update the fate test with this change. Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 19 Dec, 2018 1 commit
-
-
Michael Niedermayer authored
Fixes: test failure on powerpc Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 13 Dec, 2018 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
Now "-c copy" works. Update FATE files. Demuxer only split file into packets, no data is trimmed. Encoder & muxer currently expect completely another format where muxer writes stuff like disposal method which should be really encoder job. With this patch muxer only modifies delay between two packets. Codec copy need to have same behavior between demuxer and muxer to work correctly. Fixes #6640.
-
- 11 Dec, 2018 1 commit
-
-
Carl Eugen Hoyos authored
In system header /usr/include/sys/mstsave.h, aix defines NUMBER_OF_FRAMES, causing redefinition warnings.
-