| Commit message (Expand) | Author | Age | Files | Lines |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat... | Aurelien Jacobs | 2004-10-11 | 1 | -72/+73 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -1/+1 |
* | SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>) | Michael Niedermayer | 2004-01-29 | 1 | -1/+9 |
* | denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>) | Denes Balatoni | 2004-01-03 | 1 | -1/+59 |
* | denoise_dct_mmx() | Michael Niedermayer | 2004-01-02 | 1 | -0/+56 |
* | split intra / inter dequantization | Michael Niedermayer | 2003-12-14 | 1 | -45/+123 |
* | h263 slice structured mode | Michael Niedermayer | 2003-12-07 | 1 | -1/+1 |
* | noise reduction of dct coefficients | Michael Niedermayer | 2003-11-02 | 1 | -0/+1 |
* | minor mmx2 optimization if the dct | Michael Niedermayer | 2003-10-23 | 1 | -0/+2 |
* | fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu... | BERO | 2003-05-14 | 1 | -1/+0 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -46/+0 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -11/+11 |
* | warnings patch by (bubu <bubu at bubu dot net>) | bubu | 2003-01-01 | 1 | -1/+0 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -5/+6 |
* | idct_permutation_type variable, so the permutation type can quickly be identi... | Michael Niedermayer | 2002-10-25 | 1 | -17/+3 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -81/+89 |
* | fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) | Arpi | 2002-09-19 | 1 | -1/+1 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 1 | -4/+9 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-08-28 | 1 | -2/+2 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -12/+11 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 1 | -6/+6 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -4/+2 |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 1 | -88/+204 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -5/+3 |
* | - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm | Juanjo | 2002-02-26 | 1 | -8/+8 |
* | - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. | Juanjo | 2002-02-22 | 1 | -11/+11 |
* | - Bug fixes in H.263+ Advanced INTRA Coding decoder. | Juanjo | 2002-02-19 | 1 | -18/+19 |
* | - H.263+ decoder support for Advanded INTRA Coding (buggy) | Juanjo | 2002-02-18 | 1 | -1/+4 |
* | (commit by michael) | Michael Niedermayer | 2002-01-27 | 1 | -1/+28 |
* | (commit by michael) | Michael Niedermayer | 2002-01-15 | 1 | -0/+92 |
* | (commit by michael) | Michael Niedermayer | 2002-01-13 | 1 | -14/+21 |
* | Let loops will be aligned | Nick Kurshev | 2001-11-11 | 1 | -39/+2 |
* | dct_unquantize_h263_mmx() by Michael Niedermayer <michaelni@gmx.at> | Arpi | 2001-11-03 | 1 | -11/+147 |
* | renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ... | Fabrice Bellard | 2001-07-30 | 1 | -0/+227 |