summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/dsputil_altivec.c
Commit message (Expand)AuthorAge
* Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-20
|\
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-20
* | Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer2014-03-20
|\|
| * dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-20
* | Merge commit 'b7d24fd4b2213104c001ed504074495568600b9c'Michael Niedermayer2014-03-20
|\|
| * ppc: dsputil: Merge some declarations and initializationsDiego Biurrun2014-03-20
* | Merge commit '8bd6f88266740068415f7da0628117f1b802efb9'Michael Niedermayer2014-03-20
|\|
| * ppc: dsputil: Drop some unnecessary parenthesesDiego Biurrun2014-03-20
* | Merge commit '30f3f959879eee7890973e8cc9ce076450ced111'Michael Niedermayer2014-03-20
|\|
| * ppc: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-20
* | Merge commit '82ee14d2cedd7867920529b408ed6c7ec2f13ff1'Michael Niedermayer2014-03-20
|\|
| * ppc: dsputil: comment formatting and wording/grammar improvementsDiego Biurrun2014-03-20
* | Merge commit 'fd9e2221bd3b2c5d62605134b62efa26eb9ef0f7'Michael Niedermayer2014-03-13
|\|
| * ppc: Add some missing headersDiego Biurrun2014-03-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-14
|\|
| * ppc: reduce overreads when loading 8 pixels in altivec dsp functionsJanne Grunau2014-02-14
| * ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* | Move ppc half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje2013-03-13
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-06
|\|
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer2013-02-06
|\|
| * Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer2013-01-20
|\|
| * Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* | dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis2012-09-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\|
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-01
|\|
| * ppc: dsputil: do unaligned block accesses correctlyMans Rullgard2012-05-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-22
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-16
|\|
| * ppc: remove disabled codeDiego Biurrun2011-07-16
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Fix overread in altivec DSP function sad16Vitor Sessak2011-01-29
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
* | Fix overread in altivec DSP function sad16Vitor Sessak2011-01-30
|/
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* PPC: remove unnecessary alignment on local variablesMåns Rullgård2009-08-24
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-18
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-12