OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / mjpeg.c
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-06-25 Stefan Gehrerremove duplicate tables
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-17 Aurelien Jacobsadd proper prefix to new mjpeg extern func/var
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file
2007-05-14 Aurelien Jacobsremove some unused mjpeg encoding variables
2007-05-13 Aurelien Jacobsjpegls encoder does not call this function, so remove...
2007-05-13 Aurelien Jacobssplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
2007-05-10 Aurelien Jacobsmove mjpeg parser in its own file
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-04-21 Alex Beregszaszicompile mjpeg parser if requested
2007-04-20 Alex Beregszaszicosmetics: remove my email address
2007-04-15 Michael Niedermayerfix mjpeg.mov
2007-04-14 Michael Niedermayerfix playback of angels_480-mjpegcompress.avi
2007-04-14 Michael Niedermayerfix playback of odd_height.mov
2007-04-14 Michael Niedermayercorrect another possible buffer overflow where interlac...
2007-04-14 Baptiste Coudurierremove MpegEncContext, patch by baptiste
2007-04-01 Aurelien Jacobscosmetics: indentation
2007-04-01 Diego Biurrunsupport for the THP game format by Marco Gerards, mgera...
2007-03-02 Baptiste Couduriersupport for mjpeg bottom field first in mov
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-02-21 Kostya Shishkov100l: forgot to reset LS mode on new frame
2007-02-13 Michel BardiauxChange some dprintf to av_log
2007-02-07 Reimar DöffingerFix incorrect use of ff_get_fourcc that made mjpgb...
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-01 Baptiste Couduriermjpeg a dump header bitstream filter, modifies bitstrea...
2006-11-21 Kostya ShishkovDecode non-interleaved scans
2006-11-20 Kostya ShishkovSome progressive JPEG support
2006-10-24 Kostya ShishkovJPEG-LS 16-bit gray support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-04 Baptiste Couduriermjpeg 4:2:2 encoding support
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-21 Kostya ShishkovZero number of current scan after decoding one picture.
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
next