summaryrefslogtreecommitdiff
path: root/cmdutils.c
Commit message (Expand)AuthorAge
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-03-26
* Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-17
* Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-17
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-16
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-16
| * Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * cmdutils: fix codec-specific options from presetJames Zern2011-02-05
| * cmdutils: fix opt_values leakJames Zern2011-02-05
| * Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-24
| * libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-20
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-08
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-18
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-07
* | cmdutils: fix codec-specific options from presetJames Zern2011-02-06
* | cmdutils: fix opt_values leakJames Zern2011-02-06
* | Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-26
* | libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-21
|/
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-18
* Disable initialization of the swscale sws_opts context inStefano Sabatini2011-01-04
* ReindentMartin Storsjö2011-01-03
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-02
* Update current year to 2011. Happy New Year!Justin Ruggles2011-01-01
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-22
* 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
* All else being equal, prefer PTS over DTS in timestamp correctionAlexander Strange2010-09-28
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-28
* Add more missing checks in opt_default(), prevent a crash ifStefano Sabatini2010-09-25
* Add missing existence checks in opt_default().Stefano Sabatini2010-09-24
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-20
* Extend show_protocols() to make it print information about input,Stefano Sabatini2010-07-29
* Factorize indent definition in PRINT_LIB_INFO().Stefano Sabatini2010-07-22
* Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO().Stefano Sabatini2010-07-22
* Rename:Stefano Sabatini2010-07-22
* Reindent.Stefano Sabatini2010-07-22
* Increase flexibility of PRINT_LIB_VERSION(), make it accept a flagsStefano Sabatini2010-07-22
* Add libavcore.Stefano Sabatini2010-07-21
* Make all the numeric options accept in input an expression which isStefano Sabatini2010-06-09
* Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla2010-05-22
* Fix build with swscale disabledMåns Rullgård2010-05-09
* Reindent after the last commit.Stefano Sabatini2010-05-05
* Simplify print_error(), directly use av_strerror()/strerror() forStefano Sabatini2010-05-05
* Make print_error() use strerror() in case av_strerror() fails.Stefano Sabatini2010-05-05
* AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla2010-04-16