summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* 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
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun2012-10-29
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-23
* tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* cmdutils_read_file: increment *size after writing the trailing \0Janne Grunau2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-01
* cmdutils: avoid setting data pointers to invalid values in alloc_buffer()Anton Khirnov2012-09-15
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-30
* cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov2012-08-30
* cmdutils: fix a memleak when specifying an option twice.Anton Khirnov2012-08-24
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-19
* avtools: add -h demuxer/muxerAnton Khirnov2012-08-19
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-19
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-19
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-19
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-19
* cmdutils: refactor -codecs option.Anton Khirnov2012-08-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Print full compiler identification, not only version numberMans Rullgard2012-07-19
* cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje2012-07-07