summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Add shadow support to the drawtext filterMichael Niedermayer2011-02-22
* factor draw_glyphs out of drawtext filterMichael Niedermayer2011-02-22
* Fix and optimize yuv blend in the drawtext filterMichael Niedermayer2011-02-22
* get rid of divisions in the inner loop of the drawtext filterMichael Niedermayer2011-02-22
* fix chroma alpha in the drawtext filterMichael Niedermayer2011-02-22
* Simplify chroma blend in the drawtext filterMichael Niedermayer2011-02-22
* Port drawtext filter by Hemanth from the libavfilter soc repo, withStefano Sabatini2011-02-22
* lavfi: add fade filterBrandon Mintern2011-02-21
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* lavfi: add drawutilsStefano Sabatini2011-02-21
* Reduce picture size for yadif.Michael Niedermayer2011-02-18
* Change yadif to not use out of picture lines.Michael Niedermayer2011-02-18
* Merge libavcore into libavutilReinhard Tartler2011-02-16
* Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-14
* libavfilter: add video movie sourceStefano Sabatini2011-02-09
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-06
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-06
* Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-06
* Log debug information in filter_samples().Stefano Sabatini2011-02-04
* Add sample_aspect_ratio fields to vsrc_buffer arguments.Michael Niedermayer2011-01-31
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-01-31
* Replace dprintf with av_dlogLuca Barbato2011-01-30
* In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-30
* Remove useage of memalign() from libmpcodecs, not all platforms have memalign().Michael Niedermayer2011-01-28
* Add forgotten dependancy of avcodec for vf_mp.cMichael Niedermayer2011-01-28
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-28
* Warn about vf_mpMichael Niedermayer2011-01-20
* Enable libmpcodecs support.Michael Niedermayer2011-01-20
* Add ASMALIGN() hack to patch around its recent removial from configureMichael Niedermayer2011-01-20
* Add libmpcodecs wrapper for libavfilter, still disabledMichael Niedermayer2011-01-20
* Hack libmpcodecs to make it buildable.Michael Niedermayer2011-01-20
* Remove dependancy of m_option & m_struct from libmpcodecs.Michael Niedermayer2011-01-20
* Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.cMichael Niedermayer2011-01-20
* Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer2011-01-20
* Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer2011-01-20
* avfilter: remove stray semicolonMans Rullgard2011-01-18
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-16
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-16
* Remove useless free, fix warning:Baptiste Coudurier2011-01-16
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-15
* Reindent.Stefano Sabatini2011-01-15
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-15
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-15
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-15
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-15
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-14
* Check linked pads media type mismatch in avfilter_link().Stefano Sabatini2011-01-13
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-12