summaryrefslogtreecommitdiff
path: root/cmdutils.h
Commit message (Expand)AuthorAge
* lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-19
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-18
|\
| * cmdutils: add opt_default2().Anton Khirnov2011-06-16
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
| * multiple inclusion guard cleanupDiego Biurrun2011-05-21
* | cmdutils: remove unnecessary OPT_DUMMY implementationStefano Sabatini2011-06-05
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-05
* | cmdutils: move "#undef main" from ffplay.c to cmdutils.hCarl Eugen Hoyos2011-06-03
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-28
* | preset dir for win32Gianluigi Tiesi2011-05-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-19
|\|
| * Clean up #includes in cmdutils.h.Diego Biurrun2011-05-19
| * cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-04
|\|
| * 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
* | cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-03-26
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-08
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-07
* | Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-26
|/
* 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
* Implement read_yesno().Stefano Sabatini2009-03-18
* Rename avctx_opts to avcodec_opts.Stefano Sabatini2009-03-03
* Fix typo: explixitly -> explicitly.Stefano Sabatini2009-02-19
* Implement a var for containing the current year number rather thanStefano Sabatini2009-01-18
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ...Diego Biurrun2008-10-04
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-28
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
* Update documentation of show_version() to account for latest changes.Stefano Sabatini2008-05-27