Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-08Reindent.Stefano Sabatini
2010-09-08Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-24Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini
2010-08-24Add fifo filter.Stefano Sabatini
2010-08-24Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini
2010-08-21Add null audio filter.S.N. Hemanth Meenakshisundaram
2010-08-20Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini
2010-08-20Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini
2010-08-20Cosmetics: merge two lines in ff_dprintf_ref().Stefano Sabatini
2010-08-20Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini
2010-08-20Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini
2010-08-20Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini
2010-08-20Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini
2010-08-20Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini
2010-08-20Cosmetics: add an empty newline between the function description andStefano Sabatini
2010-08-19Enable and change the log level to DEBUG for the message printed inStefano Sabatini
2010-08-19Cosmetics: apply misc spacing style fixes.Stefano Sabatini
2010-08-19Fix braino: @flip -> @file.Stefano Sabatini
2010-08-19Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini
2010-08-17Cosmetics: apply misc style fixes.Stefano Sabatini
2010-08-17Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram
2010-08-17Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini
2010-08-17Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini
2010-08-17Add hflip filter.Stefano Sabatini
2010-08-12Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini
2010-08-12Deprecate ff_get_plane_bytewidth() in favor ofStefano Sabatini
2010-08-12100L, fix vf_scale, since copy_ref_props now copy w and h, we must update themBaptiste Coudurier
2010-08-11Apply misc cosmetics: add empty newlines for separating functionStefano Sabatini
2010-08-11Set type on buffer in get_video_buffer().S.N. Hemanth Meenakshisundaram
2010-08-11Resize data and linesize in AVFilterBufferRef to 8.S.N. Hemanth Meenakshisundaram
2010-08-11Change avfilter_open() signature, from:Stefano Sabatini
2010-08-11Separate video specific BufferRef properties into VideoProps.S.N. Hemanth Meenakshisundaram
2010-08-07Rename fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename functions and fields:S.N. Hemanth Meenakshisundaram
2010-08-07Rename AVFilterPicRef to AVFilterBufferRef.S.N. Hemanth Meenakshisundaram
2010-08-07Move format from AVFilterBuffer to AVFilterPicRef.S.N. Hemanth Meenakshisundaram
2010-08-07Fix the size of the data to be copied from an AVFilterBuffer to anS.N. Hemanth Meenakshisundaram
2010-08-07avfilter: indentMåns Rullgård
2010-08-07avfilter: do not crash on null link src/dst in avfilter_destroy()Måns Rullgård
2010-08-07avfilter: free link in/out_formats in avfilter_destroy()Måns Rullgård
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-08-03Make avfilter_copy_picref_props() copy w and h from src to dst.Stefano Sabatini
2010-07-30Make config_input() return AVERROR(EINVAL) in place of -1.Stefano Sabatini
2010-07-30Compute the max pixel step for each plane, and use it in place ofStefano Sabatini
2010-07-30Resize AVFilterBuffer to hold 8 planes/linesizes worth of data.S.N. Hemanth Meenakshisundaram
2010-07-30Make avfilter_default_get_video_buffer() use functions inStefano Sabatini
2010-07-28Require libswscale only if the scale filter is used.Stefano Sabatini
2010-07-28Remove reference to the unexisting movie filter and the correspondingStefano Sabatini
2010-07-27Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()Stefano Sabatini