summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Read preset files with suffix .avpresetReinhard Tartler2012-03-181-2/+2
* avconv: add -cpuflags option for setting supported cpuflags.Anton Khirnov2012-03-061-5/+2
* cmdutils: use new avcodec_is_decoder/encoder() functions.Anton Khirnov2012-03-041-2/+2
* Remove libpostproc.Diego Biurrun2012-02-231-6/+0
* cmdutils: update copyright year to 2012.Ronald S. Bultje2012-02-081-1/+1
* cmdutils: fix options starting with 'no'.Alexandra Khirnova2012-01-271-4/+2
* Drop unnecessary prefix from *sink* variable and struct names.Diego Biurrun2012-01-251-10/+10
* cosmetics: Rename ffsink to avsink.Diego Biurrun2012-01-191-10/+10
* No longer build libpostproc by defaultReinhard Tartler2012-01-111-0/+4
* cmdutils: K&R reformatting cosmeticsAneesh Dogra2012-01-031-160/+196
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-2/+3
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+1
* Add libavutil/mathematics.h #includes for INFINITYMans Rullgard2011-11-221-0/+1
* cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö2011-10-311-1/+1
* cmdutils: check fread() return valueJanne Grunau2011-10-301-3/+15
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-121-0/+10
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-1/+1
* avtools: add -v as alias for -loglevelMans Rullgard2011-10-091-0/+2
* avconv: add support for copying attachments.Anton Khirnov2011-09-271-1/+2
* cmdutils: replace fprintf() by av_log()Anton Khirnov2011-09-261-36/+37
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-261-0/+35
* cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau2011-09-231-2/+2
OpenPOWER on IntegriCloud