| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing 2pass assert failure | Michael Niedermayer | 2002-12-06 | 1 | -1/+2 |
* | new PSNR code (now works with chroma, b frames, ...) | Michael Niedermayer | 2002-12-04 | 1 | -0/+5 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -41/+26 |
* | * fixed prototype | Zdenek Kabelac | 2002-11-19 | 1 | -1/+1 |
* | * compilation fix (ARM users please check) | Zdenek Kabelac | 2002-11-19 | 1 | -0/+3 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -0/+1 |
* | cleanup (breaks compatibility, requested by fabrice) | Michael Niedermayer | 2002-11-08 | 1 | -0/+11 |
* | Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) | Michael Niedermayer | 2002-11-02 | 1 | -3/+10 |
* | exporting the internal qscale table, this allso fixes the ordering | Michael Niedermayer | 2002-10-30 | 1 | -1/+4 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 1 | -1/+1 |
* | idct_permutation_type variable, so the permutation type can quickly be identi... | Michael Niedermayer | 2002-10-25 | 1 | -0/+5 |
* | optimize block_permute() | Michael Niedermayer | 2002-10-23 | 1 | -0/+1 |
* | xvid qpel bug autodetect | Michael Niedermayer | 2002-10-22 | 1 | -0/+2 |
* | complete mpeg4 GMC decoding support | Michael Niedermayer | 2002-10-16 | 1 | -3/+3 |
* | better padding bug detection | Michael Niedermayer | 2002-10-14 | 1 | -0/+1 |
* | mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad... | Michael Niedermayer | 2002-10-14 | 1 | -1/+3 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -20/+59 |
* | moved dct init out from mpv_common_init to dct_common_init (for less-uglier w... | Alex Beregszaszi | 2002-10-04 | 1 | -0/+1 |
* | ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-10-03 | 1 | -0/+3 |
* | renaming variable | Michael Niedermayer | 2002-09-29 | 1 | -1/+1 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -9/+19 |
* | adaptive quantization for h263 | Michael Niedermayer | 2002-09-24 | 1 | -0/+1 |
* | adaptive quantization (lumi/temporal & spatial complexity masking) | Michael Niedermayer | 2002-09-23 | 1 | -4/+8 |
* | 10l (forgot to commit) | Michael Niedermayer | 2002-09-18 | 1 | -3/+2 |
* | dont store version for bit-exact tests | Michael Niedermayer | 2002-09-14 | 1 | -0/+2 |
* | interlaced mpeg4 b frame decoding | Michael Niedermayer | 2002-09-13 | 1 | -2/+9 |
* | statistics for forw & back p-MBs instead of just one counter for both | Michael Niedermayer | 2002-09-12 | 1 | -1/+2 |
* | reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ | Michael Niedermayer | 2002-09-11 | 1 | -1/+1 |
* | dct cleanup | Michael Niedermayer | 2002-09-01 | 1 | -2/+2 |
* | sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp... | Martin Olschewski | 2002-08-30 | 1 | -0/+3 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 1 | -1/+2 |
* | added aspected_width/height for EXTENDED_PAR | Alex Beregszaszi | 2002-08-26 | 1 | -1/+2 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -14/+30 |
* | better scene change detection | Michael Niedermayer | 2002-08-22 | 1 | -0/+1 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -0/+3 |
* | 4mv + bframe decoding bugfix | Michael Niedermayer | 2002-08-05 | 1 | -0/+1 |
* | fixing mpeg4 mpeg quantizers | Michael Niedermayer | 2002-08-02 | 1 | -0/+1 |
* | different edge positions fixed with edge emu / dr1 | Michael Niedermayer | 2002-07-25 | 1 | -0/+1 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -0/+4 |
* | direct rendering method 1 support | Michael Niedermayer | 2002-07-14 | 1 | -1/+4 |
* | rl vlc decoding optimizations | Michael Niedermayer | 2002-07-13 | 1 | -2/+2 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 1 | -2/+2 |
* | wmv1 slice_height != mb_height support | Michael Niedermayer | 2002-07-07 | 1 | -0/+1 |
* | Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård | Falk Hüffner | 2002-07-03 | 1 | -0/+3 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 1 | -9/+25 |
* | added missing externs (we were lucky that commons are used) | Fabrice Bellard | 2002-06-04 | 1 | -2/+2 |
* | single coefficient elimination | Michael Niedermayer | 2002-06-02 | 1 | -10/+54 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -3/+4 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -17/+17 |
* | workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=... | Michael Niedermayer | 2002-05-21 | 1 | -0/+2 |