index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
ppc
Age
Commit message (
Expand
)
Author
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-09
cosmetics: Delete empty lines at end of file.
Diego Biurrun
2012-02-06
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-01-07
cosmetics: drop some pointless parentheses
Diego Biurrun
2011-12-07
doxygen: Replace '\' by '@' in Doxygen markup tags.
Diego Biurrun
2011-10-21
h264: fix ppc/altivec build
Mans Rullgard
2011-10-21
H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
2011-10-21
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-09-25
ppc: fix 32-bit PIC build
Mans Rullgard
2011-07-27
ppc: remove redundant setting of Altivec IDCT
Mans Rullgard
2011-07-21
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
dsputil: template get_pixels() for different bit depths
Mans Rullgard
2011-07-21
jfdctint: add 10-bit version
Mans Rullgard
2011-07-20
simple_idct: add 10-bit version
Mans Rullgard
2011-07-16
ppc: remove disabled code
Diego Biurrun
2011-07-05
PPC: use Altivec IMDCT only for supported sizes
Mans Rullgard
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-07
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
Diego Biurrun
2011-05-19
mpegaudiodsp: fix x86 and ppc makefiles
Mans Rullgard
2011-05-19
Move some mpegaudio functions to new mpegaudiodsp subsystem
Mans Rullgard
2011-05-10
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-04
Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
Ronald S. Bultje
2011-04-11
Convert some undefined 1<<31 shifts into 1U<<31.
Alex Converse
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-07
cosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_convert_init_altivec().
Justin Ruggles
2011-02-21
vp8: ppc: fix invalid reads in altivec epel mc
Mans Rullgard
2011-02-21
ppc: fix vc1 inverse transform, unbreak build
Mans Rullgard
2011-02-21
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-17
Fix PPC build.
Ronald S. Bultje
2011-02-17
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
VC1: transpose IDCT 8x8 coeffs while reading.
Ronald S. Bultje
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-01-31
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-29
Fix overread in altivec DSP function sad16
Vitor Sessak
2011-01-22
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-18
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-17
convert svn:ignore properties to .gitignore files
Janne Grunau
2010-09-08
Move mm_support() from libavcodec to libavutil, make it a public
Stefano Sabatini
2010-09-08
Merge has_altivec() function into mm_support(), remove it and use
Stefano Sabatini
2010-09-04
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_
Stefano Sabatini
2010-08-24
Remove global mm_flags variable
Måns Rullgård
2010-07-18
more credits to D. J. Bernstein for fft
Loren Merritt
2010-07-04
PPC: convert Altivec FFT to pure assembler
Måns Rullgård
2010-07-04
PPC: gas-preprocessor handles m[ft]spr shorthands
Måns Rullgård
2010-07-04
PPC: add some asm support macros
Måns Rullgård
2010-07-03
PPC: add _interleave versions of fft{4,6,16}_altivec
Måns Rullgård
2010-07-02
PPC: fix build on OSX without gas-preprocessor
Måns Rullgård
2010-07-01
PPC: Altivec IMDCT
Loren Merritt
2010-07-01
Remove vestiges of radix-2 FFT
Måns Rullgård
2010-07-01
PPC: Altivec split-radix FFT
Måns Rullgård
[next]