index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: warn/error on movrelx usage problematic with PIC on ELF
Janne Grunau
2016-11-24
1
-0
/
+9
*
arm: Clear the gp register alias at the end of functions
Martin Storsjö
2016-11-10
1
-0
/
+3
*
arm: Check for support for the .fpu directive
Martin Storsjö
2016-07-21
1
-2
/
+8
*
arm: Fix vfp dead code elimination with have_vfp_vm
Martin Storsjö
2016-01-08
1
-1
/
+1
*
arm: add a cpu flag for the VFPv2 vector mode
Janne Grunau
2015-12-14
2
-0
/
+9
*
arm: Suppress tags about used cpu arch and extensions
Martin Storsjö
2015-03-07
1
-0
/
+6
*
libavutil: Add ARM av_clip_intp2_arm
Peter Meerwald
2015-02-21
1
-0
/
+8
*
arm: Use .data.rel.ro for const data with relocations
Martin Storsjö
2014-12-09
1
-1
/
+5
*
arm: Macroize the test for 'setend' CPU instruction support
Ben Avison
2014-07-21
1
-0
/
+6
*
armv6: Accelerate butterflies_float
Ben Avison
2014-07-18
2
-0
/
+120
*
armv6: Accelerate vector_fmul_window
Ben Avison
2014-07-18
2
-1
/
+210
*
arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernel
Martin Storsjö
2014-06-28
1
-1
/
+3
*
build: check if AS supports the '.func' directive
Janne Grunau
2014-06-03
1
-3
/
+9
*
Update dsputil- and SIMD-related comments to match reality more closely
Diego Biurrun
2014-03-13
1
-2
/
+0
*
arm: hpeldsp: prevent overreads in armv6 asm
Janne Grunau
2014-03-05
1
-0
/
+7
*
arm: Mark the stack as non-executable
Martin Storsjö
2014-02-19
1
-0
/
+1
*
arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols
Martin Storsjö
2014-02-07
1
-1
/
+4
*
arm: Add an option for making sure NEON registers aren't clobbered
Martin Storsjö
2014-01-11
1
-0
/
+62
*
arm: Allow overriding the alignment set in the function macro
Martin Storsjö
2014-01-07
1
-2
/
+2
*
arm: float_dsp: Propagate cpu_flags to vfp initialization function
Diego Biurrun
2013-08-29
3
-5
/
+3
*
avutil: Refactor CPU extension availability macros
Diego Biurrun
2013-08-28
1
-6
/
+7
*
avutil: Move internal CPU detection function declarations to private header
Diego Biurrun
2013-08-28
1
-0
/
+1
*
Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/
Diego Biurrun
2013-07-18
1
-1
/
+1
*
arm: Only output eabi attributes if building for ELF
Martin Storsjö
2013-05-27
1
-1
/
+1
*
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
3
-3
/
+6
*
arm: Fall back to runtime cpu feature detection via /proc/cpuinfo
Martin Storsjö
2013-02-11
1
-1
/
+34
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-0
/
+16
*
floatdsp: move butterflies_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-0
/
+15
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
4
-0
/
+101
*
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-0
/
+31
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
2
-0
/
+51
*
arm: detect cpu features at runtime on Linux
Mans Rullgard
2012-12-07
1
-0
/
+83
*
arm: rename ARMVFP config symbol to VFP
Mans Rullgard
2012-12-07
4
-5
/
+5
*
arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation
Mans Rullgard
2012-12-07
3
-8
/
+8
*
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-26
2
-0
/
+42
*
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-10-11
1
-24
/
+0
*
ARM: use numeric ID for Tag_ABI_align_preserved
Mans Rullgard
2012-10-03
1
-1
/
+1
*
ARM: bswap: drop armcc version of av_bswap16()
Mans Rullgard
2012-10-02
1
-7
/
+0
*
ARM: set Tag_ABI_align_preserved in all asm files
Mans Rullgard
2012-10-02
2
-10
/
+1
*
ARM: fix Thumb PIC on Apple
Mans Rullgard
2012-10-02
1
-1
/
+3
*
ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code
Mans Rullgard
2012-09-21
1
-1
/
+1
*
ARM: align PIC offset pools to 4 bytes
Mans Rullgard
2012-09-21
1
-0
/
+1
*
ARM: swap source operands in some add instructions
Mans Rullgard
2012-09-20
1
-1
/
+1
*
flacdsp: arm optimised lpc filter
Mans Rullgard
2012-09-15
1
-0
/
+6
*
ARM: intmath: use native-size return types for clipping functions
Mans Rullgard
2012-08-13
1
-5
/
+5
*
libavutil: add saturating addition functions
Mans Rullgard
2012-08-13
1
-0
/
+15
*
ARM: add missing "cc" clobber in av_clipl_int32_arm()
Mans Rullgard
2012-08-10
1
-1
/
+1
*
ARM: use Q/R inline asm operand modifiers only if supported
Mans Rullgard
2012-08-07
2
-0
/
+8
*
ARM: generate position independent code to access data symbols
Mans Rullgard
2012-07-01
1
-1
/
+72
*
cosmetics: do not use full path for local headers
Diego Biurrun
2012-06-22
2
-2
/
+2
[next]