summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: h264dsp_neon cosmeticsMans Rullgard2011-12-021-313/+313
* ARM: make some NEON macros reusableJanne Grunau2011-12-023-61/+65
* ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard2011-12-011-41/+39
* ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard2011-12-011-57/+57
* ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard2011-12-012-0/+75
* ARM: clean up NEON put/avg_pixels macrosMans Rullgard2011-12-011-69/+86
* dca: ARMv6 optimised decode_blockcode()Mans Rullgard2011-11-251-0/+55
* ARM: remove needless .text/.align directivesMans Rullgard2011-11-239-14/+0
* ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard2011-11-221-0/+16
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-081-1/+0
* mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-231-6/+6
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-212-117/+46
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-212-7/+8
* ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-031-1/+1
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-301-0/+49
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-282-0/+51
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-311-6/+6
* arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-031-2/+2
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-031-6/+6
* dsputil: remove some unused functionsMans Rullgard2011-07-272-118/+0
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-214-4/+4
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-1/+2
* simple_idct: add 10-bit versionMans Rullgard2011-07-204-6/+8
* arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun2011-07-161-20/+0
* ARM: use const macro to define constant data in asmMans Rullgard2011-07-106-25/+20
* ARM: workaround for bug in GNU assemblerMans Rullgard2011-07-051-1/+1
* ARM: allow unaligned buffer in fixed-point NEON FFT4Mans Rullgard2011-07-041-2/+2
* ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard2011-07-021-6/+1
* ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-022-0/+19
* ARM: remove check for PLD instructionMans Rullgard2011-06-291-5/+2
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-2328-145/+415
* ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-152-19/+25
* ARM: factor some repetitive code into macrosMans Rullgard2011-06-142-174/+69
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-1/+2
* ARM: jrevdct_arm: simplify stack usageMans Rullgard2011-06-131-6/+3
* ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard2011-06-131-8/+8
* ARM: jrevdct_arm: misc cleanupMans Rullgard2011-06-131-6/+4
* ARM: optimised mpadsp_apply_window_fixedMans Rullgard2011-06-133-0/+179
* ARM: remove MUL64 and MAC64 inline asmMans Rullgard2011-06-061-30/+1
* ARM: remove MULL inline asmMans Rullgard2011-06-041-12/+0
* ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard2011-06-013-1/+39
* ARM: fix MUL64 inline asm for pre-armv6Mans Rullgard2011-05-311-3/+11
* ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-301-8/+5
* ARM: enable UAL syntax in asm.SMans Rullgard2011-05-295-6/+3
* ARM: unbreak buildMans Rullgard2011-05-281-1/+0
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-282-54/+0
* ARM: aacdec: fix constraints on inline asmMans Rullgard2011-05-281-75/+78
* ARM: remove unnecessary volatile from inline asmMans Rullgard2011-05-282-34/+34
* ARM: add "cc" clobbers to inline asm where neededMans Rullgard2011-05-283-4/+7
* ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard2011-05-271-1/+2
OpenPOWER on IntegriCloud