]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegdec.h
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / mjpegdec.h
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-01-09 Anton Khirnovmjpegdec: apply flipping after decoding, not before
2013-12-09 Anton Khirnovmjpegdec: use the AVFrame API properly.
2013-04-19 Ronald S. Bultjemjpeg: Use hpeldsp instead of dsputil for half-pel...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2011-08-31 Anton Khirnovmjpegdec: add 'extern_huff' private option.
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
2010-10-21 Michael NiedermayerAdd a seperate VLC table for progressive jpeg so we...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
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-07-04 Reimar DöffingerAdd a got_picture flag to MJpegDecodeContext which...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-10 Loren Merrittfix progressive jpeg:
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-05-19 Aurelien Jacobsmove MJpegDecodeContext declaration from mjpeg.h to...
2007-05-19 Aurelien Jacobsmove mjpeg-b decoder in its own file
2007-05-19 Aurelien Jacobs10l: forgot to svn add mjpegdec.h