index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...
Ronald S. Bultje
2016-07-11
2
-438
/
+0
*
PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...
Dan Parrot
2016-06-30
2
-0
/
+438
*
Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'
Clément Bœsch
2016-06-21
1
-1
/
+0
|
\
|
*
Drop pointless assert.h #includes
Diego Biurrun
2016-05-03
1
-1
/
+0
*
|
swscale: cleanup unused code
Pedro Arthur
2016-03-31
1
-2
/
+2
*
|
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
Derek Buitenhuis
2016-02-24
1
-1
/
+0
|
\
\
|
|
/
|
*
cosmetics: Drop empty comment lines
Diego Biurrun
2016-02-18
1
-1
/
+0
|
*
ppc: Restrict some Altivec implementations to Big Endian
Luca Barbato
2015-05-31
1
-1
/
+1
|
*
ppc: don't return a value from a function declared void
Sean McGovern
2013-08-30
1
-1
/
+1
*
|
swscale/ppc/yuv2rgb_altivec: POWER LE support in the macros vec_unh() and vec...
Rong Yan
2015-07-16
1
-0
/
+5
*
|
swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macr...
Rong Yan
2015-04-27
1
-9
/
+2
*
|
ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNED
Christophe Gisquet
2015-03-14
1
-2
/
+2
*
|
libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() yuv2planeX_16_al...
Rong Yan
2014-11-12
1
-94
/
+140
*
|
ppc: don't return a value from a function declared void
Sean McGovern
2013-08-30
1
-1
/
+1
*
|
Merge commit 'a6b650118543e1580e872896d8976042b7c32d01'
Michael Niedermayer
2013-08-30
1
-2
/
+5
|
\
\
|
|
/
|
*
ppc: cosmetics: Consistently format CPU flag detection invocations
Diego Biurrun
2013-08-29
1
-2
/
+5
*
|
Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'
Michael Niedermayer
2013-08-29
1
-2
/
+2
|
\
\
|
|
/
|
*
swscale: cosmetics: Drop silly camelCase from swScale function pointer name
Diego Biurrun
2013-08-29
1
-2
/
+2
*
|
Merge commit '4e0799a4d04404abfa8fbc072640be76465158cf'
Michael Niedermayer
2013-08-29
1
-2
/
+3
|
\
\
|
|
/
|
*
swscale: Add some missing av_cold to arch-specific init functions
Diego Biurrun
2013-08-29
1
-2
/
+3
*
|
Merge commit '3aa682f25324d811ec284edc808eb71a46eae950'
Michael Niedermayer
2013-08-29
1
-1
/
+1
|
\
\
|
|
/
|
*
swscale: consistent names for arch-specific acceleration functions
Diego Biurrun
2013-08-29
1
-1
/
+1
*
|
Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'
Michael Niedermayer
2013-08-29
4
-11
/
+37
|
\
\
|
|
/
|
*
swscale: ppc: Hide arch-specific initialization details
Diego Biurrun
2013-08-29
4
-11
/
+37
*
|
Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'
Michael Niedermayer
2013-06-03
1
-2
/
+0
|
\
\
|
|
/
|
*
swscale: ppc: Remove commented-out define cruft
Diego Biurrun
2013-06-02
1
-2
/
+0
*
|
Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'
Michael Niedermayer
2013-05-01
1
-16
/
+16
|
\
\
|
|
/
|
*
ppc: Drop unnecessary ff_ name prefixes from static functions
Diego Biurrun
2013-04-30
1
-16
/
+16
*
|
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
Michael Niedermayer
2012-12-21
1
-1
/
+1
|
\
\
|
|
/
|
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
3
-44
/
+44
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
3
-44
/
+44
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
1
-89
/
+63
|
\
\
|
|
/
|
*
ppc: swscale: rework yuv2planeX_altivec()
Mans Rullgard
2012-10-05
1
-89
/
+63
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-23
2
-5
/
+9
|
\
\
|
|
/
|
*
swscale: Mark all init functions as av_cold
Diego Biurrun
2012-07-23
2
-5
/
+9
*
|
Fix destination row striding in altivec_yuv2_bgr24.
Pavel Koshevoy
2012-07-06
1
-9
/
+4
*
|
sws: support 12&14 bit planar colorspaces
Michael Niedermayer
2012-07-04
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
1
-0
/
+3
|
\
\
|
|
/
|
*
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diego Biurrun
2012-04-12
1
-0
/
+3
|
*
ppc: Add/remove a number of const qualifiers to fix related warnings.
Diego Biurrun
2012-04-09
1
-5
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-07
1
-1
/
+1
|
\
\
|
|
/
|
*
swscale: make filterPos 32bit.
Ronald S. Bultje
2012-03-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-03
1
-612
/
+642
|
\
\
|
|
/
|
*
swscale: K&R formatting cosmetics for PowerPC code (part II/II)
Diego Biurrun
2012-03-02
1
-612
/
+642
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-22
2
-303
/
+314
|
\
\
|
|
/
|
*
swscale: K&R formatting cosmetics for PowerPC code (part I/II)
Diego Biurrun
2012-02-21
2
-303
/
+314
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-10
1
-0
/
+4
|
\
\
|
|
/
|
*
swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
Diego Biurrun
2012-02-09
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-26
1
-10
/
+0
|
\
\
|
|
/
[next]