summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi: add tile video filter.Nicolas George2012-03-21
* vsrc_color: port to new drawutils API.Nicolas George2012-03-21
* vf_pad: port to new drawutils API.Nicolas George2012-03-21
* drawutils: new API.Nicolas George2012-03-21
* lavfi/ass: add dar optionStefano Sabatini2012-03-21
* lavfi/ass: use a default DAR value of 1.0Stefano Sabatini2012-03-21
* lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini2012-03-21
* graphdump: use av_bprintf API.Nicolas George2012-03-21
* lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini2012-03-19
* lavfi/movie: add loop parameterWilliam Yu2012-03-18
* lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini2012-03-18
* vf_thumbnail: forward request_frame at least once.Nicolas George2012-03-17
* lavfi/crop: show input and output sample aspect ratio in the logStefano Sabatini2012-03-17
* lavfi/allfilters: fix weird vertical alignStefano Sabatini2012-03-17
* lavfi: add bbox filterStefano Sabatini2012-03-17
* ass: fix DAR calculation.Michael Niedermayer2012-03-16
* vf_fspp: add ff_ prefix to non static variables.Michael Niedermayer2012-03-14
* vf_fspp: fix compilation with llvmBaptiste Coudurier2012-03-14
* cosmetics: fix some typosLou Logan2012-03-13
* lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch2012-03-12
* vf_crop: keepaspect supportBaptiste Coudurier2012-03-11
* vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier2012-03-10
* lavfi: remove swapuv libmpcodecs wrapperStefano Sabatini2012-03-10
* lavfi: port MP swapuv filterStefano Sabatini2012-03-10
* vf_pad: keep a reference to the output buffer.Nicolas George2012-03-08
* vf_yadif: accept input with several frames available.Nicolas George2012-03-07
* vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-07
* libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George2012-03-04
* vf_mp: uninit filter chain.Nicolas George2012-03-04
* lavfi: add blackdetect filterStefano Sabatini2012-03-04
* vsrc_testsrc: free option values.Nicolas George2012-03-03
* vsrc_life: free option values.Nicolas George2012-03-03
* vf_fade: free type when overwriting it.Nicolas George2012-03-03
* vf_deshake: try to fix memleakMichael Niedermayer2012-02-29
* libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer2012-02-26
* avfiltergraph: avoid harmful auto audio conversions.Nicolas George2012-02-23
* af_pan: remove dual double/int storage of gain.Nicolas George2012-02-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\
| * Mark mutable static data const where appropriate.Alex Converse2012-02-21
* | lavfi/abuffer: init the data planes with NULL pointers.Clément Bœsch2012-02-21
* | af_pan: move query_format before config_props.Nicolas George2012-02-20
* | af_pan: remove the indirect function call.Nicolas George2012-02-20
* | af_pan: reindent after last commit.Nicolas George2012-02-20
* | af_pan: use libswr for rematrixing.Nicolas George2012-02-20
* | lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini2012-02-18
* | lavfi/aspect: remove confusing commentsStefano Sabatini2012-02-18
* | lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini2012-02-18
* | lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini2012-02-17
* | af_pan: comment a tricky piece of code.Nicolas George2012-02-15
* | pan: fix uninitialized channel_id variable.Clément Bœsch2012-02-15