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-12-17Merge commit '456e93bfdd4cbc5e995dea415019abd0703d0e16'Michael Niedermayer
2014-12-17Merge commit '2f628d5943c12389c07d652d23d3916997f9f0f6'Michael Niedermayer
2014-12-17dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö
2014-12-17dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö
2014-12-17avformat/mov: fix integer overflow of sizeMichael Niedermayer
2014-12-17avformat/mov: check atom nesting depthMichael Niedermayer
2014-12-16avformat/hlsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-16avformat/flvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-16avformat/hdsenc: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-16avformat/hlsenc: fix hls_write_trailer() on hls_start() failureChristian Suloway
2014-12-16Merge commit '6f4364aba9d70dc5fd9f1c88b9c03bf9ea893d40'Michael Niedermayer
2014-12-16mov: Fix handling of zero-length metadata valuesMartin Storsjö
2014-12-15lavf/concatdec: handle NOPTS start_time.Nicolas George
2014-12-15avformat/xmv: Check return code of ff_alloc_extradata()Michael Niedermayer
2014-12-15avformat/flic: se av_freep() to avoid leaving stale extradata pointerMichael Niedermayer
2014-12-15avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale extradata pointerMichael Niedermayer
2014-12-15avformat/xmv: use av_freep() to avoid leaving stale extradata pointerMichael Niedermayer
2014-12-15matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang
2014-12-15avformat/assenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-15avformat/avidec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-15lavf/mxfdec: Fix memleaks reading corrupt files.Carl Eugen Hoyos
2014-12-15lavf/mxfdec: Factorize mxf_read_close().Carl Eugen Hoyos
2014-12-15avformat/dv: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-12-14avformat/utils: Do not update programs streams from program-less streams in u...Michael Niedermayer
2014-12-14avformat/mp3dec: Name the dummy variable as what it is, to avoid confusionMichael Niedermayer
2014-12-14avformat/aviobuf: Check that avio_seek() target is non negativeMichael Niedermayer
2014-12-14avcodec/xiph: mark returned header pointers const from avpriv_split_xiph_head...Michael Niedermayer
2014-12-14avformat/nutenc: store the actual r_frame_rate in the corresponding field if ...Michael Niedermayer
2014-12-14avformat/utils: use r_frame_rate only in the demuxer for ff_compute_frame_dur...Michael Niedermayer
2014-12-13fix "than" typoMichael Niedermayer
2014-12-13avformat/utils: Do not estimate the container bitrate from the streams if one...Michael Niedermayer
2014-12-13avformat/mov: Simplify code by using OFFSET() and FLAGS macrosMichael Niedermayer
2014-12-13avformat/utils: check for malloc failurewm4
2014-12-11avformat/mov: Disable XMP metadata by defaultMichael Niedermayer
2014-12-11avformat/avidec: Do not fail for crazy start timesGabor Nagy
2014-12-11Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae'Michael Niedermayer
2014-12-11avformat/hlsenc: added segment file deletionChristian Suloway
2014-12-10dashenc: Change the duration fields to 64 bitMartin Storsjö
2014-12-10avformat/yuv4mpegdec: fix "warning: field_order may be used uninitialized in ...Michael Niedermayer
2014-12-10avformat/flvdec: fix potential use of uninitialized variablesMichael Niedermayer
2014-12-10avformat/avidec: Increase dshow_block_align use threshold by 1Gabor Nagy
2014-12-10Merge commit 'fa8934d6d6a0bb290010bdf16265c40b331d56fb'Michael Niedermayer
2014-12-10Merge commit '95d880fa6436f3b557a9c060428a04b9e4d552df'Michael Niedermayer
2014-12-10dashenc: log file output progress in verbose modeBryan Huh
2014-12-10rtpproto: Fix the input RTP data format checkMartin Storsjö
2014-12-10Allow mov musing if the ac3 parser was disabled.Carl Eugen Hoyos
2014-12-09Merge commit 'fccfc22d1f304aef42a0b960e4c1d55ce67107f5'Michael Niedermayer
2014-12-09avformat/crypto: fix key vs iv typoMichael Niedermayer
2014-12-09avformat/utils: change assert to av_assert0()Michael Niedermayer
2014-12-09avformat/utils: replace impossible condition by av_assert0() in ff_gen_search()Michael Niedermayer