OSDN Git Service

aaclatm: Eliminate dummy packets due to muxlength calculation.
[coroid/libav_saccubus.git] / libavfilter /
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-04 Stefano SabatiniAmend avfilter_graph_parse() documentation for the...
2010-11-03 Stefano SabatiniRemove usage of deprecated libavcodec/audioconvert...
2010-11-02 Stefano Sabatini1/PHIl: swap again settb/setpts, fix alphabetical order.
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-11-02 Stefano SabatiniFix timestamp handling in more filters after the change...
2010-11-02 Stefano SabatiniMake the blackframe filter print the time, in addition...
2010-11-02 Stefano SabatiniMake the cropdetect filter print the time for each...
2010-11-02 Stefano SabatiniFix crop->var_values[VAR_T] computation in the crop...
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-13 Stefano SabatiniMake the validity checks fail only if the corresponding...
2010-10-12 Stefano SabatiniMake avfilter_config_links() use the timebase of the...
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
2010-10-12 Stefano SabatiniRemove unused symbol.
2010-10-12 Stefano SabatiniImplement cropdetect filter.
2010-10-11 Stefano SabatiniExtend the nullsrc source, make it accept a parameter...
2010-10-11 Stefano SabatiniImplement settb filter.
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-10 Stefano SabatiniRename out -> outlink, link -> inlink in various defaul...
2010-10-10 Stefano SabatiniMake avfilter_config_links() propagate the error code...
2010-10-08 Stefano SabatiniAdd validity checks for the unsharp filter.
2010-10-03 İsmail Dönmezyadif: Explicit wordlength for compare. Fixes compile...
2010-10-03 Víctor PaesaUse SLIBSUF instead of .so, as a more generic dynamic...
2010-10-01 Stefano SabatiniFix reference to nonexistent function.
2010-09-30 Stefano SabatiniReturn AVERROR(EINVAL) rather than -1 in case of invali...
2010-09-29 Alexander StrangeFix compile on Darwin (FATE). Compile error:
2010-09-28 Stefano SabatiniMake init() return sensible error code rather than...
2010-09-28 Stefano SabatiniCosmetics: apply nits.
2010-09-28 Stefano SabatiniAdd the drawbox filter from the soc libavfilter repo.
2010-09-27 Stefano SabatiniMove av_set_options_string() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniUse more expressive names for the avfilter_insert_filte...
2010-09-27 Aurelien Jacobsuse a Makefile in x86 subdir
2010-09-27 Aurelien Jacobsmerge #if with if()
2010-09-27 Stefano SabatiniMake avfilter_insert_filter() propagate an error code...
2010-09-27 Stefano SabatiniMake AVFilterLink store the pointers to the source...
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniMake avfilter_destroy() code less convoluted, introduci...
2010-09-26 Måns Rullgårdyadif: remove unnecessary #include
2010-09-26 Stefano SabatiniPort MPlayer blackframe filter.
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-26 Stefano SabatiniCosmetics: fix style nits.
2010-09-26 Baptiste CoudurierIn yadif filter, use current frame when previous is...
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-25 Michael NiedermayerStefanos port was missing DIRS variable in the Makefile...
2010-09-25 Stefano SabatiniBump lavfi minor and add Changelog notice after yadif...
2010-09-25 Michael NiedermayerFix 0 vs 1 porting bug from mplayer.
2010-09-25 Michael Niedermayeryadif filter, based on stefanos port of my yadif from...
2010-09-25 Stefano SabatiniPrefix enum var_name symbols with VAR_, to avoid confli...
2010-09-25 Stefano SabatiniFix memleak introduced in:
2010-09-25 S.N. Hemanth Meena... Add asink_anullsink - null audio sink.
2010-09-25 Stefano SabatiniAdd asrc_anullsrc - null audio source.
2010-09-25 Stefano SabatiniMake the crop filters accept parametric expressions.
2010-09-24 Stefano SabatiniChange the syntax of the crop filter from x:y:w:h to...
2010-09-24 Stefano SabatiniAdd missing uses of NULL_IF_CONFIG_SMALL for the filter...
2010-09-24 Stefano SabatiniAdd missing NULL checks, fix crash.
2010-09-24 Stefano SabatiniRemove unnecessary av_strdup() and av_free().
2010-09-24 Stefano SabatiniAdd frei0r filter.
2010-09-23 Michael NiedermayerCorrect terminology bug in poll_frame()
2010-09-16 Stefano SabatiniCosmetics: fix weird align.
2010-09-16 Stefano SabatiniUse <> for system headers inclusion.
2010-09-16 Stefano SabatiniFix copyright notice, make it more consistent with...
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.
2010-09-10 Stefano SabatiniCosmetics: remove useless parentheses.
2010-09-07 Stefano SabatiniReindent.
2010-09-07 Stefano SabatiniMove av_picture_data_copy() to libavcore, and rename it
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-24 Stefano SabatiniImplement ff_get_ref_perms_string() and use it for...
2010-08-24 Stefano SabatiniAdd fifo filter.
2010-08-24 Stefano SabatiniMake avfilter_start_frame() invoke avfilter_get_video_b...
2010-08-20 S.N. Hemanth Meena... Add null audio filter.
2010-08-20 Stefano SabatiniRename av_fill_image_max_pixstep() to av_fill_image_max...
2010-08-20 Stefano SabatiniMake ff_dprintf_ref() print audio related information...
2010-08-20 Stefano SabatiniCosmetics: merge two lines in ff_dprintf_ref().
2010-08-20 Stefano SabatiniMake ff_dprintf_ref() print the information related...
2010-08-20 Stefano SabatiniRename ff_dprintf_picref() to ff_dprintf_ref().
2010-08-20 Stefano SabatiniExtend ff_dprintf_picref() to make it print video inter...
2010-08-20 Stefano SabatiniMake ff_dprintf_picref() print video properties only...
2010-08-20 Stefano SabatiniOnly print the pointer to the first plane in ff_dprintf...
2010-08-20 Stefano SabatiniCosmetics: add an empty newline between the function...
2010-08-19 Stefano SabatiniEnable and change the log level to DEBUG for the messag...
2010-08-19 Stefano SabatiniCosmetics: apply misc spacing style fixes.
2010-08-18 Stefano SabatiniFix braino: @flip -> @file.
2010-08-18 Stefano SabatiniImplement inline function av_fill_image_max_pixstep...
2010-08-17 Stefano SabatiniCosmetics: apply misc style fixes.
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniAdd missing checks in avfilter_default_get_video_buffer().
2010-08-17 Stefano SabatiniAdd missing NULL checks in avfilter_ref_buffer().
2010-08-17 Stefano SabatiniAdd hflip filter.
2010-08-12 Stefano SabatiniCosmetics: put "{" on the same line of the "struct...
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-12 Baptiste Coudurier100L, fix vf_scale, since copy_ref_props now copy w...
2010-08-11 Stefano SabatiniApply misc cosmetics: add empty newlines for separating...
2010-08-11 S.N. Hemanth Meena... Set type on buffer in get_video_buffer().
2010-08-11 S.N. Hemanth Meena... Resize data and linesize in AVFilterBufferRef to 8.
2010-08-11 Stefano SabatiniChange avfilter_open() signature, from:
2010-08-11 S.N. Hemanth Meena... Separate video specific BufferRef properties into Video...
2010-08-07 S.N. Hemanth Meena... Rename fields:
next