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-10-25Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-10-25Merge commit 'be209bdabb11c59de17220bdbf0bf9c9f7cc16f5' into release/0.10Michael Niedermayer
2012-10-22lavc: remove stats_out from the options table.Anton Khirnov
2012-10-18libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles
2012-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-02-26lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov
2012-02-26lavc: add avcodec_is_open().Anton Khirnov
2012-01-22lavc: Mark the err_detect constants as audio+video as they also apply to audio.Michael Niedermayer
2012-01-22error_detection: put the old error detection constants back.Michael Niedermayer
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12lavc: ifdef out parse_only AVOptionAnton Khirnov
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02mpegenc: use avctx->slices as number of slicesJanne Grunau
2012-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31threads: default to automatic thread count detectionJanne Grunau
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-23options: set minimum for "threads" to zeroJanne Grunau
2011-12-05lavc: Add a AVClass for AVFrames.Michael Niedermayer
2011-11-28mpeg12: raise timecode to codec context.Clément Bœsch
2011-11-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22add -err_filter AVOptions to access flag-based error recognitionDustin Brody
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov
2011-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-05lavc: use designated initializers for av_codec_context_classAnton Khirnov
2011-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-01lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov
2011-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-21Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov
2011-09-21ac3dec: actually use drc_scale private optionAnton Khirnov
2011-09-18lavc: add CODEC_FLAG2_SHOW_ALLMichael Niedermayer
2011-09-12libx264: fix overwriting preset rc_lookaheadAndrew Wason
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer