summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg.c
Commit message (Collapse)AuthorAge
...
* few more error checksMichael Niedermayer2003-07-08
| | | | Originally committed as revision 2021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-22
| | | | Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some warning fixesAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixesMichael Niedermayer2003-06-17
| | | | Originally committed as revision 1968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-06-16
| | | | Originally committed as revision 1965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-06-16
| | | | | | | pegasus "pseudo yuv" (=RCT) lossless decoding support bigendian fix? Originally committed as revision 1963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lossless jpeg decoding supportMichael Niedermayer2003-06-15
| | | | Originally committed as revision 1959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizeMichael Niedermayer2003-05-23
| | | | Originally committed as revision 1900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-20
| | | | Originally committed as revision 1893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fixes.Falk Hüffner2003-05-15
| | | | Originally committed as revision 1884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* user setable quantizer biasMichael Niedermayer2003-03-22
| | | | Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifiedAlex Beregszaszi2003-03-09
| | | | Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * check for potentialy problematic field lenZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warnings patch by (bubu <bubu at bubu dot net>)bubu2003-01-01
| | | | Originally committed as revision 1386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disabled aspect code due to it is extra buggyAlex Beregszaszi2002-12-22
| | | | Originally committed as revision 1359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing aspect (hopefully, i couldnt reproduce the bug)Michael Niedermayer2002-12-06
| | | | Originally committed as revision 1317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l fixAlex Beregszaszi2002-12-03
| | | | Originally committed as revision 1300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpegb support (need more samples)Alex Beregszaszi2002-11-20
| | | | Originally committed as revision 1258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-06
| | | | Originally committed as revision 1173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-06
| | | | Originally committed as revision 1172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed some bugs in app parser - some jfif and adobe jpgs fixedAlex Beregszaszi2002-11-02
| | | | Originally committed as revision 1153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed 10lAlex Beregszaszi2002-10-31
| | | | Originally committed as revision 1124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), ↵Alex Beregszaszi2002-10-28
| | | | | | workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) Originally committed as revision 1094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc2()Michael Niedermayer2002-10-27
| | | | Originally committed as revision 1084 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3rd 10l - don't let it read data beyond the end of frameArpi2002-10-27
| | | | Originally committed as revision 1083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd 10l (noticed by arpi)Alex Beregszaszi2002-10-27
| | | | Originally committed as revision 1082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor speedup noticed by arpiAlex Beregszaszi2002-10-27
| | | | Originally committed as revision 1081 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2002-10-27
| | | | Originally committed as revision 1080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reworked decode_frame marker searching, fixes many non-working samplesAlex Beregszaszi2002-10-27
| | | | Originally committed as revision 1079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
| | | | Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete aspect supportAlex Beregszaszi2002-09-14
| | | | Originally committed as revision 944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>Leon van Stuivenberg2002-07-27
| | | | Originally committed as revision 826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fix.Falk Hüffner2002-07-12
| | | | Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't exit decoder after decoding first field -> fixes angels.avi interlacingArpi2002-07-11
| | | | Originally committed as revision 746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * clean compiler warningZdenek Kabelac2002-07-10
| | | | Originally committed as revision 733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * turned into debug message - it's annoying when watching mjpeg filesZdenek Kabelac2002-06-27
| | | | Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ff_idct_put()Fabrice Bellard2002-06-05
| | | | Originally committed as revision 669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
| | | | Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed incorrect buffer handlingFabrice Bellard2002-05-25
| | | | Originally committed as revision 597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Warning fix.Juanjo2002-05-09
| | | | Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
| | | | Originally committed as revision 451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for various app headers, and writin FFmpeg commentAlex Beregszaszi2002-05-07
| | | | Originally committed as revision 450 to svn://svn.ffmpeg.org/ffmpeg/trunk