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
2014-01-09mjpegdec: apply flipping after decoding, not beforeAnton Khirnov
2013-12-09mjpegdec: use the AVFrame API properly.Anton Khirnov
2013-10-31mjpegdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-03mjpegb: Detect changing number of planes in interlaced videoMichael Niedermayer
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-06-30mjpeg: Check the unescaped size for overflowsLuca Barbato
2013-06-30mjpeg: Move code out of else branchLuca Barbato
2013-05-21mjpegdec: validate parameters in mjpeg_decode_scan_progressive_acLuca Barbato
2013-05-21ljpeg: use the correct number of components in yuvLuca Barbato
2013-05-21mjpeg: Validate sampling factorsLuca Barbato
2013-05-16mjpegdec: properly report unsupported disabled featuresLuca Barbato
2013-04-20mjpeg: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
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