summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation without --disable-swscale.Carl Eugen Hoyos2011-09-181-2/+2
* Fix compilation with --disable-swscale.Carl Eugen Hoyos2011-09-181-1/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-0/+29
|\
| * cmdutils: add support for programs in check_stream_specifier()Anton Khirnov2011-09-111-0/+20
| * avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-111-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-0/+2
|\ \ | |/
| * avconv: move ts scale to options context.Anton Khirnov2011-09-051-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-55/+100
|\ \ | |/
| * avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-041-0/+2
| * cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov2011-09-041-1/+12
| * cmdutils: split per-option code out of parse_options().Anton Khirnov2011-09-041-52/+60
| * cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-041-5/+9
| * cmdutils: declare only one pointer type in OptionDefAnton Khirnov2011-09-041-5/+7
| * cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-041-0/+19
| * cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-041-7/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-18/+9
|\ \ | |/
| * cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-18/+9
* | cmdutils: revert avconv rename of pathesMichael Niedermayer2011-09-031-4/+4
* | cmdutils: fix uninitialized variable (type) warning.Clément Bœsch2011-09-011-0/+1
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-10/+63
|\ \ | |/
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-5/+55
| * cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-121-1/+4
| * Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-121-4/+4
* | options: handle options with the same name in codecs and formats.Clément Bœsch2011-08-101-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-291-1/+1
|\ \ | |/
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* | cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer2011-07-141-140/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-86/+119
|\ \ | |/
| * cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-131-107/+1
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-0/+17
| * cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-131-21/+34
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-1/+1
|\ \ | |/
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* | cmdutils: fix an opt name/val swap in set_context_opts()Etienne Buira2011-07-021-1/+1
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-8/+16
* | parse_options(): Avoid passing NULL as a string arg to fprintfJeff Downs2011-06-241-1/+1
* | cmdutils: remove outcommented merge trashMichael Niedermayer2011-06-201-36/+0
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-68/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-1/+83
|\ \ | |/
| * cmdutils: add opt_default2().Anton Khirnov2011-06-161-4/+46
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-161-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-131-1/+1
|\ \ | |/
| * cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-121-1/+1
| * cmdutils: add missing const qualifierMans Rullgard2011-06-041-1/+1
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-4/+2
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-051-2/+0
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-3/+5
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-6/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-1/+2
|\ \ | |/
| * cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-271-1/+2
OpenPOWER on IntegriCloud