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-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
2014-05-20ffmpeg/set_encoder_id: dont allocate encoder string if one is already setMichael Niedermayer
2014-05-20ffmpeg: use av_fifo_alloc_arrayLukasz Marek
2014-05-19ffmpeg/do_video_stats: fix used timebaseMichael Niedermayer
2014-05-19ffmpeg: set dts for subtitlesMichael Niedermayer
2014-05-19ffmpeg: add last_mux_dts_plus_durationMichael Niedermayer
2014-05-19Merge commit 'dc40d88625d7e402d58ac3f3df69fbf27aa31ea0'Michael Niedermayer
2014-05-19ffmpeg: Use av_gettime_relative()Olivier Langlois
2014-05-19ffmpeg: prefix encoder with "Lavc " in bitexact modeMichael Niedermayer
2014-05-19ffmpeg: Skip writing the version when -flags bitexact is usedMichael Niedermayer
2014-05-18Merge commit '6656370b858329ca07a60a2de954d5e90daa0206'Michael Niedermayer
2014-05-18Merge commit '93afb6c98df876b15e3d911a9450ad55f92080ce'Michael Niedermayer
2014-05-16ffmpeg: bitstream filters require split out side dataMichael Niedermayer
2014-05-08ffmpeg: use av_fifo_freepLukasz Marek
2014-05-05Merge commit '9580818c5d934bde65a95efd2cee61c174721092'Michael Niedermayer
2014-05-05Merge commit '01947f07b81a57fb1e15114b710f6d5ae4f70a11'Michael Niedermayer
2014-05-05Merge commit '65ed9e7585e86e6c728bc762ac9944b157e39f8d'Michael Niedermayer
2014-05-05Merge commit '650a5206a944fd36a42d92f98e745972056b1f7c'Michael Niedermayer
2014-05-05Merge commit 'f3a6ad22c977c8fea87c4c5e4535061db6324d66'Michael Niedermayer
2014-05-05Merge commit '73ed8558a61c4f1d0ce8d1f35183ac1a0a4e31e3'Michael Niedermayer
2014-05-02ffmpeg: put the sizeof() second in av_malloc_array()Michael Niedermayer
2014-05-01ffmpeg: use av_malloc_array()Michael Niedermayer
2014-04-30ffmpeg: dont print "Conversion failed" if conversion has never startedMichael Niedermayer
2014-04-29ffmpeg: print an error at the end if conversion failedMichael Niedermayer
2014-04-22Merge commit '1ae8198bca749a0cff205196cc83d35b9962849b'Michael Niedermayer
2014-04-18ffmpeg: fix mixed merged & split side data with the stream->packet hackMichael Niedermayer
2014-04-11ffmpeg: stop protocols on interrupt when no transcoding has happened yetMichael Niedermayer
2014-04-04ffmpeg: frame droping due to fps should not be a warningMichael Niedermayer