| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_scale: add ov/hsub | Michael Niedermayer | 2013-11-04 | 1 | -0/+7 |
* | 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/vf_scale: Correct vf_scale mappings from arguments to color range | Robert Krüger | 2013-10-23 | 1 | -2/+2 |
* | | avfilter/vf_scale: dont duplicate default. | Michael Niedermayer | 2013-10-06 | 1 | -1/+1 |
* | | avfilter/vf_scale: change the default scaler to bicubic | Michael Niedermayer | 2013-10-06 | 1 | -1/+1 |
* | | 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 | -15/+11 |
* | | avfilter/vf_scale+aresample: minor simpification | Michael Niedermayer | 2013-08-16 | 1 | -3/+1 |
* | | avfilter/vf_scale: generic swscale option support | Michael Niedermayer | 2013-08-15 | 1 | -3/+29 |
* | | vf_scale: add force_original_aspect_ratio | Timothy Gu | 2013-08-04 | 1 | -0/+19 |
* | | avfilter/vf_scale: set in_color_matrix default to "auto" | Michael Niedermayer | 2013-07-27 | 1 | -1/+1 |
* | | avfilter/vf_scale: use sws_getCoefficients() | Michael Niedermayer | 2013-07-26 | 1 | -11/+1 |
* | | avfilter/vf_scale: use the inputs color range when its set and its not overri... | Michael Niedermayer | 2013-07-25 | 1 | -0/+6 |
* | | vf_scale: add input h/v_chr_pos parameters | Michael Niedermayer | 2013-07-24 | 1 | -0/+6 |
* | | vf_scale: add output h/v_chr_pos parameterss | Michael Niedermayer | 2013-07-24 | 1 | -0/+8 |
* | | vfilter/vf_scale: avoid using "{}" | Michael Niedermayer | 2013-07-21 | 1 | -1/+1 |
* | | avfilter/vf_scale; fix indent | Michael Niedermayer | 2013-07-20 | 1 | -6/+6 |
* | | avfilter/vf_scale: add in/out color range option | Michael Niedermayer | 2013-07-20 | 1 | -0/+16 |
* | | avfilter/vf_scale: Add in/out yuv color matrix option | Michael Niedermayer | 2013-07-20 | 1 | -0/+66 |
* | | lavfi/scale: allocate interlaced scalers only if needed. | Nicolas George | 2013-07-18 | 1 | -0/+2 |
* | | vf_scale: use sws_init_context() | Michael Niedermayer | 2013-07-18 | 1 | -16/+26 |
* | | lavfi/scale: remove av_opt_free() | Paul B Mahol | 2013-07-15 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -4/+4 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -2/+2 |
* | | Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110' | Michael Niedermayer | 2013-05-07 | 1 | -2/+4 |
|\| |
|
| * | vf_scale: add endianness conversion pixel format in query_formats | Janne Grunau | 2013-05-06 | 1 | -2/+4 |
| * | 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 |
* | | avfilter: Update scale to dictionary based options | Michael Niedermayer | 2013-04-12 | 1 | -19/+8 |
* | | Merge commit 'c334c113d4d9e9a41bc38a3e4458d7ab21010401' | Michael Niedermayer | 2013-04-10 | 1 | -22/+21 |
|\| |
|
| * | vf_scale: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -20/+30 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -19/+18 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -13/+12 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -66/+19 |
* | | lavfi/scale: remove usage of link->cur_buf. | Clément Bœsch | 2012-12-26 | 1 | -1/+1 |
* | | vf_scale: switch to filter_frame | Michael Niedermayer | 2012-11-29 | 1 | -89/+50 |
* | | lavfi/scale: declare the filter private class | Stefano Sabatini | 2012-11-04 | 1 | -0/+1 |
* | | lavfi/scale: avoid to print a NULL value in log message | Stefano Sabatini | 2012-10-31 | 1 | -2/+2 |
* | | lavfi/scale: implement clever/insane parsing heuristic, and add a size option | Stefano Sabatini | 2012-10-29 | 1 | -4/+40 |
* | | lavfi/scale: return error code in case of failed reconfiguration in start_fra... | Stefano Sabatini | 2012-10-29 | 1 | -2/+1 |
* | | lavfi/scale: accept named options, make parsing more robust | Stefano Sabatini | 2012-10-29 | 1 | -23/+42 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
|\| |
|
* | | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627' | Michael Niedermayer | 2012-10-12 | 1 | -10/+12 |
|\| |
|
| * | lavfi: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -8/+10 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -10/+22 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -10/+22 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -2/+2 |
|\| |
|