summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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