summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* Implement av_image_alloc() and use it inStefano Sabatini2010-12-04
* Declare sse2 and ssse2 function in yadif headerBaptiste Coudurier2010-12-04
* yadif sse2/ssse3 optimizationsBaptiste Coudurier2010-12-04
* Add avfilter_graph_create_filter().Stefano Sabatini2010-12-02
* Extend the frei0r filter syntax.Stefano Sabatini2010-11-30
* Implement frei0r source.Stefano Sabatini2010-11-30
* In libavfilter, use consistently "Copyright (c)" in the licenseStefano Sabatini2010-11-28
* Fix crash in uninit.Stefano Sabatini2010-11-25
* Fix timestamp scaling in the overlay filter.Stefano Sabatini2010-11-25
* Implement avfilter_get_video_buffer_ref_from_arrays().Stefano Sabatini2010-11-25
* Make avfilter_default_free_buffer() an internal shared symbol, so thatStefano Sabatini2010-11-25
* 0.123l: remove unused arguments in av_log(), fix warning.Stefano Sabatini2010-11-24
* In aspect filter, fix display for input resolutionBaptiste Coudurier2010-11-24
* In crop filter, reference picref after updating w/h, fix issue #2377Baptiste Coudurier2010-11-24