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
*
dvbsubdec: bottom_field_len fix
JULIAN GARDNER
2011-10-14
1
-4
/
+4
*
dvbsubdec: fix x/y_pos checks
JULIAN GARDNER
2011-10-14
1
-2
/
+2
*
dvbsubdec: outcomment debug stuff in dvbsub_parse_pixel_data_block()
JULIAN GARDNER
2011-10-14
1
-0
/
+2
*
dvbsubdec: dirty handkling
JULIAN GARDNER
2011-10-14
1
-0
/
+7
*
dvbsubdec: Fix variable increments & checking in dvbsub_read_*bit_string()
JULIAN GARDNER
2011-10-14
1
-6
/
+6
*
prores: use C idct for fate as the SSE code is not matching the SSE* code dow...
Michael Niedermayer
2011-10-14
5
-7
/
+10
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-14
7
-233
/
+199
|
\
|
*
shorten: remove the flush function.
Justin Ruggles
2011-10-13
1
-8
/
+0
|
*
truespeech: use sizeof() instead of hardcoded sizes
Justin Ruggles
2011-10-13
1
-3
/
+3
|
*
truespeech: remove unneeded variable, 'consumed'
Justin Ruggles
2011-10-13
1
-4
/
+3
|
*
truespeech: simplify truespeech_read_frame() by using get_bits()
Justin Ruggles
2011-10-13
1
-87
/
+52
|
*
truespeech: decode directly to output buffer instead of a temp buffer
Justin Ruggles
2011-10-13
1
-10
/
+6
|
*
truespeech: check to make sure channels == 1
Justin Ruggles
2011-10-13
1
-0
/
+5
|
*
truespeech: check for large enough output buffer rather than truncating output
Justin Ruggles
2011-10-13
1
-4
/
+12
|
*
truespeech: remove unneeded zero-size packet check.
Justin Ruggles
2011-10-13
1
-3
/
+0
|
*
mlpdec: return meaningful error codes instead of -1
Justin Ruggles
2011-10-13
2
-57
/
+61
|
*
mlpdec: remove unnecessary wrapper function
Justin Ruggles
2011-10-13
1
-12
/
+3
|
*
mlpdec: only calculate output size once
Justin Ruggles
2011-10-13
1
-3
/
+7
|
*
mlpdec: validate that the reported channel count matches the actual output
Justin Ruggles
2011-10-13
1
-1
/
+6
|
*
pcm: reduce pointer type casting
Mans Rullgard
2011-10-13
1
-40
/
+37
|
*
mathops: remove undefined behaviour from sign_extend()
Mans Rullgard
2011-10-13
1
-1
/
+3
|
*
vc1: explicitly zero interlaced mode coding variables for progressive mode
Kostya Shishkov
2011-10-13
1
-2
/
+3
*
|
proresdec: set CODEC_CAP_DR1, it appears this was forgotten.
Michael Niedermayer
2011-10-14
1
-1
/
+1
*
|
Merge remote-tracking branch 'hexene/stagefright'
Michael Niedermayer
2011-10-13
1
-34
/
+34
|
\
\
|
*
|
libstagefright: reindent after previous commit
Mohamed Naufal
2011-10-09
1
-34
/
+34
*
|
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-13
28
-2535
/
+2842
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
tiffenc: initialize forgotten avctx.
Jean First
2011-10-12
1
-0
/
+1
|
*
|
vc1: more prettyprinting cosmetics
Kostya Shishkov
2011-10-12
1
-1276
/
+1389
|
*
|
vc1: prettyprint some tables
Kostya Shishkov
2011-10-12
1
-529
/
+676
|
*
|
vc1: K&R formatting cosmetics
Kostya Shishkov
2011-10-12
1
-56
/
+58
|
*
|
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
18
-538
/
+538
|
*
|
AVOptions: add new API for enumerating children.
Anton Khirnov
2011-10-12
1
-13
/
+19
|
*
|
rv34: move inverse transform functions to DSP context
Janne Grunau
2011-10-12
6
-81
/
+121
|
*
|
h264: change unsupported bit depth message to error level
Mans Rullgard
2011-10-12
1
-1
/
+1
|
*
|
qdm2: fix signed multiplication overflow
Mans Rullgard
2011-10-12
1
-1
/
+1
|
*
|
libx264: support yuv422/444 output.
Anton Khirnov
2011-10-12
1
-1
/
+23
*
|
|
proresdsp: fix rounding
Michael Niedermayer
2011-10-12
1
-3
/
+3
*
|
|
proresdsp: Correct credits to point to the Author and not just the code this ...
Michael Niedermayer
2011-10-12
1
-5
/
+6
*
|
|
dct-test: Test ff_prores_idct_put_10_sse2()
Michael Niedermayer
2011-10-12
1
-0
/
+17
*
|
|
dct-test: add transpose permutation support
Michael Niedermayer
2011-10-12
1
-1
/
+4
*
|
|
proresdsp: Optimize series of padds out
Michael Niedermayer
2011-10-12
1
-11
/
+2
*
|
|
proresdsp.asm: Remove useless instructions.
Michael Niedermayer
2011-10-12
1
-80
/
+0
*
|
|
prores: change license to LGPL, merge some parts.
Elvis Presley
2011-10-12
5
-87
/
+94
*
|
|
proresdsp.asm: drop useless shifts
Elvis Presley
2011-10-12
1
-34
/
+2
*
|
|
x86/proresdsp-init: add forgotten HAVE_YASM
Elvis Presley
2011-10-12
1
-1
/
+1
*
|
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-12
22
-156
/
+788
|
\
|
|
|
*
|
fix AC3ENC_OPT_MODE_ON/OFF
John Stebbins
2011-10-11
1
-2
/
+2
|
*
|
h264: fix HRD parameters parsing
Mans Rullgard
2011-10-11
2
-2
/
+16
|
*
|
prores: implement multithreading.
Ronald S. Bultje
2011-10-11
1
-27
/
+44
|
*
|
prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
2011-10-11
7
-2
/
+496
[next]