]> git.sesse.net Git - ffmpeg/history - libavutil/arm
hevc: eliminate the second call to hls_nal_unit()
[ffmpeg] / libavutil / arm /
2015-03-07 Martin Storsjöarm: Suppress tags about used cpu arch and extensions
2015-02-20 Peter Meerwaldlibavutil: Add ARM av_clip_intp2_arm
2014-12-09 Martin Storsjöarm: Use .data.rel.ro for const data with relocations
2014-07-21 Ben Avisonarm: Macroize the test for 'setend' CPU instruction...
2014-07-17 Ben Avisonarmv6: Accelerate butterflies_float
2014-07-17 Ben Avisonarmv6: Accelerate vector_fmul_window
2014-06-28 Martin Storsjöarm: Detect 32 bit cpu features on ARMv8 when running...
2014-06-03 Janne Grunaubuild: check if AS supports the '.func' directive
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-03-05 Janne Grunauarm: hpeldsp: prevent overreads in armv6 asm
2014-02-19 Martin Storsjöarm: Mark the stack as non-executable
2014-02-07 Martin Storsjöarm: Add EXTERN_ASM to the .func and .type declarations...
2014-01-10 Martin Storsjöarm: Add an option for making sure NEON registers aren...
2014-01-07 Martin Storsjöarm: Allow overriding the alignment set in the function...
2013-08-29 Diego Biurrunarm: float_dsp: Propagate cpu_flags to vfp initializati...
2013-08-28 Diego Biurrunavutil: Refactor CPU extension availability macros
2013-08-28 Diego Biurrunavutil: Move internal CPU detection function declaratio...
2013-07-18 Diego BiurrunEmploy consistent LIBAV_COMPAT_ multiple inclusion...
2013-05-26 Martin Storsjöarm: Only output eabi attributes if building for ELF
2013-05-04 Diego Biurrunavutil: Add av_cold attributes to init functions missin...
2013-02-11 Martin Storsjöarm: Fall back to runtime cpu feature detection via...
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-07 Mans Rullgardarm: detect cpu features at runtime on Linux
2012-12-07 Mans Rullgardarm: rename ARMVFP config symbol to VFP
2012-12-07 Mans Rullgardarm: use HAVE*_INLINE/EXTERNAL macros for conditional...
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-10-03 Mans RullgardARM: use numeric ID for Tag_ABI_align_preserved
2012-10-02 Mans RullgardARM: bswap: drop armcc version of av_bswap16()
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-10-02 Mans RullgardARM: fix Thumb PIC on Apple
2012-09-21 Mans RullgardARM: use 2-operand syntax for ADD Rd, PC in Apple PIC...
2012-09-21 Mans RullgardARM: align PIC offset pools to 4 bytes
2012-09-20 Mans RullgardARM: swap source operands in some add instructions
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-08-13 Mans RullgardARM: intmath: use native-size return types for clipping...
2012-08-13 Mans Rullgardlibavutil: add saturating addition functions
2012-08-10 Mans RullgardARM: add missing "cc" clobber in av_clipl_int32_arm()
2012-08-07 Mans RullgardARM: use Q/R inline asm operand modifiers only if supported
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-08 Mans RullgardARM: fix float_dsp breakage from d5a7229
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-08 Justin RugglesARM: Move asm.S from libavcodec to libavutil
2012-05-07 Diego Biurrunbuild: cosmetics: Add missing end-of-line backslashes...
2012-05-03 Mans Rullgardarm: intreadwrite: revert 16-bit load asm to old versio...
2012-05-02 Mans Rullgardarm: intreadwrite: disable inline asm for gcc 4.7 and...
2012-05-02 Mans Rullgardarm: intreadwrite: fix inline asm constraints for gcc...
2012-04-22 Mans RullgardARM: allow runtime masking of CPU features
2012-03-12 Janne Grunauremove iwmmxt optimizations
2011-12-12 Mans Rullgardbswap: make generic implementation more compiler-friendly
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-28 Mans RullgardARM: improve FASTDIV asm
2011-05-26 Mans RullgardARM: add ARMv6 optimised av_clip_uintp2
2011-05-26 Mans RullgardARM: remove volatile from asm statements in libavutil...
2011-05-26 Mans RullgardARM: fix av_clipl_int32_arm()
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Jason Garrett-GlaserForce inlining of avutil common routines
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2010-09-26 Måns RullgårdARM: change return type of AV_RN16() to unsigned
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-07 Måns RullgårdARM: optimised integer clip functions
2010-07-07 Måns RullgårdARM: intmath.h cosmetics
2010-03-09 Måns RullgårdReplace many includes of libavutil/common.h with what...
2010-03-08 Måns RullgårdARM: add some missing includes
2010-02-22 Måns RullgårdARM: change argument/return type of bswap_16() to unsig...
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-18 Måns RullgårdMark all intreadwrite functions av_always_inline
2009-08-16 Måns RullgårdARM: first value loaded in AV_RN64 needs to be early...
2009-07-01 Måns RullgårdARM: use gcc inline asm in bswap.h only when available
2009-04-18 Måns RullgårdARM asm for AV_RN*()
2009-04-01 Måns RullgårdARM: START/STOP_TIMER support for ARMv7
2009-03-05 Måns RullgårdARM: armcc versions of bswap_16/32
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files