| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' | Michael Niedermayer | 2012-09-16 | 1 | -3/+6 |
|\ |
|
| * | Enhance doc on asyncts audiofilter | Andrey Utkin | 2012-09-15 | 1 | -3/+6 |
| * | vsrc_movie: discourage its use with avconv. | Anton Khirnov | 2012-08-08 | 1 | -0/+5 |
* | | lavfi/hue: add dynamic expression evaluation support | Jérémy Tran | 2012-09-15 | 1 | -0/+50 |
* | | lavfi/setpts: add FRAME_RATE constant | Stefano Sabatini | 2012-09-10 | 1 | -0/+3 |
* | | lavfi/mp: drop rotate wrapper | Stefano Sabatini | 2012-09-06 | 1 | -1/+0 |
* | | doc/filters: add mp=noise example | Stefano Sabatini | 2012-09-05 | 1 | -0/+6 |
* | | doc/filters: itemize example for mp filter | Stefano Sabatini | 2012-09-05 | 1 | -1/+4 |
* | | doc/filters: remove reference to mp=hue filter, which was dropped | Stefano Sabatini | 2012-09-05 | 1 | -3/+0 |
* | | lavfi/transpose: implement landscape passthrough mode | Stefano Sabatini | 2012-09-04 | 1 | -4/+7 |
* | | lavfi/mp: remove decimate wrapper | Stefano Sabatini | 2012-09-01 | 1 | -1/+0 |
* | | lavfi/hue: add process_command callback | Jérémy Tran | 2012-08-31 | 1 | -0/+12 |
* | | lavfi: port decimate libmpcodecs filter | Stefano Sabatini | 2012-08-31 | 1 | -0/+37 |
* | | lavfi/mp: remove smartblur filter | Stefano Sabatini | 2012-08-31 | 1 | -1/+0 |
* | | lavfi: add smartblur filter | Jérémy Tran | 2012-08-28 | 1 | -0/+29 |
* | | lavfi/asetpts,setpts: add variables T, STARTT, PREV_INT and PREV_OUTT | Stefano Sabatini | 2012-08-24 | 1 | -0/+11 |
* | | doc/filters: itemize examples for *settb filters | Stefano Sabatini | 2012-08-24 | 1 | -6/+21 |
* | | doc/filters: itemize examples for *setpts filters | Stefano Sabatini | 2012-08-24 | 1 | -7/+25 |
* | | doc/filters: move *setpts and *settb filters to the multimedia filters section | Stefano Sabatini | 2012-08-24 | 1 | -100/+100 |
* | | doc/filters: fix level for the flite Examples subsection | Stefano Sabatini | 2012-08-22 | 1 | -1/+1 |
* | | doc/filters: itemize examples for pad filter, and fix a few typos | Stefano Sabatini | 2012-08-22 | 1 | -16/+39 |
* | | lavfi: add showspectrum filter. | Clément Bœsch | 2012-08-20 | 1 | -0/+14 |
* | | lavfi: add volumedetect filter. | Nicolas George | 2012-08-19 | 1 | -0/+40 |
* | | lavfi/mp: remove framestep wrapped filter | Stefano Sabatini | 2012-08-18 | 1 | -1/+0 |
* | | lavfi: add framestep filter | Stefano Sabatini | 2012-08-18 | 1 | -0/+7 |
* | | lavfi: add edgedetect filter. | Clément Bœsch | 2012-08-16 | 1 | -0/+27 |
* | | lavfi/hue: add named options support | Jérémy Tran | 2012-08-16 | 1 | -5/+46 |
* | | lavfi/mp: remove hue wrapped filter | Stefano Sabatini | 2012-08-16 | 1 | -1/+0 |
* | | lavfi: add hue filter | Jérémy Tran | 2012-08-13 | 1 | -0/+11 |
* | | lavfi: add asetpts audio filter | Stefano Sabatini | 2012-08-09 | 1 | -2/+17 |
* | | lavfi: add smptebars source | Paul B Mahol | 2012-08-07 | 1 | -1/+4 |
* | | doc: fix misspelled "convergence". | Clément Bœsch | 2012-08-07 | 1 | -1/+1 |
* | | doc/filters: fix typo in "@end table." | Stefano Sabatini | 2012-08-05 | 1 | -1/+1 |
* | | doc/filters: add mandelbrot source documentation | Stefano Sabatini | 2012-08-05 | 1 | -0/+73 |
* | | lavfi: move color filter to testsrc, factorize | Stefano Sabatini | 2012-08-03 | 1 | -40/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -0/+7 |
|\| |
|
| * | af_asyncts: add first_pts option | Justin Ruggles | 2012-07-29 | 1 | -0/+7 |
* | | lavfi/color: drop support for old deprecated syntax | Stefano Sabatini | 2012-07-30 | 1 | -4/+0 |
* | | doc/filters: document TB variable for vf_setpts. | Nicolas George | 2012-07-29 | 1 | -0/+3 |
* | | asrc_flite: do not crash on multiple instances. | Nicolas George | 2012-07-28 | 1 | -0/+2 |
* | | lavfi: add flite audio source | Stefano Sabatini | 2012-07-28 | 1 | -0/+59 |
* | | doc/filters: itemize movie examples | Stefano Sabatini | 2012-07-28 | 1 | -8/+18 |
* | | lavfi: move movie and amovie to a "multimedia sources" section | Stefano Sabatini | 2012-07-28 | 1 | -81/+88 |
* | | src_movie: implement multiple outputs. | Nicolas George | 2012-07-23 | 1 | -32/+19 |
* | | lavfi: change "transmedia" into "multimedia". | Nicolas George | 2012-07-23 | 1 | -4/+4 |
* | | lavfi: add concat filter. | Nicolas George | 2012-07-23 | 1 | -0/+75 |
* | | lavfi: add alphaextract and alphamerge filters | Steven Robertson | 2012-07-22 | 1 | -0/+25 |
* | | doc/filters: Fix two typos | Tim Nicholson | 2012-07-16 | 1 | -2/+2 |
* | | doc/filters: prefer "special" over "magic" for special input/output labels | Stefano Sabatini | 2012-07-14 | 1 | -1/+1 |
* | | doc/filters: update documentation | Stefano Sabatini | 2012-07-14 | 1 | -4/+4 |