summaryrefslogtreecommitdiffstats
path: root/libavutil/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'Michael Niedermayer2015-03-071-0/+6
|\
| * arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-071-0/+6
* | Merge commit '76ce9bd8e26dcb3652240a1072840ff4011d7cdc'Michael Niedermayer2015-02-211-0/+8
|\ \ | |/
| * libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-211-0/+8
* | Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer2014-12-091-1/+5
|\ \ | |/
| * arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-1/+5
* | avutil/arm/float_dsp_init_vfp: replace restrict by av_restrictjessejiang2014-11-201-1/+1
* | avutil: turn arm setend into a cpuflagMichael Niedermayer2014-08-132-7/+9
* | Merge commit '6869612f5c7d4d2f20f69a5658328a761deadb1c'Michael Niedermayer2014-07-221-0/+6
|\ \ | |/
| * arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-211-0/+6
| * armv6: Accelerate butterflies_floatBen Avison2014-07-182-0/+120
| * armv6: Accelerate vector_fmul_windowBen Avison2014-07-182-1/+210
* | armv6: Accelerate butterflies_floatBen Avison2014-07-162-0/+120
* | armv6: Accelerate vector_fmul_windowBen Avison2014-07-162-1/+210
* | Merge commit '7b0c7c9163fe3dd0081696befde28617119d2590'Michael Niedermayer2014-06-281-1/+3
|\ \ | |/
| * arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö2014-06-281-1/+3
* | Merge commit 'd5a55981986ac5d1a31aef3a8d16eaff8534a412'Michael Niedermayer2014-06-041-3/+9
|\ \ | |/
| * build: check if AS supports the '.func' directiveJanne Grunau2014-06-031-3/+9
* | Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer2014-03-131-2/+0
|\ \ | |/
| * Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-131-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-051-0/+7
|\ \ | |/
| * arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-051-0/+7
* | Merge commit '543156d7518f5e5d731123da066d86278f9fa492'Michael Niedermayer2014-02-191-0/+1
|\ \ | |/
| * arm: Mark the stack as non-executableMartin Storsjö2014-02-191-0/+1
* | Merge commit 'e3fec3f095ab5ea08ee662942d98526aaf5e3635'Michael Niedermayer2014-02-081-1/+4
|\ \ | |/
| * arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö2014-02-071-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-111-0/+62
|\ \ | |/
| * arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-111-0/+62
* | Merge commit '5dae4872357613a0b51120b54a4c5221e0ec3f69'Michael Niedermayer2014-01-081-2/+2
|\ \ | |/
| * arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-071-2/+2
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-304-16/+16
* | Merge commit '7ffda66fd5c81af4725bff7c2c4f207ba2aa0613'Michael Niedermayer2013-08-293-5/+3
|\ \ | |/
| * arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-293-5/+3
* | Merge commit '8410d6e93c2e074881f1c7b7e4cdefd2e497d52e'Michael Niedermayer2013-08-291-6/+7
|\ \ | |/
| * avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-281-6/+7
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-291-0/+1
|\ \ | |/
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-281-0/+1
* | Merge commit '439902e0d68a0f0d800c21b5e6b598d5fa0c51da'Michael Niedermayer2013-07-191-1/+1
|\ \ | |/
| * Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun2013-07-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-271-1/+1
|\ \ | |/
| * arm: Only output eabi attributes if building for ELFMartin Storsjö2013-05-271-1/+1
* | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-053-3/+6
|\ \ | |/
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-043-3/+6
* | Merge commit '375ef6528c9dd2db7f9881e232cb0ec3aa16970d'Michael Niedermayer2013-02-121-1/+34
|\ \ | |/
| * arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö2013-02-111-1/+34
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-232-0/+16
|\ \ | |/
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-0/+16
* | Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer2013-01-232-0/+15
|\ \ | |/
| * floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-0/+15
* | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer2013-01-234-0/+101
|\ \ | |/
OpenPOWER on IntegriCloud