summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-03
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-28
* mpeg12enc: add intra_vlc private option.Anton Khirnov2011-08-31
* arm: Avoid using the movw instruction needlesslyMåns Rullgård2011-08-03
* Move an int64_t down in MpegEncContextMartin Storsjö2011-08-03
* dsputil: remove some unused functionsMans Rullgard2011-07-27
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun2011-07-16
* ARM: use const macro to define constant data in asmMans Rullgard2011-07-10
* ARM: workaround for bug in GNU assemblerMans Rullgard2011-07-05
* ARM: allow unaligned buffer in fixed-point NEON FFT4Mans Rullgard2011-07-04
* ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6Mans Rullgard2011-07-02
* ARM: NEON optimised vector_clip_int32()Mans Rullgard2011-07-02
* ARM: remove check for PLD instructionMans Rullgard2011-06-29
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
* ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard2011-06-15
* ARM: factor some repetitive code into macrosMans Rullgard2011-06-14
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* ARM: jrevdct_arm: simplify stack usageMans Rullgard2011-06-13
* ARM: jrevdct_arm: use push/pop mnemonicsMans Rullgard2011-06-13
* ARM: jrevdct_arm: misc cleanupMans Rullgard2011-06-13
* ARM: optimised mpadsp_apply_window_fixedMans Rullgard2011-06-13
* ARM: remove MUL64 and MAC64 inline asmMans Rullgard2011-06-06
* ARM: remove MULL inline asmMans Rullgard2011-06-04
* ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard2011-06-01
* ARM: fix MUL64 inline asm for pre-armv6Mans Rullgard2011-05-31
* ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-30
* ARM: enable UAL syntax in asm.SMans Rullgard2011-05-29
* ARM: unbreak buildMans Rullgard2011-05-28
* ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-28
* ARM: aacdec: fix constraints on inline asmMans Rullgard2011-05-28
* ARM: remove unnecessary volatile from inline asmMans Rullgard2011-05-28
* ARM: add "cc" clobbers to inline asm where neededMans Rullgard2011-05-28
* ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard2011-05-27
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* arm: properly mark external symbol callMartin Aumüller2011-05-14
* arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-10
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-05
* ARM: NEON fixed-point forward MDCTMans Rullgard2011-04-03
* ARM: NEON fixed-point FFTMans Rullgard2011-04-03
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-01
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-01
* ac3enc: NEON optimised float_to_fixed24Mans Rullgard2011-03-29
* ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard2011-03-24