summaryrefslogtreecommitdiffstats
path: root/cmdutils.h
Commit message (Expand)AuthorAgeFilesLines
...
| * cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-121-0/+6
| * doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun2011-10-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-0/+5
|\ \ | |/
| * avtools: parse loglevel before all the other options.Anton Khirnov2011-09-261-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-0/+6
|\ \ | |/
| * avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-111-0/+6
* | 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-7/+47
|\ \ | |/
| * avconv: move start_time, recording_time and input_ts_offset to options contextAnton Khirnov2011-09-041-0/+1
| * cmdutils: allow storing per-stream/chapter/.... options in a generic wayAnton Khirnov2011-09-041-0/+13
| * cmdutils: split per-option code out of parse_options().Anton Khirnov2011-09-041-0/+7
| * cmdutils: add support for caller-provided option context.Anton Khirnov2011-09-041-2/+8
| * cmdutils: declare only one pointer type in OptionDefAnton Khirnov2011-09-041-4/+1
| * cmdutils: move grow_array() from avconv to cmdutils.Anton Khirnov2011-09-041-0/+10
| * cmdutils: move exit_program() declaration to cmdutils from avconvAnton Khirnov2011-09-041-0/+6
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-2/+14
|\ \ | |/
| * cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-2/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-291-3/+17
|\ \ | |/
| * cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-281-1/+1
| * cmdutils: clarify documentation for filter_codec_opts()Stefano Sabatini2011-07-281-0/+6
| * cmdutils: clarify documentation for setup_find_stream_info_opts()Stefano Sabatini2011-07-281-2/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-3/+10
|\ \ | |/
| * cmdutils: replace opt_default with opt_default2() and remove set_context_optsAnton Khirnov2011-07-131-3/+0
| * ffplay: use new avcodec_open2 and avformat_find_stream_info API.Anton Khirnov2011-07-131-0/+5
| * cmdutils: store all codec options in one dict instead of video/audio/subAnton Khirnov2011-07-131-1/+6
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-9/+17
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-15/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-0/+1
|\ \ | |/
| * cmdutils: add opt_default2().Anton Khirnov2011-06-161-0/+1
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-6/+4
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-3/+3
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-051-1/+0
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-1/+1
* | cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos2011-06-031-0/+4
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-7/+5
* | preset dir for win32Gianluigi Tiesi2011-05-211-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-191-6/+3
|\ \ | |/
| * Clean up #includes in cmdutils.h.Diego Biurrun2011-05-191-6/+3
| * cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-101-2/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-041-1/+2
|\ \ | |/
| * Make ffmpeg support generic data streamLuca Barbato2011-05-031-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-241-2/+0
* | cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-03-261-2/+0
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-081-0/+1
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-071-24/+0
* | Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-261-2/+0
|/
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-041-0/+20
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-181-0/+9
OpenPOWER on IntegriCloud