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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-15Merge commit '557d4c4ecae080729e68df54ed2bd8420d0f037a'Michael Niedermayer
2014-10-14ffmpeg: Fix stream copy with initial_paddingMichael Niedermayer
2014-09-27Merge commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8'Michael Niedermayer
2014-09-23ffmpeg: replace impossible dts/pts combinations by a reasonable guess instead...Michael Niedermayer
2014-09-11ffmpeg: Do av_buffersink_set_frame_size() when reconfiguring the filtergraph ...Michael Niedermayer
2014-09-07ffmpeg: Copy extradata if it has been initialized later from the encoderMichael Niedermayer
2014-09-01ffmpeg: Enable compute_edt only when the subtitles are used for a output stre...Michael Niedermayer
2014-09-01avcodec/dvbsubdec: make compute_edt user settableMichael Niedermayer
2014-08-29ffmpeg: Fix missing {} in Stream to Packet side data codeMichael Niedermayer
2014-08-16Drop remaining unneeded != NULLMichael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15ffmpeg: remove 32 channel limit from audio_channels_mapMichael Niedermayer
2014-08-15ffmpeg: fix streamcopy with side dataChristophe Gisquet
2014-08-14Merge commit 'aa51b0492bfced6d650fb5ff419e2b13fde6833d'Michael Niedermayer
2014-08-04ffmpeg: Do not fail if a demuxer and decoder use the same option identiferMichael Niedermayer
2014-07-15ffmpeg: Fix copying timebase to muxer contextMichael Niedermayer
2014-07-14ffmpeg: Use av_stream_get_parser() to avoid ABI issuesMichael Niedermayer
2014-07-12ffmpeg: fix integer overflows with sub->*display_timeMichael Niedermayer
2014-07-09ffmpeg: remove common factors from copied timebaseMichael Niedermayer
2014-07-09Merge commit '3f3232a371cc88696184d9aef1f812656264e56c'Michael Niedermayer
2014-07-02ffmpeg: check av_opt_set_dict() returnMichael Niedermayer
2014-06-27ffmpeg: fix deadlock regression in threading error handingSergey
2014-06-23ffmpeg: fix reinitializing with threads while flushingMichael Niedermayer
2014-06-22ffmpeg: fix transcoding dvbsub to dvbsubAnshul Maheshwari
2014-06-21ffmpeg: fix memleak and corruption of AVSubtitle with multiple outputsAnshul Maheshwari
2014-06-20Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251'Michael Niedermayer
2014-06-17Merge commit '71d6551e674c86d07c165439c2bf6613b3892307'Michael Niedermayer
2014-06-15ffmpeg: for h264 we need has_b_frames from the decoderMichael Niedermayer
2014-06-15ffmpeg: print values of mismatching has_b_framesMichael Niedermayer
2014-06-14ffmpeg: Fix bitstream filters manipulating AVCodecContextMichael Niedermayer
2014-06-12Merge commit '48e50921337984ba4ec2c1cafe45d43787f84498'Michael Niedermayer
2014-06-05ffmpeg: prevent pts < dts to be passed through to the muxer on stream copyMichael Niedermayer
2014-06-04Merge commit '39ec5e1cf8444f827c42effb76e5694e091bbff3'Michael Niedermayer
2014-06-03fix various typosLou Logan
2014-06-03ffmpeg: try to use the more fitting of the 2 encoder contextsMichael Niedermayer
2014-06-03ffmpeg: use av_log_ask_for_sample() instead of duplicating avpriv_request_sam...Michael Niedermayer
2014-06-03Loose mplayer in MPlayer/incoming/Michael Niedermayer
2014-06-03Add direct link to ML in missing_feature_sample()Michael Niedermayer
2014-06-03ffmpeg: request sample if the decoder & demuxer has_b_frames mismatchMichael Niedermayer
2014-06-03ffmpeg: remove "has_b_frames" backpassingMichael Niedermayer
2014-06-01ffmpeg: Fix encoder names in printoutMichael Niedermayer
2014-06-01ffmpeg: fix for-muxer AVCodecContext stuffMichael Niedermayer
2014-06-01Merge commit '383136264ef40452efd86cafb2d7221cd3830b3d'Michael Niedermayer
2014-06-01ffmpeg: add note about why has_b_frame is copied and when it can be removedMichael Niedermayer
2014-06-01ffmpeg: replace remaining, ffmpeg specific ist->st->codec by ist->dec_ctxMichael Niedermayer
2014-06-01ffmpeg: copy b frame codec delay back from decoder to demuxerMichael Niedermayer
2014-06-01Merge commit '41776ba9c0ebbb71394cefdf7dd1b243e6c852d5'Michael Niedermayer
2014-05-30ffmpeg: fix check for muxing overhead being unknownMichael Niedermayer
2014-05-26ffmpeg: use thread message API.Nicolas George
2014-05-21ffmpeg: use av_stream_get_end_pts()Michael Niedermayer