summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpeg.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* 100l: forgot to reset LS mode on new frameKostya Shishkov2007-02-211-0/+3
* Change some dprintf to av_logMichel Bardiaux2007-02-131-44/+44
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-071-1/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-3/+3
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui...Baptiste Coudurier2006-12-011-0/+61
* Decode non-interleaved scansKostya Shishkov2006-11-211-8/+2
* Some progressive JPEG supportKostya Shishkov2006-11-201-9/+113
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-241-5/+7
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* mjpeg 4:2:2 encoding supportBaptiste Coudurier2006-10-041-7/+20
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* Zero number of current scan after decoding one picture.Kostya Shishkov2006-09-211-0/+1
* remove useless codeMichael Niedermayer2006-03-311-2/+0
* simplify loop a littleMichael Niedermayer2006-03-311-5/+3
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-311-2/+3
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-311-1/+1
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-311-5/+4
* fix gcc 2.95 compilationMichael Niedermayer2006-03-291-2/+2
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-291-3/+6
* avoid i++ in decode_block()Michael Niedermayer2006-03-291-13/+22
* minor optimization of decode_block()Michael Niedermayer2006-03-291-6/+2
* optimizations by arpiMichael Niedermayer2006-03-291-6/+19
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-1/+1
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-021-5/+64
* Mjpeg interlaced decoding fix, height was wrong while decoding (/2).Baptiste Coudurier2006-01-231-2/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-276/+276
* 10l to michael for breaking gcc 2.95 compile :)D Richard Felker III2005-12-201-1/+2
* unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer2005-12-181-9/+53
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-106/+106
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-181-3/+3
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-1/+1
* reset restart_count when restart_interval is set and fill theReimar Döffinger2005-07-221-0/+4
* dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADD...Michael Niedermayer2005-07-171-6/+3
* verify len field validity in mjpeg_decode_com()Michael Niedermayer2005-07-171-3/+1
* check len (should fix #1165694)Michael Niedermayer2005-07-111-1/+2
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-12/+0
* jpeg style yuv fixesMichael Niedermayer2005-01-201-4/+21
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-3/+18
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-7/+7
* fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar2004-11-251-1/+1
* workaround apps which dont provided correctly padded streamsMichael Niedermayer2004-11-191-2/+2
* Fix mjpeg-b (padding bytes can exist between end of sos and image data)Roberto Togni2004-10-291-3/+11
* mjpeg parserMichael Niedermayer2004-10-241-0/+72
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-271-13/+8
* 10lMichael Niedermayer2004-09-271-4/+6
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-271-6/+8
OpenPOWER on IntegriCloud