summaryrefslogtreecommitdiff
path: root/libavcodec/ljpegenc.c
Commit message (Expand)AuthorAge
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* ljpegenc: switch to encode2().Anton Khirnov2012-02-23
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Correct a forgotten RGB32.Michael Niedermayer2009-12-10
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix lossless jpeg encoder to comply to spec and store full redundantMichael Niedermayer2008-08-30
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18