]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc
mpegaudiodec: move imdct and windowing function to mpegaudiodsp
[ffmpeg] / libavcodec / ppc /
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
2010-07-03 Måns RullgårdPPC: add _interleave versions of fft{4,6,16}_altivec
2010-07-02 Måns RullgårdPPC: fix build on OSX without gas-preprocessor
2010-07-01 Loren MerrittPPC: Altivec IMDCT
2010-07-01 Måns RullgårdRemove vestiges of radix-2 FFT
2010-07-01 Måns RullgårdPPC: Altivec split-radix FFT
2010-07-01 Måns RullgårdCheck whether IBM or Apple PPC assembler syntax is...
2010-07-01 Vitor SessakAltivec-optimized mp{1,2,3} windowing
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-29 David ConradAltivec VP8 MC functions
2010-06-29 David ConradAltivec: Add helper function to load from a constant...
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-26 Måns RullgårdRemove PPC perf counter support
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-16 Måns RullgårdSimplify arch-specific object file lists
2010-03-16 Måns RullgårdMove arch-specific makefile parts into $arch/Makefile
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-08 Martin StorsjöMove the local includes below the system includes
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-09-27 Måns Rullgårdcosmetics: fix indentation after previous commit
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-15 Måns RullgårdMove per-arch fft init bits into the corresponding...
2009-08-24 Måns RullgårdPPC: remove unnecessary alignment on local variables
2009-08-24 Diego BiurrunAdd necessary #include for config.h.
2009-08-24 Måns RullgårdPPC: simplify loading some values into altivec registers
2009-08-23 Måns RullgårdInclude required headers in {mips,ppc}/mathops.h
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-05-26 Reimar DöffingerChange HAVE_PPC64 to ARCH_PPC64.
2009-05-25 David ConradAltivec VP3 IDCT
2009-05-18 Diego BiurrunRemove useless casts of vec_ld() parameters.
2009-05-11 Måns RullgårdPPC: 32-bit asm for MAC64 and MLS64
2009-05-09 Diego BiurrunAdd necessary header for CONFIG_RUNTIME_CPUDETECT prepr...
2009-05-04 Måns RullgårdPPC: implement MULH() in assembler
2009-04-15 David ConradAltivec version of avg_no_rnd_vc1_chroma_mc8
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-12 Diego BiurrunRemove gcc_fixes.h. It only contains workarounds for...
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-09 Diego BiurrunRemove unnecessary gcc_fixes.h #include.
2009-04-09 Diego Biurruncosmetics: Reformat comment paragraph and fix a few...
2009-04-08 Ramiro Pollaconfigure: Add --enable-runtime-cpudetect
2009-03-15 Diego Biurruncosmetics: Remove file name from file header.
2009-03-14 Diego Biurrunprettyprinting cosmetics
2009-03-14 Diego BiurrunAdd av_uninit to vsrcBuc variable to work around some
2009-03-03 Michael NiedermayerRemove old scaler.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Diego BiurrunUse '#if defined()' for OS-specific preprocessor checks.
2009-01-25 Diego BiurrunAdd required headers to fix warnings during 'make check...
2009-01-24 Diego BiurrunAdd a check for ppc4xx instructions; rename preprocesso...
2009-01-24 Diego BiurrunRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-07 David ConradAdd AltiVec versions of h264_idct_add(8|16|16intra),
2009-01-06 David ConradAdd Altivec version of vector_fmul_window.
next