| Commit message (Expand) | Author | Age | Files | Lines |
* | Alpha: move dsputil prototypes to a header file | Måns Rullgård | 2010-03-08 | 4 | -27/+55 |
* | Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. | Diego Biurrun | 2009-08-21 | 1 | -9/+4 |
* | Alpha: fix inline asm with DEC/Compaq/HP compiler | Måns Rullgård | 2009-02-21 | 1 | -24/+24 |
* | Alpha: fix pix_abs16 | Måns Rullgård | 2009-01-18 | 2 | -62/+55 |
* | Alpha: add ff_ prefix to idct functions | Måns Rullgård | 2009-01-18 | 2 | -11/+11 |
* | Alpha: indentation | Måns Rullgård | 2009-01-18 | 1 | -3/+3 |
* | Alpha: proper IDCT selection | Måns Rullgård | 2009-01-18 | 1 | -0/+4 |
* | Alpha: add some const, kill some warnings | Måns Rullgård | 2009-01-18 | 1 | -2/+2 |
* | Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp | Måns Rullgård | 2009-01-17 | 1 | -70/+31 |
* | Alpha: fix dct_unquantize_h263_inter/intra_axp() | Måns Rullgård | 2009-01-17 | 1 | -14/+16 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 2 | -4/+4 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -3/+3 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -51/+51 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 2 | -6/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 4 | -5/+5 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 2 | -6/+6 |
* | update my email address | Måns Rullgård | 2007-07-05 | 1 | -1/+1 |
* | UTF-8 conversion | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -6/+6 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 4 | -5/+5 |
* | rename HAVE_GPROF to CONFIG_GPROF | Måns Rullgård | 2007-02-11 | 2 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 8 | -32/+48 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+19 |
* | Change license header to LGPL for consistency. | Falk Hüffner | 2006-02-17 | 2 | -20/+20 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 5 | -5/+5 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 4 | -48/+48 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 7 | -35/+35 |
* | remove unused variables | Måns Rullgård | 2005-12-12 | 1 | -3/+1 |
* | Communicate proper aliasing to gcc (needed for 4.1). | Falk Hüffner | 2005-06-19 | 2 | -26/+45 |
* | Don't include config.h from assembly, because the mplayer developers | Falk Hüffner | 2004-07-10 | 2 | -6/+0 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 2 | -23/+15 |
* | 100l (forgot alpha & ppc) | Michael Niedermayer | 2003-12-15 | 1 | -13/+64 |
* | Use asms instead of builtins when compiling for generic Alpha. Less | Falk Hüffner | 2003-09-13 | 3 | -44/+36 |
* | warning fixes | Alex Beregszaszi | 2003-07-25 | 1 | -2/+2 |
* | build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) | Sam Hocevar | 2003-06-29 | 1 | -1/+2 |
* | the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ... | Michael Niedermayer | 2003-06-21 | 1 | -0/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 2 | -6/+7 |
* | 32 vs. 64bit bugfix by (Dave Huang (dahanc)) | Michael Niedermayer | 2003-02-22 | 1 | -6/+6 |
* | Implement sad8x8 and sad16x16 with pix_abs. | Falk Hüffner | 2003-01-10 | 1 | -0/+12 |
* | Kludge around compilation failure on Alpha. | Falk Hüffner | 2002-11-27 | 2 | -12/+24 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -52/+52 |
* | Move Alpha optimized IDCT to own file. Based on a patch by Måns | Falk Hüffner | 2002-10-11 | 3 | -2/+311 |
* | * Fix dct_unquantize_h263_axp for changed block_last_index indexing. | Falk Hüffner | 2002-10-07 | 1 | -10/+11 |
* | Make compilable again after DCT cleanup. It gives wrong results, | Falk Hüffner | 2002-10-05 | 1 | -4/+3 |
* | Some nifty stuff for upcoming patches. | Falk Hüffner | 2002-10-05 | 1 | -2/+36 |
* | Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win | Falk Hüffner | 2002-09-29 | 3 | -2/+190 |
* | Synthesize pixels16 functions from pixels functions. | Falk Hüffner | 2002-09-13 | 1 | -10/+45 |
* | Fix for h % 8 == 4 in put_pixels_axp_asm. | Falk Hüffner | 2002-09-13 | 1 | -32/+12 |
* | Due to version renumbering, Alpha builtins aren't supported in thegcc | Falk Hüffner | 2002-09-13 | 1 | -1/+1 |
* | Adapt to new 8/16 table scheme. | Falk Hüffner | 2002-09-13 | 1 | -19/+19 |