| Commit message (Expand) | Author | Age | Files | Lines |
* | An easy way to speed up encoding by 6%. | Falk Hüffner | 2002-09-28 | 1 | -0/+2 |
* | Minor warning fix. | Falk Hüffner | 2002-09-28 | 2 | -2/+2 |
* | minor optimization of h263_encode_motion() | Michael Niedermayer | 2002-09-27 | 1 | -4/+13 |
* | ff_get_fourcc() & XVIX support | Michael Niedermayer | 2002-09-27 | 5 | -2/+24 |
* | autodetect UMP4 (by adding a fourcc field to AVCodecContext) | Michael Niedermayer | 2002-09-26 | 2 | -7/+17 |
* | automatically detect broken opendivx codec and workaround, so bug=1 shouldnt ... | Michael Niedermayer | 2002-09-26 | 1 | -1/+13 |
* | h263_dc_scale() cleanup | Michael Niedermayer | 2002-09-26 | 1 | -40/+18 |
* | mpeg4 interlaced dct encoding | Michael Niedermayer | 2002-09-26 | 3 | -35/+220 |
* | ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-09-24 | 1 | -38/+25 |
* | adaptive quantization for h263 | Michael Niedermayer | 2002-09-24 | 3 | -8/+29 |
* | adaptive quantization for mpeg1 | Michael Niedermayer | 2002-09-24 | 1 | -4/+39 |
* | darkness masking (lumi masking does only bright stuff now) | Michael Niedermayer | 2002-09-24 | 3 | -6/+19 |
* | fixing ac prediction encoding with adaptive quantization | Michael Niedermayer | 2002-09-24 | 1 | -16/+62 |
* | fixing variance scaling for b frames (messed adaptive quants up) | Michael Niedermayer | 2002-09-23 | 1 | -13/+10 |
* | adaptive quantization (lumi/temporal & spatial complexity masking) | Michael Niedermayer | 2002-09-23 | 6 | -31/+267 |
* | ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-09-23 | 6 | -0/+493 |
* | pix_sum16_mmx() | Michael Niedermayer | 2002-09-20 | 1 | -0/+39 |
* | fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) | Arpi | 2002-09-19 | 5 | -5/+5 |
* | fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ... | Michael Niedermayer | 2002-09-19 | 2 | -1/+5 |
* | fixing apiexample | Michael Niedermayer | 2002-09-19 | 2 | -15/+22 |
* | documenting most stuff in AVCodecContext | Michael Niedermayer | 2002-09-19 | 1 | -65/+372 |
* | * Remove -finline-limit=8000 (not supported by gcc 2.95) | Falk Hüffner | 2002-09-19 | 1 | -1/+12 |
* | fixing *pixels_tab stuff (hopefully, as its untested ...) | Michael Niedermayer | 2002-09-19 | 1 | -10/+10 |
* | avcodec_alloc_context() | Michael Niedermayer | 2002-09-19 | 2 | -4/+28 |
* | 10l (forgot to commit) | Michael Niedermayer | 2002-09-18 | 1 | -3/+2 |
* | better min/max rate handling | Michael Niedermayer | 2002-09-18 | 1 | -33/+35 |
* | fixing | Michael Niedermayer | 2002-09-18 | 1 | -7/+11 |
* | fixing memalign | Michael Niedermayer | 2002-09-15 | 1 | -2/+20 |
* | dont store version for bit-exact tests | Michael Niedermayer | 2002-09-14 | 4 | -14/+24 |
* | alignment info | Michael Niedermayer | 2002-09-14 | 1 | -13/+23 |
* | interlaced b frames fix | Michael Niedermayer | 2002-09-14 | 1 | -6/+9 |
* | fixing qpel 4mv | Michael Niedermayer | 2002-09-14 | 1 | -27/+60 |
* | complete aspect support | Alex Beregszaszi | 2002-09-14 | 1 | -7/+42 |
* | interlaced qpel mpeg4 fixed | Michael Niedermayer | 2002-09-14 | 1 | -27/+54 |
* | Synthesize pixels16 functions from pixels functions. | Falk Hüffner | 2002-09-13 | 1 | -10/+45 |
* | aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v... | Alex Beregszaszi | 2002-09-13 | 3 | -11/+26 |
* | Fix for h % 8 == 4 in put_pixels_axp_asm. | Falk Hüffner | 2002-09-13 | 1 | -32/+12 |
* | 10l (field select readed at the wrong place ...) | Michael Niedermayer | 2002-09-13 | 1 | -9/+15 |
* | interlaced b frames cleanup | Michael Niedermayer | 2002-09-13 | 1 | -73/+74 |
* | Due to version renumbering, Alpha builtins aren't supported in thegcc | Falk Hüffner | 2002-09-13 | 1 | -1/+1 |
* | interlaced mpeg4 b frame decoding | Michael Niedermayer | 2002-09-13 | 5 | -75/+177 |
* | Adapt to new 8/16 table scheme. | Falk Hüffner | 2002-09-13 | 1 | -19/+19 |
* | fixing 1/0 if the headers are incomplete (like what M$ encoder generates) | Michael Niedermayer | 2002-09-13 | 1 | -0/+5 |
* | fixing interlaced mpeg4 decoding | Michael Niedermayer | 2002-09-12 | 2 | -7/+14 |
* | parsing resync header extension support | Michael Niedermayer | 2002-09-12 | 1 | -17/+8 |
* | vbv parameter parsing (more skiping actually ;) ) | Michael Niedermayer | 2002-09-12 | 1 | -2/+11 |
* | avoid nonsense frame-skip messages | Michael Niedermayer | 2002-09-12 | 1 | -1/+1 |
* | uninitialized var ... | Michael Niedermayer | 2002-09-12 | 1 | -2/+3 |
* | statistics for forw & back p-MBs instead of just one counter for both | Michael Niedermayer | 2002-09-12 | 3 | -15/+26 |
* | m4v input support | Michael Niedermayer | 2002-09-12 | 1 | -7/+24 |