]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc/dsputil_ppc.c
indeo: check that band output buffer exists
[ffmpeg] / libavcodec / ppc / dsputil_ppc.c
2012-04-21 Mans RullgardRemove lowres video decoding
2012-02-15 Martin Storsjöppc: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
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-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
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-06-26 Måns RullgårdRemove PPC perf counter support
2010-03-06 Måns RullgårdPPC: move prototypes to headers and make some functions...
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-25 David ConradAltivec VP3 IDCT
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-01-24 Diego BiurrunRemove pointless #if HAVE_ALTIVEC around internal heade...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
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-07-20 Diego Biurruncosmetics: Reindent two misplaced braces.
2008-07-20 Diego Biurruncosmetics: Reformat PPC code in libavcodec according...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-10-02 Diego Biurruncosmetics: Fix AltiVec spelling.
2007-10-01 Diego BiurrunRemove Metrowerks compiler workaround.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-12 Luca Barbatoppc generic prefetch
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-08 Luca BarbatoNon Altivec optimizations already present at the top
2006-10-07 Luca Barbatofix the dcbz check and move it in configure
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-14 Luca Barbatoaltivec float optimizations
2006-08-03 Luca Barbatostandalone snow dsputil init
2006-08-03 Luca BarbatoAlmost cosmetic changes in dsputil_init_ppc and vorbis_...
2006-08-03 Luca BarbatoCleanup
2006-08-03 Kostya ShishkovSome AltiVec optimizations for VC-1
2006-08-02 Luca BarbatoCosmetics
2006-04-07 Luca Barbatohadamard8_diff* enabled on linux/ppc
2006-03-27 Luca Barbatoaltivec support for snow
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-01 Sigbjørn SkjæretDisable AltiVec IDCT for lowres decoding in lavc patch...
2004-10-11 Roine Gustafssonmissaliged clear_blocks() and h264 not complied but...
2004-09-16 Romain Dolbeauh264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau...
2004-06-08 Michael Niedermayerhadamard/AltiVec: fix to compiler fix, again by (Romain...
2004-06-05 Michael Niedermayeravg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels...
2004-06-05 Michael Niedermayerhadamard/AltiVec: fix to compiler fix by (Romain Dolbea...
2004-04-26 Alex Beregszaszidisable hadamard for gcc below 3.3 - better fix awaited
2004-04-22 Romain Dolbeaubetter hadamard8_diff16 in AltiVec, and more patch...
2004-04-20 Michael Niedermayerhadamard8_diff8x8 in AltiVec, the 16bits edition by...
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2004-02-28 Michael NiedermayerMetrowerks CodeWarrior patches by (John Dalgliesh ...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-10-26 James KlicmanAltiVec optimized fdct patch by (James Klicman <james...
2003-10-11 Steven M. Schultzrecommit (of patch, as cvslog msg didnt apply cleanly)
2003-07-09 Romain Dolbeau1) remove TBL support in PPC performance. It's much...
2003-07-04 Romain DolbeauPPC fixes & clean-up patch by (Romain Dolbeau <dolbeau...
2003-06-29 Michael NiedermayerPPC970 patch + cpu-specific tuning support by (Romain...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-01-26 Romain DolbeauAltivec on non darwin systems patch by Romain Dolbeau
2003-01-20 Romain DolbeauMore AltiVec MC functions patch by (Romain Dolbeau...
2003-01-19 Romain DolbeauPPC perf, PPC clear_block, AltiVec put_pixels8_xy2...
2003-01-16 Michael NiedermayerAltiVec perf (take 2), plus a couple AltiVec functions...
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-08 Fabrice Bellardaltivec patches by Romain Dolbeau
2003-01-07 Fabrice Bellardsuppressed pix_norm_altivec
2002-11-26 Brian Foleyaltivec accelerated v-resample patch by (Brian Foley...
2002-11-22 Brian Foley* altivec and pix_norm patch by Brian Foley
2002-11-19 Brian Foleyaltivec optimizations patch by (Brian Foley <bfoley...
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-02 Michael NiedermayerAltivec Patch (Mark III) by (Dieter Shirley <dieters...
2002-10-14 Fabrice Bellardremoved invalid header include
2002-09-02 Brian Foleyaltivec build tidyup patch by (Brian Foley <bfoley...