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/matroskaenc: Don't use NULL for %s format stringAndreas Rheinhardt
2020-07-02avformat/matroskaenc: Fix memleak upon encountering bogus chapterAndreas Rheinhardt
2020-07-02avformat/matroskaenc: Check BlockAdditional size before useAndreas Rheinhardt
2020-07-02avformat/matroskaenc: Check for reformatting errorsAndreas Rheinhardt
2019-04-09avformat/matroskaenc: fix leak on errorTristan Matthews
2018-10-01avformat/matroskaenc: reserve free space for metadata on requestSigga Regina
2018-09-26avformat/matroskaenc: reindent after the previous commitJames Almer
2018-09-26avformat/matroskaenc: refactor checks for allowed codecs in WebMJames Almer
2018-09-26avformat/matroskaenc: implement AVOutputFormat.query_codec for webmJames Almer
2018-09-26avformat/matroskaenc: remove unnecessary additional codec tagsJames Almer
2018-09-22Revert "avformat/matroskaenc: write CodecPrivate in WebM"James Almer
2018-09-21avformat/matroskaenc: write CodecPrivate in WebMJames Almer
2018-09-21lavf/matroska: Allow AV1 in WebMKagami Hiiragi
2018-08-19avformat/matroskaenc: handle AV1 extradata in packet side dataJames Almer
2018-08-02avformat/matroskaenc: filter and reorder AV1 OBUsJames Almer
2018-05-04avformat/matroskaenc: do not write timebase as frameratewm4
2018-02-13lavf/matroskaenc: Force the minimum value for -reserve_index_space to 2.Carl Eugen Hoyos
2017-11-28avformat/matroskaenc: add missing allocation failure checks for stream durationsJames Almer
2017-11-28avformat/matroskaenc: move some initialization checks to mkv_initJames Almer
2017-11-27avformat/matroskaenc: actually enforce the stream limitJames Almer
2017-10-21Merge commit '827a05eaa9482e9ac2a17f7f2e42ead07c1d7574'James Almer
2017-10-02Merge commit '5d3953a5dcfd5f71391b7f34908517eb6f7e5146'James Almer
2017-09-09avformat/matroskaenc: also write tags when output is WebMJames Almer
2017-08-02avformat/riff.h : remove unused function parameter "const AVCodecTag *tags" o...Aleksandr Slobodeniuk
2017-06-03avformat/matroskaenc: also write chapters when output is WebMJames Almer
2017-05-25avformat/matroskaenc: check packet side data for AAC extradata updatesJames Almer
2017-05-01avformat/matroskaenc: add support for writing Content Light Level elementsJames Almer
2017-04-08avformat/matroskaenc: don't try to update flac extradata if live streamingJames Almer
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-16matroskaenc: add support for Spherical Video elementsJames Almer
2017-03-09avformat/matroskaenc: add support for Spherical Video elementsJames Almer
2017-03-05lavf/matroska: Support QDMC.Carl Eugen Hoyos
2017-03-03lavf/matroska: Support codec ID V_FFV1 for demuxing.Carl Eugen Hoyos
2017-02-22avformat/matroskaenc: don't write DisplayUnit with value Unknown on WebM filesJames Almer
2017-02-22matroskaenc: factor ts_offset into block timecode computationJohn Stebbins
2017-01-28avformat/matroskaenc: don't reserve more bytes than needed for the Colour mas...James Almer
2017-01-28lavf/matroskaenc.c: Free dyn bufs in mkv_free. Fixes memory leaks when muxing...Sasi Inguva
2017-01-15matroskaenc: remove unofficial compliance on color informationRostislav Pehlivanov
2017-01-14Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2017-01-14lavf/matroskaenc: Do not write two CodecID elements for rawvideo.Carl Eugen Hoyos
2017-01-07avformat/matroskaenc: Regression fix for invalid MKV headerssoftworkz
2016-11-21avformat/matroskaenc: write updated STREAMINFO metadata for FLAC streams if a...James Almer
2016-11-21avformat/matroskaenc: postpone writing the Tracks masterJames Almer
2016-11-10matroskaenc: write updated STREAMINFO metadata for FLAC streams if availableJames Almer
2016-11-10matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsfJames Almer
2016-11-02avformat/matroskaenc: use display aspect ratio for DisplayWidth and DisplayHe...James Almer
2016-11-02avformat/matroskaenc: support writing Chroma Location elementsJames Almer
2016-11-02lavf/matroskaenc: don't try to modify the header when live-streamingRodger Combs
2016-11-02lavf/matroskaenc: fix uninitialized readRodger Combs
2016-11-01Fix build warnings due to misleading indentationAdriano Pallavicino