summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/h264_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+3
|\
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-282/+0
|\ \ | |/
| * dsputil: Separate h264 qpelMans Rullgard2013-01-241-282/+0
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-9/+9
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-9/+9
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-1/+2
|\ \ | |/
| * ppc: replace pointer casting with AV_COPY32Mans Rullgard2012-11-121-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-2/+2
|\ \ | |/
| * ppc: Rename H.264 optimization template file for consistency.Diego Biurrun2012-06-121-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-2/+2
|\ \ | |/
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\ \ | |/
| * ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-1/+1
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-081-2/+2
|\ \ | |/
| * doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-25/+19
|\ \ | |/
| * 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
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-1/+1
|\ \ | |/
| * dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-10/+12
|\ \ | |/
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-10/+12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-2/+2
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-1/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Fix PPC build.Ronald S. Bultje2011-02-171-6/+0
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-1/+6
* | Fix PPC build.Ronald S. Bultje2011-02-181-6/+0
|/
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-2/+3
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-081-2/+2
* Remove PPC perf counter supportMåns Rullgård2010-06-261-1/+0
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-10/+17
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-30/+30
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-29/+29
* Altivec version of avg_no_rnd_vc1_chroma_mc8David Conrad2009-04-151-123/+5
* Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad2009-04-141-2/+2
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-2/+0
* prettyprinting cosmeticsDiego Biurrun2009-03-141-9/+9
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-141-1/+1
* Add AltiVec versions of h264_idct_add(8|16|16intra),David Conrad2009-01-071-3/+32
* add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-061-0/+52
* fix compilation with GCC-4.3+David Conrad2009-01-061-6/+6
* offset and weights are signed, fixes some non-bitexact issues.David Conrad2009-01-061-5/+6
* add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)David Conrad2009-01-051-0/+82
* AltiVec version of h264_idct(8)_dc_addDavid Conrad2009-01-051-10/+54
OpenPOWER on IntegriCloud