index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
17
-74
/
+74
*
arm: Add some missing header #includes
Diego Biurrun
2013-01-22
5
-0
/
+7
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-16
/
+0
*
floatdsp: move butterflies_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-14
/
+0
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
6
-167
/
+0
*
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-30
/
+0
*
vorbisdsp: change block_size type from int to intptr_t.
Ronald S. Bultje
2013-01-20
1
-1
/
+2
*
videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL
Janne Grunau
2013-01-20
1
-2
/
+0
*
Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.
Ronald S. Bultje
2013-01-19
5
-69
/
+122
*
vp3: integrate clear_blocks with idct of previous block.
Ronald S. Bultje
2013-01-19
1
-7
/
+15
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
2
-50
/
+0
*
lavc: add missing files for arm
Luca Barbato
2012-12-20
2
-0
/
+59
*
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-20
5
-13
/
+68
*
misc typo, style and wording fixes
Diego Biurrun
2012-12-18
1
-1
/
+1
*
arm: rename ARMVFP config symbol to VFP
Mans Rullgard
2012-12-07
1
-2
/
+2
*
arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation
Mans Rullgard
2012-12-07
7
-13
/
+13
*
arm: fix use of uninitialised value in ff_fft_fixed_init_arm()
Mans Rullgard
2012-12-07
1
-1
/
+1
*
dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
Justin Ruggles
2012-11-26
2
-41
/
+0
*
Use ptrdiff_t instead of int for intra pred "stride" function parameter.
Ronald S. Bultje
2012-10-29
1
-18
/
+18
*
ARM: fix overreads in neon h264 chroma mc
Mans Rullgard
2012-10-20
1
-58
/
+28
*
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-10-11
1
-0
/
+24
*
arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)
Jean-Baptiste Kempf
2012-10-10
3
-12
/
+26
*
build: non-x86: Only compile mpegvideo optimizations when necessary
Diego Biurrun
2012-10-09
1
-4
/
+5
*
ARM: set Tag_ABI_align_preserved in all asm files
Mans Rullgard
2012-10-02
10
-19
/
+0
*
ARM: swap source operands in some add instructions
Mans Rullgard
2012-09-20
3
-6
/
+6
*
flacdsp: arm optimised lpc filter
Mans Rullgard
2012-09-15
3
-0
/
+181
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
2
-5
/
+5
*
ARMv6: vp8: fix stack allocation with Apple's assembler
Mans Rullgard
2012-08-04
1
-1
/
+7
*
ARM: vp56: allow inline asm to build with clang
Mans Rullgard
2012-08-04
1
-4
/
+12
*
ARM: use =const syntax instead of explicit literal pools
Mans Rullgard
2012-08-01
3
-74
/
+35
*
ARM: use standard syntax for all LDRD/STRD instructions
Mans Rullgard
2012-08-01
5
-22
/
+22
*
vp3: move idct and loop filter pointers to new vp3dsp context
Mans Rullgard
2012-07-18
4
-47
/
+46
*
build: add CONFIG_VP3DSP, reduce repetition in OBJS lists
Mans Rullgard
2012-07-18
1
-3
/
+1
*
ARM: generate position independent code to access data symbols
Mans Rullgard
2012-07-01
6
-11
/
+10
*
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
Justin Ruggles
2012-06-18
2
-51
/
+0
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
4
-95
/
+0
*
ARM: Move asm.S from libavcodec to libavutil
Justin Ruggles
2012-06-08
39
-269
/
+38
*
arm/neon: dsputil: use correct size specifiers on vld1/vst1
Mans Rullgard
2012-05-10
1
-147
/
+147
*
arm: dsputil: prettify some conditional instructions in put_pixels macros
Mans Rullgard
2012-05-10
1
-42
/
+20
*
arm: dsputil: fix overreads in put/avg_pixels functions
Mans Rullgard
2012-05-10
1
-0
/
+92
*
aacps: NEON optimisations
Mans Rullgard
2012-05-05
3
-2
/
+333
*
vp8: armv6: fix non-armv6t2 build
Mans Rullgard
2012-04-25
1
-0
/
+2
*
vp8: armv6 optimisations
Mans Rullgard
2012-04-25
2
-1
/
+1658
*
vp8: arm: separate ARMv6 functions from NEON
Mans Rullgard
2012-04-25
7
-170
/
+289
*
ARM: add some compatibility macros
Mans Rullgard
2012-04-25
1
-0
/
+19
*
ARM: allow runtime masking of CPU features
Mans Rullgard
2012-04-22
14
-24
/
+76
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
4
-4
/
+4
*
build: Consistently handle conditional compilation for all optimization OBJS.
Diego Biurrun
2012-04-12
1
-8
/
+5
*
rv40dsp: implement prescaled versions for biweight.
Christophe GISQUET
2012-04-10
1
-2
/
+2
*
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
Diego Biurrun
2012-04-04
3
-3
/
+3
[next]