summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter: indentMåns Rullgård2010-08-06
* avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård2010-08-06
* avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård2010-08-06
* 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
* Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini2010-07-30
* Compute the max pixel step for each plane, and use it in place ofStefano Sabatini2010-07-30
* 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
* Require libswscale only if the scale filter is used.Stefano Sabatini2010-07-28
* Remove reference to the unexisting movie filter and the correspondingStefano Sabatini2010-07-28
* Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini2010-07-26