Leon van Stuivenberg
d6afa9c671
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
...
Originally committed as revision 826 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Falk Hüffner
6b765cd276
Warning fix.
...
Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
d85c5979d0
don't exit decoder after decoding first field -> fixes angels.avi interlacing
...
Originally committed as revision 746 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
f197d19a21
* clean compiler warning
...
Originally committed as revision 733 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
d859228038
* turned into debug message - it's annoying when watching mjpeg files
...
Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
ee4b748b7f
use ff_idct_put()
...
Originally committed as revision 669 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
cd4af68ad5
* started to cleanup name clashes for onetime compilation
...
Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
3093185ea6
fixed incorrect buffer handling
...
Originally committed as revision 597 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
6000abfa89
removed useless header includes - use av memory functions
...
Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
564ef23d49
- Warning fix.
...
Originally committed as revision 476 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Alex Beregszaszi
a69b930cd3
clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)
...
Originally committed as revision 451 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Alex Beregszaszi
723106b279
added support for various app headers, and writin FFmpeg comment
...
Originally committed as revision 450 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
1c3a2382d0
correct quantizer bias
...
Originally committed as revision 438 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Alex Beregszaszi
af289048d8
patch by Alex Beregszaszi <alex@naxine.org>
...
- 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
23 years ago
Arpi
e84c31dc88
Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org>
...
Originally committed as revision 429 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
d7e9533aa0
fixed msmpeg4 infinite loop if buggy stream
...
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
23 years ago
Michael Niedermayer
17592475b3
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
...
Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Arpi
80e103d04c
PATCH by Rik Snel <rsnel@cube.dyndns.org>
...
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
23 years ago
Michael Niedermayer
d8c2efac4b
width or height %16 != 0 bugfix
...
Originally committed as revision 287 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a74127c071
win32 fixes
...
Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
9d02db7a17
fix got_picture output
...
Originally committed as revision 99 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
1a56543279
win32 fixes
...
Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
991ae7b6a4
added interlaced MJPEG support
...
Originally committed as revision 70 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
486171d7ba
return dummy quality to avoid bug in -sameq case - forgot emms in error case
...
Originally committed as revision 60 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
186f8ae1f5
added forgotten emms() - fix various segmentation faults when using mjpeg
...
Originally committed as revision 57 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
47476fa9fd
fixed mjpeg matrix quant encoding and decoding
...
Originally committed as revision 48 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
bbc0d0c1fe
use default huffman tables if none given
...
Originally committed as revision 40 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
b182e68ac5
added 422P and 444P support - fixed block parsing error
...
Originally committed as revision 39 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
e23884046d
added correct component id handling
...
Originally committed as revision 37 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
10b7b472d9
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c
...
Originally committed as revision 34 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago