| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '054013a0fc6f2b52c60cee3e051be8cc7f82cef3' | Michael Niedermayer | 2014-05-30 | 1 | -42/+0 |
|\ |
|
| * | dsputil: Move APE-specific bits into apedsp | Diego Biurrun | 2014-05-29 | 1 | -42/+0 |
* | | Merge commit '65d5d5865845f057cc6530a8d0f34db952d9009c' | Michael Niedermayer | 2014-05-30 | 1 | -44/+0 |
|\| |
|
| * | dsputil: Move SVQ1 encoding specific bits into svq1enc | Diego Biurrun | 2014-05-29 | 1 | -44/+0 |
* | | Merge commit 'b5aa48551300eed678aaea86ced7086758598a35' | Michael Niedermayer | 2014-05-28 | 1 | -3/+1 |
|\| |
|
| * | ppc: Move vec_unaligned_load macro to util_altivec | Diego Biurrun | 2014-05-28 | 1 | -3/+1 |
* | | Merge commit 'b7d24fd4b2213104c001ed504074495568600b9c' | Michael Niedermayer | 2014-03-20 | 1 | -4/+2 |
|\| |
|
| * | ppc: dsputil: Merge some declarations and initializations | Diego Biurrun | 2014-03-20 | 1 | -4/+2 |
* | | Merge commit '022184a646896c6b27c6cca387039b030685266e' | Michael Niedermayer | 2014-03-20 | 1 | -41/+50 |
|\| |
|
| * | ppc: dsputil: more K&R formatting cosmetics | Diego Biurrun | 2014-03-20 | 1 | -41/+50 |
* | | Merge commit '82ee14d2cedd7867920529b408ed6c7ec2f13ff1' | Michael Niedermayer | 2014-03-20 | 1 | -7/+7 |
|\| |
|
| * | ppc: dsputil: comment formatting and wording/grammar improvements | Diego Biurrun | 2014-03-20 | 1 | -7/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-08-16 | 1 | -3/+1 |
|\| |
|
| * | altivec: perform an explicit unaligned load | Kostya Shishkov | 2013-08-16 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-27 | 1 | -2/+2 |
|\| |
|
| * | fix scalarproduct_and_madd_int16_altivec() for orders > 16 | Kostya Shishkov | 2013-05-26 | 1 | -2/+2 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 1 | -1/+2 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-08 | 1 | -2/+1 |
|\| |
|
| * | PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil | Justin Ruggles | 2012-06-08 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-01 | 1 | -25/+17 |
|\| |
|
| * | ppc: add const where needed in scalarproduct_int16_altivec() | Mans Rullgard | 2012-05-01 | 1 | -3/+4 |
| * | ppc: remove shift parameter from scalarproduct_int16_altivec() | Mans Rullgard | 2012-05-01 | 1 | -10/+1 |
| * | ppc: dsputil: do unaligned block accesses correctly | Mans Rullgard | 2012-05-01 | 1 | -12/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-10 | 1 | -1/+2 |
|\| |
|
| * | ppc: Add/remove a number of const qualifiers to fix related warnings. | Diego Biurrun | 2012-04-09 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\| |
|
| * | ppc: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add const to some pointer parameters. | Eli Friedman | 2010-06-27 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | refactor and optimize scalarproduct | Loren Merritt | 2009-12-05 | 1 | -30/+36 |
* | PPC: remove unnecessary alignment on local variables | Måns Rullgård | 2009-08-24 | 1 | -1/+1 |
* | Remove unnecessary gcc_fixes.h #include. | Diego Biurrun | 2009-04-09 | 1 | -2/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Cleanup _t types in libavcodec/ppc | Luca Barbato | 2008-12-27 | 1 | -8/+8 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -1/+1 |
* | Altivec implementation of APE vector functions | Kostya Shishkov | 2008-07-06 | 1 | -0/+63 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | make arguments to ssd_int8_vs_int16() const | Måns Rullgård | 2007-07-08 | 1 | -1/+2 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 | Luca Barbato | 2007-04-10 | 1 | -0/+79 |