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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppc: replace pointer casting with AV_COPY32
Mans Rullgard
2012-11-12
1
-1
/
+2
*
ppc: fix some unused variable warnings
Mans Rullgard
2012-11-12
1
-9
/
+6
*
build: non-x86: Only compile mpegvideo optimizations when necessary
Diego Biurrun
2012-10-09
1
-1
/
+1
*
ppc: fix Altivec build with old compilers
Mans Rullgard
2012-10-08
1
-5
/
+14
*
ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()
Mans Rullgard
2012-10-05
1
-7
/
+18
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
1
-0
/
+1
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
1
-0
/
+2
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
4
-0
/
+5
*
dsputil: ppc: cosmetics: pretty-print
Justin Ruggles
2012-07-22
1
-62
/
+64
*
ppc: fix build with altivec disabled
Mans Rullgard
2012-07-18
1
-1
/
+3
*
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-07-18
4
-33
/
+22
*
ppc: Rename H.264 optimization template file for consistency.
Diego Biurrun
2012-06-12
3
-4
/
+4
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-16
/
+0
*
PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil
Justin Ruggles
2012-06-08
15
-188
/
+23
*
ppc: Drop unused header regs.h
Diego Biurrun
2012-05-22
1
-37
/
+0
*
ppc: add const where needed in scalarproduct_int16_altivec()
Mans Rullgard
2012-05-01
1
-3
/
+4
*
ppc: remove shift parameter from scalarproduct_int16_altivec()
Mans Rullgard
2012-05-01
1
-10
/
+1
*
ppc: dsputil: do unaligned block accesses correctly
Mans Rullgard
2012-05-01
2
-100
/
+98
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+1
*
ppc: drop unused function dct_quantize_altivec()
Diego Biurrun
2012-04-18
1
-458
/
+0
*
build: Consistently handle conditional compilation for all optimization OBJS.
Diego Biurrun
2012-04-12
1
-2
/
+1
*
ppc: Add/remove a number of const qualifiers to fix related warnings.
Diego Biurrun
2012-04-09
2
-2
/
+3
*
build: ppc: drop stray leftover backslash
Diego Biurrun
2012-03-26
1
-1
/
+1
*
build: prettyprinting cosmetics
Diego Biurrun
2012-03-26
1
-7
/
+4
*
vp8: change int stride to ptrdiff_t stride.
Ronald S. Bultje
2012-03-02
1
-8
/
+8
*
ppc: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
10
-28
/
+28
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
4
-7
/
+7
*
cosmetics: Delete empty lines at end of file.
Diego Biurrun
2012-02-09
1
-1
/
+0
*
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-02-06
1
-1
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-4
/
+4
*
doxygen: Replace '\' by '@' in Doxygen markup tags.
Diego Biurrun
2011-12-07
2
-3
/
+3
*
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
*
ppc: fix 32-bit PIC build
Mans Rullgard
2011-09-25
2
-6
/
+20
*
ppc: remove redundant setting of Altivec IDCT
Mans Rullgard
2011-07-27
1
-9
/
+0
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
3
-3
/
+3
*
dsputil: template get_pixels() for different bit depths
Mans Rullgard
2011-07-21
1
-3
/
+2
*
jfdctint: add 10-bit version
Mans Rullgard
2011-07-21
1
-2
/
+3
*
simple_idct: add 10-bit version
Mans Rullgard
2011-07-20
1
-1
/
+1
*
ppc: remove disabled code
Diego Biurrun
2011-07-16
4
-61
/
+0
*
PPC: use Altivec IMDCT only for supported sizes
Mans Rullgard
2011-07-05
1
-2
/
+4
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-10
/
+12
*
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
Diego Biurrun
2011-06-07
1
-2
/
+1
*
mpegaudiodsp: fix x86 and ppc makefiles
Mans Rullgard
2011-05-19
1
-5
/
+1
*
Move some mpegaudio functions to new mpegaudiodsp subsystem
Mans Rullgard
2011-05-19
1
-5
/
+4
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
3
-1
/
+15
*
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-05-04
1
-61
/
+2
*
Convert some undefined 1<<31 shifts into 1U<<31.
Alex Converse
2011-04-11
1
-1
/
+1
[next]