summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: switch to the new BSF APIAnton Khirnov2016-03-201-2/+3
* cmdutils: update copyright year to 2016Sean McGovern2016-03-151-1/+1
* avconv: convert to codecparAnton Khirnov2016-02-231-11/+11
* cmdutils: Check for and report the correct codec capabilityVittorio Giovara2015-10-251-2/+2
* cmdutils: Print general codec capabilitiesVittorio Giovara2015-10-151-0/+29
* cmdutils: Add auto to threading capabilities reportVittorio Giovara2015-10-151-2/+4
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-9/+9
* avconv: use read_file() for reading the 2pass statsAnton Khirnov2015-07-191-55/+0
* lavu: add an API function to return the Libav version stringwm42015-07-021-1/+1
* log: Introduce a more verbose debug levelVittorio Giovara2015-04-191-0/+1
* cmdutils: Add a stream specifier to map usable streamsLuca Barbato2015-03-201-0/+22
* cmdutils: update copyright year to 2015.Johan Andersson2015-01-041-1/+1
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-1/+9
* cmdutils: check file access functions return valuesVittorio Giovara2014-12-181-5/+23
* cmdutils: Use the correct guardLuca Barbato2014-10-171-1/+1
* cmdutils: Print a more sensible message in show_filters() w/o libavfilterDiego Biurrun2014-09-161-2/+4
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-4/+4
* cmdutils: allow matching by metadata in stream specifiersAnton Khirnov2014-08-131-0/+23
* avconv: Match stream idLuca Barbato2014-03-131-0/+6
* cmdutils: update copyright year to 2014.Johan Andersson2014-01-051-1/+1
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
* avplay: Accept cpuflags optionLuca Barbato2013-10-221-0/+12
* cmdutils: Only do the windows-specific commandline parsing on _WIN32Diogo Franco2013-08-081-1/+4
* cmdutils: wrap exit explicitlyLuca Barbato2013-07-071-8/+23
* lavfi: add a slice threading infrastructureAnton Khirnov2013-05-241-0/+3
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-5/+5
* cmdutils: Fix build with lavfi disabledAnton Khirnov2013-04-161-0/+4
* cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov2013-04-111-0/+40
* avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov2013-04-111-0/+12
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-111-3/+3
* avconv: print an error on applying options of the wrong type.Anton Khirnov2013-03-081-0/+10
* avplay: switch to new refcounted frames APIAnton Khirnov2013-03-081-126/+0
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+1
* cmdutils: Allow calling filter_codec_opts without a set encoderMartin Storsjö2013-02-281-3/+1
* cmdutils: only use libavresample when it is enabledJustin Ruggles2013-02-251-0/+4
* avconv: pass libavresample options to AVFilterGraphJustin Ruggles2013-02-231-2/+10
* get_buffer(): do not initialize the data.Anton Khirnov2013-02-151-5/+0
* qtrle: fix the topmost line for 1bitKostya Shishkov2013-02-061-1/+0
* fraps: fix off-by one bug for version 1.Anton Khirnov2013-02-061-1/+1
* aasc: fix output for msrle compression.Anton Khirnov2013-02-061-1/+1
* cmdutils: remove ansi from the list of broken codecs.Anton Khirnov2013-02-061-1/+1
* cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-061-1/+1
* cmdutils: update copyright year to 2013Johan Andersson2013-01-031-1/+1
* cmdutils: pass number of groups to split_commandline().Anton Khirnov2012-12-191-13/+11
* cmdutils: don't log an error in opt_default().Anton Khirnov2012-12-181-1/+0
* cmdutils: add a commandline pre-parser.Anton Khirnov2012-12-181-0/+241
* cmdutils: split parse_option().Anton Khirnov2012-12-181-30/+40
* lavc: set frame properties in ff_get_buffer().Anton Khirnov2012-12-041-5/+0
* cmdutils: Use a configure check for enabling CommandLineToArgvWMartin Storsjö2012-11-291-2/+2