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
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-12Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Sanitise get_bits macros, part 1Mans Rullgard
2011-01-16Values >4 for lowres corrupt output.Carl Eugen Hoyos
2010-10-22Fix memleak in mjpeg decoder.Michael Niedermayer
2010-10-22Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer
2010-10-22Simplify last coeff check in mjpeg decode_block()Michael Niedermayer
2010-10-22Check index in mjpeg AC decode against overflowing.Michael Niedermayer
2010-10-22Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer
2010-10-22Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer
2010-10-22Cleanup decode_block_progressive()Michael Niedermayer
2010-10-22Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer
2010-10-22Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer
2010-10-22Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-24Fix undefined expressions that use multiple calls to get_bits().Alex Converse
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-08Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-27Fix misc typos, patch byStefano Sabatini
2010-01-26Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos
2010-01-25Fix heap overflow due to lack of nb_components check.Michael Niedermayer
2009-12-11(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos
2009-12-10Flip red and blue in rct-less lossless jpeg.Michael Niedermayer
2009-12-10Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer
2009-11-21Allocate pictures with enough padding for jpeg.Michael Niedermayer
2009-11-19Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger
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-10-16Release unreleased buffers found by make test.Carl Eugen Hoyos
2009-10-01lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov
2009-07-31Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun
2009-07-04If the end of the input buffer is reached while decoding MJPEG and at leastReimar Döffinger
2009-07-04Make the MJPEG decoder return -1 when no image was decoded so that decodeReimar Döffinger
2009-07-04Add a got_picture flag to MJpegDecodeContext which indicates if its pictureReimar Döffinger
2009-07-04mjpegdec: check that the coded dc_index and ac_index have a valid associated ...Reimar Döffinger
2009-05-25honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes corr...Baptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-04-17Remove unused variables from ff_mjpeg_decode_sos() found by CSA.Michael Niedermayer
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
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2008-12-11clear_block mmxLoren Merritt