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/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used
Martin Storsjö
2017-03-11
1
-2
/
+2
|
*
arm: vp9itxfm: Template the quarter/half idct32 function
Martin Storsjö
2017-03-11
1
-37
/
+20
|
*
arm: vp9itxfm: Reorder iadst16 coeffs
Martin Storsjö
2017-02-24
1
-6
/
+6
|
*
arm: vp9itxfm: Reorder the idct coefficients for better pairing
Martin Storsjö
2017-02-24
1
-62
/
+62
|
*
arm: vp9itxfm: Avoid reloading the idct32 coefficients
Martin Storsjö
2017-02-24
1
-126
/
+120
|
*
arm: vp9lpf: Implement the mix2_44 function with one single filter pass
Martin Storsjö
2017-02-24
2
-3
/
+195
|
*
arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit
Martin Storsjö
2017-02-24
1
-6
/
+5
|
*
arm: vp9lpf: Interleave the start of flat8in into the calculation above
Martin Storsjö
2017-02-11
1
-2
/
+6
|
*
arm: vp9lpf: Use orrs instead of orr+cmp
Martin Storsjö
2017-02-11
1
-8
/
+4
|
*
arm/aarch64: vp9lpf: Calculate !hev directly
Martin Storsjö
2017-02-11
1
-3
/
+2
|
*
arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling
Martin Storsjö
2017-02-11
1
-18
/
+36
|
*
arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter
Martin Storsjö
2017-02-11
1
-11
/
+22
|
*
arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function
Martin Storsjö
2017-02-09
1
-2
/
+1
|
*
arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible
Martin Storsjö
2017-02-09
1
-54
/
+537
|
*
arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function
Martin Storsjö
2017-02-09
1
-36
/
+36
|
*
arm: vp9itxfm: Make the larger core transforms standalone functions
Martin Storsjö
2017-02-09
1
-17
/
+26
|
*
arm: vp9itxfm: Avoid .irp when it doesn't save any lines
Martin Storsjö
2017-02-05
1
-12
/
+12
|
*
arm: vp9mc: Fix vertical alignment of operands
Martin Storsjö
2017-01-03
1
-3
/
+3
|
*
arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32
Martin Storsjö
2016-11-30
1
-9
/
+66
|
*
arm: vp9itxfm: Only reload the idct coeffs for the iadst_idct combination
Martin Storsjö
2016-11-30
1
-1
/
+1
|
*
arm: vp9itxfm: Rename a macro parameter to fit better
Martin Storsjö
2016-11-23
1
-7
/
+7
|
*
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
Martin Storsjö
2016-11-23
1
-4
/
+4
|
*
arm: vp9itxfm: Simplify the stack alignment code
Janne Grunau
2016-11-18
1
-16
/
+12
|
*
arm: vp9itxfm: Simplify txfm string comparisons
Martin Storsjö
2016-11-14
1
-35
/
+10
|
*
arm: vp9: Add NEON loop filters
Martin Storsjö
2016-11-11
3
-0
/
+828
|
*
arm: vp9: Add NEON itxfm routines
Martin Storsjö
2016-11-11
3
-2
/
+1226
|
*
arm: vp9mc: Use a different helper register for PIC loads
Martin Storsjö
2016-11-10
1
-2
/
+2
|
*
arm: vp9mc: Minor adjustments from review of the aarch64 version
Martin Storsjö
2016-11-10
2
-91
/
+44
|
*
arm: vp9mc: Insert a literal pool at the middle of the file
Martin Storsjö
2016-11-04
1
-0
/
+1
|
*
arm: vp9: Add NEON optimizations of VP9 MC functions
Martin Storsjö
2016-11-03
3
-0
/
+900
*
|
avcodec/rdft: remove sintable
Muhammad Faiz
2017-07-11
1
-4
/
+9
*
|
lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysis
Clément Bœsch
2017-06-28
1
-1
/
+1
*
|
lavc/arm: fix lack of precision in ff_ps_stereo_interpolate_neon
Clément Bœsch
2017-06-28
1
-4
/
+5
*
|
idct_arm: remove use of ff_put/add_pixels_clamped function pointer.
Ronald S. Bultje
2017-04-06
1
-4
/
+4
*
|
vp9: split out generic decoding skeleton interface API from VP9 types.
Ronald S. Bultje
2017-03-28
2
-0
/
+2
*
|
vp9: re-split the decoder/format/dsp interface header files.
Ronald S. Bultje
2017-03-28
2
-2
/
+2
*
|
lavc/vp9: split into vp9{block,data,mvs}
Clément Bœsch
2017-03-27
2
-2
/
+2
*
|
Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'
James Almer
2017-03-21
1
-1
/
+1
|
\
\
|
|
/
*
|
Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'
James Almer
2017-03-21
3
-16
/
+22
|
\
\
|
|
/
|
*
h264chroma: Change type of stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
3
-16
/
+22
*
|
Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'
James Almer
2017-03-21
6
-25
/
+31
|
\
\
|
|
/
|
*
idct: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
8
-27
/
+33
*
|
Merge commit '92c5755a185086067fe49e7e64c23a8e7011be31'
Clément Bœsch
2017-03-21
1
-8
/
+8
|
\
\
|
|
/
|
*
hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...
Diego Biurrun
2016-09-29
1
-8
/
+8
*
|
Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'
Clément Bœsch
2017-03-21
1
-4
/
+4
|
\
\
|
|
/
|
*
lavc: add clobber tests for the new encoding/decoding API
Anton Khirnov
2016-09-28
1
-0
/
+20
*
|
Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5'
Clément Bœsch
2017-03-20
2
-5
/
+3
|
\
\
|
|
/
|
*
audiodsp: reorder arguments for vector_clipf
Anton Khirnov
2016-09-22
2
-5
/
+3
|
*
blockdsp: drop the high_bit_depth parameter
Anton Khirnov
2016-09-22
3
-8
/
+6
*
|
lavc/arm: fix indent in blockdsp_init_neon
Clément Bœsch
2017-03-20
1
-2
/
+2
[prev]
[next]