aboutsummaryrefslogtreecommitdiffstats
path: root/cmdutils.h
Commit message (Expand)AuthorAgeFilesLines
* cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-131-0/+5
* fate/source: Do not use GNU extensions in sedTimothy Gu2016-02-131-2/+2
* cmdutils: remove sws_opts usage, simplify codeMichael Niedermayer2015-08-081-2/+0
* cmdutils: Export all sws options using a AVDictionary like the other subsyste...Michael Niedermayer2015-08-081-0/+2
* Merge commit 'bd2ab27c488ae92c7820efe11d4f53d84e94d58e'Michael Niedermayer2015-07-191-12/+0
|\
| * avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-191-12/+0
* | ffplay&cmdutils:Factor get_rotation() code outMichael Niedermayer2015-05-031-0/+2
* | opts: add list device sources/sinks optionsLukasz Marek2014-10-251-0/+14
* | ffmpeg: add -devices paramLukasz Marek2014-05-281-1/+8
* | cmdutils: replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because...John Peebles2014-05-171-1/+1
* | cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCLMichael Niedermayer2014-05-071-0/+1
* | Merge commit '85698be461c07be10d873dd34348bcfe9ffc56e0'Michael Niedermayer2014-03-291-1/+1
|\|
| * cmdutils: Mark exit_program as av_noreturnLuca Barbato2014-03-281-1/+1
* | Allow hiding the banner.Carl Eugen Hoyos2013-12-291-0/+1
* | cmdutils & opencl: add -opencl_bench option to test and show available OpenCL...Lenny Wang2013-12-091-0/+4
* | cmdutils: remove this_year constant, use CONFIG_THIS_YEAR insteadStefano Sabatini2013-11-261-5/+0
* | cmdutils: Add -buildconf option.Stephen Hutchinson2013-11-191-0/+7
* | cmdutils: fix expected signature for show_colors() functionStefano Sabatini2013-10-281-1/+1
* | cmdutils: add -colors optionStefano Sabatini2013-10-271-0/+6
* | Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5'Michael Niedermayer2013-10-221-2/+5
|\|
| * avplay: Accept cpuflags optionLuca Barbato2013-10-221-0/+5
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-191-1/+1
* | Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer2013-07-081-0/+10
|\|
| * cmdutils: wrap exit explicitlyLuca Barbato2013-07-071-0/+10
* | Merge commit 'e19e8aeeaaff3d4bc8f6065764c93f0298782ac6'Michael Niedermayer2013-04-121-0/+2
|\|
| * avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov2013-04-111-0/+5
* | cmdutils: remove unneeded #ifMichael Niedermayer2013-04-111-2/+0
* | cmdutils: add opencl command line options to ffmpeghighgod04012013-04-111-0/+4
* | cmdutils: avtool -> fftoolClément Bœsch2013-03-311-3/+3
* | Merge commit '9d3009c6c4b9b6734f07df7c88f6a42ded6cdf38'Michael Niedermayer2013-03-121-0/+7
|\|
| * avconv: print an error on applying options of the wrong type.Anton Khirnov2013-03-081-0/+7
* | Merge commit '354468fc12dcf93e7fb4af552e18906771913273'Michael Niedermayer2013-03-121-43/+0
|\|
| * avplay: switch to new refcounted frames APIAnton Khirnov2013-03-081-43/+0
* | ffmpeg: use a AVDictionary instead of the context to move swr parameters aroundMichael Niedermayer2013-02-241-2/+2
* | Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044'Michael Niedermayer2013-02-241-1/+2
|\|
| * avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-231-1/+2
* | lavf: remove nonexistent symbolsPaul B Mahol2013-01-111-1/+1
* | Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011'Michael Niedermayer2012-12-201-1/+1
|\|
| * cmdutils: pass number of groups to split_commandline().Anton Khirnov2012-12-191-1/+1
* | Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'Michael Niedermayer2012-12-201-0/+1
|\|
* | Merge commit '8c9af5b2051b9927f845c7afdfeb30b82670ee77'Michael Niedermayer2012-12-191-0/+88
|\|
| * cmdutils: add a commandline pre-parser.Anton Khirnov2012-12-181-0/+88
* | Merge commit '10bca66101b79954512cd9d8ee20c3bc4513adf3'Michael Niedermayer2012-12-191-0/+3
|\|
| * cmdutils: add a macro to simplify grow_array() calls.Anton Khirnov2012-12-181-0/+3
* | Revert "cmdutils: allow specifying the file for -report"Michael Niedermayer2012-11-041-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-011-0/+7
|\|
| * avconv_opt, cmdutils: Add missing function parameter DoxygenDiego Biurrun2012-10-311-0/+8
* | cmdutils: allow specifying the file for -reportMichael Niedermayer2012-11-011-0/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1