180 Commits (9bd854b1ff342f82efa6d2ad4e8fefddce5fa731)

Author SHA1 Message Date
Anton Khirnov 3ccd15803b avconv: add support for copying attachments. 13 years ago
Anton Khirnov 1c5e9551bc cmdutils: replace fprintf() by av_log() 13 years ago
Anton Khirnov 182cbe433a avtools: parse loglevel before all the other options. 13 years ago
Janne Grunau e1b1015581 cmdutils: move grow_array out of #if CONFIG_AVFILTER 13 years ago
Anton Khirnov 2c474ddbc5 cmdutils: add support for programs in check_stream_specifier() 13 years ago
Anton Khirnov 05bffc12c4 avconv: move audio_sample_fmt to options context. 13 years ago
Anton Khirnov 33f75d72e6 avconv: move ts scale to options context. 14 years ago
Anton Khirnov 6b779cccaa avconv: move start_time, recording_time and input_ts_offset to options context 14 years ago
Anton Khirnov 6361c5e1e6 cmdutils: allow storing per-stream/chapter/.... options in a generic way 14 years ago
Anton Khirnov 2f8e586df1 cmdutils: split per-option code out of parse_options(). 14 years ago
Anton Khirnov 7cc8d6385a cmdutils: add support for caller-provided option context. 14 years ago
Anton Khirnov 7efe05ab29 cmdutils: declare only one pointer type in OptionDef 14 years ago
Anton Khirnov cac651c834 cmdutils: move grow_array() from avconv to cmdutils. 14 years ago
Anton Khirnov dad09ff93f cmdutils: move exit_program() declaration to cmdutils from avconv 14 years ago
Anton Khirnov 20c21f8b75 cmdutils: get rid of dummy contexts for examining AVOptions. 14 years ago
Anton Khirnov d4863fc1a8 cmdutils: allow precisely specifying a stream for AVOptions. 14 years ago
Anton Khirnov d70e512250 cmdutils: allow ':'-separated modifiers in option names. 14 years ago
Anton Khirnov 6291d7e416 Make a copy of ffmpeg under a new name -- avconv. 14 years ago
Stefano Sabatini 8ec19f84e1 cmdutils: add codec_opts parameter to setup_find_stream_info_opts() 14 years ago
Anton Khirnov 35d2e4e5c3 cmdutils: replace opt_default with opt_default2() and remove set_context_opts 14 years ago
Anton Khirnov 3009f521f3 ffplay: use new avcodec_open2 and avformat_find_stream_info API. 14 years ago
Anton Khirnov 8c8eab8bfe cmdutils: store all codec options in one dict instead of video/audio/sub 14 years ago
Anton Khirnov 71a861cf40 lavc: make avcodec_alloc_context3 officially public. 14 years ago
Anton Khirnov 9ba38229e5 cmdutils: add opt_default2(). 14 years ago
Anton Khirnov dc59ec5e79 AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
Stefano Sabatini de85935883 cmdutils: add missing NULL check in parse_options() 14 years ago
Mans Rullgard 42abb9a80d cmdutils: add missing const qualifier 14 years ago
Stefano Sabatini 26513856d6 cmdutils: remove OPT_FUNC2 14 years ago
Ronald S. Bultje faf8d3ddfa cmdutils: use sws_freeContext() instead of av_freep(). 14 years ago
Benjamin Larsson 91199cfe55 ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file". 14 years ago
Stefano Sabatini 3372ec327b cmdutils: add OPT_INT check in parse_number_or_die() 14 years ago
Stefano Sabatini 5d2c6f42d7 cmdutils: remove list_fmts(), simplify 14 years ago
Anton Khirnov 19615089a0 ffmpeg.c: reset avoptions after each input/output file. 14 years ago
Roger Pau Monné 10d39405fa lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. 14 years ago
Luca Barbato ba9327ea65 win32: include the correct header in cmdutils.c 14 years ago
Kirill Gavrilov b1ac139d89 Handle unicode file names on windows 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov cdc6a87f19 avio: deprecate av_protocol_next(). 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Stefano Sabatini f6c7375a17 Deprecate parse_date() in favor of av_parse_time(). 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
James Zern 60ff9de6ff cmdutils: fix codec-specific options from preset 14 years ago
James Zern 3a6a9cdf5b cmdutils: fix opt_values leak 14 years ago
Diego Elio Pettenò 3568853f63 Make this_year static to cmdutils.c 14 years ago
Georgi Chorbadzhiyski c0dd565304 libavcodec minor version is > 99 so fix the formating 14 years ago
Mans Rullgard 324e7ee260 Use INFINITY and NAN macros instead of 1/0 and 0/0 14 years ago
Stefano Sabatini be4876eae9 Disable initialization of the swscale sws_opts context in 14 years ago
Martin Storsjö f03424a782 Reindent 14 years ago