summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* fade: fix draw_slice() check on fade->factor valueMark Himsley2011-03-181-1/+1
* fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley2011-03-181-1/+1
* remove definition of swabj@v2v.cc2011-03-171-4/+0
* Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-2/+2
|\
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
| * yadif: add parens around macro parametersMans Rullgard2011-03-051-4/+4
| * lavfi: put color source in a dedicated fileStefano Sabatini2011-02-213-129/+168
| * lavfi: add drawutilsStefano Sabatini2011-02-214-105/+182
| * Merge libavcore into libavutilReinhard Tartler2011-02-1517-24/+23
| * Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-141-0/+6
| * Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-144-2/+26
| * libavfilter: add video movie sourceStefano Sabatini2011-02-084-1/+315
| * Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-041-1/+1
| * Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-042-8/+10
| * Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-041-1/+3
| * Log debug information in filter_samples().Stefano Sabatini2011-02-021-0/+2
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-15/+15
| * In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-281-2/+2
| * Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-262-11/+5
* | Use av_strdup instead of strdup, fixes mingw buildBaptiste Coudurier2011-03-162-4/+2
* | yadif: add parens around macro parametersMans Rullgard2011-03-081-4/+4
* | Add libmpcodecs to the list of libavfilter subdirectories.Carl Eugen Hoyos2011-02-251-1/+1
* | Add shadow support to the drawtext filterMichael Niedermayer2011-02-221-6/+31
* | factor draw_glyphs out of drawtext filterMichael Niedermayer2011-02-221-27/+41
* | Fix and optimize yuv blend in the drawtext filterMichael Niedermayer2011-02-221-4/+6
* | get rid of divisions in the inner loop of the drawtext filterMichael Niedermayer2011-02-221-8/+8
* | fix chroma alpha in the drawtext filterMichael Niedermayer2011-02-221-3/+2
* | Simplify chroma blend in the drawtext filterMichael Niedermayer2011-02-221-2/+2
* | Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini2011-02-223-0/+652
* | lavfi: add fade filterBrandon Mintern2011-02-213-0/+172
* | lavfi: put color source in a dedicated fileStefano Sabatini2011-02-213-129/+168
* | lavfi: add drawutilsStefano Sabatini2011-02-214-105/+182
* | Reduce picture size for yadif.Michael Niedermayer2011-02-181-2/+2
* | Change yadif to not use out of picture lines.Michael Niedermayer2011-02-183-21/+22
* | Merge libavcore into libavutilReinhard Tartler2011-02-1618-25/+24
* | Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-141-0/+6
* | libavfilter: add video movie sourceStefano Sabatini2011-02-093-0/+314
* | Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-061-1/+1
* | Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-062-8/+10
* | Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-061-1/+3
* | Log debug information in filter_samples().Stefano Sabatini2011-02-041-0/+2
* | Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-312-3/+6
* | Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-314-2/+26
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-15/+15
* | In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-301-2/+2
* | Remove useage of memalign() from libmpcodecs, not all platforms have memalign().Michael Niedermayer2011-01-283-8/+8
* | Add forgotten dependancy of avcodec for vf_mp.cMichael Niedermayer2011-01-281-0/+1