| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: make sure the filtergraph is freed on init failure | Anton Khirnov | 2016-10-02 | 1 | -6/+10 |
* | avconv: Check the fifo allocation | Luca Barbato | 2016-08-12 | 1 | -1/+1 |
* | avconv: stop using setpts for input framerate forced with -r | Anton Khirnov | 2016-07-22 | 1 | -17/+2 |
* | avconv: restructure sending EOF to filters | Anton Khirnov | 2016-06-28 | 1 | -0/+9 |
* | avconv: move flushing the queued frames to configure_filtergraph() | Anton Khirnov | 2016-06-28 | 1 | -0/+11 |
* | avconv: Remove hw_device_ctx output filter reinit hack | Mark Thompson | 2016-06-26 | 1 | -1/+1 |
* | avconv: init filtergraphs only after we have a frame on each input | Anton Khirnov | 2016-06-25 | 1 | -25/+8 |
* | avconv: decouple configuring filtergraphs and setting output parameters | Anton Khirnov | 2016-06-25 | 1 | -18/+32 |
* | avconv: decouple configuring filtergraphs and setting input parameters | Anton Khirnov | 2016-06-25 | 1 | -12/+58 |
* | avconv: create simple filtergraphs earlier | Anton Khirnov | 2016-06-21 | 1 | -2/+2 |
* | avconv: add a function for determining whether a filtergraph is simple | Anton Khirnov | 2016-06-21 | 1 | -1/+5 |
* | avconv: VAAPI hwcontext initialisation and hwaccel helper | Mark Thompson | 2016-03-30 | 1 | -1/+8 |
* | avconv: convert to codecpar | Anton Khirnov | 2016-02-23 | 1 | -1/+1 |
* | avconv: use the new buffersrc parameters API | Anton Khirnov | 2016-02-14 | 1 | -21/+49 |
* | avconv: Do not try to configure filter outputs without streams | Luca Barbato | 2015-10-07 | 1 | -2/+6 |
* | avconv_filter: Use full named options | Vittorio Giovara | 2015-09-13 | 1 | -2/+3 |
* | avconv: split creating and (re-)configuring complex filtergraphs | Anton Khirnov | 2015-07-19 | 1 | -24/+45 |
* | avconv: Add an option for automatically rotating video according to display m... | Martin Storsjö | 2015-05-02 | 1 | -0/+43 |
* | avconv: fix leak in filter error | Vittorio Giovara | 2014-10-17 | 1 | -5/+5 |
* | avconv: do not use the stream codec context for encoding | Anton Khirnov | 2014-06-01 | 1 | -4/+4 |
* | avconv: do not use the stream codec context for decoding | Anton Khirnov | 2014-06-01 | 1 | -9/+9 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | avconv: add infrastructure for using hwaccels | Anton Khirnov | 2013-11-23 | 1 | -1/+2 |
* | avconv_filter: add new line after error message | Vittorio Giovara | 2013-11-21 | 1 | -1/+1 |
* | avconv: support -t as an input option. | Anton Khirnov | 2013-08-05 | 1 | -2/+2 |
* | avconv: make input -ss accurate when transcoding | Anton Khirnov | 2013-08-05 | 1 | -15/+39 |
* | avconv: distinguish between -ss 0 and -ss not being used | Anton Khirnov | 2013-08-05 | 1 | -2/+2 |
* | avconv: insert extra filters in the same way for both graph inputs and outputs | Anton Khirnov | 2013-08-05 | 1 | -15/+12 |
* | avconv: fix usage of deprecated lavfi API | Anton Khirnov | 2013-08-05 | 1 | -1/+1 |
* | avconv: improve some variable names | Anton Khirnov | 2013-08-04 | 1 | -4/+4 |
* | avconv: use current syntax for the scale filter | Luca Barbato | 2013-05-10 | 1 | -1/+1 |
* | avconv: make output -ss insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -3/+9 |
* | avconv: make -t insert trim/atrim filters. | Anton Khirnov | 2013-04-30 | 1 | -0/+55 |
* | avconv: update to the new options syntax. | Anton Khirnov | 2013-04-11 | 1 | -6/+6 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | avconv: Make sure the encoder exists before inspecting supported_list | Martin Storsjö | 2013-03-06 | 1 | -1/+1 |
* | avconv: remove an unused variable | Justin Ruggles | 2013-02-25 | 1 | -1/+0 |
* | avconv: pass libavresample options to AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -1/+17 |
* | cmdutils: add a macro to simplify grow_array() calls. | Anton Khirnov | 2012-12-18 | 1 | -14/+7 |
* | avconv: deprecate the -vol option | Justin Ruggles | 2012-12-05 | 1 | -0/+23 |
* | avconv: fix variable shadowing in configure_input_audio_filter() | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | De-doxygenize some top-level files | Diego Biurrun | 2012-10-12 | 1 | -4/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Use atexit() instead of defining a custom exit_program() interface. | Diego Elio Pettenò | 2012-10-01 | 1 | -11/+11 |
* | avconv: don't pass a bogus parameter to avfilter_graph_create_filter(). | Anton Khirnov | 2012-09-17 | 1 | -1/+1 |
* | cmdutils: extend -h to allow printing codec details. | Anton Khirnov | 2012-08-19 | 1 | -14/+0 |
* | avconv: split configuring filter configuration to a separate file. | Anton Khirnov | 2012-08-08 | 1 | -0/+560 |