index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
flacdec: add planar output support
Mans Rullgard
2012-07-05
4
-27
/
+91
*
qdm2: remove broken and disabled dump_context() debug function
Diego Biurrun
2012-07-05
1
-48
/
+0
*
x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros
Diego Biurrun
2012-07-05
1
-107
/
+22
*
x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
Loren Merritt
2012-07-05
1
-21
/
+0
*
x86: h264_intrapred: port to cpuflag macros
Diego Biurrun
2012-07-05
2
-146
/
+168
*
h264: use templates to avoid excessive inlining
Mans Rullgard
2012-07-05
3
-533
/
+550
*
mpegvideo: Don't use ff_mspel_motion() for vc1
Michael Niedermayer
2012-07-05
1
-1
/
+2
*
vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too
Martin Storsjö
2012-07-05
1
-0
/
+2
*
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
[next]