| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\ |
|
| * | Add more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-16 | 1 | -0/+1 |
| * | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-18 | 1 | -6/+0 |
|\| |
|
| * | vp3: move idct and loop filter pointers to new vp3dsp context | Mans Rullgard | 2012-07-18 | 1 | -6/+0 |
* | | lowres2 support. | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
|\| |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -9/+9 |
|\| |
|
| * | ppc: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -6/+6 |
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | | ppc: fix usage of dsp_mask | Michael Niedermayer | 2011-09-30 | 1 | -1/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-22 | 1 | -3/+4 |
|\| |
|
| * | dsputil: update per-arch init funcs for non-h264 high bit depth | Mans Rullgard | 2011-07-21 | 1 | -1/+1 |
| * | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-21 | 1 | -1/+1 |
|\| |
|
| * | simple_idct: add 10-bit version | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-16 | 1 | -8/+0 |
|\| |
|
| * | ppc: remove disabled code | Diego Biurrun | 2011-07-16 | 1 | -8/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -2/+2 |
|\| |
|
| * | 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 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-17 | 1 | -2/+0 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -0/+4 |
* | | dsputil: move VC1-specific stuff into VC1DSPContext. | Ronald S. Bultje | 2011-02-18 | 1 | -2/+0 |
|/ |
|
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 1 | -12/+1 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -4/+0 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -79/+0 |
* | PPC: move prototypes to headers and make some functions static | Måns Rullgård | 2010-03-06 | 1 | -22/+5 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. | Diego Biurrun | 2009-07-22 | 1 | -1/+1 |
* | Altivec VP3 IDCT | David Conrad | 2009-05-25 | 1 | -0/+10 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | Remove pointless #if HAVE_ALTIVEC around internal header #include | Diego Biurrun | 2009-01-24 | 1 | -3/+0 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -3/+3 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -9/+9 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -5/+5 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -2/+2 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -4/+4 |
* | cosmetics: Reindent two misplaced braces. | Diego Biurrun | 2008-07-20 | 1 | -2/+2 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -127/+113 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | cosmetics: Fix AltiVec spelling. | Diego Biurrun | 2007-10-02 | 1 | -1/+1 |
* | Remove Metrowerks compiler workaround. | Diego Biurrun | 2007-10-01 | 1 | -4/+0 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 | Luca Barbato | 2007-04-10 | 1 | -0/+2 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 1 | -5/+5 |