]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegbdec.c
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / mjpegbdec.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-03-13 Vittorio Giovaramjpeg: Mark decoder family as thread safe
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-18 Ronald S. Bultjemjpegb: don't return 0 at the end of frame decoding.
2012-01-26 Alex Conversemjpegbdec: Fix overflow in SOS.
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
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-03-30 anatolyAdd support for picture_ptr field in MJpegDecodeContext
2011-03-30 anatolySupport reference picture defined by bitmask in MJPEG...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
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...
2009-05-30 Michael NiedermayerMake sure offsets of mjpeg b are within the buffer.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-02-01 Michael Niedermayerconst
2007-12-05 Michael Niedermayerfix decoding of the first frame of gray.mov
2007-08-01 Baptiste Coudurieruse buf_ptr to correctly decode second field
2007-05-19 Aurelien Jacobsmove mjpeg-b decoder in its own file