summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-292-23/+11
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-291-6/+6
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-241-2/+2
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-224-40/+39
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-6/+6
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-3/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+3
OpenPOWER on IntegriCloud