| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: print key-frame and picture type information in ff_dlog_ref() | Stefano Sabatini | 2011-05-16 | 1 | -2/+4 |
* | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -6/+6 |
* | drawtext: add shadow support. | Michael Niedermayer | 2011-05-07 | 1 | -6/+33 |
* | drawtext: factor draw_glyphs. | Michael Niedermayer | 2011-05-07 | 1 | -27/+41 |
* | drawtext: fix and optimize yuv blend. | Michael Niedermayer | 2011-05-07 | 1 | -4/+6 |
* | drawtext: get rid of divisions in the inner loop. | Michael Niedermayer | 2011-05-07 | 1 | -8/+8 |
* | drawtext: simplify chroma blend and fix chroma alpha. | Michael Niedermayer | 2011-05-07 | 1 | -3/+2 |
* | lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo | Stefano Sabatini | 2011-05-07 | 4 | -2/+676 |
* | avfilter: check malloc return values. | Ronald S. Bultje | 2011-05-03 | 1 | -1/+25 |
* | avfilter: don't av_malloc(0). | Ronald S. Bultje | 2011-05-03 | 1 | -1/+2 |
* | vf_fieldorder: Replace FFmpeg by Libav in license boilerplate. | Diego Biurrun | 2011-04-29 | 1 | -4/+4 |
* | hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
* | crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats | Peter Ross | 2011-04-28 | 1 | -0/+1 |
* | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 1 | -2/+2 |
* | pad: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -8/+106 |
* | vsrc_movie: add key_frame and pict_type. | royger | 2011-04-26 | 1 | -0/+2 |
* | vsrc_movie: fix leak in request_frame() | Stefano Sabatini | 2011-04-26 | 1 | -0/+2 |
* | lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. | Roger Pau Monné | 2011-04-26 | 2 | -1/+7 |
* | vsrc_buffer: add sample_aspect_ratio fields to arguments. | Michael Niedermayer | 2011-04-26 | 2 | -3/+6 |
* | lavfi: add fieldorder filter | Mark Himsley | 2011-04-26 | 4 | -1/+238 |
* | scale: make the filter parametric | Stefano Sabatini | 2011-04-26 | 1 | -9/+84 |
* | yadif: support 16-bit | James Darnley | 2011-04-26 | 1 | -49/+67 |
* | yadif: support more than yuv420p. | James Darnley | 2011-04-26 | 1 | -4/+25 |
* | yadif: Fix assert() failure | Michael Niedermayer | 2011-04-26 | 1 | -1/+1 |
* | graphparser: add a NULL check on the argument passed to strstr | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
* | setdar: prefer "sar" over "par" in log info message | Stefano Sabatini | 2011-04-25 | 1 | -1/+1 |
* | fade: fix draw_slice() check on fade->factor value | Mark Himsley | 2011-04-25 | 1 | -1/+1 |
* | fade: make draw_slice() chroma check against planes 1 and 2 | Mark Himsley | 2011-04-25 | 1 | -1/+1 |
* | Reduce picture size for yadif. | Michael Niedermayer | 2011-04-20 | 1 | -2/+2 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -4/+4 |
* | lavfi: add fade filter | Brandon Mintern | 2011-04-03 | 4 | -1/+173 |
* | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-04-03 | 3 | -21/+22 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 50 | -202/+202 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | yadif: add parens around macro parameters | Mans Rullgard | 2011-03-05 | 1 | -4/+4 |
* | lavfi: put color source in a dedicated file | Stefano Sabatini | 2011-02-21 | 3 | -129/+168 |
* | lavfi: add drawutils | Stefano Sabatini | 2011-02-21 | 4 | -105/+182 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 17 | -24/+23 |
* | Make avfilter_config_links() propagate audio information of the source link i... | Stefano Sabatini | 2011-02-14 | 1 | -0/+6 |
* | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-02-14 | 4 | -2/+26 |
* | libavfilter: add video movie source | Stefano Sabatini | 2011-02-08 | 4 | -1/+315 |
* | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -1/+1 |
* | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-04 | 2 | -8/+10 |
* | Make avfilter_graph_parse() not free the input graph | Stefano Sabatini | 2011-02-04 | 1 | -1/+3 |
* | Log debug information in filter_samples(). | Stefano Sabatini | 2011-02-02 | 1 | -0/+2 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -15/+15 |
* | In the start_frame() debug log, print the reference pos value rather than the... | Stefano Sabatini | 2011-01-28 | 1 | -2/+2 |
* | Make the avfilter debug functions and macros static to avfilter.c | Diego Elio Pettenò | 2011-01-26 | 2 | -11/+5 |