summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* Show configuration and library version with AV_LOG_INFO.Carl Eugen Hoyos2011-09-29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-28
|\
| * avconv: add support for copying attachments.Anton Khirnov2011-09-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * cmdutils: replace fprintf() by av_log()Anton Khirnov2011-09-26
| * avtools: parse loglevel before all the other options.Anton Khirnov2011-09-26
| * cmdutils: move grow_array out of #if CONFIG_AVFILTERJanne Grunau2011-09-23
* | Fix compilation without --disable-swscale.Carl Eugen Hoyos2011-09-18
* | Fix compilation with --disable-swscale.Carl Eugen Hoyos2011-09-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\|
| * cmdutils: add support for programs in check_stream_specifier()Anton Khirnov2011-09-11
| * avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
| * avconv: move ts scale to options context.Anton Khirnov2011-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
| * avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-04
| * cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov2011-09-04
| * cmdutils: split per-option code out of parse_options().Anton Khirnov2011-09-04
| * cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-04
| * cmdutils: declare only one pointer type in OptionDefAnton Khirnov2011-09-04
| * cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-04
| * cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-04
|\|
| * cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-03
* | cmdutils: revert avconv rename of pathesMichael Niedermayer2011-09-03
* | cmdutils: fix uninitialized variable (type) warning.Clément Bœsch2011-09-01
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
| * cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-12
| * Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
* | options: handle options with the same name in codecs and formats.Clément Bœsch2011-08-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-29
|\|
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* | cmdutils: remove #if 0-ed conflict marger trash that i forgotMichael Niedermayer2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-14
|\|
| * cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-13
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-13
| * cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-13
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
|\|
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* | cmdutils: fix an opt name/val swap in set_context_opts()Etienne Buira2011-07-02
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-30
* | parse_options(): Avoid passing NULL as a string arg to fprintfJeff Downs2011-06-24
* | cmdutils: remove outcommented merge trashMichael Niedermayer2011-06-20
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\|
| * cmdutils: add opt_default2().Anton Khirnov2011-06-16
| * AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-13
|\|
| * cmdutils: add missing NULL check in parse_options()Stefano Sabatini2011-06-12