summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg.c
Commit message (Collapse)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2008-06-25
| | | | Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper prefix to new mjpeg extern func/varAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-14
| | | | | | (they were always set to a constant value) Originally committed as revision 9023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpegls encoder does not call this function, so remove useless testsAurelien Jacobs2007-05-13
| | | | Originally committed as revision 9022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13
| | | | Originally committed as revision 9021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
| | | | | | | | Original patch by Jason Millard jsm174 _at_ gmail Date: On Fri, 11 May 2007 11:14:01 -0400 Subject: [FFmpeg-devel] enable/disable bitstream filters? Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpeg parser in its own fileAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
| | | | Originally committed as revision 8921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compile mjpeg parser if requestedAlex Beregszaszi2007-04-21
| | | | Originally committed as revision 8766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove my email addressAlex Beregszaszi2007-04-20
| | | | Originally committed as revision 8764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mjpeg.movMichael Niedermayer2007-04-15
| | | | Originally committed as revision 8738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of angels_480-mjpegcompress.aviMichael Niedermayer2007-04-14
| | | | Originally committed as revision 8737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of odd_height.movMichael Niedermayer2007-04-14
| | | | | | | this isnt the most beautifull solution but at least it works independant of the random height in mov and it doesnt add any secholes Originally committed as revision 8736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct another possible buffer overflow where interlaced wouldMichael Niedermayer2007-04-14
| | | | | | | get stuck to 1 but then width/height would change and interlaced wouldnt be reset ... Originally committed as revision 8735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove MpegEncContext, patch by baptisteBaptiste Coudurier2007-04-14
| | | | | | approved by me already but apparently forgotten Originally committed as revision 8733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-01
| | | | Originally committed as revision 8593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
| | | | Originally committed as revision 8114 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: forgot to reset LS mode on new frameKostya Shishkov2007-02-21
| | | | Originally committed as revision 8053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change some dprintf to av_logMichel Bardiaux2007-02-13
| | | | Originally committed as revision 7964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-07
| | | | | | Fixes bug 739. Originally committed as revision 7875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpeg a dump header bitstream filter, modifies bitstream to be decoded by ↵Baptiste Coudurier2006-12-01
| | | | | | quicktime Originally committed as revision 7201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode non-interleaved scansKostya Shishkov2006-11-21
| | | | Originally committed as revision 7143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some progressive JPEG supportKostya Shishkov2006-11-20
| | | | Originally committed as revision 7131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-24
| | | | Originally committed as revision 6781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpeg 4:2:2 encoding supportBaptiste Coudurier2006-10-04
| | | | Originally committed as revision 6550 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-27
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zero number of current scan after decoding one picture.Kostya Shishkov2006-09-21
| | | | | | This fixes grayscale JPEG-LS decoding. Originally committed as revision 6306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless codeMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify loop a littleMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* + (sign&1) -> -sign (1 instruction less)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid hard to predict branch (idea by arpi)Michael Niedermayer2006-03-31
| | | | Originally committed as revision 5252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix gcc 2.95 compilationMichael Niedermayer2006-03-29
| | | | Originally committed as revision 5243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid if(i>=63) check at the end of decode_block()Michael Niedermayer2006-03-29
| | | | Originally committed as revision 5239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid i++ in decode_block()Michael Niedermayer2006-03-29
| | | | Originally committed as revision 5238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimization of decode_block()Michael Niedermayer2006-03-29
| | | | Originally committed as revision 5237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizations by arpiMichael Niedermayer2006-03-29
| | | | Originally committed as revision 5235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-02
| | | | Originally committed as revision 4917 to svn://svn.ffmpeg.org/ffmpeg/trunk