summaryrefslogtreecommitdiff
path: root/libavcodec/mjpegenc.c
Commit message (Expand)AuthorAge
* 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
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* remove duplicate tablesStefan Gehrer2008-06-25
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-18
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-17
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-06
* Initial revisionFabrice Bellard2001-07-22