- 28 Jan, 2019 1 commit
-
-
Michael Niedermayer authored
Suggested-by: BBB Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Jan, 2019 3 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>
-
- 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>
-
- 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.
-
- 03 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 02 Dec, 2018 2 commits
-
-
Carl Eugen Hoyos authored
Fixes fate-pixelutils on aix.
-
Martin Vignali authored
based on patch by Kieran Kunhya ticket 7163
-
- 28 Nov, 2018 1 commit
-
-
Peter Ross authored
-
- 25 Nov, 2018 1 commit
-
-
Martin Vignali authored
-
- 24 Nov, 2018 2 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
- 22 Nov, 2018 1 commit
-
-
Paul B Mahol authored
Update fate test.
-
- 17 Nov, 2018 1 commit
-
-
Philip Langdale authored
The header guards were unnecessarily non-standard and the c file inclusion trick means the files dont't have standard licence headers. Based on a patch by: Martin Vignali <martin.vignali@gmail.com>
-
- 12 Nov, 2018 1 commit
-
-
Jun Zhao authored
Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 11 Nov, 2018 3 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
Mark Thompson authored
With fate test using the SLPPLP_A_VIDYO_2 conformance file, which contains two sublayers with full PTL information.
-
- 27 Oct, 2018 2 commits
-
-
Michael Niedermayer authored
This is needed for processing 32bit floats Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
This is needed because of 32bit float formats (which are difficult to store in 16bits) This also fixes undefined behavior found by fate Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 26 Oct, 2018 1 commit
-
-
Josh de Kock authored
This test ensures that you are able to send N number of slice NALUs in slice threaded mode to be decoded simultaneously
-
- 23 Oct, 2018 1 commit
-
-
Josh de Kock authored
-
- 18 Oct, 2018 4 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame header instead of default (unknown, unknown, Rec601) avoid color shift, on some decoding software
-
- 14 Oct, 2018 1 commit
-
-
Michael Niedermayer authored
References: bb89109a, 84e8a87c, ea55a11c, 3d38e45eSigned-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 12 Oct, 2018 4 commits
-
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
- 07 Oct, 2018 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 25 Sep, 2018 1 commit
-
-
Paul B Mahol authored
-
- 23 Sep, 2018 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 10 Sep, 2018 1 commit
-
-
Paul B Mahol authored
Remove now unused step variable.
-
- 09 Sep, 2018 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
Speed goes from 363 fps to 428 fps for 640x480 video.
-