| Commit message (Expand) | Author | Age | Files | Lines |
* | fade: fix draw_slice() check on fade->factor value | Mark Himsley | 2011-03-18 | 1 | -1/+1 |
* | fade: make draw_slice() chroma check against planes 1 and 2 | Mark Himsley | 2011-03-18 | 1 | -1/+1 |
* | remove definition of swab | j@v2v.cc | 2011-03-17 | 1 | -4/+0 |
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -2/+2 |
|\ |
|
| * | 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 |
* | | Use av_strdup instead of strdup, fixes mingw build | Baptiste Coudurier | 2011-03-16 | 2 | -4/+2 |
* | | yadif: add parens around macro parameters | Mans Rullgard | 2011-03-08 | 1 | -4/+4 |
* | | Add libmpcodecs to the list of libavfilter subdirectories. | Carl Eugen Hoyos | 2011-02-25 | 1 | -1/+1 |
* | | Add shadow support to the drawtext filter | Michael Niedermayer | 2011-02-22 | 1 | -6/+31 |
* | | factor draw_glyphs out of drawtext filter | Michael Niedermayer | 2011-02-22 | 1 | -27/+41 |
* | | Fix and optimize yuv blend in the drawtext filter | Michael Niedermayer | 2011-02-22 | 1 | -4/+6 |
* | | get rid of divisions in the inner loop of the drawtext filter | Michael Niedermayer | 2011-02-22 | 1 | -8/+8 |
* | | fix chroma alpha in the drawtext filter | Michael Niedermayer | 2011-02-22 | 1 | -3/+2 |
* | | Simplify chroma blend in the drawtext filter | Michael Niedermayer | 2011-02-22 | 1 | -2/+2 |
* | | Port drawtext filter by Hemanth from the libavfilter soc repo, with | Stefano Sabatini | 2011-02-22 | 3 | -0/+652 |
* | | lavfi: add fade filter | Brandon Mintern | 2011-02-21 | 3 | -0/+172 |
* | | 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 |
* | | Reduce picture size for yadif. | Michael Niedermayer | 2011-02-18 | 1 | -2/+2 |
* | | Change yadif to not use out of picture lines. | Michael Niedermayer | 2011-02-18 | 3 | -21/+22 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 18 | -25/+24 |
* | | Make avfilter_config_links() propagate audio information of the source link i... | Stefano Sabatini | 2011-02-14 | 1 | -0/+6 |
* | | libavfilter: add video movie source | Stefano Sabatini | 2011-02-09 | 3 | -0/+314 |
* | | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-06 | 1 | -1/+1 |
* | | Make avfilter_graph_free() free the graph. | Stefano Sabatini | 2011-02-06 | 2 | -8/+10 |
* | | Make avfilter_graph_parse() not free the input graph | Stefano Sabatini | 2011-02-06 | 1 | -1/+3 |
* | | Log debug information in filter_samples(). | Stefano Sabatini | 2011-02-04 | 1 | -0/+2 |
* | | Add sample_aspect_ratio fields to vsrc_buffer arguments. | Michael Niedermayer | 2011-01-31 | 2 | -3/+6 |
* | | Add sample_aspect_ratio to AVFilterLink | Michael Niedermayer | 2011-01-31 | 4 | -2/+26 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -15/+15 |
* | | In the start_frame() debug log, print the reference pos value rather than the... | Stefano Sabatini | 2011-01-30 | 1 | -2/+2 |
* | | Remove useage of memalign() from libmpcodecs, not all platforms have memalign(). | Michael Niedermayer | 2011-01-28 | 3 | -8/+8 |
* | | Add forgotten dependancy of avcodec for vf_mp.c | Michael Niedermayer | 2011-01-28 | 1 | -0/+1 |