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
/
libavcodec
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
Diego Biurrun
2014-07-25
2
-66
/
+68
*
arm: Macroize the test for 'setend' CPU instruction support
Ben Avison
2014-07-21
1
-5
/
+1
*
dct-test: Move arch-specific bits into arch-specific subdirectories
Diego Biurrun
2014-07-21
1
-0
/
+40
*
idct: Move arm-specific declarations to a header in the arm directory
Diego Biurrun
2014-07-20
5
-15
/
+44
*
idctdsp: prettyprinting cosmetics
Diego Biurrun
2014-07-18
4
-20
/
+20
*
idct: Convert IDCT permutation #defines to an enum
Diego Biurrun
2014-07-18
4
-5
/
+5
*
arm: cosmetics: Consistently use lowercase for shift operators
Martin Storsjö
2014-07-18
2
-3
/
+3
*
arm: cosmetics: Fix a misaligned asm operand
Martin Storsjö
2014-07-18
1
-1
/
+1
*
armv6: Accelerate ff_fft_calc for general case (nbits != 4)
Ben Avison
2014-07-18
2
-17
/
+255
*
armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)
Ben Avison
2014-07-18
1
-2
/
+144
*
dsputil: Split motion estimation compare bits off into their own context
Diego Biurrun
2014-07-17
3
-5
/
+4
*
arm: dsputil: Coalesce all init files
Diego Biurrun
2014-07-16
4
-91
/
+28
*
dsputil: Drop unused bit_depth parameter from all init functions
Diego Biurrun
2014-07-11
3
-7
/
+4
*
dsputil: Split off pixel block routines into their own context
Diego Biurrun
2014-07-09
5
-63
/
+120
*
arm: Avoid using the 'setend' instruction on ARMv7 and newer
Martin Storsjö
2014-07-08
1
-1
/
+5
*
dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc
Diego Biurrun
2014-07-06
5
-61
/
+116
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
13
-128
/
+250
*
h264: avoid using uninitialized memory in NEON chroma mc
Janne Grunau
2014-06-23
1
-4
/
+56
*
dsputil: Split audio operations off into a separate context
Diego Biurrun
2014-06-22
7
-55
/
+168
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
7
-24
/
+137
*
arm: check if AS supports .dn
Janne Grunau
2014-06-03
2
-0
/
+8
*
dsputil: Move APE-specific bits into apedsp
Diego Biurrun
2014-05-29
5
-45
/
+102
*
mpegvideo: move the MpegEncContext fields used from arm asm to the beginning
Anton Khirnov
2014-04-29
1
-6
/
+6
*
lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets
Janne Grunau
2014-04-24
2
-13
/
+8
*
Remove a number of unnecessary dsputil.h #includes
Diego Biurrun
2014-04-04
1
-1
/
+0
*
arm: asm decode_block_coeffs_internal is vp8 specific
Janne Grunau
2014-04-04
1
-1
/
+1
*
On2 VP7 decoder
Peter Ross
2014-04-04
6
-46
/
+72
*
arm: build: Maintain decoder objects separate from infrastructure objects
Diego Biurrun
2014-03-27
1
-3
/
+4
*
truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.
Ben Avison
2014-03-26
3
-0
/
+628
*
truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.
Ben Avison
2014-03-26
2
-0
/
+234
*
truehd: add hand-scheduled ARM asm version of mlp_filter_channel.
Ben Avison
2014-03-26
3
-0
/
+475
*
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
Diego Biurrun
2014-03-22
1
-1
/
+1
*
dsputil: Use correct type in me_cmp_func function pointer
Diego Biurrun
2014-03-20
1
-5
/
+6
*
build: Group general components separate from de/encoders in arch Makefiles
Diego Biurrun
2014-03-20
1
-17
/
+20
*
dsputil: Propagate bit depth information to all (sub)init functions
Diego Biurrun
2014-03-20
5
-24
/
+28
*
arm: dsputil: K&R formatting cosmetics
Diego Biurrun
2014-03-20
4
-21
/
+29
*
arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototype
Diego Biurrun
2014-03-14
1
-2
/
+1
*
Update dsputil- and SIMD-related comments to match reality more closely
Diego Biurrun
2014-03-13
3
-3
/
+3
*
arm: dsputil: Add a bunch of missing #includes
Diego Biurrun
2014-03-13
4
-0
/
+13
*
dsputil: Remove prototypes for nonexisting optimization functions
Diego Biurrun
2014-03-13
1
-1
/
+0
*
armv6: vp8: use explicit labels in motion compensation asm
Janne Grunau
2014-03-12
1
-1
/
+7
*
arm: get_cabac inline asm
Janne Grunau
2014-03-09
1
-0
/
+102
*
arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declaration
Janne Grunau
2014-03-09
1
-1
/
+1
*
arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6
Janne Grunau
2014-03-08
1
-6
/
+4
*
arm: hpeldsp: prevent overreads in armv6 asm
Janne Grunau
2014-03-05
1
-8
/
+12
*
arm: dcadsp: implement decode_hf as external NEON asm
Janne Grunau
2014-02-28
2
-0
/
+36
*
dcadec: simplify decoding of VQ high frequencies
Christophe Gisquet
2014-02-28
1
-23
/
+0
*
dcadec: remove scaling in lfe_interpolation_fir
Christophe Gisquet
2014-02-28
3
-21
/
+5
*
arm: Remove a stray .fpu directive
Martin Storsjö
2014-02-09
1
-2
/
+0
*
dca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
Janne Grunau
2014-02-08
1
-0
/
+1
[next]