summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegenc.c
Commit message (Expand)AuthorAgeFilesLines
* mjpegenc: use named struct initializersAurelien Jacobs2011-09-261-7/+7
* AMV video encoder.Michael Niedermayer2011-09-251-0/+36
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | mjpegenc: Fix JFIF versionWilliam Yu2011-06-151-1/+1
* | MJPEG encoder to write aspect ratio informationNiobos2011-04-281-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Count non-header data towards intra block bit count in MJPEG encoderBobby Bingham2010-12-041-0/+2
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a problem onMichael Niedermayer2009-12-101-1/+1
* Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0Reimar Döffinger2009-09-301-4/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-2/+2
* remove duplicate tablesStefan Gehrer2008-06-251-4/+4
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-6/+3
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-181-0/+11
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-181-12/+11
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-181-172/+2
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-171-21/+25
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-171-0/+617
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-061-417/+0
* Initial revisionFabrice Bellard2001-07-221-0/+417
OpenPOWER on IntegriCloud