summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg.c
Commit message (Expand)AuthorAge
* remove useless codeMichael Niedermayer2006-03-31
* simplify loop a littleMichael Niedermayer2006-03-31
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-31
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-31
* fix gcc 2.95 compilationMichael Niedermayer2006-03-29
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-29
* avoid i++ in decode_block()Michael Niedermayer2006-03-29
* minor optimization of decode_block()Michael Niedermayer2006-03-29
* optimizations by arpiMichael Niedermayer2006-03-29
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-02
* 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