]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegdec.c
avcodec: Remove some commented-out debug cruft
[ffmpeg] / libavcodec / mjpegdec.c
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...
2010-01-25 Michael NiedermayerFix heap overflow due to lack of nb_components check.
2009-12-10 Carl Eugen Hoyos(Partly) support Metasoft MJPEG Codec, fixes half of...
2009-12-10 Michael NiedermayerFlip red and blue in rct-less lossless jpeg.
2009-12-10 Michael NiedermayerLossless jpeg expects and uses BGRA not RGB32 (this...
2009-11-20 Michael NiedermayerAllocate pictures with enough padding for jpeg.
2009-11-19 Reimar DöffingerDisable image flipping during JPEG decoding if CODEC_FL...
2009-11-02 Michael NiedermayerAvoid huge array for rgb ljpeg on the stack.
2009-10-19 Carl Eugen HoyosFlip (M)JPEG frames encoded by Intel JPEG library.
2009-10-16 Carl Eugen HoyosRelease unreleased buffers found by make test.
2009-10-01 Kostya Shishkovlavc MJPEG decoder is capable of decoding some extended...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-07-04 Reimar DöffingerIf the end of the input buffer is reached while decodin...
2009-07-04 Reimar DöffingerMake the MJPEG decoder return -1 when no image was...
2009-07-04 Reimar DöffingerAdd a got_picture flag to MJpegDecodeContext which...
2009-07-04 Reimar Döffingermjpegdec: check that the coded dc_index and ac_index...
2009-05-25 Baptiste Coudurierhonor restart interval in mjpeg, fix #861, SpectralFan...
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-04-17 Michael NiedermayerRemove unused variables from ff_mjpeg_decode_sos()...
next