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-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-03-30build: Split JPEG-related tables off into a separate componentDiego Biurrun
2015-03-30mjpeg: Move code only used in the encoder(s) to the appropriate headerDiego Biurrun
2015-03-13mjpeg: Mark decoder family as thread safeVittorio Giovara
2014-12-19mjpegdec: check for pixel format changesAnton Khirnov
2014-11-06mjpegdec: fix undefined shiftVittorio Giovara
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-24mjpegdec: Properly set the context colorspace infoDerek Buitenhuis
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-03-17mjpeg: set color_rangeVittorio Giovara
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ö