- 01 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
This change was dependent on a different patch that never actually made it into FFmpeg, and it actually ended up breaking builds. This reverts commit 70cf7bb9. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Nov, 2011 1 commit
-
-
Clément Bœsch authored
-
- 07 Nov, 2011 8 commits
-
-
Derek Buitenhuis authored
Actually check the return value of DecodeBegin, to make sure that it has encountered no errors. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Remove the CODEC_CAP_LOSSLESS flag, as it doesn't make any sense for a decoder to use it. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Since buf_size is only used in this one function, there is no reason for it to be part of UtVideoContext. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Remove extraneous space. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Width and height, as used in utvideo_decode_frame, do not need to be unsigned, and it could cause sign-compare warnings later on. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
The frameinfo size member of the Ut Video extradata was erroneously thought to be the number of stripes. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Derek Buitenhuis authored
The original format field in Ut Video's extradata should not be used to determine the output format. Cases can occur where the original format differs from the actual current format, and thus should not be used as the output format. Instead, rely solely on the FOURCC. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Nov, 2011 1 commit
-
-
Derek Buitenhuis authored
Change the libutvideo wrapper name to "libutvideo", as it currently conflicts with the native utvideo decoder's name of "utvideo". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 17 Oct, 2011 1 commit
-
-
Derek Buitenhuis authored
Add a wrapper for libutvideo's decoder. This supports decoding the following FOURCCs: ULY0 - 4:2:0 YCbCr ULY2 - 4:2:2 YCbCr ULRG - RGB ULRA - RGBA Also, bump version. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-