| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mergeing inter & intra rl_length tables (50% smaller & no meassureable differ... | Michael Niedermayer | 2002-10-27 | 1 | -8/+7 |
* | 75% smaller rl_length table | Michael Niedermayer | 2002-10-27 | 1 | -1/+1 |
* | dsputil mmi cleanup patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-10-27 | 1 | -42/+28 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 7 | -10/+19 |
* | segfault fix patch by (Juergen Keil <jk at tools dot de>) | Jürgen Keil | 2002-10-26 | 1 | -0/+4 |
* | fixing decoding of streams with no keyframe at the start | Michael Niedermayer | 2002-10-25 | 1 | -0/+2 |
* | idct_permutation_type variable, so the permutation type can quickly be identi... | Michael Niedermayer | 2002-10-25 | 6 | -30/+48 |
* | regression test for H263+ | Michael Niedermayer | 2002-10-25 | 1 | -2/+1 |
* | slice encoding cleanup | Michael Niedermayer | 2002-10-25 | 2 | -71/+36 |
* | clip MVs for direct mode | Michael Niedermayer | 2002-10-24 | 1 | -1/+13 |
* | optimize block_permute() | Michael Niedermayer | 2002-10-23 | 4 | -18/+32 |
* | fixing interlaced MC & edge-emu | Michael Niedermayer | 2002-10-23 | 2 | -14/+21 |
* | more defaults | Michael Niedermayer | 2002-10-22 | 1 | -0/+4 |
* | xvid qpel bug autodetect | Michael Niedermayer | 2002-10-22 | 3 | -3/+22 |
* | xvid qpel bug workaround | Michael Niedermayer | 2002-10-22 | 3 | -1/+6 |
* | fixing msmpeg4v3 encoding at bitrates <128k | Michael Niedermayer | 2002-10-20 | 1 | -1/+2 |
* | fixing h263 slice decoding (again) | Michael Niedermayer | 2002-10-19 | 1 | -5/+5 |
* | fixing interlaced dct with 4mv | Michael Niedermayer | 2002-10-19 | 1 | -0/+5 |
* | fixing h263 decoding (did segfault) | Michael Niedermayer | 2002-10-19 | 2 | -28/+32 |
* | fixing interlaced dct + hq mode | Michael Niedermayer | 2002-10-18 | 1 | -0/+1 |
* | init flags before using it (found by arpi) | Michael Niedermayer | 2002-10-16 | 1 | -0/+2 |
* | complete mpeg4 GMC decoding support | Michael Niedermayer | 2002-10-16 | 6 | -177/+349 |
* | fixing alt_scan for the first frame (variable was reset) | Michael Niedermayer | 2002-10-16 | 1 | -1/+1 |
* | warning fixes | Michael Niedermayer | 2002-10-15 | 3 | -11/+20 |
* | better padding bug detection | Michael Niedermayer | 2002-10-14 | 2 | -3/+37 |
* | removed warnings | Fabrice Bellard | 2002-10-14 | 1 | -2/+2 |
* | removed invalid header include | Fabrice Bellard | 2002-10-14 | 1 | -1/+0 |
* | mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad... | Michael Niedermayer | 2002-10-14 | 4 | -308/+335 |
* | fixing wmv1 slice decoding | Michael Niedermayer | 2002-10-13 | 1 | -1/+1 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 11 | -676/+1700 |
* | Move Alpha optimized IDCT to own file. Based on a patch by Måns | Falk Hüffner | 2002-10-11 | 5 | -267/+313 |
* | removed unused variables | Fabrice Bellard | 2002-10-11 | 1 | -2/+0 |
* | corrected pixel format display | Fabrice Bellard | 2002-10-11 | 1 | -3/+3 |
* | added two pass info | Fabrice Bellard | 2002-10-10 | 1 | -3/+12 |
* | mpeg1 2pass encoding | Michael Niedermayer | 2002-10-09 | 1 | -0/+26 |
* | resample fix by Petros Tsantoulis | Fabrice Bellard | 2002-10-09 | 1 | -1/+1 |
* | support buffers containing more than one frame | Fabrice Bellard | 2002-10-09 | 1 | -8/+8 |
* | fixed NTSC end of line bug | Fabrice Bellard | 2002-10-08 | 1 | -4/+25 |
* | minimum support for YUV411P (new combined scaler/converter will handle that b... | Fabrice Bellard | 2002-10-08 | 1 | -0/+36 |
* | 16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>) | Jürgen Keil | 2002-10-08 | 1 | -34/+135 |
* | 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in calle... | Arpi | 2002-10-07 | 1 | -0/+3 |
* | DV ntsc support, 411P colorspace added | Arpi | 2002-10-07 | 2 | -11/+12 |
* | * Fix dct_unquantize_h263_axp for changed block_last_index indexing. | Falk Hüffner | 2002-10-07 | 1 | -10/+11 |
* | set low_delay on encoding if no b frames | Michael Niedermayer | 2002-10-06 | 1 | -1/+1 |