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-07-02avformat/icecast: Add option to use TLS connectionMarvin Scholz
2020-07-02avformat/hlsenc: simplify code to pass s directlyLimin Wang
2020-07-02avformat/hlsenc: fix av_bprint_finalize() usageLimin Wang
2020-07-02avformat/hlsenc: use proper error codesLimin Wang
2020-07-02avformat/au: check return value of au_read_annotation()Limin Wang
2020-07-02avformat/au: check return value of av_bprint_finalize()Limin Wang
2020-07-02avformat/dump: add a \n for end of ERROR logLimin Wang
2020-07-02avformat/hevc: Defer initializations in ff_isom_write_hvcc()Andreas Rheinhardt
2020-07-01avformat/mov: fix memleaksZhao Zhili
2020-07-01libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt
2020-07-01avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer
2020-07-01avformat/hls: Pass a copy of the URL for probingMichael Niedermayer
2020-07-01avformat/isom: add comment to mov_mdhd_language_mapZhao Zhili
2020-06-30avformat/dump: Use intermediate pointer for access to programs arrayAndreas Rheinhardt
2020-06-30avformat/dump: Use const where appropriateAndreas Rheinhardt
2020-06-28lavf/movenc: Use a dynamic buffer when writing the mfra boxDerek Buitenhuis
2020-06-28avformat/smoothstreaming: Add deinit functionAndreas Rheinhardt
2020-06-28avformat/smoothstreaming: Don't write trailer of subcontextAndreas Rheinhardt
2020-06-27avformat/mvdec: Fix integer overflow with billions of channelsMichael Niedermayer
2020-06-26avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleakAndreas Rheinhardt
2020-06-26avformat/avc: Don't use ff_ prefix for static functionAndreas Rheinhardt
2020-06-26avformat/webvttdec: Accept \r as newlineAndreas Rheinhardt
2020-06-26avformat/av1: Avoid using dynamic buffer when assembling av1cAndreas Rheinhardt
2020-06-25avformat/microdvddec: skip malformed lines without frame number.Michael Niedermayer
2020-06-25avformat/libamqp: add option delivery_modeLevis Florian
2020-06-24avformat/smoothstreaming: Forward errors from copying white/blacklistsAndreas Rheinhardt
2020-06-22avformat/sccdec: Avoid variable that is always zeroAndreas Rheinhardt
2020-06-22avformat/pjsdec: Avoid variable that is always zeroAndreas Rheinhardt
2020-06-22avformat/mpl2dec: Avoid variable that is always zeroAndreas Rheinhardt
2020-06-22avformat/mov: CosmeticsAndreas Rheinhardt
2020-06-22avformat/mov: Avoid allocation when reading ddts atomAndreas Rheinhardt
2020-06-22avformat/mov: Use ffio_read_size where appropriateAndreas Rheinhardt
2020-06-22avformat/mov: Avoid allocation+copy when moving extradataAndreas Rheinhardt
2020-06-22avformat/mov: Read attached pics directly into st->attached_picAndreas Rheinhardt
2020-06-22avformat/mov: Check earlier whether reel_name string is emptyAndreas Rheinhardt
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2020-06-22avformat/avformat: Improve documentation of av_stream_get_side_dataAndreas Rheinhardt
2020-06-22avformat/flvdec: CosmeticsAndreas Rheinhardt
2020-06-22avformat/dashenc: Calculate average bitrate for adaptation sets in static man...Przemysław Sobala
2020-06-22Revert "avformat/dashenc: use AVStream timebase when computing missing bitrate"Przemysław Sobala
2020-06-19avformat/dvenc: return error code of dv_assemble_frame()Limin Wang
2020-06-18avformat: add MCC demuxerPaul B Mahol
2020-06-18avformat/sccdec: make splitting more robustPaul B Mahol
2020-06-18lavf/dashdec: Add missed side data/dispositionJun Zhao
2020-06-18lavf/hls: Add missed side data/dispositionvacingfang
2020-06-17avformat/apm: check codec tag in probe and add constantZane van Iperen
2020-06-17avformat/movenc: Write 'av01' as a compatible brand when muxing AV1Derek Buitenhuis
2020-06-17avformat/sccdec: simplify demuxer a littlePaul B Mahol
2020-06-15avformat/sccdec: unbreak previous commits to this filePaul B Mahol
2020-06-15avformat/movenc: fix remuxing eia-608 into mov from other containersPaul B Mahol