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
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
5
-78
/
+121
*
x86: h264: Don't keep data in the redzone across function calls on 64 bit unix
Martin Storsjö
2014-06-10
1
-5
/
+5
*
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-05-29
4
-470
/
+509
*
dsputil: Move APE-specific bits into apedsp
Diego Biurrun
2014-05-29
5
-150
/
+216
*
dsputil: Move SVQ1 encoding specific bits into svq1enc
Diego Biurrun
2014-05-29
3
-36
/
+74
*
dsputil: Split off HuffYUV encoding bits into their own context
Diego Biurrun
2014-05-27
3
-68
/
+114
*
dsputil: Split off HuffYUV decoding bits into their own context
Diego Biurrun
2014-05-27
9
-202
/
+292
*
x86/synth_filter: remove the fma3 version ifdefs
James Almer
2014-04-13
2
-4
/
+0
*
DNxHD: convert inline asm to yasm
Timothy Gu
2014-04-11
4
-68
/
+90
*
DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
Timothy Gu
2014-04-11
1
-1
/
+1
*
x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belong
Diego Biurrun
2014-04-04
2
-130
/
+131
*
x86: h264_qpel: Simplify an #if conditional
Diego Biurrun
2014-04-04
1
-1
/
+1
*
x86: Drop some unnecessary YASM ifdefs
Diego Biurrun
2014-04-04
3
-6
/
+0
*
x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
Diego Biurrun
2014-04-04
4
-4
/
+0
*
Remove a number of unnecessary dsputil.h #includes
Diego Biurrun
2014-04-04
1
-1
/
+0
*
x86/synth_filter: add synth_filter_fma3
James Almer
2014-04-04
2
-0
/
+28
*
x86/synth_filter: add synth_filter_avx
James Almer
2014-04-04
2
-32
/
+57
*
x86/synth_filter: add synth_filter_sse
James Almer
2014-04-04
2
-30
/
+70
*
On2 VP7 decoder
Peter Ross
2014-04-04
3
-32
/
+59
*
x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_init
Diego Biurrun
2014-03-26
3
-40
/
+10
*
Add missing headers to make template files compile (more) standalone
Diego Biurrun
2014-03-26
3
-0
/
+15
*
x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocation
Diego Biurrun
2014-03-26
1
-1
/
+1
*
x86: dsputil: Move hpeldsp-related declarations to a separate header
Diego Biurrun
2014-03-22
6
-18
/
+42
*
x86: dsputil: Move fpel declarations to a separate header
Diego Biurrun
2014-03-22
9
-21
/
+50
*
dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macros
Diego Biurrun
2014-03-22
5
-32
/
+24
*
imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputil
Diego Biurrun
2014-03-22
1
-12
/
+0
*
x86: dsputil: Move inline assembly macros to a separate header
Diego Biurrun
2014-03-22
8
-76
/
+108
*
dsputil: Use correct type in me_cmp_func function pointer
Diego Biurrun
2014-03-20
3
-27
/
+30
*
build: Group general components separate from de/encoders in arch Makefiles
Diego Biurrun
2014-03-20
1
-12
/
+15
*
dsputil: Propagate bit depth information to all (sub)init functions
Diego Biurrun
2014-03-20
3
-31
/
+24
*
x86: dsputil_init: Drop some unnecessary parentheses
Diego Biurrun
2014-03-13
1
-30
/
+30
*
x86: dsputil_init: K&R formatting cosmetics
Diego Biurrun
2014-03-13
1
-61
/
+62
*
x86: dsputil_x86.h: K&R formatting cosmetics
Diego Biurrun
2014-03-13
1
-7
/
+10
*
x86: motion_est: K&R formatting cosmetics
Diego Biurrun
2014-03-13
1
-150
/
+161
*
dsputilenc_mmx: K&R formatting cosmetics
Diego Biurrun
2014-03-13
1
-726
/
+769
*
dsputil_mmx: K&R formatting cosmetics
Diego Biurrun
2014-03-13
1
-55
/
+49
*
dsputilenc_mmx: Merge two assignment blocks with identical conditions
Diego Biurrun
2014-03-13
1
-3
/
+0
*
x86: Make function prototype comments in assembly code consistent
Diego Biurrun
2014-03-13
24
-246
/
+308
*
x86: h264_idct_10_bit: Use proper type in function prototype comments
Diego Biurrun
2014-03-13
1
-8
/
+12
*
Update dsputil- and SIMD-related comments to match reality more closely
Diego Biurrun
2014-03-13
12
-12
/
+12
*
x86: Add some more missing headers
Diego Biurrun
2014-03-13
4
-0
/
+4
*
x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCT
Diego Biurrun
2014-03-13
1
-44
/
+0
*
x86: dcadsp: Fix linking with yasm and optimizations disabled
Diego Biurrun
2014-03-05
1
-0
/
+4
*
x86: cabac: Use correct #includes to make header compile standalone
Diego Biurrun
2014-03-05
1
-1
/
+1
*
dcadec: simplify decoding of VQ high frequencies
Christophe Gisquet
2014-02-28
2
-21
/
+50
*
x86: synth filter float: implement SSE2 version
Christophe Gisquet
2014-02-28
2
-0
/
+180
*
x86: dcadsp: implement SSE lfe_dir
Christophe Gisquet
2014-02-28
2
-0
/
+91
*
prores: Use consistent names for DSP arch initialization functions
Diego Biurrun
2014-02-28
1
-1
/
+1
*
x86: dsputil: Use correct file name as multiple inclusion guard
Diego Biurrun
2014-02-20
1
-3
/
+3
*
x86: dca: Add missing multiple inclusion guards
Diego Biurrun
2014-02-19
1
-0
/
+5
[next]