]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpegenc.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / mjpegenc.c
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-01-21 Vittorio Giovaralavc: Move prediction_method to codec private options
2015-03-30 Diego Biurrunbuild: Split JPEG-related tables off into a separate...
2014-11-11 Vittorio Giovaramjpegenc: fix argument size in encode_mb
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-07-21 Nidhi Makhijanimjpeg: return proper error code
2014-06-30 Diego Biurrunmjpeg: Split off bits shared by MJPEG and LJPEG encoders
2013-12-05 Anton Khirnovljpegenc: accept bgr24 instead of bgra
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to ff_mjpeg_encode...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to jpeg_table_header()
2013-12-05 Anton Khirnovmjpegenc: remove commented out never-to-be-finished...
2013-12-05 Anton Khirnovmjpegenc: do not pass MpegEncContext to put_huffman_table()
2013-12-05 Anton Khirnovmjpegenc: cosmetics, reformat jpeg_put_comments()
2013-12-05 Anton Khirnovmjpegenc: write the JFIF header if the sample aspect...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-20 Diego Biurrunavcodec: Remove some commented-out debug cruft
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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-12-04 Bobby BinghamCount non-header data towards intra block bit count...
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-12-10 Michael NiedermayerLossless jpeg expects and uses BGRA not RGB32 (this...
2009-09-30 Reimar DöffingerUse skip_put_bytes in MJPEG encoder instead of filling...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-25 Stefan Gehrerremove duplicate tables
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-18 Aurelien Jacobsmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 Aurelien Jacobsadd a proper prefix to all mjpeg encoder exported functions
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c
2007-05-17 Aurelien Jacobsadd proper prefix to new mjpeg extern func/var
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file
2001-08-06 Fabrice Bellardadded MJPEG decoder, renamed mjpegenc.c to mjpeg.c
2001-07-22 Fabrice BellardInitial revision