summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* 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
* ARM: NEON optimised apply_window_int16()Mans Rullgard2011-03-24
* ac3enc: NEON optimised shift functionsMans Rullgard2011-03-24
* ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard2011-03-24
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-27
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-27
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-13
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-11
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-11
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-07
* ARM: add helper macro for declaring constant dataMans Rullgard2011-02-02
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-29
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-29
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-24
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Fix arm asm offsets for arm/mach-oMartin Storsjö2011-01-09
* Update asm offsets for armLuca Barbato2011-01-09
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-20
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-14
* Update H263_AIC asm offset for the apple variantLuca Barbato2010-09-10
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* ARM: update struct offsetsMåns Rullgård2010-08-25
* Remove global mm_flags variableMåns Rullgård2010-08-24
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-07
* ARM: NEON H264 8x8 IDCTMåns Rullgård2010-08-05
* ARM: update struct offsetsMåns Rullgård2010-08-03
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-18
* ARM: NEON H264 chroma loop filter 3 cycles fasterMåns Rullgård2010-07-15
* ARM: remove two insns from NEON chroma loop filterMåns Rullgård2010-07-15
* fix VP5/6 neon dependenciesAurelien Jacobs2010-07-10
* ARM: remove unnecessary .previous directiveMåns Rullgård2010-07-07
* ARM: set section to .text in 'function' macroMåns Rullgård2010-07-07
* ARM: hide a .size directive on non-ELF targetsMåns Rullgård2010-07-07
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-01
* ARM: add mov32 macroMåns Rullgård2010-06-29
* ARM: (mostly) whitespace cosmeticsMåns Rullgård2010-06-29