summaryrefslogtreecommitdiff
path: root/libswscale/ppc
Commit message (Expand)AuthorAgeFilesLines
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-141-0/+1
* swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-101-1/+1
* Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje2016-07-112-438/+0
* PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot2016-06-302-0/+438
* Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-211-1/+0
|\
| * Drop pointless assert.h #includesDiego Biurrun2016-05-031-1/+0
* | swscale: cleanup unused codePedro Arthur2016-03-311-2/+2
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-241-1/+0
|\ \ | |/
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-181-1/+0
| * ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-1/+1
| * ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* | swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...Rong Yan2015-07-161-0/+5
* | swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr...Rong Yan2015-04-271-9/+2
* | ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-141-2/+2
* | libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_al...Rong Yan2014-11-121-94/+140
* | ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* | Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'Michael Niedermayer2013-08-301-2/+5
|\ \ | |/
| * ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+5
* | Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer2013-08-291-2/+2
|\ \ | |/
| * swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-291-2/+2
* | Merge commit '4e0799a4d04404abfa8fbc072640be76465158cf'Michael Niedermayer2013-08-291-2/+3
|\ \ | |/
| * swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-291-2/+3
* | Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'Michael Niedermayer2013-08-291-1/+1
|\ \ | |/
| * swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-291-1/+1
* | Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer2013-08-294-11/+37
|\ \ | |/
| * swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-294-11/+37
* | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-031-2/+0
|\ \ | |/
| * swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-021-2/+0
* | Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer2013-05-011-16/+16
|\ \ | |/
| * ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-16/+16
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-083-44/+44
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-083-44/+44
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-89/+63
|\ \ | |/
| * ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard2012-10-051-89/+63
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-232-5/+9
|\ \ | |/
| * swscale: Mark all init functions as av_coldDiego Biurrun2012-07-232-5/+9
* | Fix destination row striding in altivec_yuv2_bgr24.Pavel Koshevoy2012-07-061-9/+4
* | sws: support 12&14 bit planar colorspacesMichael Niedermayer2012-07-041-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-0/+3
|\ \ | |/
| * build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-121-0/+3
| * ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-091-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-1/+1
|\ \ | |/
| * swscale: make filterPos 32bit.Ronald S. Bultje2012-03-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-612/+642
|\ \ | |/
| * swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun2012-03-021-612/+642
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-222-303/+314
|\ \ | |/
| * swscale: K&R formatting cosmetics for PowerPC code (part I/II)Diego Biurrun2012-02-212-303/+314
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-0/+4
|\ \ | |/