Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-14avoid more "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-09Fix 32bit sunrast decoding.Carl Eugen Hoyos
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-22sunrast: Add a sample request for RMP_RAW colormap.Aneesh Dogra
2012-02-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-19sunrast: use RLE trigger macro inplace of the hard coded value.Aneesh Dogra
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17sunrast: Move common defines to a new header file.Aneesh Dogra
2012-02-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-12sunrast: Return AVERROR values instead of -1.Aneesh Dogra
2012-02-11sunrast: Add support for gray8 decoding.Aneesh Dogra
2012-02-10sunrast: Remove the useless check.Aneesh Dogra
2012-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-29sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra
2012-01-29sunrast: CosmeticsAneesh Dogra
2012-01-29sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra
2012-01-29sunrast: Replace magic number by a macro.Aneesh Dogra
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27sunrast: Document the different Sun Raster file format types.Aneesh Dogra
2012-01-27sunrast: Add a check for experimental type.Aneesh Dogra
2012-01-10Support decoding 1bpp and 4bpp palettized sunrast images.Carl Eugen Hoyos
2012-01-08Support decoding 32bit sunrast images.Carl Eugen Hoyos
2012-01-03Support 8bpp grayscale Sun Rasterfile images.Piotr Bandurski
2011-12-18sunrast: Fix warning: comparison of unsigned expression < 0 is always false [...Michael Niedermayer
2011-11-12Set Sun Rasterfile palette opaque.Carl Eugen Hoyos
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10sunrast: Check for invalid/corrupted bitstreamLaurent Aimar
2011-10-19sunrast: Check for out of bounds readsLaurent Aimar
2011-09-28Check for invalid/corrupted bitstream in sun raster decoder.Laurent Aimar
2011-09-28Check for out of bounds reads in sun rasterfile decoder.Laurent Aimar
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini