summaryrefslogtreecommitdiffstats
path: root/libavformat/jpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt dot org>)Michael Niedermayer2003-09-041-0/+6
| | | | Originally committed as revision 2206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct YUV format for JPEGFabrice Bellard2003-04-211-3/+28
| | | | Originally committed as revision 1804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed copyFabrice Bellard2003-02-021-3/+3
| | | | Originally committed as revision 1535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added jpeg image encoder and decoder (new YUV handling routines and mjpeg ↵Fabrice Bellard2003-02-021-219/+158
| | | | | | codec fixes are necessary to go further) Originally committed as revision 1534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-0/+2
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+266
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud