606 Commits (15cae5e605caa7f2033516b979a10440d5d6d5de)

Author SHA1 Message Date
Stefano Sabatini 4afbcf46c9 Reindent. 14 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 14 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 14 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 14 years ago
Stefano Sabatini 7f1af825f8 Add fifo filter. 14 years ago
Stefano Sabatini 5a9dd3de63 Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the 14 years ago
S.N. Hemanth Meenakshisundaram 99046339fc Add null audio filter. 14 years ago
Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 14 years ago
Stefano Sabatini 014df3a2aa Make ff_dprintf_ref() print audio related information if available. 14 years ago
Stefano Sabatini e29b451a51 Cosmetics: merge two lines in ff_dprintf_ref(). 14 years ago
Stefano Sabatini 0055b2d11a Make ff_dprintf_ref() print the information related to the referenced 14 years ago
Stefano Sabatini b5fbb31e55 Rename ff_dprintf_picref() to ff_dprintf_ref(). 14 years ago
Stefano Sabatini 801ab98088 Extend ff_dprintf_picref() to make it print video interlaced and 14 years ago
Stefano Sabatini 382ecd3537 Make ff_dprintf_picref() print video properties only if available. 14 years ago
Stefano Sabatini 28c52b1ed9 Only print the pointer to the first plane in ff_dprintf_picref(). 14 years ago
Stefano Sabatini 3fa3e4f4ec Cosmetics: add an empty newline between the function description and 14 years ago
Stefano Sabatini dc46661ae2 Enable and change the log level to DEBUG for the message printed in 14 years ago
Stefano Sabatini ca8574310f Cosmetics: apply misc spacing style fixes. 14 years ago
Stefano Sabatini 7fe82bd78a Fix braino: @flip -> @file. 14 years ago
Stefano Sabatini a6ddf8bf0f Implement inline function av_fill_image_max_pixstep() and use it for 14 years ago
Stefano Sabatini 371cbff84d Cosmetics: apply misc style fixes. 14 years ago
S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 14 years ago
Stefano Sabatini 65d4cab562 Add missing checks in avfilter_default_get_video_buffer(). 14 years ago
Stefano Sabatini 4f9ce3c4c7 Add missing NULL checks in avfilter_ref_buffer(). 14 years ago
Stefano Sabatini a1e171dfee Add hflip filter. 14 years ago
Stefano Sabatini f607cc18eb Cosmetics: put "{" on the same line of the "struct" keyword in struct 14 years ago
Stefano Sabatini 81c1ecabab Deprecate ff_get_plane_bytewidth() in favor of 14 years ago
Baptiste Coudurier e4cc9f208d 100L, fix vf_scale, since copy_ref_props now copy w and h, we must update them 14 years ago
Stefano Sabatini a4fb0ada0b Apply misc cosmetics: add empty newlines for separating function 14 years ago
S.N. Hemanth Meenakshisundaram 382ac60e44 Set type on buffer in get_video_buffer(). 14 years ago
S.N. Hemanth Meenakshisundaram c1db7bff66 Resize data and linesize in AVFilterBufferRef to 8. 14 years ago
Stefano Sabatini 84c0386960 Change avfilter_open() signature, from: 14 years ago
S.N. Hemanth Meenakshisundaram cc80caff52 Separate video specific BufferRef properties into VideoProps. 14 years ago
S.N. Hemanth Meenakshisundaram 5d4890d73d Rename fields: 14 years ago
S.N. Hemanth Meenakshisundaram 7fce481a69 Rename functions and fields: 14 years ago
S.N. Hemanth Meenakshisundaram ecc8dada37 Rename AVFilterPicRef to AVFilterBufferRef. 14 years ago
S.N. Hemanth Meenakshisundaram d54e0948e0 Move format from AVFilterBuffer to AVFilterPicRef. 14 years ago
S.N. Hemanth Meenakshisundaram 59ff3fd536 Fix the size of the data to be copied from an AVFilterBuffer to an 14 years ago
Måns Rullgård 5a6fbf4c39 avfilter: indent 14 years ago
Måns Rullgård 0bb7408e55 avfilter: do not crash on null link src/dst in avfilter_destroy() 14 years ago
Måns Rullgård f3b90d25ee avfilter: free link in/out_formats in avfilter_destroy() 14 years ago
Stefano Sabatini 6ce9b4310c Remove use of the deprecated function avcodec_check_dimensions(), use 14 years ago
Stefano Sabatini be665c7da6 Make avfilter_copy_picref_props() copy w and h from src to dst. 14 years ago
Stefano Sabatini d6bb31a46b Make config_input() return AVERROR(EINVAL) in place of -1. 14 years ago
Stefano Sabatini b59d12b1b9 Compute the max pixel step for each plane, and use it in place of 14 years ago
S.N. Hemanth Meenakshisundaram 56b5e9d5a9 Resize AVFilterBuffer to hold 8 planes/linesizes worth of data. 14 years ago
Stefano Sabatini 7be5b7309c Make avfilter_default_get_video_buffer() use functions in 14 years ago
Stefano Sabatini 15379c2beb Require libswscale only if the scale filter is used. 14 years ago
Stefano Sabatini 46eed2c886 Remove reference to the unexisting movie filter and the corresponding 14 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago