| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412' | Michael Niedermayer | 2014-06-04 | 1 | -3/+9 |
|\ |
|
| * | build: check if AS supports the '.func' directive | Janne Grunau | 2014-06-03 | 1 | -3/+9 |
* | | Merge commit '831a1180785a786272cdcefb71566a770bfb879e' | Michael Niedermayer | 2014-03-13 | 1 | -2/+0 |
|\| |
|
| * | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-05 | 1 | -0/+7 |
|\| |
|
| * | arm: hpeldsp: prevent overreads in armv6 asm | Janne Grunau | 2014-03-05 | 1 | -0/+7 |
* | | Merge commit '543156d7518f5e5d731123da066d86278f9fa492' | Michael Niedermayer | 2014-02-19 | 1 | -0/+1 |
|\| |
|
| * | arm: Mark the stack as non-executable | Martin Storsjö | 2014-02-19 | 1 | -0/+1 |
* | | Merge commit 'e3fec3f095ab5ea08ee662942d98526aaf5e3635' | Michael Niedermayer | 2014-02-08 | 1 | -1/+4 |
|\| |
|
| * | arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols | Martin Storsjö | 2014-02-07 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-11 | 1 | -0/+62 |
|\| |
|
| * | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 1 | -0/+62 |
* | | Merge commit '5dae4872357613a0b51120b54a4c5221e0ec3f69' | Michael Niedermayer | 2014-01-08 | 1 | -2/+2 |
|\| |
|
| * | arm: Allow overriding the alignment set in the function macro | Martin Storsjö | 2014-01-07 | 1 | -2/+2 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 4 | -16/+16 |
* | | Merge commit '7ffda66fd5c81af4725bff7c2c4f207ba2aa0613' | Michael Niedermayer | 2013-08-29 | 3 | -5/+3 |
|\| |
|
| * | arm: float_dsp: Propagate cpu_flags to vfp initialization function | Diego Biurrun | 2013-08-29 | 3 | -5/+3 |
* | | Merge commit '8410d6e93c2e074881f1c7b7e4cdefd2e497d52e' | Michael Niedermayer | 2013-08-29 | 1 | -6/+7 |
|\| |
|
| * | avutil: Refactor CPU extension availability macros | Diego Biurrun | 2013-08-28 | 1 | -6/+7 |
* | | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b' | Michael Niedermayer | 2013-08-29 | 1 | -0/+1 |
|\| |
|
| * | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | | Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da' | Michael Niedermayer | 2013-07-19 | 1 | -1/+1 |
|\| |
|
| * | Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/ | Diego Biurrun | 2013-07-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-27 | 1 | -1/+1 |
|\| |
|
| * | arm: Only output eabi attributes if building for ELF | Martin Storsjö | 2013-05-27 | 1 | -1/+1 |
* | | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511' | Michael Niedermayer | 2013-05-05 | 3 | -3/+6 |
|\| |
|
| * | avutil: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 3 | -3/+6 |
* | | Merge commit '375ef6528c9dd2db7f9881e232cb0ec3aa16970d' | Michael Niedermayer | 2013-02-12 | 1 | -1/+34 |
|\| |
|
| * | arm: Fall back to runtime cpu feature detection via /proc/cpuinfo | Martin Storsjö | 2013-02-11 | 1 | -1/+34 |
* | | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' | Michael Niedermayer | 2013-01-23 | 2 | -0/+16 |
|\| |
|
| * | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+16 |
* | | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3' | Michael Niedermayer | 2013-01-23 | 2 | -0/+15 |
|\| |
|
| * | floatdsp: move butterflies_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+15 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 4 | -0/+101 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 4 | -0/+101 |
* | | Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49' | Michael Niedermayer | 2013-01-23 | 2 | -0/+31 |
|\| |
|
| * | floatdsp: move vector_fmul_add from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 2 | -0/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-16 | 2 | -0/+51 |
|\| |
|
| * | lavc: Move vector_fmul_window to AVFloatDSPContext | Justin Ruggles | 2013-01-16 | 2 | -0/+51 |
* | | Merge commit '096abfa15052977eed93f0b5e01afd2d47c53c1f' | Michael Niedermayer | 2012-12-08 | 1 | -0/+83 |
|\| |
|
| * | arm: detect cpu features at runtime on Linux | Mans Rullgard | 2012-12-07 | 1 | -0/+83 |
* | | Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30' | Michael Niedermayer | 2012-12-08 | 4 | -5/+5 |
|\| |
|
| * | arm: rename ARMVFP config symbol to VFP | Mans Rullgard | 2012-12-07 | 4 | -5/+5 |
* | | Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5' | Michael Niedermayer | 2012-12-08 | 3 | -8/+8 |
|\| |
|
| * | arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation | Mans Rullgard | 2012-12-07 | 3 | -8/+8 |
* | | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' | Michael Niedermayer | 2012-11-27 | 2 | -0/+42 |
|\| |
|
| * | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 2 | -0/+42 |
* | | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024' | Michael Niedermayer | 2012-10-12 | 1 | -24/+0 |
|\| |
|
| * | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -24/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-03 | 3 | -17/+1 |
|\| |
|