Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-28arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernelMartin Storsjö
2014-06-03build: check if AS supports the '.func' directiveJanne Grunau
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-03-05arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
2014-02-19arm: Mark the stack as non-executableMartin Storsjö
2014-02-07arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö
2013-08-29arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun
2013-08-29avutil: Refactor CPU extension availability macrosDiego Biurrun
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2013-07-18Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun
2013-05-27arm: Only output eabi attributes if building for ELFMartin Storsjö
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-11arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-07arm: detect cpu features at runtime on LinuxMans Rullgard
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-03ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard
2012-10-02ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
2012-09-21ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard
2012-09-21ARM: align PIC offset pools to 4 bytesMans Rullgard
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-08-13ARM: intmath: use native-size return types for clipping functionsMans Rullgard
2012-08-13libavutil: add saturating addition functionsMans Rullgard
2012-08-10ARM: add missing "cc" clobber in av_clipl_int32_arm()Mans Rullgard
2012-08-08ARM: use Q/R inline asm operand modifiers only if supportedMans Rullgard
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08ARM: fix float_dsp breakage from d5a7229Mans Rullgard
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-04arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6Mans Rullgard
2012-05-02arm: intreadwrite: disable inline asm for gcc 4.7 and laterMans Rullgard
2012-05-02arm: intreadwrite: fix inline asm constraints for gcc 4.6 and laterMans Rullgard
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-03-13remove iwmmxt optimizationsJanne Grunau
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard