Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06cmdutils: fix codec-specific options from presetJames Zern
2011-02-06cmdutils: fix opt_values leakJames Zern
2011-01-25Make this_year static to cmdutils.cDiego Elio Pettenò
2011-01-20libavcodec minor version is > 99 so fix the formatingGeorgi Chorbadzhiyski
2011-01-18Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard
2011-01-04Disable initialization of the swscale sws_opts context inStefano Sabatini
2011-01-03ReindentMartin Storsjö
2011-01-02Use AVOption for muxers in ffmpeg.Anssi Hannula
2011-01-01Update current year to 2011. Happy New Year!Justin Ruggles
2010-11-23Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],Stefano Sabatini
2010-11-05Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini
2010-10-18Implement a common get_filtered_video_frame(), shared between ffplay.cStefano Sabatini
2010-10-12Factorize definition of the output_filter defined in both ffplay.c andStefano Sabatini
2010-10-02Add init and uninit functions to cmdutils, reduces code duplicationReimar Döffinger
2010-09-30User application side of Codec specific parameters.Michael Niedermayer
2010-09-28All else being equal, prefer PTS over DTS in timestamp correctionAlexander Strange
2010-09-28Extract timestamp correction code from ffplay.c to cmdutils.cAlexander Strange
2010-09-25Add more missing checks in opt_default(), prevent a crash ifStefano Sabatini
2010-09-24Add missing existence checks in opt_default().Stefano Sabatini
2010-09-21Move log_callback_help to cmdutils.[hc], for allowing sharing.Stefano Sabatini
2010-07-30Extend show_protocols() to make it print information about input,Stefano Sabatini
2010-07-22Factorize indent definition in PRINT_LIB_INFO().Stefano Sabatini
2010-07-22Merge maybe_print_config() and PRINT_LIB_CONFIG() in PRINT_LIB_INFO().Stefano Sabatini
2010-07-22Rename:Stefano Sabatini
2010-07-22Reindent.Stefano Sabatini
2010-07-22Increase flexibility of PRINT_LIB_VERSION(), make it accept a flagsStefano Sabatini
2010-07-21Add libavcore.Stefano Sabatini
2010-06-10Make all the numeric options accept in input an expression which isStefano Sabatini
2010-05-23Open 2-pass logfile in binary mode for both reading and writing.Ramiro Polla
2010-05-09Fix build with swscale disabledMåns Rullgård
2010-05-06Reindent after the last commit.Stefano Sabatini
2010-05-06Simplify print_error(), directly use av_strerror()/strerror() forStefano Sabatini
2010-05-06Make print_error() use strerror() in case av_strerror() fails.Stefano Sabatini
2010-04-16AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla
2010-04-02Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini
2010-03-31Issue a more general message when the function which sets an optionStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-27Use av_strerror() in print_error().Stefano Sabatini
2010-03-18Remove printing of frame sizes and frame rate abbreviations fromStefano Sabatini
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-06Make opt_default() look for options in sws_opts only if sws_opts isStefano Sabatini
2010-02-22Make opt_default() print an error message and exit if the optionStefano Sabatini
2010-02-18FFmpeg is a collective effort so allowing a single name in a banner isStefano Sabatini
2010-02-11Extend show_pix_fmts(), make it show input/output support forStefano Sabatini
2010-02-10Check for setrlimit()Måns Rullgård
2010-02-07Make parse_options() explicitely handle the case where an opt_func2Stefano Sabatini