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