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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-21avcodec/mjpegdec: dont try to combine fields for decimated multiscope 2 materialMichael Niedermayer
2015-03-19avcodec/mjpegdec: Change upscale_* to an array instead of a bitmaskMichael Niedermayer
2014-10-21avcodec/mjpegdec: simplify chroma_height calculationMichael Niedermayer
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-04-01avcodec/jpeglsdec: add PAL8 supportMichael Niedermayer
2014-02-27avcodec/mjpegdec: parse adobe_transformMichael Niedermayer
2014-01-31avcodec/mjpegdec: pass into ff_mjpeg_decode_sos() and check bitmask sizeMichael Niedermayer
2014-01-30mjpegdec: parse JPS extension and save relevant stereo3d informationKirill Gavrilov
2014-01-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-09mjpegdec: apply flipping after decoding, not beforeAnton Khirnov
2013-12-09Merge commit 'e2274aa555f023e4f4e4819bf29b2d7e0adec7d5'Michael Niedermayer
2013-12-09mjpegdec: use the AVFrame API properly.Anton Khirnov
2013-08-13avcodec/mjpegdec: Read EXIF metadata in JPEG input.Thilo Borgmann
2013-07-11mjpegdec: parse app-xfrmMichael Niedermayer
2013-07-11mjpegdec: parse app-colrMichael Niedermayer
2013-07-11mjpegdec: Fix used quant index for gbrMichael Niedermayer
2013-04-20mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-13mjpeg: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2012-01-06Support decoding of some unusual jpeg samples.Carl Eugen Hoyos
2011-12-27Support decoding yuv442 and yuv421 jpeg images.Carl Eugen Hoyos
2011-09-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-31mjpegdec: add 'extern_huff' private option.Anton Khirnov
2011-04-27Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-04-27Move MJPEG's input buffer preprocessing in separate public functionanatoly
2011-04-27Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-03-30Move MJPEG's input buffer preprocessing in separate public functionanatoly
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-22Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-11-02Avoid huge array for rgb ljpeg on the stack.Michael Niedermayer
2009-10-19Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos
2009-07-04Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-11fix progressive jpeg:Loren Merritt
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini