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
/
libavcodec
/
ppc
/
dsputil_altivec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc: Add some missing headers
Diego Biurrun
2014-03-13
1
-0
/
+1
*
ppc: reduce overreads when loading 8 pixels in altivec dsp functions
Janne Grunau
2014-02-14
1
-10
/
+10
*
ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Ronald S. Bultje
2013-04-19
1
-421
/
+0
*
Add av_cold attributes to arch-specific init functions
Diego Biurrun
2013-02-05
1
-1
/
+2
*
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
Diego Biurrun
2013-02-05
1
-11
/
+11
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-3
/
+3
*
Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.
Ronald S. Bultje
2013-01-19
1
-25
/
+0
*
PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil
Justin Ruggles
2012-06-08
1
-2
/
+2
*
ppc: dsputil: do unaligned block accesses correctly
Mans Rullgard
2012-05-01
1
-88
/
+86
*
ppc: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-5
/
+5
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
1
-1
/
+1
*
dsputil: template get_pixels() for different bit depths
Mans Rullgard
2011-07-21
1
-3
/
+2
*
ppc: remove disabled code
Diego Biurrun
2011-07-16
1
-11
/
+0
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
1
-0
/
+5
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Fix overread in altivec DSP function sad16
Vitor Sessak
2011-01-29
1
-5
/
+7
*
Remove PPC perf counter support
Måns Rullgård
2010-06-26
1
-42
/
+0
*
PPC: move prototypes to headers and make some functions static
Måns Rullgård
2010-03-06
1
-20
/
+21
*
PPC: remove unnecessary alignment on local variables
Måns Rullgård
2009-08-24
1
-9
/
+9
*
Remove useless casts of vec_ld() parameters.
Diego Biurrun
2009-05-18
1
-15
/
+15
*
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
Diego Biurrun
2009-04-12
1
-50
/
+51
*
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-14
1
-1
/
+1
*
add Altivec implementation of clear_block
Guillaume Poirier
2008-12-12
1
-0
/
+16
*
Remove AltiVec vector declaration compiler compatibility macros.
Diego Biurrun
2008-07-24
1
-20
/
+20
*
cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines.
Diego Biurrun
2008-07-20
1
-516
/
+437
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Change some files to only include the necessary headers.
Diego Biurrun
2008-01-04
1
-1
/
+1
*
Fix alignment broke by my last patch
Vitor Sessak
2007-12-01
1
-2
/
+2
*
spelling
Vitor Sessak
2007-12-01
1
-3
/
+3
*
cosmetics: Fix indentation after last commit.
Diego Biurrun
2007-10-02
1
-1
/
+1
*
Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER).
Diego Biurrun
2007-10-02
1
-2
/
+1
*
Sanitize altivec code so it can be built with runtime check properly
Luca Barbato
2007-10-02
1
-66
/
+1
*
cosmetics: Fix AltiVec spelling.
Diego Biurrun
2007-10-02
1
-1
/
+1
*
Remove const vector macro indirection that is useless and obfuscating
Diego Biurrun
2007-10-01
1
-46
/
+46
*
Simplify preprocessor directives.
Diego Biurrun
2007-08-27
1
-7
/
+4
*
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific
Diego Biurrun
2007-08-27
1
-6
/
+6
*
Fix trivial mixed declarations and code warning caused by a double semicolon.
Diego Biurrun
2007-08-24
1
-1
/
+1
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-22
1
-5
/
+5
*
Simplify preprocessor directives.
Diego Biurrun
2007-08-22
1
-4
/
+2
*
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
Guillaume Poirier
2007-05-17
1
-9
/
+9
*
Add libavcodec to compiler include flags in order to simplify header
Ronald S. Bultje
2007-05-16
1
-1
/
+1
*
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)
Luca Barbato
2007-01-27
1
-4
/
+2
*
removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore
Luca Barbato
2006-10-09
1
-268
/
+0
*
add_bytes passes tests
Luca Barbato
2006-10-09
1
-7
/
+4
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
keep in sync with dsputil, makes --disable-decoder=vorbis build
Luca Barbato
2006-08-11
1
-0
/
+2
*
Cosmetics: 2->4 spaces and some braces
Luca Barbato
2006-08-06
1
-135
/
+126
*
Yet another typo
Luca Barbato
2006-08-04
1
-2
/
+2
*
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo...
Luca Barbato
2006-08-04
1
-4
/
+4
[next]