summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Return AVERROR(EINVAL) rather than -1 in case of invalid values.Stefano Sabatini2010-09-30
* Fix compile on Darwin (FATE). Compile error:Alexander Strange2010-09-29
* Make init() return sensible error code rather than -1 in case ofStefano Sabatini2010-09-28
* Cosmetics: apply nits.Stefano Sabatini2010-09-28
* Add the drawbox filter from the soc libavfilter repo.Stefano Sabatini2010-09-28
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Use more expressive names for the avfilter_insert_filter() in and outStefano Sabatini2010-09-27
* use a Makefile in x86 subdirAurelien Jacobs2010-09-27
* merge #if with if()Aurelien Jacobs2010-09-27
* Make avfilter_insert_filter() propagate an error code in case theStefano Sabatini2010-09-27
* Make AVFilterLink store the pointers to the source and destinationStefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Make avfilter_destroy() code less convoluted, introducing a temporaryStefano Sabatini2010-09-27
* yadif: remove unnecessary #includeMåns Rullgård2010-09-26
* Port MPlayer blackframe filter.Stefano Sabatini2010-09-26
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* Cosmetics: fix style nits.Stefano Sabatini2010-09-26
* In yadif filter, use current frame when previous is missing,Baptiste Coudurier2010-09-26
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Stefanos port was missing DIRS variable in the Makefile for the newly added x86Michael Niedermayer2010-09-25
* Bump lavfi minor and add Changelog notice after yadif addition.Stefano Sabatini2010-09-25
* Fix 0 vs 1 porting bug from mplayer.Michael Niedermayer2010-09-25
* yadif filter, based on stefanos port of my yadif from mplayer.Michael Niedermayer2010-09-25
* Prefix enum var_name symbols with VAR_, to avoid conflicts with alreadyStefano Sabatini2010-09-25
* Fix memleak introduced in:Stefano Sabatini2010-09-25
* Add asink_anullsink - null audio sink.S.N. Hemanth Meenakshisundaram2010-09-25
* Add asrc_anullsrc - null audio source.Stefano Sabatini2010-09-25
* Make the crop filters accept parametric expressions.Stefano Sabatini2010-09-25
* Change the syntax of the crop filter from x:y:w:h to w:h:x:y.Stefano Sabatini2010-09-24
* Add missing uses of NULL_IF_CONFIG_SMALL for the filters descriptions.Stefano Sabatini2010-09-24
* Add missing NULL checks, fix crash.Stefano Sabatini2010-09-24
* Remove unnecessary av_strdup() and av_free().Stefano Sabatini2010-09-24
* Add frei0r filter.Stefano Sabatini2010-09-24
* Correct terminology bug in poll_frame()Michael Niedermayer2010-09-23
* Cosmetics: fix weird align.Stefano Sabatini2010-09-16
* Use <> for system headers inclusion.Stefano Sabatini2010-09-16
* Fix copyright notice, make it more consistent with the rest of FFmpeg.Stefano Sabatini2010-09-16
* Implement libopencv smooth filter.Stefano Sabatini2010-09-14
* Cosmetics: remove useless parentheses.Stefano Sabatini2010-09-10
* 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