| Commit message (Expand) | Author | Age | Files | Lines |
* | bbox: remove superfluous initializations | Paul B Mahol | 2012-03-22 | 1 | -2/+2 |
* | lavfi: add tile video filter. | Nicolas George | 2012-03-21 | 3 | -0/+208 |
* | vsrc_color: port to new drawutils API. | Nicolas George | 2012-03-21 | 1 | -49/+12 |
* | vf_pad: port to new drawutils API. | Nicolas George | 2012-03-21 | 1 | -81/+40 |
* | drawutils: new API. | Nicolas George | 2012-03-21 | 3 | -1/+268 |
* | lavfi/ass: add dar option | Stefano Sabatini | 2012-03-21 | 2 | -2/+43 |
* | lavfi/ass: use a default DAR value of 1.0 | Stefano Sabatini | 2012-03-21 | 1 | -2/+1 |
* | lavfi/aspect: check for a negative code from av_parse_ratio() | Stefano Sabatini | 2012-03-21 | 1 | -1/+1 |
* | graphdump: use av_bprintf API. | Nicolas George | 2012-03-21 | 1 | -59/+52 |
* | lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect | Stefano Sabatini | 2012-03-19 | 1 | -3/+2 |
* | lavfi/movie: add loop parameter | William Yu | 2012-03-18 | 2 | -6/+24 |
* | 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 |