101 Commits (6ccedec0fde72538a164d9321cf59daad90caabc)

Author SHA1 Message Date
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
bubu ccfddafbd9 warnings patch by (bubu <bubu at bubu dot net>) 22 years ago
Alex Beregszaszi a46a7052bc disabled aspect code due to it is extra buggy 22 years ago
Michael Niedermayer 706fc4dea6 fixing aspect (hopefully, i couldnt reproduce the bug) 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Alex Beregszaszi 1730832639 10l fix 22 years ago
Alex Beregszaszi b135d9fb96 mjpegb support (need more samples) 22 years ago
Michael Niedermayer 218baf10f8 cleanup 22 years ago
Michael Niedermayer 81ada1ce9d cleanup 22 years ago
Alex Beregszaszi 145956deee fixed some bugs in app parser - some jfif and adobe jpgs fixed 22 years ago
Alex Beregszaszi f9745d55e6 fixed 10l 22 years ago
Alex Beregszaszi f3a3444721 FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), workarounded a restart interval bug (Spectralfan.mov) (rst support should be rewritten and moved from decode_sos) 22 years ago
Michael Niedermayer 1c0a593ac8 get_vlc2() 22 years ago
Arpi 055317a74c 3rd 10l - don't let it read data beyond the end of frame 22 years ago
Alex Beregszaszi 9d3748bed3 2nd 10l (noticed by arpi) 22 years ago
Alex Beregszaszi 7b5c80f6bb minor speedup noticed by arpi 22 years ago
Alex Beregszaszi 97d4469a74 10l 22 years ago
Alex Beregszaszi 109362cbf4 reworked decode_frame marker searching, fixes many non-working samples 22 years ago
Michael Niedermayer 2ad1516a6c idct permutation cleanup, idct can be selected per context now 22 years ago
Michael Niedermayer 5596c60cce dont store version for bit-exact tests 22 years ago
Alex Beregszaszi 85bf478ed9 complete aspect support 22 years ago
Leon van Stuivenberg d6afa9c671 handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> 23 years ago
Falk Hüffner 6b765cd276 Warning fix. 23 years ago
Arpi d85c5979d0 don't exit decoder after decoding first field -> fixes angels.avi interlacing 23 years ago
Zdenek Kabelac f197d19a21 * clean compiler warning 23 years ago
Zdenek Kabelac d859228038 * turned into debug message - it's annoying when watching mjpeg files 23 years ago
Fabrice Bellard ee4b748b7f use ff_idct_put() 23 years ago
Zdenek Kabelac cd4af68ad5 * started to cleanup name clashes for onetime compilation 23 years ago
Fabrice Bellard 3093185ea6 fixed incorrect buffer handling 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago
Juanjo 564ef23d49 - Warning fix. 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Alex Beregszaszi 723106b279 added support for various app headers, and writin FFmpeg comment 23 years ago
Michael Niedermayer 1c3a2382d0 correct quantizer bias 23 years ago
Alex Beregszaszi af289048d8 patch by Alex Beregszaszi <alex@naxine.org> 23 years ago
Arpi e84c31dc88 Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> 23 years ago
Michael Niedermayer d7e9533aa0 fixed msmpeg4 infinite loop if buggy stream 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) 23 years ago
Arpi 80e103d04c PATCH by Rik Snel <rsnel@cube.dyndns.org> 23 years ago
Michael Niedermayer d8c2efac4b width or height %16 != 0 bugfix 23 years ago
Fabrice Bellard a74127c071 win32 fixes 23 years ago
Fabrice Bellard 9d02db7a17 fix got_picture output 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago
Fabrice Bellard 991ae7b6a4 added interlaced MJPEG support 23 years ago
Fabrice Bellard 486171d7ba return dummy quality to avoid bug in -sameq case - forgot emms in error case 23 years ago
Fabrice Bellard 186f8ae1f5 added forgotten emms() - fix various segmentation faults when using mjpeg 23 years ago
Fabrice Bellard 47476fa9fd fixed mjpeg matrix quant encoding and decoding 23 years ago
Fabrice Bellard bbc0d0c1fe use default huffman tables if none given 23 years ago
Fabrice Bellard b182e68ac5 added 422P and 444P support - fixed block parsing error 23 years ago
Fabrice Bellard e23884046d added correct component id handling 23 years ago