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
Commit message (
Expand
)
Author
Age
Files
Lines
*
vp8: loopfilter >=sse2 functions need aligned stack on x86-32.
Martin Storsjö
2012-07-04
1
-0
/
+6
*
amr: remove shift out of the AMR_BIT() macro.
Ronald S. Bultje
2012-07-04
3
-3
/
+3
*
dsputilenc: group yasm and inline asm function pointer assignment.
Ronald S. Bultje
2012-07-04
1
-1
/
+1
*
Clarify Doxygen comment for FF_API_* #defines.
Diego Biurrun
2012-07-04
1
-2
/
+4
*
mpegvideo: remove VLAs
Ronald S. Bultje
2012-07-04
4
-3
/
+19
*
flacdec: move lpc filter to flacdsp
Mans Rullgard
2012-07-04
3
-33
/
+49
*
flacdec: split off channel decorrelation as flacdsp
Mans Rullgard
2012-07-04
5
-43
/
+179
*
flacdec: factor out code setting avctx->sample_fmt
Mans Rullgard
2012-07-04
1
-13
/
+15
*
flac: make FLAC_CHMODE_* constants consecutive
Mans Rullgard
2012-07-04
3
-15
/
+9
*
flacdec: allocate sample buffers with av_malloc
Mans Rullgard
2012-07-04
1
-2
/
+1
*
flacdec: remove curr_bps from FLACContext
Mans Rullgard
2012-07-04
1
-17
/
+18
*
flacenc: add option for forcing stereo decorrelation mode
Mans Rullgard
2012-07-04
1
-1
/
+11
*
anm: fix a few Doxygen comments
Diego Biurrun
2012-07-03
1
-2
/
+3
*
misc typo and wording fixes
Diego Biurrun
2012-07-03
5
-8
/
+8
*
snow: remove a VLA used for edge emulation
Ronald S. Bultje
2012-07-03
3
-1
/
+6
*
snow: remove the runs[] VLA.
Ronald S. Bultje
2012-07-03
3
-1
/
+4
*
snow: Check mallocs at init
Martin Storsjö
2012-07-03
3
-10
/
+23
*
flacdec: remove redundant setting of avctx->sample_fmt
Mans Rullgard
2012-07-02
1
-2
/
+0
*
snow: remove VLA in mc_block()
Mans Rullgard
2012-07-02
1
-16
/
+25
*
snow: remove a VLA.
Ronald S. Bultje
2012-07-02
1
-20
/
+21
*
MS ATC Screen (aka MSS3) decoder
Kostya Shishkov
2012-07-02
5
-1
/
+971
*
roqvideo: Remove a totally unused dspcontext
Martin Storsjö
2012-07-01
1
-1
/
+0
*
smacker: remove some unused code
Mans Rullgard
2012-07-01
1
-5
/
+1
*
dsicin: remove dead assignment
Mans Rullgard
2012-07-01
1
-1
/
+1
*
aacdec: remove dead assignment
Mans Rullgard
2012-07-01
1
-1
/
+1
*
rl2: remove dead assignment
Mans Rullgard
2012-07-01
1
-1
/
+1
*
proresenc: make a variable local to the loop where it is used
Mans Rullgard
2012-07-01
1
-2
/
+1
*
alsdec: remove dead assignments
Mans Rullgard
2012-07-01
1
-2
/
+2
*
wma: Lower the maximum number of channels to 2
Martin Storsjö
2012-07-01
1
-1
/
+1
*
ARM: generate position independent code to access data symbols
Mans Rullgard
2012-07-01
6
-11
/
+10
*
dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.
Ronald S. Bultje
2012-06-30
1
-3
/
+6
*
dnxhdenc: add space between function argument type and comment.
Ronald S. Bultje
2012-06-30
1
-1
/
+1
*
x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*
Ronald S. Bultje
2012-06-30
2
-5
/
+85
*
x86: vc1: fix and enable optimised loop filter
Mans Rullgard
2012-06-30
2
-3
/
+4
*
mss1: validate number of changeable palette entries
Kostya Shishkov
2012-06-27
1
-0
/
+6
*
mss1: report palette changed when some additional colours were decoded
Kostya Shishkov
2012-06-27
1
-1
/
+1
*
x86: fft: replace call to memcpy by a loop
Christophe Gisquet
2012-06-27
1
-25
/
+12
*
dxva2: include dxva.h if found
Ronald S. Bultje
2012-06-27
1
-0
/
+7
*
dxva2_h264: fix signaling of mbaff frames
Hendrik Leppkes
2012-06-26
1
-1
/
+2
*
x86: fft: elf64: fix PIC build
Mans Rullgard
2012-06-25
1
-0
/
+4
*
x86: fft: win64: fix stack alignment for memcpy() call
Mans Rullgard
2012-06-25
1
-7
/
+9
*
x86: fft: convert sse inline asm to yasm
Mans Rullgard
2012-06-25
3
-121
/
+129
*
x86: place some inline asm under #if HAVE_INLINE_ASM
Ronald S. Bultje
2012-06-25
8
-0
/
+39
*
h264: use asm cabac reader under a generic condition
Mans Rullgard
2012-06-23
2
-3
/
+5
*
x86: Only use optimizations with cmov if the CPU supports the instruction
Diego Biurrun
2012-06-23
3
-3
/
+6
*
x86: remove unused inline asm macros from dsputil_mmx.h
Mans Rullgard
2012-06-23
1
-68
/
+0
*
x86: move some inline asm macros to the only places they are used
Mans Rullgard
2012-06-23
3
-34
/
+34
*
libspeexenc: add supported sample rates and channel layouts.
Anton Khirnov
2012-06-22
1
-0
/
+6
*
utvideo: mark interlaced frames as such
Hendrik Leppkes
2012-06-22
1
-0
/
+2
*
utvideo: Fix interlaced prediction for RGB utvideo.
Carl Eugen Hoyos
2012-06-22
1
-4
/
+11
[next]