]> git.sesse.net Git - ffmpeg/history - libavcodec/armv4l
optimize imdct_half:
[ffmpeg] / libavcodec / armv4l /
2008-07-15 Måns RullgårdARM: optimised MAC64 and MLS64
2008-07-15 Måns RullgårdARM: optimised MUL64
2008-07-15 Måns RullgårdARM: ARMv6 optimised MULH
2008-06-30 Benoit FouetSimplify mm_support() for ARM (by Måns).
2008-06-30 Matthieu CastetDefine mm_support() for ARM.
2008-06-17 Guillaume Poirierconvert DOS-style carriage return to Unix-style
2008-05-11 Siarhei SiamashkaAdd some initial optimizations for ARM VFP (floating
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-09 Diego BiurrunRevert previous mistaken commit.
2008-05-09 Diego Biurrunipp.h is a system header, use <> when #including it.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-03-24 Matthieu Castetpld instruction are used in libavcodec/armv4l/dsputil_a...
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile, improves code consist...
2008-01-27 Guillaume Poirierfix indentation that was messed up by r11628
2008-01-27 Siarhei Siamashkafix lowres decoding support on ARM CPUs
2007-12-28 Diego BiurrunRemove mistakenly added multiple inclusion guards.
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-01 Vitor Sessakspelling
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunAdd missing multiple inclusion guards.
2007-09-05 Tao HuangFix put_*_xy2_arm bug and enable put_pixels16_arm and...
2007-09-05 Guillaume PoirierFix links to ARM documentation
2007-07-12 Diego Biurrunlicense header consistency: Remove redundant "all right...
2007-07-05 Måns Rullgårdupdate my email address
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-05 Diego BiurrunRemove unused variables.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-04-19 Måns Rullgårdadd .type foo, %function directives for the benefit...
2007-04-06 David BatemanIWMMXT-specific dsputils clear_blocks function.
2007-03-23 Tim Chickiwmmxt ffmpeg code does not implement dct_unquantize_h2...
2007-03-21 Tim Chickenable iwmmxt support, removing mm_support() stub
2007-02-05 Måns Rullgårdoops, revert accidental checkin
2007-02-05 Måns Rullgårdfix multichannel decoding
2007-02-02 Måns Rullgårdmissed a redundant load
2007-02-01 Måns Rullgårdsave one cycle
2007-02-01 Måns Rullgårdremove redundant loads
2007-01-31 Måns Rullgårdoptimize IDCT of rows with mostly zero coefficients
2007-01-29 Måns Rullgårdtypo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
2007-01-29 Måns Rullgårdtheoretically save one cycle
2007-01-28 Måns RullgårdARMv6 SIMD IDCT
2007-01-07 Guillaume Poirieradd missing bit from commit r7423
2007-01-07 Siarhei SiamashkaOptimization of 'dct_unquantize_h263_intra' for ARM...
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-26 Måns RullgårdARMv5TE optimized IDCT
2006-09-26 Måns Rullgårdfix MUL16 macro
2006-09-19 Luca BarbatoNew single instruction math operation header
2006-09-16 Måns Rullgårdremove junk characters in comment
2006-09-15 Måns Rullgårdclean up #ifdef HAVE_IPP
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-09-06 Diego BiurrunSwitch license from GPL to LGPL. The original author...
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-06-28 Gildas BazinIWMMXT configure support + runtime selection patch...
2005-05-26 Michael Niedermayercleanup
2005-05-26 Bernhard RosenkränzerBetter ARM support for mplayer/ffmpeg, ported from...
2003-07-07 Alex BeregszasziOptimized simple idct for arm by Frederic 'dilb' Boulay...
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-20 Zdenek Kabelac* cut&paste fix
2002-11-19 Zdenek Kabelac* oops fixed bad initialization of ff vals.
2002-11-19 Zdenek Kabelac* compilation fix (ARM users please check)
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-10-06 Michael Niedermayertrying to fix the non-x86 IDCTs (untested)
2002-05-25 Fabrice Bellardlicense/copyright change
2001-08-13 Fabrice Bellardarm specific code