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
*
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
*
remove iwmmxt optimizations
Janne Grunau
2012-03-12
8
-1438
/
+0
*
dsputil: remove shift parameter from scalarproduct_int16
Christophe GISQUET
2012-03-07
2
-28
/
+3
*
vp8: change int stride to ptrdiff_t stride.
Ronald S. Bultje
2012-03-02
1
-16
/
+16
*
SBR DSP: use intptr_t for the ixh parameter.
Christophe GISQUET
2012-02-23
1
-1
/
+1
*
rv34: change most "int stride" into "ptrdiff_t stride".
Ronald S. Bultje
2012-02-20
2
-8
/
+8
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
4
-7
/
+7
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
arm: Add missing #include to vp8.h to fix a make checkheaders warning.
Diego Biurrun
2012-02-09
1
-0
/
+2
*
doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
2012-02-06
4
-4
/
+4
*
ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
Mans Rullgard
2012-02-02
1
-8
/
+7
*
aacsbr: ARM NEON optimised sbrdsp functions
Mans Rullgard
2012-01-28
3
-0
/
+485
*
ARM: fix build with FFT enabled and MDCT disabled
Felipe Contreras
2012-01-20
1
-0
/
+2
*
rv34: add NEON rv34_idct_add
Janne Grunau
2012-01-16
2
-3
/
+62
*
rv34: 1-pass inter MB reconstruction
Christophe GISQUET
2012-01-16
2
-53
/
+14
*
ARM: fix Thumb-mode simple_idct_arm
Mans Rullgard
2012-01-13
1
-1
/
+1
*
ARM: 4-byte align start of all asm functions
Mans Rullgard
2012-01-13
1
-0
/
+1
*
ARM: rv34: fix asm syntax in dc transform functions
Mans Rullgard
2012-01-12
1
-11
/
+11
*
rv34: NEON optimised dc only inverse transform
Janne Grunau
2012-01-12
2
-2
/
+36
*
rv34: joint coefficient decoding and dequantization
Christophe GISQUET
2012-01-04
2
-27
/
+0
*
rv40: NEON optimised weak loop filter
Mans Rullgard
2011-12-16
2
-0
/
+119
*
ARM: fix external symbol refs in rv40 asm
Mans Rullgard
2011-12-15
1
-2
/
+2
*
ARM: dca: disable optimised decode_blockcodes() for old gcc
Mans Rullgard
2011-12-15
1
-1
/
+1
*
rv40: NEON optimised loop filter strength selection
Mans Rullgard
2011-12-14
3
-0
/
+102
*
rv34: NEON optimised 4x4 dequant
Mans Rullgard
2011-12-13
2
-0
/
+27
*
rv40: NEON optimised rv40 qpel motion compensation
Mans Rullgard
2011-12-07
2
-0
/
+714
*
rv40: NEON optimised weighted prediction
Janne Grunau
2011-12-06
3
-0
/
+92
*
rv40: NEON optimised chroma MC
Janne Grunau
2011-12-06
3
-5
/
+115
*
ARM: move NEON H264 chroma mc to a separate file
Mans Rullgard
2011-12-06
3
-339
/
+361
*
rv34: NEON optimised inverse transform functions
Janne Grunau
2011-12-06
3
-0
/
+148
[next]