| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) | Michael Niedermayer | 2003-03-05 | 1 | -1/+1 |
* | field picture decoding support (16x16 MC blocks only as i dont have any sampl... | Michael Niedermayer | 2003-03-05 | 1 | -0/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -12/+0 |
* | h263(+) clenaup & bugfixes | Michael Niedermayer | 2003-02-28 | 1 | -3/+2 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -77/+77 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -2/+4 |
* | mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by me | Michael Niedermayer | 2003-02-08 | 1 | -0/+1 |
* | cleanup | Michael Niedermayer | 2003-01-21 | 1 | -0/+1 |
* | trying to fix mb skip bug in mpeg1/2 if slices are not used | Michael Niedermayer | 2003-01-20 | 1 | -0/+2 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -1/+7 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 1 | -1/+1 |
* | more compare functions (rd & bit) | Michael Niedermayer | 2003-01-15 | 1 | -0/+1 |
* | /* align 16 */ | Michael Niedermayer | 2003-01-12 | 1 | -5/+5 |
* | get_format() | Michael Niedermayer | 2003-01-12 | 1 | -0/+1 |
* | negative linesize support (so mplayer -flip works) | Michael Niedermayer | 2003-01-05 | 1 | -1/+2 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -0/+7 |
* | mpeg4 header encoding bugfix | Michael Niedermayer | 2003-01-03 | 1 | -1/+0 |
* | pre motion estimation cleanup/bugfix | Michael Niedermayer | 2003-01-02 | 1 | -0/+1 |
* | motion estimation pre pass | Michael Niedermayer | 2003-01-02 | 1 | -0/+1 |
* | shape adaptive diamonds for EPZS | Michael Niedermayer | 2003-01-01 | 1 | -3/+3 |
* | trellis quantization for mpeg1 | Michael Niedermayer | 2003-01-01 | 1 | -1/+1 |
* | trellis quantization | Michael Niedermayer | 2002-12-31 | 1 | -0/+7 |
* | correcter mpeg4 headers | Michael Niedermayer | 2002-12-30 | 1 | -0/+1 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -9/+51 |
* | more debug output | Michael Niedermayer | 2002-12-17 | 1 | -0/+2 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -1/+1 |
* | cleanup / messup? | Michael Niedermayer | 2002-12-09 | 1 | -2/+0 |
* | 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 |