summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix avfilter_draw_slice() copy code with alpha planes.Stefano Sabatini2010-12-191-3/+3
* Revert commit r22596.Stefano Sabatini2010-12-191-6/+6
* Fix crash in gradfun:end_frame() when inpic == outpic, so it has to beStefano Sabatini2010-12-191-1/+2
* Add gradfun filter, ported from MPlayer.Nolan L2010-12-127-2/+468
* Make avfilter_parse_graph() output a more meaningful message when anStefano Sabatini2010-12-121-2/+3
* Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols fromStefano Sabatini2010-12-092-2/+4
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-062-3/+7
* Port libmpcodecs hqdn3d filter.Baptiste Coudurier2010-12-044-2/+349
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-042-13/+5
OpenPOWER on IntegriCloud