summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the avfilter debug functions and macros static to avfilter.cDiego Elio Pettenò2011-01-282-11/+5
* Warn about vf_mpMichael Niedermayer2011-01-201-0/+5
* Enable libmpcodecs support.Michael Niedermayer2011-01-202-0/+66
* Add ASMALIGN() hack to patch around its recent removial from configureMichael Niedermayer2011-01-201-0/+2
* Add libmpcodecs wrapper for libavfilter, still disabledMichael Niedermayer2011-01-201-0/+913
* Hack libmpcodecs to make it buildable.Michael Niedermayer2011-01-204-7/+17
* Remove dependancy of m_option & m_struct from libmpcodecs.Michael Niedermayer2011-01-203-71/+24
* Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.cMichael Niedermayer2011-01-201-1/+1
* Add #define _BSD_SOURCE where mplayer is not C99.Michael Niedermayer2011-01-203-0/+3
* Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it.Michael Niedermayer2011-01-2075-0/+24149
* avfilter: remove stray semicolonMans Rullgard2011-01-181-1/+1
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-182-9/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-172-0/+9
* Make config_props() return AVERROR(EINVAL) rather than 1 in case ofStefano Sabatini2011-01-161-1/+3
* Fix fate breakage in r26382.Ronald S. Bultje2011-01-161-1/+0
* Remove useless free, fix warning:Baptiste Coudurier2011-01-161-1/+1
* Include libavcore/audioconvert.h, required forStefano Sabatini2011-01-151-0/+1
* Reindent.Stefano Sabatini2011-01-151-7/+7
* Make ff_dprintf_link() print meaningful information for audio links.Stefano Sabatini2011-01-151-0/+13
* Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.Stefano Sabatini2011-01-153-5/+5
* Make avfilter_unref_buffer() accept a NULL parameter.Stefano Sabatini2011-01-152-2/+4
* In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier2011-01-151-1/+8
* Add the word "Parsed" in the parsed filter names.Stefano Sabatini2011-01-141-1/+1
* Check linked pads media type mismatch in avfilter_link().Stefano Sabatini2011-01-131-0/+7
* Make avfilter_graph_free() do nothing if graph is NULL.Stefano Sabatini2011-01-123-2/+4
* In the pad filter, log information about the input size.Stefano Sabatini2011-01-121-2/+2
* Fix design of the pad filter.Michael Niedermayer2011-01-111-4/+76
* Add w,h,format back into AVFilterBuffer, these are required for direct render...Michael Niedermayer2011-01-112-4/+7
* In pad filter, update new ref w/h in start_frame, fix chainingBaptiste Coudurier2011-01-051-0/+3
* In crop filter, update new ref w/h instead of old one, fix chainingBaptiste Coudurier2011-01-051-3/+2
* Fix style nits in avfiltergraph.c.Stefano Sabatini2010-12-281-16/+16
* Add copy filter, useful for testing the avfilter_draw_slice() copyStefano Sabatini2010-12-284-1/+43
* Bump lavfi minor and add an entry after r26108 (which addedStefano Sabatini2010-12-271-2/+2
* In the crop filter, put under ifdef DEBUG the trace logs for theStefano Sabatini2010-12-271-0/+4
* Support filters and decoders that dont support negative linesizes.Michael Niedermayer2010-12-273-6/+12
* Add erode libopencv filter.Stefano Sabatini2010-12-262-1/+9
* Add dilate libopencv filter.Stefano Sabatini2010-12-262-1/+166
* Redesign the libopencv wrapper to make it more generic. Accept bothStefano Sabatini2010-12-234-17/+80
OpenPOWER on IntegriCloud