aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: indentMåns Rullgård2010-08-061-2/+2
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-061-0/+2
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-061-2/+8
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-062-2/+3
* Make avfilter_copy_picref_props() copy w and h from src to dst.Stefano Sabatini2010-08-031-0/+2
* Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini2010-07-301-1/+1
* Compute the max pixel step for each plane, and use it in place ofStefano Sabatini2010-07-301-39/+11
* Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram2010-07-301-4/+4
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-302-5/+5
* Require libswscale only if the scale filter is used.Stefano Sabatini2010-07-281-1/+2
* Remove reference to the unexisting movie filter and the correspondingStefano Sabatini2010-07-281-1/+0
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-262-4/+4
* Remove dependency on avcodec_get_chroma_sub_sample() and libavcodec,Stefano Sabatini2010-07-221-1/+2
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-226-33/+43
* Document create_filter().Stefano Sabatini2010-07-221-0/+11
* Add simple doxy to link_filter().Stefano Sabatini2010-07-221-0/+5
* Fix documentation for parse_link_name().Stefano Sabatini2010-07-221-3/+4
* Consistently use Uppercase for the first character of the logStefano Sabatini2010-07-221-4/+4
* Make link_filter() propagate the generated error code.Stefano Sabatini2010-07-221-2/+3
* Fix style: "if(" -> "if (".Stefano Sabatini2010-07-221-34/+34
* Extend buffer source syntax.Stefano Sabatini2010-07-211-1/+10
* Add an informational trace in init().Stefano Sabatini2010-07-211-0/+2
* Clarify logic and feedback of the init() function.Stefano Sabatini2010-07-211-4/+6
* Add description to the buffer source.Stefano Sabatini2010-07-211-0/+1
* Apply misc cosmetical style fixes.Stefano Sabatini2010-07-201-7/+4
* Add @file doxy.Stefano Sabatini2010-07-201-1/+5
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-183-10/+44
* Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram2010-07-171-6/+7
* Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini2010-07-171-8/+5
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-172-5/+3
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-172-11/+11
* Add color source.Stefano Sabatini2010-07-174-2/+129
* Use avfilter_copy_picref_props() along lavfi.Víctor Paesa2010-07-113-14/+3
* Reindent after r24101.Stefano Sabatini2010-07-081-8/+8
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-071-2/+2
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-074-1/+131
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-071-2/+15
* vf_pad: restore use of _CCIR colourspace conversion macrosMåns Rullgård2010-07-061-3/+3
* Move shareable draw_rectangle() and query_formats function to the topStefano Sabatini2010-07-051-39/+43
* Factorize out some code and implement the fill_line_with_color()Stefano Sabatini2010-07-051-50/+56
* Enhance pad filter command-line description.Stefano Sabatini2010-07-031-1/+1
* Use default graph swscale opts when no opts are suppliedBaptiste Coudurier2010-07-031-0/+7
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-022-2/+2
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Set pad description with NULL_IF_CONFIG_SMALL(), consistent with theStefano Sabatini2010-06-301-1/+1
* Improve description for the pad filter.Stefano Sabatini2010-06-301-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-305-42/+42
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-271-1/+1
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-271-2/+1
* Reindent after the last commit.Stefano Sabatini2010-06-271-4/+4