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
/
libavutil
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'f61bece684d9685b07895508e6c1c733b5564ccf'
Michael Niedermayer
2013-08-29
2
-3
/
+30
|
\
|
*
ppc: Add and use convenience macro to check for AltiVec availability
Diego Biurrun
2013-08-28
2
-3
/
+30
*
|
Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'
Michael Niedermayer
2013-08-29
1
-0
/
+1
|
\
\
|
|
/
|
*
avutil: Move internal CPU detection function declarations to private header
Diego Biurrun
2013-08-28
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-07-18
1
-3
/
+1
|
\
\
|
|
/
|
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
1
-3
/
+1
*
|
Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8'
Michael Niedermayer
2013-07-12
1
-0
/
+2
|
\
\
|
|
/
|
*
configure: Check for support for labels in the inline assembly
Martin Storsjö
2013-07-11
1
-0
/
+6
*
|
Drop local lable from ppc asm timer.
Carl Eugen Hoyos
2013-06-30
1
-2
/
+1
*
|
Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'
Michael Niedermayer
2013-05-05
1
-1
/
+2
|
\
\
|
|
/
|
*
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
|
Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'
Michael Niedermayer
2013-05-01
1
-0
/
+4
|
\
\
|
|
/
|
*
ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs
Diego Biurrun
2013-04-30
1
-0
/
+4
*
|
Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'
Michael Niedermayer
2013-03-28
1
-10
/
+10
|
\
\
|
|
/
|
*
cosmetics: Remove unnecessary extern keywords from function declarations
Diego Biurrun
2013-03-27
1
-10
/
+10
*
|
Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'
Michael Niedermayer
2013-01-23
3
-0
/
+33
|
\
\
|
|
/
|
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
3
-0
/
+33
*
|
Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'
Michael Niedermayer
2013-01-23
3
-0
/
+29
|
\
\
|
|
/
|
*
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
3
-0
/
+29
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-16
3
-0
/
+41
|
\
\
|
|
/
|
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
3
-0
/
+41
*
|
ppc/cpu: make linux 32bit specific altivec detection depend on __linux__
Michael Niedermayer
2012-09-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-08
6
-0
/
+269
|
\
\
|
|
/
|
*
float_dsp: ppc: add a separate header for Altivec function prototypes
Justin Ruggles
2012-06-08
3
-3
/
+30
|
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
3
-0
/
+77
|
*
PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil
Justin Ruggles
2012-06-08
2
-0
/
+165
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
1
-0
/
+1
|
\
\
|
|
/
|
*
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diego Biurrun
2012-04-12
1
-0
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-13
1
-2
/
+0
|
\
\
|
|
/
|
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-2
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-11
1
-0
/
+1
|
\
\
|
|
/
|
*
os: fix OpenBSD/PowerPC compilation
Brad
2011-04-10
1
-0
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
3
-12
/
+12
|
/
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
1
-3
/
+0
*
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-17
1
-0
/
+3
*
Clean up av_get_cpu_flag()
Måns Rullgård
2010-09-09
1
-6
/
+2
*
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
1
-0
/
+88
*
Mark all intreadwrite functions av_always_inline
Måns Rullgård
2010-01-18
1
-8
/
+8
*
PPC: fix asm operand constraints in AV_RL64
Måns Rullgård
2009-07-29
1
-1
/
+1
*
PPC: check for x-form asm constraint support
Måns Rullgård
2009-04-18
1
-0
/
+4
*
PPC asm for AV_RL*()
Måns Rullgård
2009-04-18
1
-0
/
+104
*
Split libavutil/timer.h per architecture
Måns Rullgård
2009-04-01
1
-0
/
+47