aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* bbox: remove superfluous initializationsPaul B Mahol2012-03-221-2/+2
* lavfi: add tile video filter.Nicolas George2012-03-213-0/+208
* vsrc_color: port to new drawutils API.Nicolas George2012-03-211-49/+12
* vf_pad: port to new drawutils API.Nicolas George2012-03-211-81/+40
* drawutils: new API.Nicolas George2012-03-213-1/+268
* lavfi/ass: add dar optionStefano Sabatini2012-03-212-2/+43
* lavfi/ass: use a default DAR value of 1.0Stefano Sabatini2012-03-211-2/+1
* lavfi/aspect: check for a negative code from av_parse_ratio()Stefano Sabatini2012-03-211-1/+1
* graphdump: use av_bprintf API.Nicolas George2012-03-211-59/+52
* lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspectStefano Sabatini2012-03-191-3/+2
* lavfi/movie: add loop parameterWilliam Yu2012-03-182-6/+24
* lavfi/scale: document behavior with regards to the output sample aspect ratioStefano Sabatini2012-03-181-4/+6
* vf_thumbnail: forward request_frame at least once.Nicolas George2012-03-171-2/+2
* lavfi/crop: show input and output sample aspect ratio in the logStefano Sabatini2012-03-171-2/+3
* lavfi/allfilters: fix weird vertical alignStefano Sabatini2012-03-171-1/+1
* lavfi: add bbox filterStefano Sabatini2012-03-176-2/+236
* ass: fix DAR calculation.Michael Niedermayer2012-03-161-1/+1
* vf_fspp: add ff_ prefix to non static variables.Michael Niedermayer2012-03-141-11/+11
* vf_fspp: fix compilation with llvmBaptiste Coudurier2012-03-141-2/+2
* cosmetics: fix some typosLou Logan2012-03-131-1/+1
* lavfi/drawtext: add 24 hours wrapping option for timecode.Clément Bœsch2012-03-121-0/+4
* vf_crop: keepaspect supportBaptiste Coudurier2012-03-111-1/+13
* vf_frei0r: set outlinks sample aspect ratio to 1Baptiste Coudurier2012-03-101-0/+1
* lavfi: remove swapuv libmpcodecs wrapperStefano Sabatini2012-03-104-110/+1
* lavfi: port MP swapuv filterStefano Sabatini2012-03-104-1/+96
* vf_pad: keep a reference to the output buffer.Nicolas George2012-03-081-9/+2
* vf_yadif: accept input with several frames available.Nicolas George2012-03-071-1/+1
* vsrx_mptestsrc: remove duplicate config_props init.Michael Niedermayer2012-03-071-1/+0
* libmpcodecs/vf_pp: import memleak fix from MPlayer.Nicolas George2012-03-041-0/+1
* vf_mp: uninit filter chain.Nicolas George2012-03-041-0/+18
* lavfi: add blackdetect filterStefano Sabatini2012-03-044-2/+213
* vsrc_testsrc: free option values.Nicolas George2012-03-031-0/+3
* vsrc_life: free option values.Nicolas George2012-03-031-0/+4
* vf_fade: free type when overwriting it.Nicolas George2012-03-031-0/+1
* vf_deshake: try to fix memleakMichael Niedermayer2012-02-291-0/+2
* libavfilter/libmpcodecs: add vf_pp from current mplayer svnMichael Niedermayer2012-02-263-1/+244
* avfiltergraph: avoid harmful auto audio conversions.Nicolas George2012-02-231-3/+8
* af_pan: remove dual double/int storage of gain.Nicolas George2012-02-221-23/+9
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-2210-12/+12
|\
| * Mark mutable static data const where appropriate.Alex Converse2012-02-2111-13/+13
* | lavfi/abuffer: init the data planes with NULL pointers.Clément Bœsch2012-02-211-1/+1
* | af_pan: move query_format before config_props.Nicolas George2012-02-201-23/+23
* | af_pan: remove the indirect function call.Nicolas George2012-02-201-16/+1
* | af_pan: reindent after last commit.Nicolas George2012-02-201-23/+21
* | af_pan: use libswr for rematrixing.Nicolas George2012-02-201-47/+24
* | lavfi/aspect: set default value to 0:1, as stated in the docsStefano Sabatini2012-02-181-0/+1
* | lavfi/aspect: remove confusing commentsStefano Sabatini2012-02-181-2/+0
* | lavfi/aspect: show log info even in case no argument is provided to setdar/se...Stefano Sabatini2012-02-181-2/+2
* | lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame...Stefano Sabatini2012-02-172-13/+29
* | af_pan: comment a tricky piece of code.Nicolas George2012-02-151-0/+4