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