summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg.c
Commit message (Collapse)AuthorAge
...
* 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
* correct quantizer biasMichael Niedermayer2002-05-03
| | | | Originally committed as revision 438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by Alex Beregszaszi <alex@naxine.org>Alex Beregszaszi2002-05-03
| | | | | | | | - AVID (AVRn) support (workaround) - print error instead of failing for unsupported SOF - fixed the 0<code<FF range checking Originally committed as revision 435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for external huffman table and various fixes by Alex Beregszaszi ↵Arpi2002-05-01
| | | | | | <alex@naxine.org> Originally committed as revision 429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
| | | | | | | | | | rewrote quantizer fixed bias (+10% compression/quality for h263 like codecs) qscale=1 support mpeg1 intra frames looks far less blocky added codec_id field Originally committed as revision 423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative bitstream writer (disabled by default, uncomment #define ↵Michael Niedermayer2002-02-12
| | | | | | ALT_BISTREAM_WRITER in common.h if u want to try it) Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
| | | | | | | | | | this patch enhances the jpeg header writer. It can be asked to omit quantisation and huffman tables and it can write different horizontal and vertical sampling factors. (the last thing is useless for libavcodec itself (because libavcodec only handles YUV420P at ecoder level), but the values are initialized so that operation of libavcodec is not impaired) Originally committed as revision 290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* width or height %16 != 0 bugfixMichael Niedermayer2002-02-07
| | | | Originally committed as revision 287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-15
| | | | Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix got_picture outputFabrice Bellard2001-08-15
| | | | Originally committed as revision 99 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk