summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* yadif: add parens around macro parametersMans Rullgard2011-03-05
* lavfi: put color source in a dedicated fileStefano Sabatini2011-02-21
* lavfi: add drawutilsStefano Sabatini2011-02-21
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Make avfilter_config_links() propagate audio information of the source link i...Stefano Sabatini2011-02-14
* Add sample_aspect_ratio to AVFilterLinkMichael Niedermayer2011-02-14
* libavfilter: add video movie sourceStefano Sabatini2011-02-08
* Remove forgotten if (p) av_free(p) formsClément Bœsch2011-02-04
* Make avfilter_graph_free() free the graph.Stefano Sabatini2011-02-04
* Make avfilter_graph_parse() not free the input graphStefano Sabatini2011-02-04
* Log debug information in filter_samples().Stefano Sabatini2011-02-02
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* In the start_frame() debug log, print the reference pos value rather than the...Stefano Sabatini2011-01-28
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-26
* 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
* In the pad filter, log information about the input size.Stefano Sabatini2011-01-12
* Fix design of the pad filter.Michael Niedermayer2011-01-11
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-11
* In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier2011-01-05
* In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier2011-01-05
* Fix style nits in avfiltergraph.c.Stefano Sabatini2010-12-28
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-28
* Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini2010-12-27
* In the crop filter, put under ifdef DEBUG the trace logs for theStefano Sabatini2010-12-27
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-27
* Add erode libopencv filter.Stefano Sabatini2010-12-26
* Add dilate libopencv filter.Stefano Sabatini2010-12-26
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-23
* Fix avfilter_draw_slice() copy code with alpha planes.Stefano Sabatini2010-12-19
* Revert commit r22596.Stefano Sabatini2010-12-19
* Fix crash in gradfun:end_frame() when inpic == outpic, so it has to beStefano Sabatini2010-12-19
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-12
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-12
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-09
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-04