]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpeg.c
dv: Initialize encoder tables during encoder init.
[ffmpeg] / libavcodec / mjpeg.c
2003-07-12 Michael Niedermayercleanup
2003-07-10 Michael Niedermayerpostprocessing support
2003-07-08 Michael Niedermayerfew more error checks
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-20 Alex Beregszaszisome warning fixes
2003-06-17 Michael Niedermayerlossless mjpeg encoding (planar yuv & RGB) and somerela...
2003-06-16 Alex Beregszaszi10l
2003-06-16 Michael Niedermayercleanup
2003-06-15 Michael Niedermayerlossless jpeg decoding support
2003-05-23 Michael Niedermayeroptimize
2003-05-20 Michael Niedermayercleanup
2003-05-15 Falk HüffnerWarning fixes.
2003-03-22 Michael Niedermayeruser setable quantizer bias
2003-03-09 Alex Beregszaszisimplified
2003-03-06 Michael Niedermayerper file doxy
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* check for potentialy problematic field len
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-01 bubuwarnings patch by (bubu <bubu at bubu dot net>)
2002-12-22 Alex Beregszaszidisabled aspect code due to it is extra buggy
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