]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegdec.c
x264: Add option to force IDR frames
[ffmpeg] / libavcodec / mjpegdec.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2015-03-30 Diego Biurrunmjpeg: Move code only used in the encoder(s) to the...
2015-03-13 Vittorio Giovaramjpeg: Mark decoder family as thread safe
2014-12-19 Anton Khirnovmjpegdec: check for pixel format changes
2014-11-06 Vittorio Giovaramjpegdec: fix undefined shift
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-24 Derek Buitenhuismjpegdec: Properly set the context colorspace info
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-03-16 Vittorio Giovaramjpeg: set color_range
2014-01-09 Anton Khirnovmjpegdec: apply flipping after decoding, not before
2013-12-09 Anton Khirnovmjpegdec: use the AVFrame API properly.
2013-10-31 Anton Khirnovmjpegdec: stop using deprecated avcodec_set_dimensions
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-03 Michael Niedermayermjpegb: Detect changing number of planes in interlaced...
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-06-30 Luca Barbatomjpeg: Check the unescaped size for overflows
2013-06-30 Luca Barbatomjpeg: Move code out of else branch
2013-05-21 Luca Barbatomjpegdec: validate parameters in mjpeg_decode_scan_prog...
2013-05-20 Luca Barbatoljpeg: use the correct number of components in yuv
2013-05-20 Luca Barbatomjpeg: Validate sampling factors
2013-05-16 Luca Barbatomjpegdec: properly report unsupported disabled features
2013-04-19 Ronald S. Bultjemjpeg: Use hpeldsp instead of dsputil for half-pel...
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-07 Mans Rullgardmjpegdec: use put_pixels instead of copy_block8
2013-01-26 Anton Khirnovmjpegdec: fix indentation
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-08 Janne Grunaumjpeg: initialize input padding after unescaped buffer...
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-22 Michael Niedermayermjpegdec: support AVRn interlaced
2012-08-16 Luca Barbatomjpegdec: more meaningful return values
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-02 Ronald S. Bultjejpeg: handle progressive in second field of interlaced.
2012-04-21 Mans RullgardRemove lowres video decoding
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-01 Diego Biurrunmjpegdec: use correct variable in av_log invocation
2012-02-24 Ronald S. Bultjemjpeg: abort decoding if packet is too large.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-02-01 Reimar Döffingermjpegdec: use av_fast_padded_malloc()
2012-01-27 Anton Khirnovlavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
2012-01-08 Daniel Huangmjpegdec: K&R formatting cosmetics
2012-01-05 Janne Grunaumjpegdec: parse RSTn to prevent skipping other data...
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
2011-08-31 Dustin Brodymjpeg: treat external huffman table setup failure as...
2011-08-11 Dustin Brodymjpeg: propagate decode errors from ff_mjpeg_decode_sos...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-23 Michael Niedermayerjpegdec: actually search for and parse RSTn
2011-07-15 Diego BiurrunRemove unused structs and tables.
2011-07-03 Mans RullgardRemove statements immediately following unconditional...
2011-07-03 Mans Rullgardmjpeg: remove pointless braces around block of code
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Michael Niedermayermjpeg: Detect overreads in mjpeg_decode_scan() and...
2011-03-30 anatolyAdd support for picture_ptr field in MJpegDecodeContext
2011-03-30 anatolyMove MJPEG's input buffer preprocessing in separate...
2011-03-30 anatolySupport reference picture defined by bitmask in MJPEG...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Carl Eugen HoyosSet maximum lowres value for the MJPEG decoder to 3.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardSanitise get_bits macros, part 1
2011-01-16 Carl Eugen HoyosValues >4 for lowres corrupt output.
2010-10-22 Michael NiedermayerFix memleak in mjpeg decoder.
2010-10-21 Michael NiedermayerOptimize EOB check in mjpeg decode_block() by adjusting...
2010-10-21 Michael NiedermayerSimplify last coeff check in mjpeg decode_block()
2010-10-21 Michael NiedermayerCheck index in mjpeg AC decode against overflowing.
2010-10-21 Michael NiedermayerAdd a seperate VLC table for progressive jpeg so we...
2010-10-21 Michael NiedermayerFactor code&0xf out of if() in decode_block_progressive().
2010-10-21 Michael NiedermayerCleanup decode_block_progressive()
2010-10-21 Michael NiedermayerFactorize ((unsigned) code) >> 4 out of decode_block_p...
2010-10-21 Michael NiedermayerMove if() in mjpeg decode_block() to simplify condition.
2010-10-21 Michael NiedermayerSimplify build_vlc() by using init_vlc_sparse() in...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-24 Alex ConverseFix undefined expressions that use multiple calls to...
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-27 Stefano SabatiniFix misc typos, patch by
2010-01-26 Carl Eugen HoyosMetasoft MJPEG codec has Cb and Cr swapped, fixes issue...
next