summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård2009-02-281-38/+43
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-302-0/+54
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-302-0/+44
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-271-9/+9
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-271-6/+6
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-271-81/+19
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-271-34/+28
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-271-38/+33
* ARM: optimised mid_pred()Måns Rullgård2009-01-271-0/+18
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-271-1/+1
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-252-0/+158
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-252-0/+202
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-192-2/+2
* ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code changeMåns Rullgård2009-01-181-25/+18
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-137-24/+24
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-121-20/+20
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-121-27/+27
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-121-12/+12
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-121-224/+224
* ARM: work around linker bug with movw/movt relocations in shared libsMåns Rullgård2008-12-303-8/+15
* ARM: rename coefficient table in NEON IDCTMåns Rullgård2008-12-301-3/+4
* ARM: NEON optimised float_to_int16Måns Rullgård2008-12-262-0/+345
* ARM: add new h264 idct functionsMåns Rullgård2008-12-252-0/+105
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-1721-0/+7352
OpenPOWER on IntegriCloud