summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Declare sse2 and ssse2 function in yadif headerBaptiste Coudurier2010-12-041-0/+8
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-043-212/+294
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-023-12/+45
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-301-2/+2
* Implement frei0r source.Stefano Sabatini2010-11-304-11/+114
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-2823-33/+34
* Fix crash in uninit.Stefano Sabatini2010-11-251-1/+1
* Fix timestamp scaling in the overlay filter.Stefano Sabatini2010-11-251-3/+2
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-253-35/+71
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-252-3/+7
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-241-1/+1
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-241-1/+1
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-241-1/+3
* Add informative log message in the crop filter.Stefano Sabatini2010-11-231-0/+3
* Reindent.Stefano Sabatini2010-11-221-5/+5
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-221-9/+11
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-221-0/+4
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-224-19/+19
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-221-2/+12
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-214-10/+10
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-214-1/+384
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-181-2/+5
* Fix style: if( -> if (.Stefano Sabatini2010-11-181-5/+5
OpenPOWER on IntegriCloud