aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-1/+1
* Cosmetics: fix style nits.Stefano Sabatini2010-09-261-14/+15
* In yadif filter, use current frame when previous is missing,Baptiste Coudurier2010-09-261-4/+3
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer2010-09-251-0/+2
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-251-1/+1
* Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer2010-09-251-1/+1
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-255-0/+604
* Prefix enum var_name symbols with VAR_, to avoid conflicts with alreadyStefano Sabatini2010-09-251-40/+40
* Fix memleak introduced in:Stefano Sabatini2010-09-251-0/+1
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-254-1/+43
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-254-1/+101
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-252-18/+158
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-242-5/+5
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-247-8/+8
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-241-2/+2
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-241-2/+1
* Add frei0r filter.Stefano Sabatini2010-09-244-1/+366
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-231-1/+1
* Cosmetics: fix weird align.Stefano Sabatini2010-09-161-1/+1
* Use <> for system headers inclusion.Stefano Sabatini2010-09-161-2/+2
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-161-1/+1
* Implement libopencv smooth filter.Stefano Sabatini2010-09-144-2/+160
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-101-2/+2
* Reindent.Stefano Sabatini2010-09-071-2/+2
* Move av_picture_data_copy() to libavcore, and rename itStefano Sabatini2010-09-072-3/+3
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-076-8/+8
* Implement ff_get_ref_perms_string() and use it for tracing.Stefano Sabatini2010-08-243-4/+20
* Add fifo filter.Stefano Sabatini2010-08-244-1/+122
* Make avfilter_start_frame() invoke avfilter_get_video_buffer() on theStefano Sabatini2010-08-241-1/+1
* Add null audio filter.S.N. Hemanth Meenakshisundaram2010-08-204-2/+47
* Rename av_fill_image_max_pixstep() to av_fill_image_max_pixsteps().Stefano Sabatini2010-08-203-3/+3
* Make ff_dprintf_ref() print audio related information if available.Stefano Sabatini2010-08-201-0/+9
* Cosmetics: merge two lines in ff_dprintf_ref().Stefano Sabatini2010-08-201-2/+1
* Make ff_dprintf_ref() print the information related to the referencedStefano Sabatini2010-08-201-2/+2
* Rename ff_dprintf_picref() to ff_dprintf_ref().Stefano Sabatini2010-08-202-14/+14
* Extend ff_dprintf_picref() to make it print video interlaced andStefano Sabatini2010-08-201-2/+4
* Make ff_dprintf_picref() print video properties only if available.Stefano Sabatini2010-08-201-4/+9
* Only print the pointer to the first plane in ff_dprintf_picref().Stefano Sabatini2010-08-201-2/+2
* Cosmetics: add an empty newline between the function description andStefano Sabatini2010-08-201-0/+16
* Enable and change the log level to DEBUG for the message printed inStefano Sabatini2010-08-191-3/+1
* Cosmetics: apply misc spacing style fixes.Stefano Sabatini2010-08-191-45/+44
* Fix braino: @flip -> @file.Stefano Sabatini2010-08-181-1/+1
* Implement inline function av_fill_image_max_pixstep() and use it forStefano Sabatini2010-08-182-17/+4
* Cosmetics: apply misc style fixes.Stefano Sabatini2010-08-171-16/+16
* Implement libavfilter audio framework.S.N. Hemanth Meenakshisundaram2010-08-174-10/+274
* Add missing checks in avfilter_default_get_video_buffer().Stefano Sabatini2010-08-171-2/+15
* Add missing NULL checks in avfilter_ref_buffer().Stefano Sabatini2010-08-171-0/+6
* Add hflip filter.Stefano Sabatini2010-08-174-2/+171
* Cosmetics: put "{" on the same line of the "struct" keyword in structStefano Sabatini2010-08-121-19/+10