630 Commits (b6c06894560b9ed11bb6bf6d3036e7c278e1becf)

Author SHA1 Message Date
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 15 years ago
Stefano Sabatini b0f65613ac Cosmetics: fix style nits. 15 years ago
Baptiste Coudurier 48f7f29f52 In yadif filter, use current frame when previous is missing, 15 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 15 years ago
Michael Niedermayer 9f27ca3f25 Stefanos port was missing DIRS variable in the Makefile for the newly added x86 15 years ago
Stefano Sabatini 5900deeb90 Bump lavfi minor and add Changelog notice after yadif addition. 15 years ago
Michael Niedermayer 96a1459ed5 Fix 0 vs 1 porting bug from mplayer. 15 years ago
Michael Niedermayer acbac56789 yadif filter, based on stefanos port of my yadif from mplayer. 15 years ago
Stefano Sabatini 1afab33857 Prefix enum var_name symbols with VAR_, to avoid conflicts with already 15 years ago
Stefano Sabatini 921bf9f1ff Fix memleak introduced in: 15 years ago
S.N. Hemanth Meenakshisundaram f0a5543898 Add asink_anullsink - null audio sink. 15 years ago
Stefano Sabatini 1ee410f330 Add asrc_anullsrc - null audio source. 15 years ago
Stefano Sabatini 75b67a8a99 Make the crop filters accept parametric expressions. 15 years ago
Stefano Sabatini 2bc05d3547 Change the syntax of the crop filter from x:y:w:h to w:h:x:y. 15 years ago
Stefano Sabatini a6881c6a38 Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions. 15 years ago
Stefano Sabatini 120119225a Add missing NULL checks, fix crash. 15 years ago
Stefano Sabatini 32eba9f27e Remove unnecessary av_strdup() and av_free(). 15 years ago
Stefano Sabatini 47941088f9 Add frei0r filter. 15 years ago
Michael Niedermayer 177477f57a Correct terminology bug in poll_frame() 15 years ago
Stefano Sabatini dcb90374a3 Cosmetics: fix weird align. 15 years ago
Stefano Sabatini e6c4a417b3 Use <> for system headers inclusion. 15 years ago
Stefano Sabatini 0a7d6e01a3 Fix copyright notice, make it more consistent with the rest of FFmpeg. 15 years ago
Stefano Sabatini 6ebf0bfc17 Implement libopencv smooth filter. 15 years ago
Stefano Sabatini 11198b18db Cosmetics: remove useless parentheses. 15 years ago
Stefano Sabatini 4afbcf46c9 Reindent. 15 years ago
Stefano Sabatini 34017fd9b2 Move av_picture_data_copy() to libavcore, and rename it 15 years ago
Stefano Sabatini e16f217ceb Use new imgutils.h API names, fix deprecation warnings. 15 years ago
Stefano Sabatini eedca998eb Implement ff_get_ref_perms_string() and use it for tracing. 15 years ago
Stefano Sabatini 7f1af825f8 Add fifo filter. 15 years ago
Stefano Sabatini 5a9dd3de63 Make avfilter_start_frame() invoke avfilter_get_video_buffer() on the 15 years ago
S.N. Hemanth Meenakshisundaram 99046339fc Add null audio filter. 15 years ago
Stefano Sabatini e34433612f Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps(). 15 years ago
Stefano Sabatini 014df3a2aa Make ff_dprintf_ref() print audio related information if available. 15 years ago
Stefano Sabatini e29b451a51 Cosmetics: merge two lines in ff_dprintf_ref(). 15 years ago
Stefano Sabatini 0055b2d11a Make ff_dprintf_ref() print the information related to the referenced 15 years ago
Stefano Sabatini b5fbb31e55 Rename ff_dprintf_picref() to ff_dprintf_ref(). 15 years ago
Stefano Sabatini 801ab98088 Extend ff_dprintf_picref() to make it print video interlaced and 15 years ago
Stefano Sabatini 382ecd3537 Make ff_dprintf_picref() print video properties only if available. 15 years ago
Stefano Sabatini 28c52b1ed9 Only print the pointer to the first plane in ff_dprintf_picref(). 15 years ago
Stefano Sabatini 3fa3e4f4ec Cosmetics: add an empty newline between the function description and 15 years ago
Stefano Sabatini dc46661ae2 Enable and change the log level to DEBUG for the message printed in 15 years ago
Stefano Sabatini ca8574310f Cosmetics: apply misc spacing style fixes. 15 years ago
Stefano Sabatini 7fe82bd78a Fix braino: @flip -> @file. 15 years ago
Stefano Sabatini a6ddf8bf0f Implement inline function av_fill_image_max_pixstep() and use it for 15 years ago
Stefano Sabatini 371cbff84d Cosmetics: apply misc style fixes. 15 years ago
S.N. Hemanth Meenakshisundaram ad2c950154 Implement libavfilter audio framework. 15 years ago
Stefano Sabatini 65d4cab562 Add missing checks in avfilter_default_get_video_buffer(). 15 years ago
Stefano Sabatini 4f9ce3c4c7 Add missing NULL checks in avfilter_ref_buffer(). 15 years ago
Stefano Sabatini a1e171dfee Add hflip filter. 15 years ago
Stefano Sabatini f607cc18eb Cosmetics: put "{" on the same line of the "struct" keyword in struct 15 years ago