]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.h
vsrc_buffer: add sample_aspect_ratio fields to arguments.
[ffmpeg] / libavfilter / avfilter.h
2011-04-26 Michael Niedermayervsrc_buffer: add sample_aspect_ratio fields to arguments.
2011-04-26 Mark Himsleylavfi: add fieldorder filter
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-03 Brandon Minternlavfi: add fade filter
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-14 Michael NiedermayerAdd sample_aspect_ratio to AVFilterLink
2011-02-08 Stefano Sabatinilibavfilter: add video movie source
2011-01-18 Mans Rullgardavfilter: remove stray semicolon
2011-01-15 Stefano SabatiniRename AVFilterBufferRefAudioProps.samples_nb to nb_sam...
2011-01-15 Stefano SabatiniMake avfilter_unref_buffer() accept a NULL parameter.
2011-01-12 Stefano SabatiniMake avfilter_graph_free() do nothing if graph is NULL.
2011-01-11 Michael NiedermayerAdd w,h,format back into AVFilterBuffer, these are...
2010-12-28 Stefano SabatiniAdd copy filter, useful for testing the avfilter_draw_s...
2010-12-27 Stefano SabatiniBump lavfi minor and add an entry after r26108 (which...
2010-12-27 Michael NiedermayerSupport filters and decoders that dont support negative...
2010-12-26 Stefano SabatiniAdd erode libopencv filter.
2010-12-26 Stefano SabatiniAdd dilate libopencv filter.
2010-12-23 Stefano SabatiniRedesign the libopencv wrapper to make it more generic...
2010-12-12 Nolan LAdd gradfun filter, ported from MPlayer.
2010-12-09 Stefano SabatiniMove AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbo...
2010-12-04 Baptiste CoudurierPort libmpcodecs hqdn3d filter.
2010-12-04 Stefano SabatiniImplement av_image_alloc() and use it in
2010-12-02 Stefano SabatiniAdd avfilter_graph_create_filter().
2010-11-30 Stefano SabatiniImplement frei0r source.
2010-11-28 Stefano SabatiniIn libavfilter, use consistently "Copyright (c)" in...
2010-11-25 Stefano SabatiniImplement avfilter_get_video_buffer_ref_from_arrays().
2010-11-22 Stefano SabatiniGive more explicit/less confusing names to the filters...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-21 Stefano SabatiniPort overlay filter from the libavfilter repo (with...
2010-11-13 Stefano SabatiniMake avfiltergraph.h public.
2010-11-13 Stefano SabatiniPrefix with "ff_" the functions:
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-11-10 Aurelien Jacobsdrop support for base-10 encoded alpha component in...
2010-11-08 Stefano SabatiniRename avfilter_destroy() as avfilter_free().
2010-11-07 Stefano SabatiniRemove graphparser.h header, move AVFilterInOut and
2010-11-07 Stefano SabatiniBump lavfi minor and add APIchanges entry after the...
2010-11-04 Stefano SabatiniRename avfilter_graph_destroy() to avfilter_graph_free().
2010-11-04 Stefano SabatiniImplement avfilter_graph_alloc().
2010-11-02 Stefano SabatiniAdd setpts filter, ported from the libavfilter soc...
2010-10-18 Stefano SabatiniAdd transpose filter.
2010-10-16 Stefano SabatiniAdd avfilter_graph_config().
2010-10-12 Stefano SabatiniExtend buffer source to accept the time base for the...
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-01 Stefano SabatiniFix reference to nonexistent function.
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 Stefano SabatiniMake AVFilterLink store the pointers to the source...
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-26 Stefano SabatiniPort MPlayer blackframe filter.
2010-09-25 Stefano SabatiniBump lavfi minor and add Changelog notice after yadif...
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 frei0r filter.
2010-09-23 Michael NiedermayerCorrect terminology bug in poll_frame()
2010-09-14 Stefano SabatiniImplement libopencv smooth filter.
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-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 SabatiniCosmetics: add an empty newline between the function...
2010-08-17 S.N. Hemanth Meena... Implement libavfilter audio framework.
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-11 Stefano SabatiniApply misc cosmetics: add empty newlines for separating...
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:
2010-08-07 S.N. Hemanth Meena... Rename functions and fields:
2010-08-07 S.N. Hemanth Meena... Rename AVFilterPicRef to AVFilterBufferRef.
2010-08-07 S.N. Hemanth Meena... Move format from AVFilterBuffer to AVFilterPicRef.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
2010-08-03 Stefano SabatiniMake avfilter_copy_picref_props() copy w and h from...
2010-07-30 S.N. Hemanth Meena... Resize AVFilterBuffer to hold 8 planes/linesizes worth...
2010-07-30 Stefano SabatiniMake avfilter_default_get_video_buffer() use functions in
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-17 S.N. Hemanth Meena... Move the AV_PERM_* flags definition outside the AVFilte...
2010-07-17 Stefano SabatiniClarify AVFilterBuffer documentation, make it clear...
2010-07-17 S.N. Hemanth Meena... Remove AVFilterBuffer w and h fields.
2010-07-17 S.N. Hemanth Meena... Rename AVFilterPic to AVFilterBuffer.
2010-07-17 Stefano SabatiniAdd color source.
2010-07-07 Stefano SabatiniAdd pixdesctest filter and corresponding test.
2010-07-07 Stefano SabatiniImplement avfilter_copy_picref_props().
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-27 Stefano SabatiniBump micro and add APIchanges entry after av_parse_colo...
2010-05-09 Stefano SabatiniBump lavfi minor after the addition of the fields inter...
2010-05-07 Michael NiedermayerTry to keep track of interlaced and top field first.
2010-04-10 Bobby BinghamBump libavfilter minor version and Changelog for unshar...
next