summaryrefslogtreecommitdiffstats
path: root/cmdutils.h
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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
OpenPOWER on IntegriCloud