| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5' | Hendrik Leppkes | 2015-11-10 | 1 | -5/+5 |
|\ |
|
| * | vf_pad: fix x, y option expression evaluation | John Stebbins | 2015-11-06 | 1 | -5/+5 |
| * | Revert "lavfi: always check av_expr_parse_and_eval() return value" | Anton Khirnov | 2015-05-05 | 1 | -8/+6 |
| * | lavfi: always check av_expr_parse_and_eval() return value | Vittorio Giovara | 2014-12-18 | 1 | -6/+8 |
* | | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | avfilter/vf_pad: fix req_end | Michael Niedermayer | 2013-12-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
|\| |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -1/+1 |
* | | avfilter: remove duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | lavfi/pad,crop,scale: remove options description from filter description | Paul B Mahol | 2013-09-21 | 1 | -1/+1 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -6/+3 |
* | | avfilter: fix plane validity checks | Michael Niedermayer | 2013-08-03 | 1 | -2/+2 |
* | | lavfi/pad: use FFSIGN | Paul B Mahol | 2013-07-08 | 1 | -3/+2 |
* | | lavfi/pad: switch to AV_OPT_TYPE_COLOR | Paul B Mahol | 2013-05-17 | 1 | -13/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-16 | 1 | -69/+69 |
|\| |
|
| * | vf_pad: use the name 's' for the pointer to the private context | Anton Khirnov | 2013-05-16 | 1 | -74/+74 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55' | Michael Niedermayer | 2013-04-10 | 1 | -24/+23 |
|\| |
|
| * | vf_pad: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -15/+30 |
| * | vf_pad: fix a & instead of && typo | Xi Wang | 2013-03-10 | 1 | -1/+1 |
* | | lavfi/vf_pad: use standard options parsing. | Nicolas George | 2013-03-20 | 1 | -15/+3 |
* | | lavfi/pad: fix horizontal/vertical shift confusion. | Clément Bœsch | 2013-03-18 | 1 | -3/+3 |
* | | lavfi/pad: avoid buffer overflow in buffer_needs_copy() | Xi Wang | 2013-03-10 | 1 | -1/+1 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -63/+95 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -62/+92 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -102/+49 |
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+1 |
* | | lavfi/pad: add support to named options | Stefano Sabatini | 2013-02-03 | 1 | -14/+38 |
* | | vf_pad: switch to filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -94/+47 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -12/+24 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -13/+25 |
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
|\| |
|
| * | vf_pad/scale: use double precision for aspect ratios. | Anton Khirnov | 2012-10-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -12/+37 |
|\| |
|
| * | lavfi: check all ff_get_video_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -0/+3 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -2/+2 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -7/+11 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -5/+23 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -12/+12 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -13/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -1/+3 |
|\| |
|
| * | lavfi: unref AVFilterLink.out_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -1/+0 |
| * | vf_pad: don't give up its own reference to the output buffer. | Anton Khirnov | 2012-07-20 | 1 | -1/+4 |