index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
oggdec: Support byte based seeking
Michael Niedermayer
2013-04-04
1
-0
/
+5
*
|
avformat: Add a mechanism to allow demuxers to detect byte based seeking.
Michael Niedermayer
2013-04-04
2
-0
/
+10
*
|
Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.
Carl Eugen Hoyos
2013-04-04
1
-2
/
+4
*
|
matroskadec: fix display_width/height = 0 handling
Michael Niedermayer
2013-04-03
1
-4
/
+4
*
|
doc/fate.texi: fix typo
Stefano Sabatini
2013-04-03
1
-1
/
+1
*
|
doc/filters: fix error in blend description
Paul B Mahol
2013-04-03
1
-1
/
+1
*
|
Merge remote-tracking branch 'cigaes/master'
Michael Niedermayer
2013-04-03
15
-105
/
+103
|
\
\
|
*
|
lavc: do not init frame with guessed layout.
Nicolas George
2013-04-03
8
-50
/
+42
|
*
|
lavfi/af_atempo: simplify request_frame loop.
Nicolas George
2013-04-03
1
-8
/
+3
|
*
|
lavfi/af_asetnsamples: simplify request_frame loop.
Nicolas George
2013-04-03
1
-8
/
+2
|
*
|
lavfi/f_ebur128: remove request_frame hack.
Nicolas George
2013-04-03
1
-19
/
+4
|
*
|
lavfi/vf_tile: simplify request_frame loop.
Nicolas George
2013-04-03
1
-10
/
+5
|
*
|
lavfi: reindent after last commit.
Nicolas George
2013-04-03
1
-10
/
+9
|
*
|
lavfi: loop on request_frame if necessary.
Nicolas George
2013-04-03
3
-2
/
+40
*
|
|
Skip padding in an id3 tag in aiff files.
Carl Eugen Hoyos
2013-04-03
1
-1
/
+4
|
/
/
*
|
Merge remote-tracking branch 'cehoyos/master'
Michael Niedermayer
2013-04-03
2
-0
/
+3
|
\
\
|
*
|
Fix make checkheaders without opencl headers.
Carl Eugen Hoyos
2013-04-03
2
-0
/
+3
*
|
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-04-03
2
-7
/
+8
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
avfiltergraph: check for sws opts being non-NULL before using them.
Anton Khirnov
2013-04-03
2
-2
/
+8
*
|
Merge commit '817dff578f13ce97576c609ab141508b9dc782e9'
Michael Niedermayer
2013-04-03
1
-1
/
+3
|
\
\
|
|
/
|
*
configure: Check for the atomic.h functions used in the suncc atomics header
Martin Storsjö
2013-04-03
1
-1
/
+3
*
|
smacker: fix off by one error
Paul B Mahol
2013-04-03
1
-1
/
+1
*
|
Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'
Michael Niedermayer
2013-04-03
4
-8
/
+21
|
\
\
|
|
/
|
*
configure: prettify atomics handling.
Anton Khirnov
2013-04-03
4
-7
/
+20
*
|
lavfi/afade * biquads: call av_frame_copy_props()
Paul B Mahol
2013-04-03
2
-2
/
+2
*
|
lavfi/earwax: clip sample, this is what sox does
Paul B Mahol
2013-04-03
1
-2
/
+2
*
|
vf_deshake: Reorder constant arguments in an if() statement.
Carl Eugen Hoyos
2013-04-03
1
-3
/
+3
*
|
aphaser filter
Paul B Mahol
2013-04-03
6
-2
/
+402
*
|
flvdec: fix seeking in audio only files
Michael Niedermayer
2013-04-03
1
-1
/
+1
*
|
h264pred: fix "warning: initialization discards const qualifier from pointer ...
Michael Niedermayer
2013-04-03
1
-6
/
+6
*
|
lavfi/edgedetect: reindent after previous commit.
Clément Bœsch
2013-04-03
1
-6
/
+6
*
|
lavfi/edgedetect: add direct path.
Clément Bœsch
2013-04-03
2
-2
/
+9
*
|
avformat: fix atomatic format selection for (s)segment
Michael Niedermayer
2013-04-02
1
-0
/
+4
*
|
ffmpeg: Fix forcing of the framerate for stream copy on input
Michael Niedermayer
2013-04-02
1
-1
/
+6
*
|
deshake opencl based on comments on 20130402 3rd
highgod0401
2013-04-02
10
-58
/
+679
*
|
dsputil: Fix "warning: initialization discards const qualifier from pointer t...
Michael Niedermayer
2013-04-02
1
-6
/
+6
*
|
libmp3lame: allow joint stereo to be disabled
Paul B Mahol
2013-04-02
1
-1
/
+3
*
|
cavs: fix "warning: initialization discards const qualifier from pointer targ...
Michael Niedermayer
2013-04-02
1
-1
/
+1
*
|
ffplay: use seek per time for ogg by default
Michael Niedermayer
2013-04-02
1
-1
/
+1
*
|
lavu/opencl: use consistent inclusion header guard name
Stefano Sabatini
2013-04-01
1
-3
/
+3
*
|
lavu/opencl: apply misc cosmetics fixes
Stefano Sabatini
2013-04-01
2
-125
/
+151
*
|
cavsdsp: fix "warning: initialization discards const qualifier from pointer t...
Michael Niedermayer
2013-04-01
1
-4
/
+4
*
|
ffmpeg: initialize got_output, this silences a compiler warning from icc
Michael Niedermayer
2013-04-01
1
-1
/
+1
*
|
lavfi/curves: make use of options to store the preset names.
Clément Bœsch
2013-04-01
1
-42
/
+56
*
|
cmdutils: fix build with --disable-avfilter.
Clément Bœsch
2013-04-01
1
-0
/
+5
*
|
Merge remote-tracking branch 'cigaes/master'
Michael Niedermayer
2013-04-01
4
-8
/
+11
|
\
\
|
*
|
lavfi/af_asetnsamples: fix EOF handling.
Nicolas George
2013-04-01
1
-3
/
+2
|
*
|
lavu/opt: make sure av_opt_set_bin() handles NULL/0.
Nicolas George
2013-04-01
1
-3
/
+4
|
*
|
lavd/v4l2: fully init an ioctl argument.
Nicolas George
2013-04-01
1
-2
/
+1
|
*
|
lavfi: detect merge failure for unknown layouts.
Nicolas George
2013-04-01
1
-0
/
+4
[prev]
[next]