1530 Commits (8b11ae8a9a3c88dee475477a0c6fcd17c970efcc)

Author SHA1 Message Date
Paul B Mahol 53c896770c bbox: remove superfluous initializations 13 years ago
Nicolas George 3493390d47 lavfi: add tile video filter. 13 years ago
Nicolas George 7084985173 vsrc_color: port to new drawutils API. 13 years ago
Nicolas George 53b7a3fe08 vf_pad: port to new drawutils API. 13 years ago
Nicolas George 8ec0832743 drawutils: new API. 13 years ago
Stefano Sabatini 8e0d3c0369 lavfi/ass: add dar option 13 years ago
Stefano Sabatini c9399538b7 lavfi/ass: use a default DAR value of 1.0 13 years ago
Stefano Sabatini e71e65ff1d lavfi/aspect: check for a negative code from av_parse_ratio() 13 years ago
Nicolas George 6cf53927c4 graphdump: use av_bprintf API. 13 years ago
Stefano Sabatini e19ccc89ef lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect 13 years ago
William Yu d19d52d4a1 lavfi/movie: add loop parameter 13 years ago
Stefano Sabatini fdffaa6b11 lavfi/scale: document behavior with regards to the output sample aspect ratio 13 years ago
Nicolas George 69174fad73 vf_thumbnail: forward request_frame at least once. 13 years ago
Stefano Sabatini d9f26a0d71 lavfi/crop: show input and output sample aspect ratio in the log 13 years ago
Stefano Sabatini 0ac38deda7 lavfi/allfilters: fix weird vertical align 13 years ago
Stefano Sabatini 3225bc37a3 lavfi: add bbox filter 13 years ago
Michael Niedermayer b89f94077d ass: fix DAR calculation. 13 years ago
Michael Niedermayer 9e2ee46206 vf_fspp: add ff_ prefix to non static variables. 13 years ago
Baptiste Coudurier fa35ade8f9 vf_fspp: fix compilation with llvm 13 years ago
Lou Logan 2d38081b4f cosmetics: fix some typos 13 years ago
Clément Bœsch 4fe5448790 lavfi/drawtext: add 24 hours wrapping option for timecode. 13 years ago
Baptiste Coudurier f49cb8e669 vf_crop: keepaspect support 13 years ago
Baptiste Coudurier 1b99971dc7 vf_frei0r: set outlinks sample aspect ratio to 1 13 years ago
Stefano Sabatini aefd1cb725 lavfi: remove swapuv libmpcodecs wrapper 13 years ago
Stefano Sabatini fa35d880aa lavfi: port MP swapuv filter 13 years ago
Nicolas George b50767c31d vf_pad: keep a reference to the output buffer. 13 years ago
Nicolas George 1ea3b657d6 vf_yadif: accept input with several frames available. 13 years ago
Michael Niedermayer 776c89f019 vsrx_mptestsrc: remove duplicate config_props init. 13 years ago
Nicolas George 14aa1ba802 libmpcodecs/vf_pp: import memleak fix from MPlayer. 13 years ago
Nicolas George 7f06ca6e2b vf_mp: uninit filter chain. 13 years ago
Stefano Sabatini 409a3bda07 lavfi: add blackdetect filter 13 years ago
Nicolas George 07fb7682d1 vsrc_testsrc: free option values. 13 years ago
Nicolas George eb6b6d7f8a vsrc_life: free option values. 13 years ago
Nicolas George f8210f892e vf_fade: free type when overwriting it. 13 years ago
Michael Niedermayer f54e06feb3 vf_deshake: try to fix memleak 13 years ago
Michael Niedermayer 02670762d2 libavfilter/libmpcodecs: add vf_pp from current mplayer svn 13 years ago
Nicolas George 42655b24c2 avfiltergraph: avoid harmful auto audio conversions. 13 years ago
Nicolas George 4217dfe87b af_pan: remove dual double/int storage of gain. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Clément Bœsch 241f8465d0 lavfi/abuffer: init the data planes with NULL pointers. 13 years ago
Nicolas George a923b6b8f4 af_pan: move query_format before config_props. 13 years ago
Nicolas George eb9ba527e7 af_pan: remove the indirect function call. 13 years ago
Nicolas George a297856b8c af_pan: reindent after last commit. 13 years ago
Nicolas George a44b510d56 af_pan: use libswr for rematrixing. 13 years ago
Stefano Sabatini 4538d66010 lavfi/aspect: set default value to 0:1, as stated in the docs 13 years ago
Stefano Sabatini 80715c3b23 lavfi/aspect: remove confusing comments 13 years ago
Stefano Sabatini 360218713f lavfi/aspect: show log info even in case no argument is provided to setdar/setsar 13 years ago
Stefano Sabatini 7bdefc0f12 lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame PTS 13 years ago
Nicolas George bd5080b1b0 af_pan: comment a tricky piece of code. 13 years ago
Clément Bœsch cba4e2cbbc pan: fix uninitialized channel_id variable. 13 years ago