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
2020-05-06avformat/utils: move is_intra_only() to header and rename to ff_is_intra_only()Limin Wang
2020-05-06avformat/rtmpproto: use av_reallocp_array()Limin Wang
2020-05-06avformat/smoothstreamingenc: use av_reallocp_array()Limin Wang
2020-05-06avformat/matroskaenc: Check allocations implicit in dynamic buffersAndreas Rheinhardt
2020-05-06avformat/matroskaenc: Simplify writing bufferAndreas Rheinhardt
2020-05-06avformat/matroskaenc: Avoid dynamic buffer when writing ColourAndreas Rheinhardt
2020-05-06avformat/matroskaenc: Unify writing level 1 elements preliminarilyAndreas Rheinhardt
2020-05-06avformat/matroskaenc: Move adding SeekEntry into end_ebml_master_crc32()Andreas Rheinhardt
2020-05-06avformat/hlsenc: Improve checks for invalid stream mappingsAndreas Rheinhardt
2020-05-06lavf/dashdec: support larger manifestsrcombs
2020-05-06avformat/url: check url root node when rel include double dot and trim double...Steven Liu
2020-05-06avformat/hlsenc: resend full url of the init fragment mp4Steven Liu
2020-05-06libavformat/hlsenc: Allow usage of 'periodic-rekey' with multi-variant streamsYaroslav Pogrebnyak
2020-05-06avformat/hlsenc: compute segment duration use current pts minus last segment ...Steven Liu
2020-05-05avformat: add demuxer for Pro Pinball Series' SoundbanksZane van Iperen
2020-05-05avformat/nutenc: Write size into right dynamic bufferAndreas Rheinhardt
2020-05-05avformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_length to nutenc.cAndreas Rheinhardt
2020-05-05avformat/nutenc: Add goto fail in nut_write_headers()Andreas Rheinhardt
2020-05-05avformat/nutenc: Reuse dynamic buffers when possibleAndreas Rheinhardt
2020-05-05libavformat/nutenc: Remove redundant function parameterAndreas Rheinhardt
2020-05-05avformat/mxfdec: reindent codeLimin Wang
2020-05-04avformat/matroskadec: Free right buffer on errorAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Check mimetypes earlierAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Fix memleak upon encountering bogus chapterAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Make sure UIDs of delayed chapters are != 0Andreas Rheinhardt
2020-05-03avformat/vorbiscomment: Switch to AVIOContext from bytestream APIAndreas Rheinhardt
2020-05-03avformat/vorbiscomment: Replace AVDictionary ** by const AVDictionary *Andreas Rheinhardt
2020-05-03avformat/matroskaenc: Replace impossible condition with assertAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Write SeekHead when livestreamingAndreas Rheinhardt
2020-05-03avformat/matroskaenc: Only write Cluster if it has in fact been openedAndreas Rheinhardt
2020-05-03avformat/libsrt: change open_timeout to int64_t to avoid integer overflowLimin Wang
2020-05-03avformat/libsrt: clarify option description for timeout and latency unit of m...Limin Wang
2020-05-02avformat/oggdec: Reallocate buffer before writing into itMichael Niedermayer
2020-05-02avformat/oggdec: Factor buffer reallocation outMichael Niedermayer
2020-05-01avformat/hlsenc: add support for microseconds since epoch based sequence numberMarton Balint
2020-05-01avformat/concat: priv_data should be freed internallyLimin Wang
2020-05-01avformat/dashenc: remove the arbitrary restrictions for filenameLimin Wang
2020-05-01avformat/matroskadec: CosmeticsAndreas Rheinhardt
2020-05-01avformat/matroskadec: Support ContentCompression for all codecsAndreas Rheinhardt
2020-05-01avformat/matroskadec: Cache whether a track needs to be decodedAndreas Rheinhardt
2020-05-01avformat/matroskadec: Improve forward compabilityAndreas Rheinhardt
2020-05-01avformat/matroskadec: Don't discard valid packetsAndreas Rheinhardt
2020-05-01avformat/matroskadec: Simplify checks for cook and ATRAC3Andreas Rheinhardt
2020-05-01avformat/matroskadec: Don't output uninitialized data for RealAudio 28.8Andreas Rheinhardt
2020-05-01avformat/matroskadec: Fix buffer overflow when demuxing RealAudio 28.8Andreas Rheinhardt
2020-05-01avformat/matroskadec: Fix demuxing RealAudio 28.8Andreas Rheinhardt
2020-05-01avformat/matroskadec: Simplify check for RealAudioAndreas Rheinhardt
2020-05-01avformat/matroskadec: Reject sipr flavor > 3Andreas Rheinhardt
2020-05-01avformat/mpegts: fix av_freep for dovi pointerLimin Wang
2020-05-01avformat/mov: fix av_freep for dovi pointerLimin Wang