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
/
h264_altivec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc: More consistent names for H.264 optimizations files
Diego Biurrun
2013-04-30
1
-748
/
+0
*
h264: Integrate clear_blocks calls with IDCT
Ronald S. Bultje
2013-04-10
1
-0
/
+3
*
Add av_cold attributes to arch-specific init functions
Diego Biurrun
2013-02-05
1
-1
/
+3
*
dsputil: Separate h264 qpel
Mans Rullgard
2013-01-24
1
-282
/
+0
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-9
/
+9
*
ppc: replace pointer casting with AV_COPY32
Mans Rullgard
2012-11-12
1
-1
/
+2
*
ppc: Rename H.264 optimization template file for consistency.
Diego Biurrun
2012-06-12
1
-2
/
+2
*
PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil
Justin Ruggles
2012-06-08
1
-2
/
+2
*
ppc: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
doxygen: Replace '\' by '@' in Doxygen markup tags.
Diego Biurrun
2011-12-07
1
-2
/
+2
*
h264: fix ppc/altivec build
Mans Rullgard
2011-10-21
1
-2
/
+2
*
H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
2011-10-21
1
-25
/
+19
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
1
-2
/
+3
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
1
-1
/
+1
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-10
/
+12
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
1
-1
/
+6
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Fix PPC build.
Ronald S. Bultje
2011-02-17
1
-6
/
+0
*
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
1
-2
/
+3
*
Merge has_altivec() function into mm_support(), remove it and use
Stefano Sabatini
2010-09-08
1
-2
/
+2
*
Remove PPC perf counter support
Måns Rullgård
2010-06-26
1
-1
/
+0
*
Move H264 dsputil functions into their own struct
Måns Rullgård
2010-03-16
1
-10
/
+17
*
PPC: move prototypes to headers and make some functions static
Måns Rullgård
2010-03-06
1
-1
/
+1
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-30
/
+30
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-29
/
+29
*
Altivec version of avg_no_rnd_vc1_chroma_mc8
David Conrad
2009-04-15
1
-123
/
+5
*
Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
David Conrad
2009-04-14
1
-2
/
+2
*
Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions.
Diego Biurrun
2009-04-12
1
-2
/
+0
*
prettyprinting cosmetics
Diego Biurrun
2009-03-14
1
-9
/
+9
*
Add av_uninit to vsrcBuc variable to work around some
Diego Biurrun
2009-03-14
1
-1
/
+1
*
Add AltiVec versions of h264_idct_add(8|16|16intra),
David Conrad
2009-01-07
1
-3
/
+32
*
add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4)
David Conrad
2009-01-06
1
-0
/
+52
*
fix compilation with GCC-4.3+
David Conrad
2009-01-06
1
-6
/
+6
*
offset and weights are signed, fixes some non-bitexact issues.
David Conrad
2009-01-06
1
-5
/
+6
*
add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4)
David Conrad
2009-01-05
1
-0
/
+82
*
AltiVec version of h264_idct(8)_dc_add
David Conrad
2009-01-05
1
-10
/
+54
*
Cleanup _t types in libavcodec/ppc
Luca Barbato
2008-12-27
1
-146
/
+146
*
Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct...
Guillaume Poirier
2008-12-25
1
-0
/
+29
*
cosmetics: Fix indentation after last commit.
Diego Biurrun
2008-07-24
1
-4
/
+4
*
Remove AltiVec vector declaration compiler compatibility macros.
Diego Biurrun
2008-07-24
1
-5
/
+5
*
cosmetics: Reformat PPC code in libavcodec according to style guidelines.
Diego Biurrun
2008-07-20
1
-6
/
+6
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Add necessary #include, fixes the warnings:
Diego Biurrun
2007-12-27
1
-0
/
+1
*
Sanitize altivec code so it can be built with runtime check properly
Luca Barbato
2007-10-02
1
-1
/
+2
*
whitespace/indentation cosmetics
Diego Biurrun
2007-08-24
1
-112
/
+112
*
Remove HAVE_ALTIVEC preprocessor directives that are only compiled
Diego Biurrun
2007-08-24
1
-8
/
+0
*
use shorter types vec_"type" instead of the too long vector "type"
Guillaume Poirier
2007-08-12
1
-115
/
+108
*
restore GCC3 support
Guillaume Poirier
2007-06-17
1
-4
/
+4
*
re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_...
Guillaume Poirier
2007-06-17
1
-2
/
+0
[next]