aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: VP8: fix build on systems with global symbol prefixMans Rullgard2011-02-281-1/+1
* ARM: fix vp8 neon with pic enabledMans Rullgard2011-02-281-0/+2
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-141-1/+1
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-133-0/+251
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-131-0/+92
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-093-0/+2076
* ARM: add helper macro for declaring constant dataMans Rullgard2011-02-041-0/+10
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-048-434/+521
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-026-22/+13
* Rearrange MpegEncContext to simplify access from asmMans Rullgard2011-01-302-23/+11
* ARM: update MpegEncContext offsetsMans Rullgard2011-01-301-6/+6
* ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard2011-01-261-2/+2
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-234-40/+39
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-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
* Fix arm asm offsets for arm/mach-oMartin Storsjö2011-01-091-6/+6
* Update asm offsets for armLuca Barbato2011-01-091-6/+6
* ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård2010-09-201-1/+1
* ARM: fix NEON h264_idct_add8Måns Rullgård2010-09-141-4/+4
* Update H263_AIC asm offset for the apple variantLuca Barbato2010-09-101-1/+1
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-5/+0
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-043-5/+7
* ARM: update struct offsetsMåns Rullgård2010-08-251-4/+4
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+2
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-071-3/+4
* ARM: NEON H264 8x8 IDCTMåns Rullgård2010-08-052-0/+213
* ARM: update struct offsetsMåns Rullgård2010-08-031-6/+6
* more credits to D. J. Bernstein for fftLoren Merritt2010-07-181-0/+3
* ARM: NEON H264 chroma loop filter 3 cycles fasterMåns Rullgård2010-07-151-5/+5
* ARM: remove two insns from NEON chroma loop filterMåns Rullgård2010-07-151-3/+1
* fix VP5/6 neon dependenciesAurelien Jacobs2010-07-101-2/+5
* ARM: remove unnecessary .previous directiveMåns Rullgård2010-07-071-1/+0
* ARM: set section to .text in 'function' macroMåns Rullgård2010-07-071-0/+1
* ARM: hide a .size directive on non-ELF targetsMåns Rullgård2010-07-071-1/+1
* Remove vestiges of radix-2 FFTMåns Rullgård2010-07-012-10/+10
* ARM: add mov32 macroMåns Rullgård2010-06-291-0/+11
* ARM: (mostly) whitespace cosmeticsMåns Rullgård2010-06-291-12/+12
* Add const to some pointer parameters.Eli Friedman2010-06-271-3/+3
* ARM: fix build with TI compilerMåns Rullgård2010-06-261-1/+1
* Reindent after r23716.Ronald S. Bultje2010-06-221-1/+1
* Add intra prediction functions for VP8.David Conrad2010-06-221-2/+3
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-021-0/+9
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-022-4/+0
* ARM: check struct offsets only when they are usedMåns Rullgård2010-06-021-0/+2
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-023-7/+48
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-011-1/+1
* ARM: NEON clear_block[s]Måns Rullgård2010-06-012-0/+22
* ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård2010-05-293-0/+123
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-281-4/+2