summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
Commit message (Expand)AuthorAge
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-25
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-23
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-07
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-24
* Add fifo filter.Stefano Sabatini2010-08-24
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-20
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-20
* Cosmetics: add an empty newline between the function description andStefano Sabatini2010-08-20
* 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