]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpeg.c
fixing aspect (hopefully, i couldnt reproduce the bug)
[ffmpeg] / libavcodec / mjpeg.c
2002-12-06 Michael Niedermayerfixing aspect (hopefully, i couldnt reproduce the bug)
2002-12-04 Michael Niedermayercleanup
2002-12-03 Alex Beregszaszi10l fix
2002-11-20 Alex Beregszaszimjpegb support (need more samples)
2002-11-06 Michael Niedermayercleanup
2002-11-06 Michael Niedermayercleanup
2002-11-02 Alex Beregszaszifixed some bugs in app parser - some jfif and adobe...
2002-10-31 Alex Beregszaszifixed 10l
2002-10-28 Alex BeregszasziFOURCC removed, using ff_get_fourcc instead (should...
2002-10-27 Michael Niedermayerget_vlc2()
2002-10-27 Arpi3rd 10l - don't let it read data beyond the end of...
2002-10-27 Alex Beregszaszi2nd 10l (noticed by arpi)
2002-10-27 Alex Beregszasziminor speedup noticed by arpi
2002-10-27 Alex Beregszaszi10l
2002-10-27 Alex Beregszaszireworked decode_frame marker searching, fixes many...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-14 Michael Niedermayerdont store version for bit-exact tests
2002-09-14 Alex Beregszaszicomplete aspect support
2002-07-27 Leon van Stuivenberghandle DRI/RST markers patch by Leon van Stuivenberg...
2002-07-12 Falk HüffnerWarning fix.
2002-07-11 Arpidon't exit decoder after decoding first field -> fixes...
2002-07-10 Zdenek Kabelac* clean compiler warning
2002-06-27 Zdenek Kabelac* turned into debug message - it's annoying when watchi...
2002-06-05 Fabrice Bellarduse ff_idct_put()
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardfixed incorrect buffer handling
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