summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-09
* ppc: fix Altivec build with old compilersMans Rullgard2012-10-08
* ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard2012-10-05
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-22
* ppc: fix build with altivec disabledMans Rullgard2012-07-18
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-12
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* ppc: Drop unused header regs.hDiego Biurrun2012-05-22
* ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard2012-05-01
* ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard2012-05-01
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-01
* Remove lowres video decodingMans Rullgard2012-04-21
* ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-18
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
* build: ppc: drop stray leftover backslashDiego Biurrun2012-03-26
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-02
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-07
* h264: fix ppc/altivec buildMans Rullgard2011-10-21
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-25
* ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-27
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* ppc: remove disabled codeDiego Biurrun2011-07-16
* PPC: use Altivec IMDCT only for supported sizesMans Rullgard2011-07-05
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-07
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-19
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-07