index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ppc
/
dsputil_altivec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-01
1
-88
/
+86
|
\
|
*
ppc: dsputil: do unaligned block accesses correctly
Mans Rullgard
2012-05-01
1
-88
/
+86
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-16
1
-6
/
+6
|
\
\
|
|
/
|
*
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-22
1
-4
/
+3
|
\
\
|
|
/
|
*
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-16
1
-11
/
+0
|
\
\
|
|
/
|
*
ppc: remove disabled code
Diego Biurrun
2011-07-16
1
-11
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
1
-3
/
+3
|
\
\
|
|
/
|
*
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
*
|
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-04-10
1
-0
/
+5
*
|
Fix overread in altivec DSP function sad16
Vitor Sessak
2011-01-30
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
*
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec:
Luca Barbato
2006-08-03
1
-5
/
+40
[next]