summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-1/+3
* cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun2012-10-291-1/+6
* Include sys/time.h before sys/resource.hMans Rullgard2012-10-231-0/+1
* tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-5/+11
* cmdutils_read_file: increment *size after writing the trailing \0Janne Grunau2012-10-091-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-4/+4
* Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò2012-10-011-7/+7
* cmdutils: avoid setting data pointers to invalid values in alloc_buffer()Anton Khirnov2012-09-151-1/+1
* avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov2012-08-301-18/+17
* cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov2012-08-301-7/+11
* cmdutils: fix a memleak when specifying an option twice.Anton Khirnov2012-08-241-0/+1
* avconv: split printing "main options" into global and per-file.Anton Khirnov2012-08-191-1/+2
* avtools: add -h demuxer/muxerAnton Khirnov2012-08-191-0/+55
* cmdutils: extend -h to allow printing codec details.Anton Khirnov2012-08-191-1/+119
* cmdutils: change semantics of show_help_options() and document it.Anton Khirnov2012-08-191-13/+16
* avtools: move some newlines to show_help_options().Anton Khirnov2012-08-191-1/+2
* avtools: fix show_foo() signatures.Anton Khirnov2012-08-191-8/+19
* cmdutils: refactor -codecs option.Anton Khirnov2012-08-181-66/+108
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Print full compiler identification, not only version numberMans Rullgard2012-07-191-2/+2
* cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje2012-07-071-0/+1
* cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö2012-06-301-4/+5
* avtools: move buffer management code from avconv to cmdutils.Anton Khirnov2012-06-051-0/+130
* cmdutils: Add fallback case to switch in check_stream_specifier().Diego Biurrun2012-05-101-0/+2
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-091-68/+0
* avconv: use libavresampleJustin Ruggles2012-04-241-1/+4
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-151-2/+4
OpenPOWER on IntegriCloud