| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -4/+4 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -6/+6 |
* | move draw_edges() into dsputil | Aurelien Jacobs | 2008-03-04 | 1 | -90/+0 |
* | spelling | Vitor Sessak | 2007-12-01 | 1 | -1/+1 |
* | make ff_p* vars extern so that they can be used in various *_mmx.c files | Aurelien Jacobs | 2007-11-27 | 1 | -3/+1 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -3/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -3/+3 |
* | sse2 & ssse3 versions of dct_quantize. | Loren Merritt | 2007-05-12 | 1 | -0/+21 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -5/+5 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -5/+5 |
* | zigzag_direct_noperm doesn't exist, remove declaration | Måns Rullgård | 2006-11-12 | 1 | -1/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Support for MacIntel, last part: balign directives | John Dalgliesh | 2006-08-12 | 1 | -6/+6 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 1 | -1/+1 |
* | missmatch control for mpeg2 intra dequantization if bitexact=1 | Michael Niedermayer | 2006-04-28 | 1 | -1/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -450/+450 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -16/+16 |
* | 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 |