summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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 missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-24
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-23
* Cosmetics: fix weird align.Stefano Sabatini2010-09-16
* Use <> for system headers inclusion.Stefano Sabatini2010-09-16
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-16
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-10
* Reindent.Stefano Sabatini2010-09-07
* 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
* Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano 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
* Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini2010-08-20
* Cosmetics: merge two lines in ff_dprintf_ref().Stefano Sabatini2010-08-20
* Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini2010-08-20
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-20
* Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini2010-08-20
* Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini2010-08-20
* Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini2010-08-20
* Cosmetics: add an empty newline between the function description andStefano Sabatini2010-08-20
* Enable and change the log level to DEBUG for the message printed inStefano Sabatini2010-08-19
* Cosmetics: apply misc spacing style fixes.Stefano Sabatini2010-08-19
* Fix braino: @flip -> @file.Stefano Sabatini2010-08-18
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-18
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-17
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-17
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-17
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-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
* 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier2010-08-12
* Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini2010-08-11
* Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram2010-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
* Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram2010-08-07