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
2019-11-29avformat/avio: Use ffurl_closepAndreas Rheinhardt
2019-11-29lavf/vividas: check avformat_new_stream() returnJun Zhao
2019-11-29avformat/vividas: Avoid allocation of AVIOContextAndreas Rheinhardt
2019-11-28avformat/avc: write the missing bits in the AVC Decoder Configuration BoxJames Almer
2019-11-28avformat/movenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt
2019-11-28avformat/matroskaenc: Avoid allocation for small dynamic buffersAndreas Rheinhardt
2019-11-28avformat/id3v2enc: Avoid allocation for small tagsAndreas Rheinhardt
2019-11-28avformat/avc: Avoid allocation for small SPS/PPS arraysAndreas Rheinhardt
2019-11-28avformat/av1: Avoid allocation for small headersAndreas Rheinhardt
2019-11-28avformat/apetag: Avoid allocation for small tagsAndreas Rheinhardt
2019-11-28avformat/aviobuf: Avoid allocating buffer when using dynamic bufferAndreas Rheinhardt
2019-11-28avformat/flacenc: Add const to ff_flac_write_header() parameterAndreas Rheinhardt
2019-11-28avcodec: add mvha video decoderPaul B Mahol
2019-11-28avcodec: add mvdv video decoderPaul B Mahol
2019-11-27avformat/hls: correct grammatical errors of m3u8_hold_counters optionSteven Liu
2019-11-26avformat/hlsenc: set strict_std_compliance from the parent AVFormatContextSteven Liu
2019-11-25avformat/hls: add option for the m3u8 list load max timesSteven Liu
2019-11-25avformat/vividas: Error out on audio packets in the absence of audio streamsMichael Niedermayer
2019-11-25avformat/vividas: Check and require 1 video streamMichael Niedermayer
2019-11-24avformat/matroskaenc: Remove outdated commentAndreas Rheinhardt
2019-11-24avformat/matroskaenc: Fix potential leak of cached packetAndreas Rheinhardt
2019-11-23avformat/mxfenc: simplify d-10 ul handlingBaptiste Coudurier
2019-11-23avformat/mxfenc: simplify dv ul handlingBaptiste Coudurier
2019-11-23avformat/dvenc: support muxing dvcprohdBaptiste Coudurier
2019-11-22avformat/av1: Fix leak of dynamic buffer in case of parsing failureAndreas Rheinhardt
2019-11-20avformat/vividas: Add EOF check in val_1 loop in track_header()Michael Niedermayer
2019-11-20avformat/matroskadec: Fix default value of BlockAddIDAndreas Rheinhardt
2019-11-18avformat/flacdec: Remove useless packetAndreas Rheinhardt
2019-11-18lavf/Makefile: Specify sln demuxer requirements.Carl Eugen Hoyos
2019-11-17lavf/rtmpproto: fix the playpath truncation if the len > 512Jun Zhao
2019-11-17avformat/mp3dec: Check for occurances of headers within frames during probingLimin Wang
2019-11-17avformat/mp3dec: Check that the frame fits within the probe bufferMichael Niedermayer
2019-11-16avformat/mov: fix typo in help textZhao Zhili
2019-11-16avformat/av1dec: simplify annexb_probe()James Almer
2019-11-14avformat/av1dec: Redo flushing of bsfAndreas Rheinhardt
2019-11-14avformat/id3v2: Avoid av_strdup for key and value of dictAndreas Rheinhardt
2019-11-13avformat/mxfenc: correctly set width values for dvcprohdBaptiste Coudurier
2019-11-13avformat/hlsenc: free the original malloc pointer to avoid error when system ...Limin Wang
2019-11-13avformat/hls: continue to play enabled playlist when have failed playlistSteven Liu
2019-11-13avformat: add an AV1 Annex B demuxerJames Almer
2019-11-11avformat/mp3dec: replace SAME_HEADER_MASK with MP3_MASKLimin Wang
2019-11-11avformat/mp3dec: cosmeticsLimin Wang
2019-11-09avformat/flvenc: Check pts for mpeg4/h264 (which need the value)Michael Niedermayer
2019-11-09avformat/vividas: Fix n_sb_blocks CheckMichael Niedermayer
2019-11-09avformat/mlvdec:drop unnecessary check before ff_format_io_closeSteven Liu
2019-11-08avformat/mxfdec: cleanup on "essence prior to first PartitionPack"Michael Niedermayer
2019-11-08lavf/dashdec: drop unnecessary check before ff_format_io_closeJun Zhao
2019-11-08lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxerJun Zhao
2019-11-08lavf/hls: support probesize/max_analyze_duration when open sub-demuxerJun Zhao
2019-11-08lavf/flvenc: Cosmetics: fix indentationJun Zhao