| Commit message (Expand) | Author | Age | Files | Lines |
* | libavfilter/fifo: fix indent | Michael Niedermayer | 2012-11-28 | 1 | -5/+5 |
* | vf_boxblur: cosmetics to reduce diff to qatar | Michael Niedermayer | 2012-11-28 | 1 | -5/+5 |
* | vf_drawtext: switch to filter_frame, this filter did not support slices | Michael Niedermayer | 2012-11-28 | 1 | -17/+6 |
* | vf_delogo: switch to filter_frame, this filter did not support slices | Michael Niedermayer | 2012-11-28 | 1 | -20/+27 |
* | vf_hqdn3d: fix permissions | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | vf_delogo: fix order of operations in apply_delogo() | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | vf_boxblur: switch to filter_frame, boxblur did not support slices | Anton Khirnov | 2012-11-28 | 1 | -17/+21 |
* | libavfilter/fifo: switch to filter_frame, the filter did not support slices. | Anton Khirnov | 2012-11-28 | 1 | -31/+2 |
* | vf_hqdn3d: switch to filter_frame | Anton Khirnov | 2012-11-28 | 1 | -20/+29 |
* | libavfilter: update doxy for filter_frame | Michael Niedermayer | 2012-11-28 | 2 | -9/+9 |
* | libavfilter: Support using filter_frame for video | Michael Niedermayer | 2012-11-28 | 5 | -11/+50 |
* | default_filter_frame: fix argument name | Michael Niedermayer | 2012-11-28 | 1 | -3/+2 |
* | avfilter: check that filter_frame and slice variants are not both used | Michael Niedermayer | 2012-11-28 | 1 | -0/+8 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 40 | -124/+124 |
* | Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1' | Michael Niedermayer | 2012-11-28 | 1 | -0/+1 |
|\ |
|
| * | asink_nullsink: plug a memory leak. | Anton Khirnov | 2012-11-28 | 1 | -0/+1 |
* | | lavfi/drawtext: add support to expansion of generic expressions | Stefano Sabatini | 2012-11-27 | 2 | -1/+23 |
* | | lavfi/overlay: enable yuva420p as overlay background | Mark Himsley | 2012-11-27 | 2 | -11/+61 |
* | | af_aresample: consistently use ROUNDED_DIV | Michael Niedermayer | 2012-11-26 | 1 | -1/+2 |
* | | af_aresample: fix rounding of negative timestamps | Michael Niedermayer | 2012-11-26 | 1 | -2/+1 |
* | | avfiltergraph: add aresample_swr_opts | Michael Niedermayer | 2012-11-26 | 2 | -1/+5 |
* | | avfiltergraph: add AVOption table | Michael Niedermayer | 2012-11-25 | 1 | -0/+10 |
* | | af_aresample: check ff_get_audio_buffer() failure | Michael Niedermayer | 2012-11-24 | 1 | -0/+3 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 2 | -2/+2 |
* | | vf_mandelbrot: give all av_log a context | Michael Niedermayer | 2012-11-23 | 1 | -1/+1 |
* | | lavfi/avfiltergraph: improve error message in graph_check_validity() | Stefano Sabatini | 2012-11-22 | 1 | -4/+7 |
* | | lavfi/drawtext: add support for printing frame numbers | Stefano Sabatini | 2012-11-22 | 2 | -1/+12 |
* | | Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480' | Michael Niedermayer | 2012-11-21 | 1 | -1/+1 |
|\| |
|
* | | af_aresample: allocate at least 1 sample buffer. Fix null ptr dereference. | Michael Niedermayer | 2012-11-19 | 1 | -2/+1 |
* | | liavfi/avcodec: allow channel layouts with fewer channels than actually avail... | Michael Niedermayer | 2012-11-18 | 1 | -1/+1 |
* | | lavfi/frei0r: in init() check path loop, free resources in a single point | Stefano Sabatini | 2012-11-18 | 1 | -6/+8 |
* | | lavfi/frei0r: extend load_path() to support arbitrarily long paths | Stefano Sabatini | 2012-11-18 | 1 | -11/+26 |
* | | lavfi/mp/pp: use PP_CPU_CAPS_AUTO. | Clément Bœsch | 2012-11-18 | 1 | -4/+1 |
* | | lavfi/drawtext: implement more generic expansion. | Nicolas George | 2012-11-18 | 2 | -8/+167 |
* | | lavfi/drawtext: use bprint for the expanded text. | Nicolas George | 2012-11-17 | 1 | -23/+16 |
* | | lavfi/geq: fix GPL license header. | Clément Bœsch | 2012-11-15 | 1 | -9/+9 |
* | | lavfi/frei0r: add additional trailing slash in FREI0R_PATH paths | Stefano Sabatini | 2012-11-13 | 1 | -2/+11 |
* | | lavfi/frei0r: correctly handle paths longer than 1023 chars | Stefano Sabatini | 2012-11-13 | 1 | -2/+4 |
* | | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 20 | -20/+20 |
* | | lavfi: store and propagate number of channels information in audio buffer pro... | Stefano Sabatini | 2012-11-13 | 4 | -4/+7 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 15 | -31/+24 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 15 | -26/+24 |
* | | lavfi: remove mp=geq filter. | Clément Bœsch | 2012-11-11 | 4 | -200/+1 |
* | | lavfi: add geq filter. | Clément Bœsch | 2012-11-11 | 4 | -2/+241 |
* | | lavfi: remove mp=fixpts filter. | Clément Bœsch | 2012-11-11 | 4 | -141/+1 |
* | | lavfi: remove mp=tile filter. | Clément Bœsch | 2012-11-11 | 4 | -334/+1 |
* | | lavfi/tile: extend shorthand parameters. | Clément Bœsch | 2012-11-11 | 1 | -1/+1 |
* | | lavfi/tile: add nb_frames option. | Clément Bœsch | 2012-11-11 | 1 | -3/+15 |
* | | lavfi/tile: add margin and padding options. | Clément Bœsch | 2012-11-11 | 1 | -8/+33 |
* | | lavfi/tile: allow named arguments. | Clément Bœsch | 2012-11-11 | 1 | -7/+22 |