summaryrefslogtreecommitdiff
path: root/libavcodec/ppc
Commit message (Expand)AuthorAge
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* ppc: fmtconvert: Drop two unused variables.Diego Biurrun2013-02-01
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-20
* ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun2013-01-20
* ppc: Include string.h for memsetMartin Storsjö2013-01-20
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-19
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-12
* ppc: fix some unused variable warningsMans Rullgard2012-11-12
* 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