- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
This allows us to test the slice threading code.
-
- 14 Feb, 2013 2 commits
-
-
Michael Niedermayer authored
Other software does not store it in this case, and the information is provided by the codec stream Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
The QuickTime specification does not contain any hint that the atom must not be written in some cases and both the QuickTime and the AVID decoders do not fail if the atom is present. This change allows to signal (visually) interlaced streams with a codec different from uncompressed video. As a side-effect, this fixes ticket #2202
-
- 26 Jan, 2013 1 commit
-
-
Anton Khirnov authored
Do not assume that frame dimensions are mod16 (or that height is mod32 for interlaced). CC:libav-stable@libav.org
-
- 21 Jan, 2013 1 commit
-
-
Ronald S. Bultje authored
This allows us to remove FF_IDCT_WMV2, which serves no practical purpose other than to be able to select the WMV2 IDCT for MPEG (or vice versa) and get corrupt output. Fate tests for all wmv2-related tests change, because (for some obscure reason) they forced use of the MPEG IDCT. You would get the same changes previously by not using -idct simple in the fate test (or replacing it with -idct auto).
-
- 06 Jan, 2013 1 commit
-
-
Diego Biurrun authored
Snow is a toy codec with no real-world use and horrible code.
-
- 16 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1990 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Dec, 2012 1 commit
-
-
Janne Grunau authored
-