| Commit message (Expand) | Author | Age | Files | Lines |
* | disabled aspect code due to it is extra buggy | Alex Beregszaszi | 2002-12-22 | 1 | -9/+10 |
* | fixing aspect (hopefully, i couldnt reproduce the bug) | Michael Niedermayer | 2002-12-06 | 1 | -1/+4 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -5/+7 |
* | 10l fix | Alex Beregszaszi | 2002-12-03 | 1 | -3/+9 |
* | mjpegb support (need more samples) | Alex Beregszaszi | 2002-11-20 | 1 | -9/+141 |
* | cleanup | Michael Niedermayer | 2002-11-06 | 1 | -4/+6 |
* | cleanup | Michael Niedermayer | 2002-11-06 | 1 | -8/+72 |
* | fixed some bugs in app parser - some jfif and adobe jpgs fixed | Alex Beregszaszi | 2002-11-02 | 1 | -10/+45 |
* | fixed 10l | Alex Beregszaszi | 2002-10-31 | 1 | -2/+4 |
* | FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), work... | Alex Beregszaszi | 2002-10-28 | 1 | -24/+20 |
* | get_vlc2() | Michael Niedermayer | 2002-10-27 | 1 | -6/+4 |
* | 3rd 10l - don't let it read data beyond the end of frame | Arpi | 2002-10-27 | 1 | -2/+2 |
* | 2nd 10l (noticed by arpi) | Alex Beregszaszi | 2002-10-27 | 1 | -1/+1 |
* | minor speedup noticed by arpi | Alex Beregszaszi | 2002-10-27 | 1 | -6/+2 |
* | 10l | Alex Beregszaszi | 2002-10-27 | 1 | -1/+1 |
* | reworked decode_frame marker searching, fixes many non-working samples | Alex Beregszaszi | 2002-10-27 | 1 | -127/+169 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -7/+23 |
* | dont store version for bit-exact tests | Michael Niedermayer | 2002-09-14 | 1 | -8/+10 |
* | complete aspect support | Alex Beregszaszi | 2002-09-14 | 1 | -7/+42 |
* | handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> | Leon van Stuivenberg | 2002-07-27 | 1 | -0/+9 |
* | Warning fix. | Falk Hüffner | 2002-07-12 | 1 | -0/+1 |
* | don't exit decoder after decoding first field -> fixes angels.avi interlacing | Arpi | 2002-07-11 | 1 | -1/+2 |
* | * clean compiler warning | Zdenek Kabelac | 2002-07-10 | 1 | -4/+4 |
* | * turned into debug message - it's annoying when watching mjpeg files | Zdenek Kabelac | 2002-06-27 | 1 | -1/+1 |
* | use ff_idct_put() | Fabrice Bellard | 2002-06-05 | 1 | -2/+1 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -7/+7 |
* | fixed incorrect buffer handling | Fabrice Bellard | 2002-05-25 | 1 | -22/+21 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -13/+7 |
* | - Warning fix. | Juanjo | 2002-05-09 | 1 | -0/+2 |
* | clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) | Alex Beregszaszi | 2002-05-07 | 1 | -0/+3 |
* | added support for various app headers, and writin FFmpeg comment | Alex Beregszaszi | 2002-05-07 | 1 | -28/+215 |
* | correct quantizer bias | Michael Niedermayer | 2002-05-03 | 1 | -0/+1 |
* | patch by Alex Beregszaszi <alex@naxine.org> | Alex Beregszaszi | 2002-05-03 | 1 | -5/+64 |
* | Support for external huffman table and various fixes by Alex Beregszaszi <ale... | Arpi | 2002-05-01 | 1 | -17/+138 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -0/+3 |
* | alternative bitstream writer (disabled by default, uncomment #define ALT_BIST... | Michael Niedermayer | 2002-02-12 | 1 | -1/+1 |
* | PATCH by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-02-09 | 1 | -7/+7 |
* | width or height %16 != 0 bugfix | Michael Niedermayer | 2002-02-07 | 1 | -7/+5 |
* | win32 fixes | Fabrice Bellard | 2001-08-15 | 1 | -16/+1 |
* | fix got_picture output | Fabrice Bellard | 2001-08-15 | 1 | -3/+3 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -2/+8 |
* | added interlaced MJPEG support | Fabrice Bellard | 2001-08-11 | 1 | -2/+36 |
* | return dummy quality to avoid bug in -sameq case - forgot emms in error case | Fabrice Bellard | 2001-08-08 | 1 | -3/+9 |
* | added forgotten emms() - fix various segmentation faults when using mjpeg | Fabrice Bellard | 2001-08-08 | 1 | -0/+2 |
* | fixed mjpeg matrix quant encoding and decoding | Fabrice Bellard | 2001-08-07 | 1 | -6/+10 |
* | use default huffman tables if none given | Fabrice Bellard | 2001-08-06 | 1 | -9/+18 |
* | added 422P and 444P support - fixed block parsing error | Fabrice Bellard | 2001-08-06 | 1 | -10/+16 |
* | added correct component id handling | Fabrice Bellard | 2001-08-06 | 1 | -11/+15 |
* | added MJPEG decoder, renamed mjpegenc.c to mjpeg.c | Fabrice Bellard | 2001-08-06 | 1 | -0/+924 |