summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Enable and change the log level to DEBUG for the message printed inStefano Sabatini2010-08-191-3/+1
* Cosmetics: apply misc spacing style fixes.Stefano Sabatini2010-08-191-45/+44
* Fix braino: @flip -> @file.Stefano Sabatini2010-08-181-1/+1
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-182-17/+4
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-171-16/+16
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-174-10/+274
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-171-2/+15
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-08-171-0/+6
* Add hflip filter.Stefano Sabatini2010-08-174-2/+171
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-121-19/+10
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-122-3/+3
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-121-0/+2
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-111-1/+7
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-08-111-0/+3
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-113-7/+8
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-114-9/+13
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-118-33/+49
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-077-43/+43
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-079-43/+43
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-0714-57/+57
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-073-8/+8
* Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram2010-08-071-2/+2
* 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
OpenPOWER on IntegriCloud