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
2015-11-26ffmpeg: Use correct codec_id for av_parser_change() checkMichael Niedermayer
2015-11-26ffmpeg: Check av_parser_change() for failureMichael Niedermayer
2015-11-26ffmpeg: Check for RAWVIDEO and do not relay only on AVFMT_RAWPICTUREMichael Niedermayer
2015-11-26ffmpeg: check avpicture_fill() return valueMichael Niedermayer
2015-07-28ffmpeg: Fix crash with ost->last_frame allocation failureMichael Niedermayer
2015-07-28ffmpeg: Fix cleanup with ost = NULLMichael Niedermayer
2015-07-28ffmpeg: Do not use the data/size of a bitstream filter after failureMichael Niedermayer
2015-07-28ffmpeg: Free last_frame instead of just unrefMichael Niedermayer
2015-05-21ffmpeg: remove incorrect network deinitMichael Niedermayer
2015-04-17ffmpeg: Fix extradata allocationMichael Niedermayer
2015-01-09ffmpeg: Clear error message array at init.Michael Niedermayer
2014-12-03ffmpeg: drop usage of coded_frameMichael Niedermayer
2014-11-30ffmpeg: take bsf arguments from the command lineChristophe Gisquet
2014-11-27ffmpeg: Print a debug message if the frame parameters mismatch the contextMichael Niedermayer
2014-11-19ffmpeg: skip duration cliping for passthrough & drop modesMichael Niedermayer
2014-11-19ffmpeg: Check duration for overlap and clip in fps cfr/vfr codeMichael Niedermayer
2014-11-19ffmpeg: Use input packet duration in vfr/cfr code if available and validMichael Niedermayer
2014-11-19ffmpeg: fix printed timestamp for droped framesMichael Niedermayer
2014-11-19ffmpeg: better CFR frame duplication selectionMichael Niedermayer
2014-11-19ffmpeg: fix variable type for end charMichael Niedermayer
2014-11-17ffmpeg: Fix last newline at log level less than "info"Michael Niedermayer
2014-10-24Merge commit '88b32673db39440422a73ec3047d3326c96b4fb2'Michael Niedermayer
2014-10-24Merge commit 'd0c093021943e9b9c23528b12cd61ca2a5b01b4f'Michael Niedermayer
2014-10-23ffmpeg: avoid endlessly reading from one input while another is unavailableMichael Niedermayer
2014-10-18Merge commit '59b55c494e01de09dfd7cbf9cbbe7223265ac283'Michael Niedermayer
2014-10-17Merge commit 'c92965dbfbb7e2b49df14db2fd0e23a29295730a'Michael Niedermayer
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