summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc
Commit message (Expand)AuthorAgeFilesLines
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-161-0/+1
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+2
* Don't include common.h from avutil.hMartin Storsjö2012-08-154-0/+5
* dsputil: ppc: cosmetics: pretty-printJustin Ruggles2012-07-221-62/+64
* ppc: fix build with altivec disabledMans Rullgard2012-07-181-1/+3
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-184-33/+22
* ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-123-4/+4
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-16/+0
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-0815-188/+23
* ppc: Drop unused header regs.hDiego Biurrun2012-05-221-37/+0
* ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard2012-05-011-3/+4
* ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard2012-05-011-10/+1
* ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-012-100/+98
* Remove lowres video decodingMans Rullgard2012-04-211-1/+1
* ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-181-458/+0
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-121-2/+1
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-092-2/+3
* build: ppc: drop stray leftover backslashDiego Biurrun2012-03-261-1/+1
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-7/+4
* vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-021-8/+8
* ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-1510-28/+28
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-154-7/+7
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-4/+4
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-072-3/+3
* h264: fix ppc/altivec buildMans Rullgard2011-10-211-2/+2
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-211-25/+19
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-2/+3
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-252-6/+20
* ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-271-9/+0
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-213-3/+3
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-3/+2
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-2/+3
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* ppc: remove disabled codeDiego Biurrun2011-07-164-61/+0
* PPC: use Altivec IMDCT only for supported sizesMans Rullgard2011-07-051-2/+4
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-10/+12
* Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-2/+1
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-191-5/+1
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-5/+4
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-103-1/+15
* Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-041-61/+2
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-111-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1923-94/+94
* cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().Justin Ruggles2011-03-071-1/+1
* vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard2011-02-211-7/+14
* ppc: fix vc1 inverse transform, unbreak buildMans Rullgard2011-02-211-17/+17
* VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje2011-02-211-3/+61
OpenPOWER on IntegriCloud