summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer37-104/+107
2013-03-13avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun36-104/+107
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer168-178/+335
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov141-154/+286
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer5-6/+6
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-09Fix 32bit sunrast decoding.Carl Eugen Hoyos1-1/+1
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer42-485/+544
2012-02-21sunrast: Add a sample request for RMP_RAW colormap.Aneesh Dogra1-1/+5
2012-02-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-46/+75
2012-02-19sunrast: use RLE trigger macro inplace of the hard coded value.Aneesh Dogra1-1/+1
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-199/+565
2012-02-17sunrast: Move common defines to a new header file.Aneesh Dogra2-26/+52
2012-02-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer7-207/+250
2012-02-11sunrast: Return AVERROR values instead of -1.Aneesh Dogra1-8/+9
2012-02-11sunrast: Add support for gray8 decoding.Aneesh Dogra1-6/+2
2012-02-10sunrast: Remove the useless check.Aneesh Dogra1-4/+0
2012-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-135/+191
2012-01-29sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra1-2/+2
2012-01-29sunrast: CosmeticsAneesh Dogra1-17/+17
2012-01-29sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra1-1/+1
2012-01-29sunrast: Replace magic number by a macro.Aneesh Dogra1-1/+3
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27sunrast: Document the different Sun Raster file format types.Aneesh Dogra1-0/+16
2012-01-27sunrast: Add a check for experimental type.Aneesh Dogra1-1/+2
2012-01-09Support decoding 1bpp and 4bpp palettized sunrast images.Carl Eugen Hoyos1-3/+37
2012-01-08Support decoding 32bit sunrast images.Carl Eugen Hoyos1-0/+3
2012-01-03Support 8bpp grayscale Sun Rasterfile images.Piotr Bandurski1-2/+2
2011-12-18sunrast: Fix warning: comparison of unsigned expression < 0 is always false [...Michael Niedermayer1-1/+1
2011-11-12Set Sun Rasterfile palette opaque.Carl Eugen Hoyos1-1/+1
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-183/+160
2011-11-10sunrast: Check for invalid/corrupted bitstreamLaurent Aimar1-4/+6
2011-10-18sunrast: Check for out of bounds readsLaurent Aimar1-1/+13
2011-09-27Check for invalid/corrupted bitstream in sun raster decoder.Laurent Aimar1-7/+9
2011-09-27Check for out of bounds reads in sun rasterfile decoder.Laurent Aimar1-1/+13
[next]