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
2013-02-08mjpegdec: use put_pixels instead of copy_block8Mans Rullgard
2013-01-26mjpegdec: fix indentationAnton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-08mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau
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-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-10-01avcodec: Drop silly and/or broken printf debug outputDiego Biurrun
2012-09-09mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-22mjpegdec: support AVRn interlacedMichael Niedermayer
2012-08-17mjpegdec: more meaningful return valuesLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-02jpeg: handle progressive in second field of interlaced.Ronald S. Bultje
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-05Replace computations of remaining bits with calls to get_bits_left().Alex Converse
2012-03-02mjpegdec: use correct variable in av_log invocationDiego Biurrun
2012-02-24mjpeg: abort decoding if packet is too large.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-01mjpegdec: use av_fast_padded_malloc()Reimar Döffinger
2012-01-27lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-09mjpegdec: K&R formatting cosmeticsDaniel Huang
2012-01-05mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau
2011-12-22mov: Don't stick the QuickTime field ordering atom in extradata.Alex Converse
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
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