summaryrefslogtreecommitdiffstats
path: root/cmdutils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-0/+63
|\
| * Handle unicode file names on windowsKirill Gavrilov2011-04-241-0/+63
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * avio: deprecate av_protocol_next().Anton Khirnov2011-04-081-12/+8
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Prefer codec specific options over global ones, allowing codecBaptiste Coudurier2011-04-191-37/+42
* | In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier2011-04-161-2/+3
* | cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-04-161-0/+2
* | Add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-161-0/+2
* | cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-03-261-10/+0
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-2/+2
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-2/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-4/+4
|\ \ | |/
| * use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-2/+2
| * replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-2/+2
| * Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-161-2/+3
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-2/+0
| * cmdutils: fix codec-specific options from presetJames Zern2011-02-051-2/+10
| * cmdutils: fix opt_values leakJames Zern2011-02-051-0/+2
| * Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-241-1/+1
| * libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-201-1/+1
* | Add a dummy option -i to ffplay so that it is easy to switch between ffmpeg -...Benjamin Larsson2011-03-081-0/+2
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-181-2/+3
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-2/+0
* | Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-071-27/+0
* | cmdutils: fix codec-specific options from presetJames Zern2011-02-061-2/+10
* | cmdutils: fix opt_values leakJames Zern2011-02-061-0/+2
* | Make this_year static to cmdutils.cDiego Elio Pettenò2011-01-261-1/+1
* | libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski2011-01-211-1/+1
|/
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-181-1/+1
* Disable initialization of the swscale sws_opts context inStefano Sabatini2011-01-041-0/+4
* ReindentMartin Storsjö2011-01-031-2/+2
* Use AVOption for muxers in ffmpeg.Anssi Hannula2011-01-021-1/+15
* Update current year to 2011. Happy New Year!Justin Ruggles2011-01-011-1/+1
* Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini2010-11-221-3/+3
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-041-0/+30
* Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini2010-10-181-0/+22
* Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini2010-10-121-0/+41
* Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger2010-10-021-0/+19
* User application side of Codec specific parameters.Michael Niedermayer2010-09-291-2/+26
* All else being equal, prefer PTS over DTS in timestamp correctionAlexander Strange2010-09-281-1/+1
* Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange2010-09-281-0/+27
* Add more missing checks in opt_default(), prevent a crash ifStefano Sabatini2010-09-251-1/+1
* Add missing existence checks in opt_default().Stefano Sabatini2010-09-241-2/+2
* Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini2010-09-201-0/+5
* Extend show_protocols() to make it print information about input,Stefano Sabatini2010-07-291-2/+11
* Factorize indent definition in PRINT_LIB_INFO().Stefano Sabatini2010-07-221-3/+4
* Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO().Stefano Sabatini2010-07-221-26/+17
* Rename:Stefano Sabatini2010-07-221-12/+12
OpenPOWER on IntegriCloud