aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: NEON optimised vector_fmul_reverseMåns Rullgård2009-09-262-0/+27
* ARM: NEON optimised int32_to_float_fmul_scalarMåns Rullgård2009-09-232-0/+31
* ARM: NEON optimised scalarproduct_floatMåns Rullgård2009-09-222-0/+15
* ARM: NEON optimisations for some dsputil functionsMåns Rullgård2009-09-222-0/+171
* ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård2009-09-211-68/+58
* ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård2009-09-212-37/+18
* ARM: remove broken IPP supportMåns Rullgård2009-09-211-36/+1
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-202-21/+19
* ARM: do not use movw/movt for relocatable values with PICMåns Rullgård2009-09-161-1/+1
* Move per-arch fft init bits into the corresponding subdirsMåns Rullgård2009-09-151-0/+39
* ARM: 10l: fix large FFTsMåns Rullgård2009-09-142-8/+16
* ARM: NEON optimised MDCTMåns Rullgård2009-09-111-0/+160
* ARM: faster NEON IMDCTMåns Rullgård2009-09-111-29/+17
* ARM: NEON optimised FFT and MDCTMåns Rullgård2009-09-102-0/+547
* Add necessary #include for config.h.Diego Biurrun2009-08-241-0/+1
* 10L: remove instruction left over from debuggingMåns Rullgård2009-08-141-1/+0
* ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård2009-08-142-0/+69
* ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård2009-07-271-8/+8
* Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö2009-07-271-0/+6
* cosmetics: reindent/prettyprint after last commitDiego Biurrun2009-07-221-70/+70
* Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun2009-07-221-0/+2
* Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun2009-07-222-2/+2
* ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård2009-07-201-2/+4
* ARM: check for VFP register argumentsMåns Rullgård2009-07-201-0/+9
* ARM: NEON VP3 IDCTDavid Conrad2009-07-042-0/+292
* ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård2009-06-171-24/+25
* ARM: add some PLD in NEON IDCTMåns Rullgård2009-05-281-2/+15
* ARM: actually add VP3 loop filterDavid Conrad2009-05-231-0/+94
* ARM: NEON VP3 Loop FilterDavid Conrad2009-05-231-0/+8
* ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad2009-04-291-38/+26
* ARM: NEON put_pixels_clampedDavid Conrad2009-04-292-0/+26
* Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad2009-04-161-4/+4
* ARM: NEON optimized put_signed_pixels_clampedDavid Conrad2009-04-042-0/+39
* ARM: NEON optimised add_pixels_clampedMåns Rullgård2009-04-042-0/+49
* ARM: disable inline asm for armccMåns Rullgård2009-03-051-0/+4
* ARM: fix missing MUL16() return typeMåns Rullgård2009-03-011-1/+1