]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mjpeg.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / mjpeg.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-06-25 stefangremove duplicate tables
2007-07-05 diegoGroup all copyright and author notices together.
2007-05-17 aureladd proper prefix to new mjpeg extern func/var
2007-05-17 aurelsplit mjpeg.c into an encoder and a decoder file
2007-05-14 aurelremove some unused mjpeg encoding variables
2007-05-13 aureljpegls encoder don't call this fonction, so remove...
2007-05-13 aurelsplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-12 aurelallow to enable or disable every bitstream filters...
2007-05-10 aurelmove mjpeg parser in its own file
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-04-21 alexcompile mjpeg parser if requested
2007-04-20 alexcosmetics: remove my email address
2007-04-15 michaelfix mjpeg.mov
2007-04-14 michaelfix playback of angels_480-mjpegcompress.avi
2007-04-14 michaelfix playback of odd_height.mov
2007-04-14 michaelcorrect another possible buffer overflow where interlac...
2007-04-14 michaelremove MpegEncContext, patch by baptiste
2007-04-01 aurelcosmetics: indentation
2007-04-01 diegosupport for the THP game format by Marco Gerards, mgera...
2007-03-02 bcouduriersupport for mjpeg bottom field first in mov
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2007-02-21 kostya100l: forgot to reset LS mode on new frame
2007-02-13 mbardiauxChange some dprintf to av_log
2007-02-07 reimarFix incorrect use of ff_get_fourcc that made mjpgb...
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-01 bcouduriermjpeg a dump header bitstream filter, modifies bitstrea...
2006-11-21 kostyaDecode non-interleaved scans
2006-11-20 kostyaSome progressive JPEG support
2006-10-24 kostyaJPEG-LS 16-bit gray support
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-04 bcouduriermjpeg 4:2:2 encoding support
2006-09-27 mrufix some signedness warnings
2006-09-21 kostyaZero number of current scan after decoding one picture.
2006-03-31 michaelremove useless code
2006-03-31 michaelsimplify loop a little
2006-03-31 michaeldo UPDATE_CACHE only when needed (which should be VERY...
2006-03-31 michael+ (sign&1) -> -sign (1 instruction less)
2006-03-31 michaelavoid hard to predict branch (idea by arpi)
2006-03-29 michaelfix gcc 2.95 compilation
2006-03-29 michaelavoid if(i>=63) check at the end of decode_block()
2006-03-29 michaelavoid i++ in decode_block()
2006-03-29 michaelminor optimization of decode_block()
2006-03-29 michaeloptimizations by arpi
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-02-02 michaelJPEG-LS codec by (Kostya | kostya.forjunk gmail com)
2006-01-23 bananMjpeg interlaced decoding fix, height was wrong while...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-20 rfelker10l to michael for breaking gcc 2.95 compile :)
2005-12-18 michaelunfinished jpeg-ls codec (feel free to finish it ...)
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-18 diegoRename put_string to ff_put_string to avoid a symbol...
2005-08-26 michaelCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-07-22 reimarreset restart_count when restart_interval is set and...
2005-07-17 michaeldont pre allocate uselessly large buffer and dont ignor...
2005-07-17 michaelverify len field validity in mjpeg_decode_com()
2005-07-11 michaelcheck len (should fix #1165694)
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-20 michaeljpeg style yuv fixes
2005-01-12 michaelvarious security fixes and precautionary checks
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-25 michaelfix some type mismatches patch by (Jeff Muizelaar ...
2004-11-19 michaelworkaround apps which dont provided correctly padded...
2004-10-29 rtognimpFix mjpeg-b (padding bytes can exist between end of...
2004-10-24 michaelmjpeg parser
2004-09-27 michaellowres width/height cleanup 3rd try
2004-09-27 michael10l
2004-09-27 michaelset AVCodecContext.width/height to the picture width...
2004-09-26 michaellow resolution decoding fix
2004-08-21 alexnew copyrights
2004-08-16 michaelget_bits(32) fix
2004-05-21 michaeldata_size = 0 cleanup
2004-04-30 michaelcleanup & memleak fix
2004-03-28 michaelhmm av_log(..., get_bits());
2004-03-26 michaelalways parse APP* as it sometimes contains startcodes...
2004-03-16 michaelinit cleanup
2004-02-13 michaelmultithreaded/SMP motion estimation
2004-02-08 michael2 byte shorter userdata for mpeg4
2004-02-06 alexget_bit_count -> put_bits_count
2004-01-22 michaelclosed gop support & flags2 as all bits in flags are...
2004-01-10 michaelgrayscale mjpeg decoding support based upon a patch...
2003-12-11 michaelset AVCodecContext.width/height before get_buffer()
2003-11-12 michaelbetter fix
2003-11-12 michaelsmall mjpeg fix by (James Stembridge <jstembridge at...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-22 alex10l
2003-10-20 michaelAVRational
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-10-11 alexSunplus JPEG codec (SP5X) support
2003-10-11 michaelrecommit of
2003-10-07 michaelniuse lagrange multipler instead of qp for ratecontrol...
2003-09-09 bellardremoved warnings
2003-07-14 michaelni10l
2003-07-12 michaelnicleanup
2003-07-10 michaelnipostprocessing support
next