summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* multiple inclusion guard cleanupDiego Biurrun2011-05-215-5/+5
* arm: properly mark external symbol callMartin Aumüller2011-05-142-2/+2
* arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-101-1/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-106-6/+30
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-052-0/+22
* ARM: NEON fixed-point forward MDCTMans Rullgard2011-04-033-0/+206
* ARM: NEON fixed-point FFTMans Rullgard2011-04-033-0/+295
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-013-1/+59
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-013-0/+94
* ac3enc: NEON optimised float_to_fixed24Mans Rullgard2011-03-292-0/+16
* ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard2011-03-241-1/+1
* ARM: NEON optimised apply_window_int16()Mans Rullgard2011-03-242-0/+28
* ac3enc: NEON optimised shift functionsMans Rullgard2011-03-242-0/+25
OpenPOWER on IntegriCloud