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
*
Cosmetic changes to h264_idct_10bit.asm.
Loren Merritt
2011-06-02
1
-68
/
+71
*
2x faster h264_idct_add8_10.
Loren Merritt
2011-06-02
1
-34
/
+21
*
h264: remove CONFIG_GPL from x86 intra prediction code.
Ronald S. Bultje
2011-06-02
2
-14
/
+0
*
h264/10bit: add HAVE_ALIGNED_STACK checks.
Daniel Kang
2011-05-31
1
-4
/
+8
*
Update 8-bit H.264 IDCT function names to reflect bit-depth.
Daniel Kang
2011-05-31
2
-71
/
+57
*
Add IDCT functions for 10-bit H.264.
Daniel Kang
2011-05-31
3
-1
/
+631
*
ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.
Justin Ruggles
2011-05-28
1
-2
/
+2
*
ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
Justin Ruggles
2011-05-28
2
-0
/
+56
*
x86: Add appropriate ifdefs around certain AVX functions.
Diego Biurrun
2011-05-27
2
-0
/
+11
*
x86 asm: Add SECTION_TEXT to dct32_sse.asm.
Dave Yeo
2011-05-23
1
-1
/
+1
*
dct32_sse: eliminate some spills
Loren Merritt
2011-05-22
3
-60
/
+176
*
Fix dct32() compilation with --disable-yasm
Vitor Sessak
2011-05-22
1
-0
/
+2
*
dct32: Add AVX implementation of 32-point DCT
Vitor Sessak
2011-05-21
3
-117
/
+222
*
dct32: Change pass 6 permutation to allow for AVX implementation
Vitor Sessak
2011-05-21
1
-49
/
+49
*
dct32: port SSE 32-point DCT to YASM
Vitor Sessak
2011-05-21
3
-297
/
+291
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
1
-1
/
+1
*
Add support for a.out object format to assembler macros.
Dave Yeo
2011-05-20
4
-3
/
+14
*
mpegaudiodsp: fix x86 and ppc makefiles
Mans Rullgard
2011-05-19
1
-5
/
+1
*
Move some mpegaudio functions to new mpegaudiodsp subsystem
Mans Rullgard
2011-05-19
1
-5
/
+4
*
10l: wrap float_interleave functions in HAVE_YASM.
Justin Ruggles
2011-05-18
1
-0
/
+6
*
Add float_interleave() to FmtConvertContext with x86-optimized versions.
Justin Ruggles
2011-05-18
2
-0
/
+171
*
Modify x86util.asm to ease transitioning to 10-bit H.264 assembly.
Daniel Kang
2011-05-17
4
-110
/
+160
*
h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.
Gil Pedersen
2011-05-16
1
-0
/
+2
*
Fix FSF address copy paste error in some license headers.
Diego Biurrun
2011-05-14
17
-17
/
+17
*
10-bit H.264 x86 chroma v loopfilter asm
Jason Garrett-Glaser
2011-05-11
3
-42
/
+121
*
Port x86 10-bit H.264 deblock asm from x264
Jason Garrett-Glaser
2011-05-10
6
-65
/
+909
*
Update x86 H.264 deblock asm
Jason Garrett-Glaser
2011-05-10
3
-193
/
+277
*
h264dsp_mmx: place bracket outside #if/#endif block.
Ronald S. Bultje
2011-05-10
1
-1
/
+1
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
3
-2
/
+40
*
Remove disabled non-optimized code variants.
Diego Biurrun
2011-04-29
1
-11
/
+0
*
Add AVX FFT implementation.
Vitor Sessak
2011-04-26
4
-152
/
+351
*
Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.
Vitor Sessak
2011-04-26
1
-1
/
+248
*
dsputil: allow to skip drawing of top/bottom edges.
Alexander Strange
2011-03-26
1
-31
/
+38
*
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-22
2
-2
/
+164
*
Move dct and rdft definitions to separate files
Mans Rullgard
2011-03-20
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
52
-208
/
+208
*
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
Justin Ruggles
2011-03-17
2
-1
/
+129
*
mathops: fix MULL() when the compiler does not inline the function.
Justin Ruggles
2011-03-15
1
-1
/
+1
*
mathops: change "g" constraint to "rm" in x86-32 version of MUL64().
Justin Ruggles
2011-03-15
1
-1
/
+1
*
mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.
Justin Ruggles
2011-03-15
1
-16
/
+37
*
ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...
Justin Ruggles
2011-03-14
2
-0
/
+57
*
Add CONFIG_AC3DSP symbol to simplify makefiles
Mans Rullgard
2011-03-12
1
-4
/
+2
*
dsputil_mmx.c: remove ff_vector128.
Ronald S. Bultje
2011-02-19
1
-4
/
+1
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
3
-41
/
+43
*
ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
Justin Ruggles
2011-02-16
1
-2
/
+1
*
ac3enc: Add x86-optimized function to speed up log2_tab().
Justin Ruggles
2011-02-13
2
-0
/
+80
*
FFT: factor a shuffle out of the inner loop and merge it into fft_permute.
Loren Merritt
2011-02-13
2
-32
/
+31
*
Add x86-optimized versions of exponent_min().
Justin Ruggles
2011-02-10
4
-0
/
+126
*
Fix ff_emu_edge_core_sse() on Win64.
Ronald S. Bultje
2011-02-08
1
-5
/
+15
*
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-02-02
5
-289
/
+359
[next]