aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpegenc.c
Commit message (Collapse)AuthorAgeFilesLines
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-6/+3
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-181-0/+11
| | | | Originally committed as revision 9059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-181-12/+11
| | | | Originally committed as revision 9058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-181-172/+2
| | | | Originally committed as revision 9057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-171-21/+25
| | | | Originally committed as revision 9049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-171-0/+617
| | | | Originally committed as revision 9048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-061-417/+0
| | | | Originally committed as revision 34 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+417
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk