summaryrefslogtreecommitdiff
path: root/cmdutils.h
Commit message (Expand)AuthorAge
* misc Doxygen markup improvementsDiego Biurrun2011-12-05
* cmdutils: Rename read_file to cmdutils_read_fileMartin Storsjö2011-10-31
* cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()Anton Khirnov2011-10-12
* doc: fix references to obsolete presets directories for avconv/ffmpegDiego Biurrun2011-10-11
* avtools: parse loglevel before all the other options.Anton Khirnov2011-09-26
* avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-11
* avconv: move ts scale to options context.Anton Khirnov2011-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
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
* cmdutils: add codec_opts parameter to setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* cmdutils: clarify documentation for filter_codec_opts()Stefano Sabatini2011-07-28
* cmdutils: clarify documentation for setup_find_stream_info_opts()Stefano Sabatini2011-07-28
* 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
* cmdutils: add opt_default2().Anton Khirnov2011-06-16
* cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
* Clean up #includes in cmdutils.h.Diego Biurrun2011-05-19
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-10
* Make ffmpeg support generic data streamLuca Barbato2011-05-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-24
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-18
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-12
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-02
* User application side of Codec specific parameters.Michael Niedermayer2010-09-29
* Make new doxy follows the agreed upon style and grammaticalStefano Sabatini2010-09-28
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-28
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-02
* Grammar fixesMåns Rullgård2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Document cmdutils.c:print_error().Stefano Sabatini2010-05-07
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add -timelimit optionMåns Rullgård2010-01-20
* Implement a -pix_fmts option for listing all the supported pixelStefano Sabatini2009-12-21
* Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can beStefano Sabatini2009-12-12
* Implement a -filters option, listing all the available libavfilterStefano Sabatini2009-12-12
* Split show_formats().Michael Niedermayer2009-11-19
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-16
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06