summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard2011-03-243-0/+97
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1950-201/+201
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-271-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-271-0/+2
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-131-1/+1
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-113-0/+251
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-111-0/+92
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-073-0/+2076
* ARM: add helper macro for declaring constant dataMans Rullgard2011-02-021-0/+10
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-028-434/+521
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-316-22/+13
OpenPOWER on IntegriCloud