summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add hflip filter.Stefano Sabatini2010-08-17
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-12
* Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini2010-08-12
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-11
* Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram2010-08-11
* Change avfilter_open() signature, from:Stefano Sabatini2010-08-11
* Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram2010-08-11
* Rename fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename functions and fields:S.N. Hemanth Meenakshisundaram2010-08-07
* Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram2010-08-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Make avfilter_copy_picref_props() copy w and h from src to dst.Stefano Sabatini2010-08-03
* Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram2010-07-30
* Make avfilter_default_get_video_buffer() use functions inStefano Sabatini2010-07-30
* Generalize pixel format enum fields to int formats.S.N. Hemanth Meenakshisundaram2010-07-22
* Make avfilter.c dprintf* functions internal and declare them in anStefano Sabatini2010-07-18
* Move the AV_PERM_* flags definition outside the AVFilterPicRefS.N. Hemanth Meenakshisundaram2010-07-17
* Clarify AVFilterBuffer documentation, make it clear that it is notStefano Sabatini2010-07-17
* Remove AVFilterBuffer w and h fields.S.N. Hemanth Meenakshisundaram2010-07-17
* Rename AVFilterPic to AVFilterBuffer.S.N. Hemanth Meenakshisundaram2010-07-17
* Add color source.Stefano Sabatini2010-07-17
* Add pixdesctest filter and corresponding test.Stefano Sabatini2010-07-07
* Implement avfilter_copy_picref_props().Stefano Sabatini2010-07-07
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-27
* Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini2010-05-09
* Try to keep track of interlaced and top field first.Michael Niedermayer2010-05-07
* Bump libavfilter minor version and Changelog for unsharp filterBobby Bingham2010-04-10
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Create a set of null callback functions.Bobby Bingham2010-03-18
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
* Add AVFilterPicRef.pos field and make libavfilter propagate streamStefano Sabatini2010-03-13
* Implement null video sink.Stefano Sabatini2010-01-16
* Implement null video source.Stefano Sabatini2010-01-16
* Add a log context to avfilter_graph_config_links().Stefano Sabatini2010-01-10
* Make avfilter_formats_unref(AVFilterFormats **ref) handle the caseStefano Sabatini2010-01-07
* Use the @return doxy command, and extend documentation for the returnStefano Sabatini2010-01-07
* Avoid the use of the modal auxiliary "should" in theStefano Sabatini2010-01-07
* Fix doxy, use third person.Stefano Sabatini2010-01-07
* Change avfilter_add_colorspace() to make it accept **avff rather thanStefano Sabatini2010-01-06
* Implement avfilter_add_colorspace().Stefano Sabatini2010-01-03
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Add a slice_dir parameter to avfilter_draw_slice().Stefano Sabatini2009-12-04
* Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini2009-11-29
* Remove AVFilter.next field, since it is not used and it is not goingStefano Sabatini2009-11-25
* Implement avfilter_next().Stefano Sabatini2009-11-24
* Implement a new registration system for filters.Stefano Sabatini2009-11-24