]> git.sesse.net Git - ffmpeg/history - libavcodec/mjpeg.c
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
[ffmpeg] / libavcodec / mjpeg.c
2006-03-31 Michael Niedermayerremove useless code
2006-03-31 Michael Niedermayersimplify loop a little
2006-03-31 Michael Niedermayerdo UPDATE_CACHE only when needed (which should be VERY...
2006-03-31 Michael Niedermayer+ (sign&1) -> -sign (1 instruction less)
2006-03-31 Michael Niedermayeravoid hard to predict branch (idea by arpi)
2006-03-29 Michael Niedermayerfix gcc 2.95 compilation
2006-03-29 Michael Niedermayeravoid if(i>=63) check at the end of decode_block()
2006-03-29 Michael Niedermayeravoid i++ in decode_block()
2006-03-29 Michael Niedermayerminor optimization of decode_block()
2006-03-29 Michael Niedermayeroptimizations by arpi
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-02-02 Michael NiedermayerJPEG-LS codec by (Kostya | kostya.forjunk gmail com)
2006-01-23 Baptiste CoudurierMjpeg interlaced decoding fix, height was wrong while...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-20 D Richard Felker III10l to michael for breaking gcc 2.95 compile :)
2005-12-18 Michael Niedermayerunfinished jpeg-ls codec (feel free to finish it ...)
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-18 Diego BiurrunRename put_string to ff_put_string to avoid a symbol...
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-07-22 Reimar Döffingerreset restart_count when restart_interval is set and...
2005-07-17 Michael Niedermayerdont pre allocate uselessly large buffer and dont ignor...
2005-07-17 Michael Niedermayerverify len field validity in mjpeg_decode_com()
2005-07-11 Michael Niedermayercheck len (should fix #1165694)
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-20 Michael Niedermayerjpeg style yuv fixes
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-25 Jeff Muizelaarfix some type mismatches patch by (Jeff Muizelaar ...
2004-11-19 Michael Niedermayerworkaround apps which dont provided correctly padded...
2004-10-29 Roberto TogniFix mjpeg-b (padding bytes can exist between end of...
2004-10-24 Michael Niedermayermjpeg parser
2004-09-27 Michael Niedermayerlowres width/height cleanup 3rd try
2004-09-27 Michael Niedermayer10l
2004-09-27 Michael Niedermayerset AVCodecContext.width/height to the picture width...
2004-09-26 Michael Niedermayerlow resolution decoding fix
2004-08-21 Alex Beregszaszinew copyrights
2004-08-16 Michael Niedermayerget_bits(32) fix
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-03-28 Michael Niedermayerhmm av_log(..., get_bits());
2004-03-26 Michael Niedermayeralways parse APP* as it sometimes contains startcodes...
2004-03-16 Michael Niedermayerinit cleanup
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-08 Michael Niedermayer2 byte shorter userdata for mpeg4
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-10 Michael Niedermayergrayscale mjpeg decoding support based upon a patch...
2003-12-11 Michael Niedermayerset AVCodecContext.width/height before get_buffer()
2003-11-12 Michael Niedermayerbetter fix
2003-11-12 Michael Niedermayersmall mjpeg fix by (James Stembridge <jstembridge at...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-22 Alex Beregszaszi10l
2003-10-20 Michael NiedermayerAVRational
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-10-11 Alex BeregszasziSunplus JPEG codec (SP5X) support
2003-10-11 Michael Niedermayerrecommit of
2003-10-07 Michael Niedermayeruse lagrange multipler instead of qp for ratecontrol...
2003-09-09 Fabrice Bellardremoved warnings
2003-07-14 Michael Niedermayer10l
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...
next