summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
...
* 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
* Add const to some pointer parameters.Eli Friedman2010-06-27
* ARM: fix build with TI compilerMåns Rullgård2010-06-26
* Reindent after r23716.Ronald S. Bultje2010-06-22
* Add intra prediction functions for VP8.David Conrad2010-06-22
* ARM: struct offsets for Apple ABIMåns Rullgård2010-06-02
* ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård2010-06-02
* ARM: check struct offsets only when they are usedMåns Rullgård2010-06-02
* ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård2010-06-02
* arm neon: Add missing mangle to external symbolDavid Conrad2010-06-01
* ARM: NEON clear_block[s]Måns Rullgård2010-06-01
* ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård2010-05-29
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-28