| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/fade: fix black level for non studio-level pixel formats | Stefano Sabatini | 2012-03-31 | 1 | -2/+2 |
* | vsrc_buffer: Store allocated scale filter and free it later. | Michael Niedermayer | 2012-03-31 | 1 | -2/+5 |
* | avfilter: allow freeing NULL. | Michael Niedermayer | 2012-03-31 | 1 | -0/+3 |
* | avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref(). | Michael Niedermayer | 2012-03-29 | 1 | -0/+2 |
* | ass: fix aspect ratio computation. | Nicolas George | 2012-03-28 | 2 | -13/+12 |
* | lavfi: add avfilter_fill_frame_from_{audio_,}buffer_ref(). | Clément Bœsch | 2012-03-26 | 3 | -2/+47 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-26 | 1 | -2/+0 |
|\ |
|
| * | build: Only clean the architecture subdirectory we build for. | Diego Biurrun | 2012-03-26 | 1 | -2/+0 |
* | | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formats | Paul B Mahol | 2012-03-26 | 1 | -0/+2 |
* | | 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 |