summaryrefslogtreecommitdiffstats
path: root/avconv_filter.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: convert to codecparAnton Khirnov2016-02-231-1/+1
* avconv: use the new buffersrc parameters APIAnton Khirnov2016-02-141-21/+49
* avconv: Do not try to configure filter outputs without streamsLuca Barbato2015-10-071-2/+6
* avconv_filter: Use full named optionsVittorio Giovara2015-09-131-2/+3
* avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov2015-07-191-24/+45
* avconv: Add an option for automatically rotating video according to display m...Martin Storsjö2015-05-021-0/+43
* avconv: fix leak in filter errorVittorio Giovara2014-10-171-5/+5
* avconv: do not use the stream codec context for encodingAnton Khirnov2014-06-011-4/+4
* avconv: do not use the stream codec context for decodingAnton Khirnov2014-06-011-9/+9
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* avconv: add infrastructure for using hwaccelsAnton Khirnov2013-11-231-1/+2
* avconv_filter: add new line after error messageVittorio Giovara2013-11-211-1/+1
* avconv: support -t as an input option.Anton Khirnov2013-08-051-2/+2
* avconv: make input -ss accurate when transcodingAnton Khirnov2013-08-051-15/+39
* avconv: distinguish between -ss 0 and -ss not being usedAnton Khirnov2013-08-051-2/+2
* avconv: insert extra filters in the same way for both graph inputs and outputsAnton Khirnov2013-08-051-15/+12
* avconv: fix usage of deprecated lavfi APIAnton Khirnov2013-08-051-1/+1
* avconv: improve some variable namesAnton Khirnov2013-08-041-4/+4
* avconv: use current syntax for the scale filterLuca Barbato2013-05-101-1/+1
* avconv: make output -ss insert trim/atrim filters.Anton Khirnov2013-04-301-3/+9
* avconv: make -t insert trim/atrim filters.Anton Khirnov2013-04-301-0/+55
* avconv: update to the new options syntax.Anton Khirnov2013-04-111-6/+6
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+0
* avconv: Make sure the encoder exists before inspecting supported_listMartin Storsjö2013-03-061-1/+1
* avconv: remove an unused variableJustin Ruggles2013-02-251-1/+0
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-231-1/+17
* cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-181-14/+7
* avconv: deprecate the -vol optionJustin Ruggles2012-12-051-0/+23
* avconv: fix variable shadowing in configure_input_audio_filter()Justin Ruggles2012-11-281-1/+0
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* De-doxygenize some top-level filesDiego Biurrun2012-10-121-4/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-011-11/+11
* avconv: don't pass a bogus parameter to avfilter_graph_create_filter().Anton Khirnov2012-09-171-1/+1
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-14/+0
* avconv: split configuring filter configuration to a separate file.Anton Khirnov2012-08-081-0/+560
OpenPOWER on IntegriCloud