| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp | Ronald S. Bultje | 2013-04-19 | 8 | -290/+378 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 3 | -3/+0 |
* | dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation | Diego Biurrun | 2013-02-24 | 1 | -0/+1 |
* | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 2 | -2/+4 |
* | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 2 | -6/+6 |
* | dsputil: remove one array dimension from avg_no_rnd_pixels_tab. | Ronald S. Bultje | 2013-01-22 | 1 | -4/+4 |
* | dsputil: remove avg_no_rnd_pixels8. | Ronald S. Bultje | 2013-01-22 | 1 | -5/+0 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 6 | -30/+30 |
* | build: non-x86: Only compile mpegvideo optimizations when necessary | Diego Biurrun | 2012-10-09 | 1 | -1/+2 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+1 |
* | build: prettyprinting cosmetics | Diego Biurrun | 2012-03-26 | 1 | -6/+6 |
* | mpegvideo: Add ff_ prefix to nonstatic functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -1/+2 |
* | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -0/+4 |
* | ALPHA: Replace sized int_fast integer types with plain int/unsigned. | Diego Biurrun | 2011-05-01 | 1 | -3/+3 |
* | simple_idct_alpha: Drop some useless casts. | Diego Biurrun | 2011-04-27 | 1 | -7/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 9 | -36/+36 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -3/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+3 |
* | Remove --enable-gprof flag | Måns Rullgård | 2010-06-26 | 2 | -20/+0 |
* | Simplify arch-specific object file lists | Måns Rullgård | 2010-03-16 | 1 | -1/+1 |
* | Move arch-specific makefile parts into $arch/Makefile | Måns Rullgård | 2010-03-16 | 1 | -0/+6 |
* | 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 |