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
/
dsputil_ppc.c
Age
Commit message (
Expand
)
Author
2014-07-13
ppc: dsputil: Coalesce all init files
Diego Biurrun
2014-07-11
dsputil: Drop unused bit_depth parameter from all init functions
Diego Biurrun
2014-07-07
dsputil: Split off FDCT bits into their own context
Diego Biurrun
2014-06-30
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-23
dsputil: Split off global motion compensation bits into a separate context
Diego Biurrun
2014-06-22
dsputil: Split audio operations off into a separate context
Diego Biurrun
2014-06-18
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-03-20
dsputil: Propagate bit depth information to all (sub)init functions
Diego Biurrun
2014-03-20
ppc: dsputil: Merge some declarations and initializations
Diego Biurrun
2014-03-20
ppc: dsputil: Simplify some ifdeffed function definitions
Diego Biurrun
2014-03-20
ppc: dsputil: Drop some unnecessary parentheses
Diego Biurrun
2014-03-20
ppc: dsputil: K&R formatting cosmetics
Diego Biurrun
2014-03-20
ppc: dsputil: comment formatting and wording/grammar improvements
Diego Biurrun
2014-03-13
ppc: Add some missing headers
Diego Biurrun
2013-08-28
ppc: Add and use convenience macro to check for AltiVec availability
Diego Biurrun
2013-02-26
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-06
dsputil: Separate h264chroma
Diego Biurrun
2013-02-05
Add av_cold attributes to arch-specific init functions
Diego Biurrun
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2012-12-20
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-08-16
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-07-18
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-04-21
Remove lowres video decoding
Mans Rullgard
2012-02-15
ppc: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2011-07-21
dsputil: update per-arch init funcs for non-h264 high bit depth
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-05-10
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-17
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
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-06-26
Remove PPC perf counter support
Måns Rullgård
2010-03-06
PPC: move prototypes to headers and make some functions static
Måns Rullgård
2009-07-29
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
Diego Biurrun
2009-07-22
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
Diego Biurrun
2009-05-25
Altivec VP3 IDCT
David Conrad
2009-04-12
Remove AltiVec optimizations for Snow. They are hindering the development
Diego Biurrun
2009-01-24
Remove pointless #if HAVE_ALTIVEC around internal header #include
Diego Biurrun
2009-01-14
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-11-03
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
Dominik Mierzejewski
2008-10-16
Convert asm keyword into __asm__.
Diego Pettenò
[next]