162 Commits (3c90abf40fd3a1dbea583c574e7d0d10229e9628)

Author SHA1 Message Date
Mans Rullgard 01b75fa931 ARM: add helper macro for declaring constant data 14 years ago
Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 14 years ago
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Mans Rullgard 451b4b8635 Rearrange MpegEncContext to simplify access from asm 14 years ago
Mans Rullgard 8afac88e14 ARM: update MpegEncContext offsets 14 years ago
Mans Rullgard 0fc1961ecc ARM: NEON: fix overflow in h264 16x16 planar pred 14 years ago
Justin Ruggles 015f9f1ad3 Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1. 14 years ago
Justin Ruggles 0d8837bdda 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 15 years ago
Måns Rullgård 2eef529195 ARM: update struct offsets 15 years ago
Loren Merritt 1ee076b1b1 more credits to D. J. Bernstein for fft 15 years ago
Måns Rullgård 751484372d ARM: NEON H264 chroma loop filter 3 cycles faster 15 years ago
Måns Rullgård 8c55333c99 ARM: remove two insns from NEON chroma loop filter 15 years ago
Aurelien Jacobs 42d1e7a287 fix VP5/6 neon dependencies 15 years ago
Måns Rullgård 96088566ee ARM: remove unnecessary .previous directive 15 years ago
Måns Rullgård 278caa6ad3 ARM: set section to .text in 'function' macro 15 years ago
Måns Rullgård 108ac7f290 ARM: hide a .size directive on non-ELF targets 15 years ago
Måns Rullgård 588d28ac08 Remove vestiges of radix-2 FFT 15 years ago
Måns Rullgård a4edc5a9df ARM: add mov32 macro 15 years ago
Måns Rullgård 480cb7edd3 ARM: (mostly) whitespace cosmetics 15 years ago
Eli Friedman b3858964d6 Add const to some pointer parameters. 15 years ago
Måns Rullgård f30d51d74f ARM: fix build with TI compiler 15 years ago
Ronald S. Bultje a815602aa3 Reindent after r23716. 15 years ago
David Conrad 3ad289fca7 Add intra prediction functions for VP8. 15 years ago
Måns Rullgård c0f8ee0fd7 ARM: struct offsets for Apple ABI 15 years ago
Måns Rullgård 30d87675f1 ARM: remove some unnecessary ifdefs, fix implicit declaration warnings 15 years ago
Måns Rullgård 68dacb4e3b ARM: check struct offsets only when they are used 15 years ago
Måns Rullgård a76eec3b78 ARM: fail build if hardcoded struct offsets are wrong 15 years ago
David Conrad 6a7d7b88af arm neon: Add missing mangle to external symbol 15 years ago
Måns Rullgård 73404a44c1 ARM: NEON clear_block[s] 15 years ago
Måns Rullgård 41331b65f2 ARM: NEON optimised dct_unquantize_h263_{intra,inter} 15 years ago
David Conrad c0fda017d1 vp3: 10l Fix DC-only IDCT for C and ARM too 15 years ago
Måns Rullgård 5635985c26 ARM: NEON optimised VP6 edge filter 15 years ago
Måns Rullgård 84368aa629 ARM: fix build for darwin/iphone 15 years ago
David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
Måns Rullgård b591c7af31 10l: fix build on non-NEON ARM 15 years ago
Måns Rullgård 08255107cf DCA: ARM/NEON optimised lfe_fir 15 years ago
Måns Rullgård f01210a691 ARM: fix NEON synth_filter_float with hardfp calls 15 years ago