summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud