182 Commits (880fa2183051dfe6a7e44879361f674a906f5aa7)

Author SHA1 Message Date
Ronald S. Bultje b27b54de31 arm/h264pred: add missing argument type. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 5f2e6c0fd1 ac3enc: NEON optimised extract_exponents 14 years ago
Mans Rullgard f7653904c8 ARM: NEON fixed-point forward MDCT 14 years ago
Mans Rullgard dba9852935 ARM: NEON fixed-point FFT 14 years ago
Mans Rullgard aa05f2126e ac3enc: ARM optimised ac3_compute_matissa_size 14 years ago
Mans Rullgard 182826c884 ac3: armv6 optimised bit_alloc_calc_bap 14 years ago
Mans Rullgard d782bca415 ac3enc: NEON optimised float_to_fixed24 14 years ago
Mans Rullgard d743065e18 ARM: fix ff_apply_window_int16_neon() prototype 14 years ago
Mans Rullgard 2d3b21ffb9 ARM: NEON optimised apply_window_int16() 14 years ago
Mans Rullgard 245c78313f ac3enc: NEON optimised shift functions 14 years ago
Mans Rullgard f4855a904e ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min 14 years ago
Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 0b32da90f8 ARM: VP8: fix build on systems with global symbol prefix 14 years ago
Mans Rullgard 8b454c352f ARM: fix vp8 neon with pic enabled 14 years ago
Loren Merritt e6b1ed693a FFT: factor a shuffle out of the inner loop and merge it into fft_permute. 14 years ago
Mans Rullgard a7878c9f73 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Mans Rullgard 7da48fd011 ARM optimised vp56_rac_get_prob() 14 years ago
Mans Rullgard a1c1d3c003 VP8: ARM NEON optimisations for dsp functions 14 years ago
Mans Rullgard b9a639ddd6 ARM: add helper macro for declaring constant data 14 years ago
Justin Ruggles c73d99e672 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Mans Rullgard d461a47317 Rearrange MpegEncContext to simplify access from asm 14 years ago
Mans Rullgard 0745116c10 ARM: update MpegEncContext offsets 14 years ago
Mans Rullgard 78f318be59 ARM: NEON: fix overflow in h264 16x16 planar pred 14 years ago
Justin Ruggles 6eabb0d3ad Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Justin Ruggles 56f8952b25 Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Martin Storsjö 31561a98ae Fix arm asm offsets for arm/mach-o 14 years ago
Luca Barbato 183cdf7163 Update asm offsets for arm 14 years ago
Måns Rullgård 75c490f467 ARM: disable movw/movt for relocated values on Apple platforms 14 years ago
Måns Rullgård 4a6cc8fa25 ARM: fix NEON h264_idct_add8 14 years ago
Luca Barbato 6f9932476d Update H263_AIC asm offset for the apple variant 14 years ago
Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 14 years ago
Stefano Sabatini 7160bb716b Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 14 years ago
Måns Rullgård 94f8b2d799 ARM: update struct offsets 14 years ago
Måns Rullgård c0ec9918b0 Remove global mm_flags variable 14 years ago
Jason Garrett-Glaser 4a384de5b8 Split h264dsp and h264pred in configure. 14 years ago
Måns Rullgård fa2d5d54b9 ARM: NEON H264 8x8 IDCT 14 years ago
Måns Rullgård 2eef529195 ARM: update struct offsets 14 years ago
Loren Merritt 1ee076b1b1 more credits to D. J. Bernstein for fft 14 years ago
Måns Rullgård 751484372d ARM: NEON H264 chroma loop filter 3 cycles faster 14 years ago
Måns Rullgård 8c55333c99 ARM: remove two insns from NEON chroma loop filter 14 years ago
Aurelien Jacobs 42d1e7a287 fix VP5/6 neon dependencies 14 years ago
Måns Rullgård 96088566ee ARM: remove unnecessary .previous directive 14 years ago
Måns Rullgård 278caa6ad3 ARM: set section to .text in 'function' macro 14 years ago
Måns Rullgård 108ac7f290 ARM: hide a .size directive on non-ELF targets 14 years ago
Måns Rullgård 588d28ac08 Remove vestiges of radix-2 FFT 14 years ago