]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc
yadif: support more than yuv420p.
[ffmpeg] / libavcodec / ppc /
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.
2009-01-06 David Conradadd AltiVec implementation of weight_h264_pixels(16...
2009-01-06 David ConradFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 David Conradfix compilation with GCC-4.3+
2009-01-06 David Conradoffset and weights are signed, fixes some non-bitexact...
2009-01-05 David Conradadd AltiVec implementation of biweight_h264_pixels...
2009-01-05 David ConradAltiVec version of h264_idct(8)_dc_add
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-27 Luca BarbatoRemove stray code
2008-12-27 Luca BarbatoCleanup _t types in libavcodec/ppc
2008-12-25 Guillaume PoirierDisable usage of ff_h264_idct_add_altivec since AltiVec...
2008-12-17 Guillaume Poirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-12-13 Luca BarbatoCleanup types
2008-12-13 Luca BarbatoUnbreak imgresample altivec
2008-12-12 Guillaume Poirieradd Altivec implementation of clear_block
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-03 Dominik MierzejewskiRemove duplicated MM_* macros for CPU capabilities...
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-09-22 Diego Biurrunspelling cosmetics
2008-09-22 BradAltiVec detection support for OpenBSD, patch by Brad...
next