summaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpeg.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* low resolution decoding fixMichael Niedermayer2004-09-261-2/+2
* new copyrightsAlex Beregszaszi2004-08-211-0/+2
* get_bits(32) fixMichael Niedermayer2004-08-161-7/+7
* data_size = 0 cleanupMichael Niedermayer2004-05-211-6/+0
* cleanup & memleak fixMichael Niedermayer2004-04-301-2/+1
* hmm av_log(..., get_bits());Michael Niedermayer2004-03-281-5/+12
* always parse APP* as it sometimes contains startcodes which confuse the decod...Michael Niedermayer2004-03-261-9/+11
* init cleanupMichael Niedermayer2004-03-161-5/+3
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-131-3/+8
* 2 byte shorter userdata for mpeg4Michael Niedermayer2004-02-081-2/+2
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-4/+4
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-1/+0
* grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))Michael Niedermayer2004-01-101-2/+4
* set AVCodecContext.width/height before get_buffer()Michael Niedermayer2003-12-111-11/+6
* better fixMichael Niedermayer2003-11-121-4/+1
* small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do...Michael Niedermayer2003-11-121-0/+3
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-17/+17
* 10lAlex Beregszaszi2003-10-221-1/+1
* AVRationalMichael Niedermayer2003-10-201-45/+6
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+2
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
* Sunplus JPEG codec (SP5X) supportAlex Beregszaszi2003-10-111-2/+176
* recommit ofMichael Niedermayer2003-10-111-80/+51
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-071-2/+4
* removed warningsFabrice Bellard2003-09-091-1/+2
* 10lMichael Niedermayer2003-07-141-2/+2
OpenPOWER on IntegriCloud