summaryrefslogtreecommitdiffstats
path: root/cmdutils.h
Commit message (Expand)AuthorAgeFilesLines
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-111-0/+6
* 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/+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
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-121-2/+14
* 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
* 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
* 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
* Clean up #includes in cmdutils.h.Diego Biurrun2011-05-191-6/+3
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-101-2/+0
* 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
* 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
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-121-0/+11
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-021-0/+11
* User application side of Codec specific parameters.Michael Niedermayer2010-09-291-1/+1
* Make new doxy follows the agreed upon style and grammaticalStefano Sabatini2010-09-281-5/+5
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-281-0/+24
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-201-0/+6
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-021-1/+1
* Grammar fixesMåns Rullgård2010-07-021-2/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-20/+20
* Document cmdutils.c:print_error().Stefano Sabatini2010-05-071-0/+9
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-011-0/+11
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add -timelimit optionMåns Rullgård2010-01-201-0/+5
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-211-0/+6
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-121-0/+2
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-121-0/+6
* Split show_formats().Michael Niedermayer2009-11-191-0/+18
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-161-0/+5
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-061-2/+2
* Implement read_yesno().Stefano Sabatini2009-03-181-0/+6
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-031-1/+1
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-191-1/+1
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-181-0/+2
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-041-0/+3
OpenPOWER on IntegriCloud