summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* avconv: move ts scale to options context.Anton Khirnov2011-09-051-0/+2
* 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
* cmdutils: get rid of dummy contexts for examining AVOptions.Anton Khirnov2011-09-031-18/+9
* 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
* cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
* 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
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-101-1/+1
* 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
* 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: use sws_freeContext() instead of av_freep().Ronald S. Bultje2011-05-271-1/+2
* ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-111-2/+2
* cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-05-101-0/+2
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-101-10/+0
* ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-091-0/+1
* lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-261-0/+2
* win32: include the correct header in cmdutils.cLuca Barbato2011-04-251-0/+1
* Handle unicode file names on windowsKirill Gavrilov2011-04-241-0/+63
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
* avio: deprecate av_protocol_next().Anton Khirnov2011-04-081-12/+8
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-2/+2
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-2/+2
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-2/+3
* Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+0
OpenPOWER on IntegriCloud