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
2015-12-15movenc: support cenc (common encryption)erankor
2015-12-13avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer
2015-12-13lavf/tee: fix side data double free.Nicolas George
2015-12-13avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer
2015-12-13avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer
2015-12-13avformat/mxfenc: Fix integer overflow in length computationMichael Niedermayer
2015-12-13avformat/segment: Fix memory leak of cur_entry.filenameLvqier
2015-12-12lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos
2015-12-12avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-12-11diracdec: Extract version parametersKieran Kunhya
2015-12-10diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya
2015-12-09lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky
2015-12-09avformat/rmdec: Fix use of uninitialized variableMichael Niedermayer
2015-12-09avformat/flacdec: remove unused return code assignmentMichael Niedermayer
2015-12-09avformat/matroskaenc: Check codecdelay before useMichael Niedermayer
2015-12-08Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'Hendrik Leppkes
2015-12-08lavf/mxfdec: fix seeking before the first keyframeMarton Balint
2015-12-07Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'Hendrik Leppkes
2015-12-07Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes
2015-12-07Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'Hendrik Leppkes
2015-12-07Remove Redundant Entry of MPEG2 Video DescAnshul Maheshwari
2015-12-06avformat/movenc-test: correct varargs usageGanesh Ajjanagadde
2015-12-06avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-05avformat/smacker: fix integer overflow with pts_incMichael Niedermayer
2015-12-05libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck
2015-12-04avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer
2015-12-04avformat/msf: Check channels when reading the headerMichael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-04ffmdec: reject zero-sized chunksAndreas Cadhalpun
2015-12-04ffmdec: only seek back at EOF if a server is attachedAndreas Cadhalpun
2015-12-04avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer
2015-12-04avformat/movenc: HE-AAC correct FourCC in ISMLYann Coupin
2015-12-04avformat/mpjpegdec: Fix "libavformat/mpjpegdec.c:269:9: warning: passing argu...Michael Niedermayer
2015-12-04mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge
2015-12-04avformat/utils: Fix "libavformat/utils.c:927:35: runtime error: signed intege...Michael Niedermayer
2015-12-03avformat/riffdec: remove special case for bitrate > 32bitMichael Niedermayer
2015-12-03avformat/riffdec: Initialize bitrateMichael Niedermayer
2015-12-03lavf/mpegts: use AVERROR_INVALIDDATA instead of AVERROR(EINTR).Nicolas George
2015-12-03lavf/lxfdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-12-03lavf/mpeg: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-12-03lavf/flvdec: use FFERROR_REDO instead of AVERROR(EAGAIN).Nicolas George
2015-12-03lavf: add FFERROR_REDO to let demuxers return no packet.Nicolas George
2015-12-03mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs
2015-12-03avformat/mpjpegdec: fix mixed declarations and codeJames Almer
2015-12-03avformat/utils: Move end_time1 AV_NOPTS_VALUE Check after rescaleMichael Niedermayer
2015-12-03avformat/utils: Check AVFormatContext->duration in compute_chapters_end() bef...Michael Niedermayer
2015-12-03avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato
2015-12-03avi: Use the correct data typeLuca Barbato
2015-12-03avi: Validate the stream-id for DV as wellMichael Niedermayer