]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.c
Rename avfilter_destroy() as avfilter_free().
[ffmpeg] / libavfilter / avfilter.c
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-10-25 Stefano Sabatini100l: remove bogus inclusion of libavcodec/audioconvert...
2010-10-12 Stefano SabatiniMake avfilter_config_links() use the timebase of the...
2010-10-10 Stefano SabatiniAdd a time_base field to AVFilterLink.
2010-10-10 Stefano SabatiniMake avfilter_config_links() propagate the error code...
2010-09-27 Stefano SabatiniUse more expressive names for the avfilter_insert_filte...
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 SabatiniMake avfilter_destroy() code less convoluted, introduci...
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 SabatiniMake avfilter_start_frame() invoke avfilter_get_video_b...
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-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-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
2010-08-17 Stefano SabatiniAdd missing NULL checks in avfilter_ref_buffer().
2010-08-12 Stefano SabatiniDeprecate ff_get_plane_bytewidth() in favor of
2010-08-11 S.N. Hemanth Meena... Set type on buffer in get_video_buffer().
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:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-06 Måns Rullgårdavfilter: indent
2010-08-06 Måns Rullgårdavfilter: do not crash on null link src/dst in avfilter...
2010-08-06 Måns Rullgårdavfilter: free link in/out_formats in avfilter_destroy()
2010-07-22 S.N. Hemanth Meena... Generalize pixel format enum fields to int formats.
2010-07-18 Stefano SabatiniMake avfilter.c dprintf* functions internal and declare...
2010-07-11 Víctor PaesaUse avfilter_copy_picref_props() along lavfi.
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-04-28 Michael NiedermayerAdd version to AVClass so we can add to and use fields...
2010-04-03 Bobby BinghamRemove variable whose value was never read. Found...
2010-03-13 Stefano SabatiniAdd AVFilterPicRef.pos field and make libavfilter propa...
2010-03-06 Stefano SabatiniShow aspect ratio information in dprintf_picref() traces.
2010-01-31 Stefano SabatiniAvoid usage of avcodec_get_pix_fmt_name() and
2010-01-13 Stefano SabatiniMake avfilter_insert_filter() log the names of the...
2010-01-10 Stefano SabatiniMake avfilter_insert_filter() print the instance name...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2009-12-04 Stefano SabatiniAdd a slice_dir parameter to avfilter_draw_slice().
2009-11-24 Stefano SabatiniImplement avfilter_next().
2009-11-24 Stefano SabatiniImplement a new registration system for filters.
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-03 Stefano SabatiniMake avfilter_get_video_buffer() use
2009-10-27 Stefano SabatiniIntroduce first_avfilter and use that, together with...
2009-10-25 Stefano SabatiniMake dprintf_link() show the name of the link pixel...
2009-10-18 Vitor SessakFix recursive avfilter_poll_frame(). It was doing
2009-10-18 Stefano SabatiniMake avfilter_get_video_buffer() recursive.
2009-10-06 Stefano SabatiniImplement trace messages logging in the filterchain...
2009-04-14 Cédric SchieliAlso copy pixel_aspect when copying the picref in avfil...
2009-03-26 Víctor PaesaMake static the list of registered filters.
2009-01-12 Stefano SabatiniReindent after the last commit, while at it also add...
2009-01-12 Stefano SabatiniMake avfilter_open() set to NULL the pads and the filte...
2009-01-11 Stefano SabatiniImplement the avfilter_default_draw_slice() handler...
2008-11-26 Carl Eugen HoyosUse PIX_FMT_NONE to silence icc warning #188:
2008-08-08 Stefano SabatiniImplement avfilter_version().
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-07 Måns Rullgårdfix AVClass for avfilter
2008-02-15 Vitor SessakDo not copy more data than needed
2008-02-15 Vitor SessakRemove header now made useless
2008-02-15 Vitor SessakRemove unneeded function.
2008-02-15 Vitor SessakMissed this file in my conditional compilation patch
2008-02-15 Vitor SessakSimplify
2008-02-15 Vitor SessakSimplify
2008-02-15 Vitor SessakIndent after last commit
2008-02-15 Vitor SessakRemove unneded else
2008-02-15 Vitor SessakCosmetical: indentation
2008-02-15 Vitor SessakNit: Alignment
2008-02-15 Vitor SessakRemove useless ()
2008-02-15 Vitor SessakDo not always fail for circular filter chains
2008-02-15 Vitor SessakRemove unused var (dead code leftover?).
2008-02-15 Vitor SessakAvoid link_dpad() overuse in avfilter_start_frame()
2008-02-15 Vitor SessakAdd context to av_log()
2008-02-15 Vitor SessakMerge loops
2008-02-15 Vitor SessakCoding style changes
2008-02-15 Vitor SessakRemove unneded headers
2008-02-15 Vitor SessakNits: more punctuation and capitalization
2008-02-15 Vitor SessakMove setting the pts of the copied frame to a more...
2008-02-15 Vitor SessakAdd const to silence warnings
2008-02-15 Vitor SessakThe filter framework as is hangs with filters that
2008-02-15 Vitor SessakImplement poll_frame() method. Fix ffmpeg.c bug with
2008-02-15 Vitor SessakAdd movie file video source filter.
2008-02-15 Vitor SessakPresentation timestamp (PTS) modification filter
2008-02-15 Vitor SessakRename filter
2008-02-15 Vitor Sessak90 degrees counter-clockwise rotation filter
2008-02-15 Vitor SessakAdd an equivalent to the mplayer format filter
2008-02-15 Vitor SessakChange the passthrough filter to a noformat filter...
2008-02-15 Vitor SessakIndentation
2008-02-15 Vitor SessakRework link property configuration system.
2008-02-15 Vitor SessakAdd horizontal flip filter.
2008-02-15 Vitor SessakNeed to be careful when dealing with references.
2008-02-15 Vitor SessakWhen inserting a filter, don't lose any information...
2008-02-15 Vitor SessakRewrite colorspace negotiation.
2008-02-15 Vitor SessakMake filter auto-insertion code its own function.
next