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
2012-02-13Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-01-31lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-01-31lavc: add avcodec_is_open().Anton Khirnov
2012-01-27lavc: remove disabled FF_API_PARSE_FRAME cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ER cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_DRC_SCALE cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-27lavc: remove the deprecated "ab" option.Anton Khirnov
2012-01-21threads: change the default for threads back to 1Janne Grunau
2012-01-21lavc: rename err_filter option to err_detect and document itDustin Brody
2012-01-12lavc: ifdef out parse_only AVOptionAnton Khirnov
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-23options: set minimum for "threads" to zeroJanne Grunau
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-19avcodec: use av_opt_set() instead of deprecated av_set_string3()Justin Ruggles
2011-11-19avcodec: fix some const warningsJustin Ruggles
2011-11-19avcodec: remove pointless AVOption, internal_buffer_countJustin Ruggles
2011-11-04libx264: Set the default of the rc_lookahead option to -1Martin Storsjö
2011-11-04avcodec: Set flags2 default value depending on availabilityMartin Storsjö
2011-11-03avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö
2011-10-22add -err_filter AVOptions to access flag-based error recognitionDustin Brody
2011-10-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov
2011-10-14lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-05lavc: use designated initializers for av_codec_context_classAnton Khirnov
2011-10-01lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov
2011-09-21ac3dec: actually use drc_scale private optionAnton Khirnov
2011-09-11avconv: remove me_threshold option.Anton Khirnov
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-07libx264: add 'direct-pred' private optionAnton Khirnov
2011-09-07libx264: add 'partitions' private optionAnton Khirnov
2011-09-06libx264: add 'cplxblur' private optionAnton Khirnov
2011-09-06libx264: add 'deblock' private optionAnton Khirnov
2011-09-06libx264: add 'b-bias' private optionAnton Khirnov
2011-09-06libx264: fix setting some options.Anton Khirnov
2011-09-04lavc: fix type for thread_type optionAnton Khirnov
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
2011-08-31mpeg12: add 'scan_offset' private option.Anton Khirnov
2011-08-31h263/p encoder: add 'structured_slices' private option.Anton Khirnov