aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: NEON optimised RDFTMåns Rullgård2010-03-233-0/+163
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-3/+2
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+41
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-162-92/+126
* Only use .size in ARM assembly when targeting ELFMartin Storsjö2010-03-101-1/+1
* ARM: set size of asm functions in object filesMåns Rullgård2010-03-0916-178/+183
* ARM: add some missing includesMåns Rullgård2010-03-082-0/+5
* ARM: move mpegvideo prototypes to a header fileMåns Rullgård2010-03-084-3/+28
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-1/+1
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-222-0/+126
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-222-0/+4
* ARMv6 optimised pix_sumMåns Rullgård2010-02-092-0/+27
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-092-0/+34
* ARMv6 optimised sse16Måns Rullgård2010-02-092-0/+56
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-092-0/+36
* ARMv6 optimised get_pixelsMåns Rullgård2010-02-092-0/+25
* ARMv6 optimised pix_abs8Måns Rullgård2010-02-092-0/+36
* ARMv6 optimised pix_abs16_y2Måns Rullgård2010-02-092-0/+61
* ARMv6 optimised pix_abs16_x2Måns Rullgård2010-02-092-0/+58
* ARMv6 optimised pix_abs16Måns Rullgård2010-02-092-0/+36
* ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård2010-02-092-0/+280
* Add missing guards and includes to arm/aac.hMåns Rullgård2010-01-161-0/+7
* AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård2010-01-151-0/+130
* ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård2009-12-021-1/+0
* ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård2009-12-022-0/+439
* ARM: small tweak of NEON H264 IDCTMåns Rullgård2009-12-021-6/+2
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-022-0/+74
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-022-99/+295
* ARM: align stack in NEON h264 mc functionsMåns Rullgård2009-10-111-15/+18
* ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård2009-10-111-1/+1
* ARM: whitespace cosmeticsMåns Rullgård2009-10-071-3/+3
* ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård2009-10-072-1/+24
* ARM: make function names all-lowercaseMåns Rullgård2009-10-064-25/+25
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-061-2/+4
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-062-0/+56
* ARM: whitespace cosmeticsMåns Rullgård2009-10-061-22/+8
* ARM: add ff_ prefix to lots of functionsMåns Rullgård2009-10-048-60/+60
* ARM: cosmeticsMåns Rullgård2009-10-044-42/+42
* ARM: replace some #if with if()Måns Rullgård2009-10-041-10/+3
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-046-3/+3
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-046-68/+141
* ARM: shorten some long macro namesMåns Rullgård2009-10-031-45/+45
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-031-111/+111
* ARM: whitespace cosmeticsMåns Rullgård2009-10-031-454/+454
* ARM: use plain labels for pc-relative addressingMåns Rullgård2009-10-023-9/+9
* ARM: remove unnecessary .fpu neon directivesMåns Rullgård2009-10-025-8/+0
* ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård2009-10-021-1/+1
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-023-3/+10
* ARM: NEON optimised vector_fmul_addMåns Rullgård2009-09-272-0/+30
* ARM: NEON optimised vector_clipfMåns Rullgård2009-09-262-0/+30