summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* Add informative log message in the crop filter.Stefano Sabatini2010-11-23
* Reindent.Stefano Sabatini2010-11-22
* Implement robust parsing in aspect filters.Stefano Sabatini2010-11-22
* Add informative log messages to the set aspect filters.Stefano Sabatini2010-11-22
* Give more explicit/less confusing names to the filters dealing withStefano Sabatini2010-11-22
* In yadif filter, copy video props to output picture.Baptiste Coudurier2010-11-22
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Port overlay filter from the libavfilter repo (with many fixes),Stefano Sabatini2010-11-21
* Log error message in case of invalid parsing.Stefano Sabatini2010-11-18
* Fix style: if( -> if (.Stefano Sabatini2010-11-18
* Remove redundant information in header.Stefano Sabatini2010-11-18
* move the av_parse_color() function from libavfilter to libavcoreAurelien Jacobs2010-11-17
* 100L fix get_video_buffer in pad filter, get_video_buffer will store wrong va...Baptiste Coudurier2010-11-17
* Fix frei0r filter after av_parse_color() syntax change.Stefano Sabatini2010-11-13
* improve av_parse_color() to allow for non-null terminated color stringAurelien Jacobs2010-11-13
* improve av_parse_color() to support html formattingAurelien Jacobs2010-11-13
* Make avfiltergraph.h public.Stefano Sabatini2010-11-13
* In ff_get_ref_perms_string() use 'u' and 'U' for representingStefano Sabatini2010-11-13