aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAgeFilesLines
* Implement libopencv smooth filter.Stefano Sabatini2010-09-141-2/+2
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-071-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-241-1/+1
* Add fifo filter.Stefano Sabatini2010-08-241-1/+1
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-201-2/+2
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-201-1/+1
* Cosmetics: add an empty newline between the function description andStefano Sabatini2010-08-201-0/+16
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-171-7/+88
* Add hflip filter.Stefano Sabatini2010-08-171-2/+2
* 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-121-1/+1
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-111-1/+7
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-111-3/+3
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-111-3/+6
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-111-12/+22
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-071-4/+4
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-071-18/+18
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-071-18/+18
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-071-3/+3
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+1
* Make avfilter_copy_picref_props() copy w and h from src to dst.Stefano Sabatini2010-08-031-0/+2
* 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-301-1/+1
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-221-11/+13
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-181-1/+1
* 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-171-3/+1
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-171-6/+6
* Add color source.Stefano Sabatini2010-07-171-1/+1
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-071-1/+1
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-071-2/+15
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-30/+30
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-271-1/+1
* Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini2010-05-091-1/+1
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-071-0/+3
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-101-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Create a set of null callback functions.Bobby Bingham2010-03-181-0/+13
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-131-1/+1
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-131-0/+1
* Implement null video sink.Stefano Sabatini2010-01-161-1/+1
* Implement null video source.Stefano Sabatini2010-01-161-1/+1
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-101-2/+2
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-071-3/+4
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-071-1/+2
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-071-2/+2
* Fix doxy, use third person.Stefano Sabatini2010-01-071-1/+1