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
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-08-31mjpegdec: add 'extern_huff' private option.Anton Khirnov
2011-08-31mjpeg: treat external huffman table setup failure as codec init failure if ex...Dustin Brody
2011-08-12mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-23jpegdec: actually search for and parse RSTnMichael Niedermayer
2011-07-16Remove unused structs and tables.Diego Biurrun
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-07-03mjpeg: remove pointless braces around block of codeMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer
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
2011-02-17Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add 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