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
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi/scale: document behavior with regards to the output sample aspect ratio
Stefano Sabatini
2012-03-18
1
-4
/
+6
*
vf_thumbnail: forward request_frame at least once.
Nicolas George
2012-03-17
1
-2
/
+2
*
lavfi/crop: show input and output sample aspect ratio in the log
Stefano Sabatini
2012-03-17
1
-2
/
+3
*
lavfi/allfilters: fix weird vertical align
Stefano Sabatini
2012-03-17
1
-1
/
+1
*
lavfi: add bbox filter
Stefano Sabatini
2012-03-17
6
-2
/
+236
*
ass: fix DAR calculation.
Michael Niedermayer
2012-03-16
1
-1
/
+1
*
vf_fspp: add ff_ prefix to non static variables.
Michael Niedermayer
2012-03-14
1
-11
/
+11
*
vf_fspp: fix compilation with llvm
Baptiste Coudurier
2012-03-14
1
-2
/
+2
*
cosmetics: fix some typos
Lou Logan
2012-03-13
1
-1
/
+1
*
lavfi/drawtext: add 24 hours wrapping option for timecode.
Clément Bœsch
2012-03-12
1
-0
/
+4
*
vf_crop: keepaspect support
Baptiste Coudurier
2012-03-11
1
-1
/
+13
*
vf_frei0r: set outlinks sample aspect ratio to 1
Baptiste Coudurier
2012-03-10
1
-0
/
+1
*
lavfi: remove swapuv libmpcodecs wrapper
Stefano Sabatini
2012-03-10
4
-110
/
+1
*
lavfi: port MP swapuv filter
Stefano Sabatini
2012-03-10
4
-1
/
+96
*
vf_pad: keep a reference to the output buffer.
Nicolas George
2012-03-08
1
-9
/
+2
*
vf_yadif: accept input with several frames available.
Nicolas George
2012-03-07
1
-1
/
+1
*
vsrx_mptestsrc: remove duplicate config_props init.
Michael Niedermayer
2012-03-07
1
-1
/
+0
*
libmpcodecs/vf_pp: import memleak fix from MPlayer.
Nicolas George
2012-03-04
1
-0
/
+1
*
vf_mp: uninit filter chain.
Nicolas George
2012-03-04
1
-0
/
+18
*
lavfi: add blackdetect filter
Stefano Sabatini
2012-03-04
4
-2
/
+213
*
vsrc_testsrc: free option values.
Nicolas George
2012-03-03
1
-0
/
+3
*
vsrc_life: free option values.
Nicolas George
2012-03-03
1
-0
/
+4
*
vf_fade: free type when overwriting it.
Nicolas George
2012-03-03
1
-0
/
+1
*
vf_deshake: try to fix memleak
Michael Niedermayer
2012-02-29
1
-0
/
+2
*
libavfilter/libmpcodecs: add vf_pp from current mplayer svn
Michael Niedermayer
2012-02-26
3
-1
/
+244
*
avfiltergraph: avoid harmful auto audio conversions.
Nicolas George
2012-02-23
1
-3
/
+8
*
af_pan: remove dual double/int storage of gain.
Nicolas George
2012-02-22
1
-23
/
+9
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-22
10
-12
/
+12
|
\
|
*
Mark mutable static data const where appropriate.
Alex Converse
2012-02-21
11
-13
/
+13
*
|
lavfi/abuffer: init the data planes with NULL pointers.
Clément Bœsch
2012-02-21
1
-1
/
+1
*
|
af_pan: move query_format before config_props.
Nicolas George
2012-02-20
1
-23
/
+23
*
|
af_pan: remove the indirect function call.
Nicolas George
2012-02-20
1
-16
/
+1
*
|
af_pan: reindent after last commit.
Nicolas George
2012-02-20
1
-23
/
+21
*
|
af_pan: use libswr for rematrixing.
Nicolas George
2012-02-20
1
-47
/
+24
*
|
lavfi/aspect: set default value to 0:1, as stated in the docs
Stefano Sabatini
2012-02-18
1
-0
/
+1
*
|
lavfi/aspect: remove confusing comments
Stefano Sabatini
2012-02-18
1
-2
/
+0
*
|
lavfi/aspect: show log info even in case no argument is provided to setdar/se...
Stefano Sabatini
2012-02-18
1
-2
/
+2
*
|
lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...
Stefano Sabatini
2012-02-17
2
-13
/
+29
*
|
af_pan: comment a tricky piece of code.
Nicolas George
2012-02-15
1
-0
/
+4
*
|
pan: fix uninitialized channel_id variable.
Clément Bœsch
2012-02-15
1
-1
/
+1
*
|
lavfi/silencedetect: use av_ts2timestr() macro.
Clément Bœsch
2012-02-15
1
-8
/
+8
*
|
lavfi/ashowinfo: only print checksum for the existing planes
Stefano Sabatini
2012-02-14
1
-4
/
+6
*
|
lavfi/showinfo: only print checksum for the existing planes
Stefano Sabatini
2012-02-14
1
-2
/
+6
*
|
lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfo
Stefano Sabatini
2012-02-14
2
-4
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-14
2
-2
/
+2
|
\
|
|
*
Drop some completely unnecessary av_unused attributes.
Diego Biurrun
2012-02-13
2
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-10
1
-1
/
+0
|
\
|
|
*
yadif: specify array size outside DECLARE_ALIGNED
Janne Grunau
2012-02-09
1
-4
/
+4
|
*
cosmetics: Delete empty lines at end of file.
Diego Biurrun
2012-02-09
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-09
3
-3
/
+6
|
\
|
[next]