]> git.sesse.net Git - ffmpeg/history - libavcodec/ppc
Remove duplicate #includes, avcodec.h #includes common.h.
[ffmpeg] / libavcodec / ppc /
2007-04-10 Luca Barbatossd_int8_vs_int16_altivec, not completely benchmarkedwi...
2007-04-07 Diego Biurruntypos/grammar
2007-02-13 Måns Rullgårdrename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
2007-01-27 Luca BarbatoSimplify and avoid a warning (should be faster on Cell...
2007-01-23 Luca Barbato10l, there is a corner case afterall...
2006-12-11 Guillaume PoirierGCC 3.3 compile fix
2006-12-02 Guillaume PoirierAdd IDCT8 routine in Altivec. Patch by yours truely...
2006-12-02 Luca BarbatoUnused variable removed
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-19 Guillaume PoirierAdd useful Altivec types, taken from with permission...
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-07 Luca BarbatoSimplify
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-12 Luca Barbatoppc generic prefetch
2006-10-10 Guillaume PoirierMove TRANSPOSE8 macro to dsputil_altivec.h.
2006-10-09 Luca Barbatoremoving ALTIVEC_USE_REFERENCE_C_CODE, since has no...
2006-10-09 Luca Barbatoadd_bytes passes tests
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-10-07 Luca Barbatofix a warning
2006-09-19 Luca BarbatoNew single instruction math operation header
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-03 Kostya ShishkovAltiVec version of put_no_rnd_h264_chroma_pixels_tab...
2006-08-31 Luca BarbatoProper fix for the corner case that would have been...
2006-08-31 Luca BarbatoRevert previous commit
2006-08-31 Luca BarbatoFix float_to_int16, unaligned case, broken by the previ...
2006-08-15 Luca Barbato10l, thanks to Emanuele Giaquinta <exg@gentoo.org>...
2006-08-14 Luca Barbatoaltivec float optimizations
2006-08-13 Luca BarbatoClean up:make dsputil subfile names consistent
2006-08-11 Luca Barbatokeep in sync with dsputil, makes --disable-decoder...
2006-08-06 Luca BarbatoCosmetics: 2->4 spaces and some braces
2006-08-04 Luca BarbatoYet another typo
2006-08-04 Luca BarbatoFix a stupid typo and another error, thanks to Emanuele...
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 BarbatoMinor fix
2006-08-03 Luca Barbatoavoid alignment hacks, luckly gcc does the right thing...
2006-08-03 Luca Barbatovorbis_inverse_coupling_altivec
2006-08-03 Luca BarbatoCleanup
2006-08-03 Kostya ShishkovSome AltiVec optimizations for VC-1
2006-08-02 Luca Barbatoavoid possible segfault situations
2006-08-02 Luca BarbatoCosmetics
2006-06-20 Luca BarbatoMake gcc-3 happy again, thanks to Olivier Castan <casta...
2006-06-17 Luca BarbatoCosmetics: should not hurt performance, scream if are
2006-06-03 Luca Barbatoput_pixels16_l2_altivec and avg_pixels16_l2_altivec
2006-05-02 Luca BarbatoMacosx fix
2006-04-25 Luca Barbato13% faster inner_add_yblock
2006-04-25 Luca Barbato40% faster decode
2006-04-16 Luca Barbatotypo in the gcc handmade regalloc trigger
2006-04-07 Luca Barbatohadamard8_diff* enabled on linux/ppc
2006-03-31 Luca BarbatoProper typecast for vector bool
2006-03-29 Luca BarbatoCast cruft in order to support Apple gcc
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-27 Luca Barbatoaltivec support for snow
2006-02-28 Likai Liuuse vec_splat_u32 to initialise a v16ui (patch by Likai...
2006-02-21 Luca BarbatoFix AltiVec H.264 decoding on FSF gcc.
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
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-08-05 Alex Beregszaszi10l
2005-07-01 Sigbjørn SkjæretDisable AltiVec IDCT for lowres decoding in lavc patch...
2005-04-17 Bret Hughesgcc 4 compilation fix
2004-10-11 Roine Gustafssonmissaliged clear_blocks() and h264 not complied but...
2004-10-05 ChipAltivec test on AmigaOS4 patch by (Chip <szarlada at...
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-26 Alex Beregszasziuse the AVV macro from gcc_fixes.h instead ifdefs
2004-04-26 Alex Beregszaszi100l, and another one because it boils out with ICE...
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-04-16 Romain Dolbeauforgotten copyright & dct_quantize_altivec disabled...
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2004-02-28 Michael NiedermayerMetrowerks CodeWarrior patches by (John Dalgliesh ...
2004-02-23 Steven M. Schultz av_log() patch by ("Steven M. Schultz" <sms at 2BSD...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-15 Michael Niedermayer100l (forgot alpha & ppc)
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-29 Michael Niedermayernamespace fix (triggered by gcc-alivec-bugfix + gentoo...
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-05-21 Michael Niedermayeraltivec gcc-3 fixes by (Magnus Damm <damm at opensource...
2003-03-06 Michael Niedermayeraltivec compilation fixes by (Magnus Damm <damm at...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-01 Michael Niedermayerfix for ppc compile broken by (Romain Dolbeau <dolbeau...
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-12 Michael Niedermayerdct_unquantize_h263_altivec by (Romain Dolbeau <dolbeau...
2003-01-11 Romain Dolbeaualtivec jumbo patch by (Romain Dolbeau <dolbeaur at...
2003-01-08 Fabrice Bellardaltivec patches by Romain Dolbeau
next