]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpeg.c
complete American Laser Games MM playback system, courtesy of Peter Ross
[ffmpeg] / libavcodec / mjpeg.c
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-09 Juanjo- Warning fix.
2002-05-07 Alex Beregszasziclamp intra matrix to 8bit for mjpeg (workaround for...
2002-05-07 Alex Beregszasziadded support for various app headers, and writin FFmpe...
2002-05-03 Michael Niedermayercorrect quantizer bias
2002-05-03 Alex Beregszaszipatch by Alex Beregszaszi <alex@naxine.org>
2002-05-01 ArpiSupport for external huffman table and various fixes...
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-02-07 Michael Niedermayerwidth or height %16 != 0 bugfix
2001-08-15 Fabrice Bellardwin32 fixes
2001-08-15 Fabrice Bellardfix got_picture output
2001-08-13 Fabrice Bellardwin32 fixes
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