summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg.c
Commit message (Expand)AuthorAge
...
* Mjpeg interlaced decoding fix, height was wrong while decoding (/2).Baptiste Coudurier2006-01-23
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* 10l to michael for breaking gcc 2.95 compile :)D Richard Felker III2005-12-20
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* reset restart_count when restart_interval is set and fill theReimar Döffinger2005-07-22
* dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADD...Michael Niedermayer2005-07-17
* verify len field validity in mjpeg_decode_com()Michael Niedermayer2005-07-17
* check len (should fix #1165694)Michael Niedermayer2005-07-11
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* jpeg style yuv fixesMichael Niedermayer2005-01-20
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar2004-11-25
* workaround apps which dont provided correctly padded streamsMichael Niedermayer2004-11-19
* Fix mjpeg-b (padding bytes can exist between end of sos and image data)Roberto Togni2004-10-29
* mjpeg parserMichael Niedermayer2004-10-24
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* 10lMichael Niedermayer2004-09-27
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-27
* low resolution decoding fixMichael Niedermayer2004-09-26
* new copyrightsAlex Beregszaszi2004-08-21
* get_bits(32) fixMichael Niedermayer2004-08-16
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* cleanup & memleak fixMichael Niedermayer2004-04-30
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-28
* always parse APP* as it sometimes contains startcodes which confuse the decod...Michael Niedermayer2004-03-26
* init cleanupMichael Niedermayer2004-03-16
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13
* 2 byte shorter userdata for mpeg4Michael Niedermayer2004-02-08
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
* grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))Michael Niedermayer2004-01-10
* set AVCodecContext.width/height before get_buffer()Michael Niedermayer2003-12-11
* better fixMichael Niedermayer2003-11-12
* small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do...Michael Niedermayer2003-11-12
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* 10lAlex Beregszaszi2003-10-22
* AVRationalMichael Niedermayer2003-10-20
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* Sunplus JPEG codec (SP5X) supportAlex Beregszaszi2003-10-11
* recommit ofMichael Niedermayer2003-10-11
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-07
* removed warningsFabrice Bellard2003-09-09
* 10lMichael Niedermayer2003-07-14