]> git.sesse.net Git - ffmpeg/history - avconv_filter.c
w32pthreads: Fix function pointer casts
[ffmpeg] / avconv_filter.c
2016-10-02 Anton Khirnovavconv: make sure the filtergraph is freed on init...
2016-08-12 Luca Barbatoavconv: Check the fifo allocation
2016-07-22 Anton Khirnovavconv: stop using setpts for input framerate forced...
2016-06-28 Anton Khirnovavconv: restructure sending EOF to filters
2016-06-28 Anton Khirnovavconv: move flushing the queued frames to configure_fi...
2016-06-26 Mark Thompsonavconv: Remove hw_device_ctx output filter reinit hack
2016-06-25 Anton Khirnovavconv: init filtergraphs only after we have a frame...
2016-06-25 Anton Khirnovavconv: decouple configuring filtergraphs and setting...
2016-06-25 Anton Khirnovavconv: decouple configuring filtergraphs and setting...
2016-06-21 Anton Khirnovavconv: create simple filtergraphs earlier
2016-06-21 Anton Khirnovavconv: add a function for determining whether a filter...
2016-03-30 Mark Thompsonavconv: VAAPI hwcontext initialisation and hwaccel...
2016-02-23 Anton Khirnovavconv: convert to codecpar
2016-02-14 Anton Khirnovavconv: use the new buffersrc parameters API
2015-10-07 Luca Barbatoavconv: Do not try to configure filter outputs without...
2015-09-13 Vittorio Giovaraavconv_filter: Use full named options
2015-07-19 Anton Khirnovavconv: split creating and (re-)configuring complex...
2015-05-02 Martin Storsjöavconv: Add an option for automatically rotating video...
2014-10-17 Vittorio Giovaraavconv: fix leak in filter error
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for encoding
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for decoding
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-23 Anton Khirnovavconv: add infrastructure for using hwaccels
2013-11-21 Vittorio Giovaraavconv_filter: add new line after error message
2013-08-05 Anton Khirnovavconv: support -t as an input option.
2013-08-05 Anton Khirnovavconv: make input -ss accurate when transcoding
2013-08-05 Anton Khirnovavconv: distinguish between -ss 0 and -ss not being...
2013-08-05 Anton Khirnovavconv: insert extra filters in the same way for both...
2013-08-05 Anton Khirnovavconv: fix usage of deprecated lavfi API
2013-08-04 Anton Khirnovavconv: improve some variable names
2013-05-10 Luca Barbatoavconv: use current syntax for the scale filter
2013-04-30 Anton Khirnovavconv: make output -ss insert trim/atrim filters.
2013-04-30 Anton Khirnovavconv: make -t insert trim/atrim filters.
2013-04-11 Anton Khirnovavconv: update to the new options syntax.
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-06 Martin Storsjöavconv: Make sure the encoder exists before inspecting...
2013-02-25 Justin Rugglesavconv: remove an unused variable
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2012-12-18 Anton Khirnovcmdutils: add a macro to simplify grow_array() calls.
2012-12-05 Justin Rugglesavconv: deprecate the -vol option
2012-11-28 Justin Rugglesavconv: fix variable shadowing in configure_input_audio...
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-10-12 Diego BiurrunDe-doxygenize some top-level files
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-09-17 Anton Khirnovavconv: don't pass a bogus parameter to avfilter_graph_...
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-08 Anton Khirnovavconv: split configuring filter configuration to a...