summaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/mpegvideo_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* ppc/mpegvideo_altivec: Change assert to av_assert2()Michael Niedermayer2015-01-301-2/+1
* Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-1/+1
|\
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-1/+1
* | Merge commit '27860819d508068f056cf48473af04868791ad77'Michael Niedermayer2014-06-111-1/+2
|\ \ | |/
| * ppc: Consistently use convenience macro for runtime CPU detectionDiego Biurrun2014-06-101-1/+2
* | Merge commit 'b718b24bbe83d3e8787c1dc6449ccbffcd13a4e7'Michael Niedermayer2014-04-051-1/+0
|\ \ | |/
| * ppc: Drop a bunch of unnecessary dsputil_altivec.h #includesDiego Biurrun2014-04-041-1/+0
* | Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer2013-08-301-2/+3
|\ \ | |/
| * ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+3
* | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer2013-05-011-2/+7
|\ \ | |/
| * ppc: More consistent arch initializationDiego Biurrun2013-04-301-2/+7
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+2
|\ \ | |/
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-1/+1
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-081-2/+3
|\ \ | |/
| * PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-081-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-181-463/+0
|\ \ | |/
| * ppc: drop unused function dct_quantize_altivec()Diego Biurrun2012-04-181-458/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-5/+5
|\ \ | |/
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-4/+4
* | mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer2011-09-251-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-281-9/+0
|\ \ | |/
| * ppc: remove redundant setting of Altivec IDCTMans Rullgard2011-07-271-9/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-161-18/+0
|\ \ | |/
| * ppc: remove disabled codeDiego Biurrun2011-07-161-18/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-081-1/+1
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* Remove PPC perf counter supportMåns Rullgård2010-06-261-5/+0
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-061-5/+3
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* PPC: simplify loading some values into altivec registersMåns Rullgård2009-08-241-18/+7
* Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.Diego Biurrun2009-04-121-2/+0
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-2/+2
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-031-1/+1
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-1/+1
* cosmetics: Reformat PPC code in libavcodec according to style guidelines.Diego Biurrun2008-07-201-118/+100
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-261-18/+18
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-191-1/+1
* fix broken indentationGuillaume Poirier2008-02-191-1/+1
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-191-1/+1
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-181-6/+2
OpenPOWER on IntegriCloud