]> git.sesse.net Git - ffmpeg/history - libavfilter/avfilter.h
build: Store library version numbers in .version files
[ffmpeg] / libavfilter / avfilter.h
2016-11-02 Mark Thompsonlavfi: Always propagate hw_frames_ctx through links
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-03-19 Mark Thompsonlavfi: generic hardware surface upload and download...
2016-02-14 Anton Khirnovlavfi: pass the hw frames context through the filter...
2015-11-09 Nicolas Georgelavfi: add a frame_rate field to AVFilterLink.
2015-08-28 Vittorio Giovaralavfi: Drop deprecated AVFilterBuffer* code
2015-08-28 Vittorio Giovaralavfi: Drop deprecated *_count suffixed variables
2015-08-28 Vittorio Giovaralavfi: Drop deprecated public AVFilterPad struct
2015-05-19 Vittorio Giovaralavfi: Move avcodec header to the only filter needing it
2015-03-21 Federico Tomassettiavfilter: Document avfilter_graph_alloc return value
2014-01-09 Vittorio Giovaraavfilter: add documentation for needs_writable
2013-10-28 Vittorio Giovaraavfilter: have avfilter_get_by_name return const for...
2013-09-28 Anton Khirnovlavfi: allow user-provided execute() callbacks
2013-08-04 Anton Khirnovlavfi: add const to the AVFilter parameter of avfilter_...
2013-07-27 Diego BiurrunAdd missing deprecation attributes
2013-06-04 Anton Khirnovlavfi doxy: improve/extend AVFilter doxy.
2013-05-24 Anton Khirnovlavfi: add a slice threading infrastructure
2013-05-17 Anton Khirnovlavfi doxy: add a page for lavfi.
2013-04-11 Anton Khirnovlavfi: change the filter registering system to match...
2013-04-11 Anton Khirnovlavfi: add a function for counting elements in AVFilter...
2013-04-11 Anton Khirnovlavfi: mark filters with dynamic number of inputs or...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_dict() for initializing a...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_str() to replace avfilter_init...
2013-04-11 Anton Khirnovlavfi: make avfilter_free() remove the filter from...
2013-04-11 Anton Khirnovlavfi: add AVFilterContext.graph.
2013-04-11 Anton Khirnovlavfi: deprecate avfilter_graph_add_filter().
2013-04-11 Anton Khirnovlavfi: replace avfilter_open() with avfilter_graph_allo...
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-04-11 Anton Khirnovlavfi: add const to the pads parameter of avfilter_pad_...
2013-04-11 Anton Khirnovlavfi: add const to AVFilterContext.filter.
2013-04-09 Anton Khirnovlavfi: add avfilter_get_class().
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovaf_resample: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovlavfi: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-22 Anton Khirnovlavfi: add error handling to start_frame().
2012-07-20 Robert Nagylavfi: add avfilter_unref_bufferp()
2012-07-09 Anton Khirnovlavfi: add error handling to filter_samples().
2012-06-26 Anton Khirnovlavfi: reorder AVFilterLink fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterContext fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilter fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBufferRef fields.
2012-06-26 Anton Khirnovlavfi: reorder AVFilterBuffer fields.
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LIN...
2012-06-26 Anton Khirnovlavfi: remove disabled FF_API_SAMPLERATE64 cruft
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-22 Anton Khirnovlavfi: allow audio filters to request a given number...
2012-06-22 Anton Khirnovlavfi: support automatically inserting the fifo filter...
2012-06-13 Anton Khirnovlavfi: replace AVFilterContext.input/output_count with...
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-13 Anton Khirnovlavfi: add avfilter_pad_get_type() and avfilter_pad_get...
2012-06-13 Anton Khirnovlavfi: make avfilter_get_video_buffer() private on...
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make avfilter_insert_pad and pals private on...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: fix comment, audio is supported now.
2012-05-22 Anton Khirnovlavfi: fix incorrect comment.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-05-22 Anton Khirnovlavfi: remove avfilter_default_* from public API on...
2012-05-22 Mina Nagy Zakilavfi: deprecate default config_props() callback and...
2012-05-14 Anton Khirnovlavfi: add types and functions for channel layout/sampl...
2012-05-09 Anton Khirnovlavfi: remove some audio-related function from public...
2012-05-09 Anton Khirnovlavfi: change AVFilterLink.sample_rate from int64_t...
2012-05-09 Anton Khirnovlavfi: change AVFilterBufferRefAudioProps.sample_rate...
2012-05-09 Stefano Sabatinilavfi: simplify signature for avfilter_get_audio_buffer...
2012-05-09 Stefano Sabatinilavfi: cleanup avfilter_get_audio_buffer() and pals.
2012-05-09 Stefano Sabatinilavfi: add avfilter_get_audio_buffer_ref_from_arrays().
2012-05-09 Anton Khirnovlavfi: add extended_data to AVFilterBuffer.
2012-05-09 Anton Khirnovlavfi: add a function for copying properties from AVFil...
2012-05-07 Anton Khirnovlavfi: uninline avfilter_copy_buffer_ref_props().
2012-05-06 Stefano Sabatinilavfi: remove avfilter_default_config_input_link()...
2012-01-12 Anton Khirnovlavfi: move version macros to a new installed header...
2012-01-07 Andrey UtkinDisable annoying warning without changing behavior
2011-12-25 Anton KhirnovAdd minor bumps and APIchanges entries for lavc/lavfi...
2011-12-25 Stefano Sabatinilavfi: add avfilter_copy_frame_props()
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-10-19 Stefano Sabatinilavfi: add rgbtestsrc source, ported from MPlayer libmp...
2011-10-19 Stefano Sabatinilavfi: add testsrc source
2011-10-17 Stefano Sabatinilavfi: port libmpcodecs delogo filter
2011-10-17 Stefano Sabatinilavfi: port boxblur filter from libmpcodecs
2011-10-17 Stefano Sabatinilavfi: add negate filter
2011-10-17 Stefano Sabatinilavfi: add LUT (LookUp Table) generic filters
2011-09-28 Stefano Sabatinivf_scale: add a "sar" variable
2011-09-28 Stefano Sabatinilavfi: fix signature for avfilter_graph_parse() and...
2011-09-17 Stefano Sabatinilavfi: add select filter
2011-09-12 Bobby Binghamlavfi: add split filter from soc.
2011-09-12 Stefano Sabatinilavfi: add showinfo filter
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-07 Stefano Sabatinilavfi: Port drawtext filter by Hemanth from the libavfi...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
next