]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpeg.c
removed incomplete seek patch
[ffmpeg] / libavcodec / mjpeg.c
2001-08-11 Fabrice Bellardadded interlaced MJPEG support
2001-08-08 Fabrice Bellardreturn dummy quality to avoid bug in -sameq case -...
2001-08-08 Fabrice Bellardadded forgotten emms() - fix various segmentation fault...
2001-08-07 Fabrice Bellardfixed mjpeg matrix quant encoding and decoding
2001-08-06 Fabrice Bellarduse default huffman tables if none given
2001-08-06 Fabrice Bellardadded 422P and 444P support - fixed block parsing error
2001-08-06 Fabrice Bellardadded correct component id handling
2001-08-06 Fabrice Bellardadded MJPEG decoder, renamed mjpegenc.c to mjpeg.c