]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc
avcodec: Add av_cold attributes to init functions missing them
[ffmpeg] / libavcodec / ppc /
2013-05-02 Diego Biurrunppc: Only compile AltiVec FFT assembly when AltiVec...
2013-04-30 Diego Biurrunppc: Drop unnecessary ff_ name prefixes from static...
2013-04-30 Diego Biurrunppc: More consistent arch initialization
2013-04-30 Diego Biurrunppc: Move AltiVec utility headers out of AltiVec ifdefs
2013-04-30 Diego Biurrunppc: More consistent names for H.264 optimizations...
2013-04-30 Diego Biurrunmpegaudiosp: More consistent names for ppc/x86 optimiza...
2013-04-20 Martin Storsjöppc: hpeldsp: Include attributes.h
2013-04-19 Ronald S. Bultjeppc: hpeldsp: Move half-pel assembly from dsputil to...
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-02-01 Diego Biurrunppc: fmtconvert: Drop two unused variables.
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-20 Diego Biurrunppc: vorbisdsp: Drop some unnecessary #includes
2013-01-20 Martin Storsjöppc: Include string.h for memset
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-20 Ronald S. Bultjevp3: integrate clear_blocks with idct of previous block.
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-11-12 Mans Rullgardppc: replace pointer casting with AV_COPY32
2012-11-12 Mans Rullgardppc: fix some unused variable warnings
2012-10-09 Diego Biurrunbuild: non-x86: Only compile mpegvideo optimizations...
2012-10-08 Mans Rullgardppc: fix Altivec build with old compilers
2012-10-05 Mans Rullgardppc: fmtconvert: kill VLA in float_to_int16_interleave_...
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Justin Rugglesdsputil: ppc: cosmetics: pretty-print
2012-07-18 Mans Rullgardppc: fix build with altivec disabled
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-06-12 Diego Biurrunppc: Rename H.264 optimization template file for consis...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-08 Justin RugglesPPC: Move types_altivec.h and util_altivec.h from libav...
2012-05-22 Diego Biurrunppc: Drop unused header regs.h
2012-04-30 Mans Rullgardppc: add const where needed in scalarproduct_int16_alti...
2012-04-30 Mans Rullgardppc: remove shift parameter from scalarproduct_int16_al...
2012-04-30 Mans Rullgardppc: dsputil: do unaligned block accesses correctly
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-18 Diego Biurrunppc: drop unused function dct_quantize_altivec()
2012-04-12 Diego Biurrunbuild: Consistently handle conditional compilation...
2012-04-09 Diego Biurrunppc: Add/remove a number of const qualifiers to fix...
2012-03-26 Diego Biurrunbuild: ppc: drop stray leftover backslash
2012-03-26 Diego Biurrunbuild: prettyprinting cosmetics
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2012-02-15 Martin Storsjöppc: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-09 Diego Biurruncosmetics: Delete empty lines at end of file.
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2011-12-07 Diego Biurrundoxygen: Replace '\' by '@' in Doxygen markup tags.
2011-10-21 Mans Rullgardh264: fix ppc/altivec build
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-09-25 Mans Rullgardppc: fix 32-bit PIC build
2011-07-27 Mans Rullgardppc: remove redundant setting of Altivec IDCT
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-16 Diego Biurrunppc: remove disabled code
2011-07-05 Mans RullgardPPC: use Altivec IMDCT only for supported sizes
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-05-19 Mans Rullgardmpegaudiodsp: fix x86 and ppc makefiles
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-04 Ronald S. BultjeRevert "VC1: merge idct8x8, coeff adjustments and put_p...
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Justin Rugglescosmetics: rename ff_fmt_convert_init_ppc() to ff_fmt_c...
2011-02-21 Mans Rullgardvp8: ppc: fix invalid reads in altivec epel mc
2011-02-21 Mans Rullgardppc: fix vc1 inverse transform, unbreak build
2011-02-21 Ronald S. BultjeVC1: merge idct8x8, coeff adjustments and put_pixels.
2011-02-18 Ronald S. BultjeFix PPC build.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-17 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-29 Vitor SessakFix overread in altivec DSP function sad16
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-08 Stefano SabatiniMerge has_altivec() function into mm_support(), remove...
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-24 Måns RullgårdRemove global mm_flags variable
2010-07-18 Loren Merrittmore credits to D. J. Bernstein for fft
2010-07-04 Måns RullgårdPPC: convert Altivec FFT to pure assembler
2010-07-04 Måns RullgårdPPC: gas-preprocessor handles m[ft]spr shorthands
2010-07-04 Måns RullgårdPPC: add some asm support macros
next