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
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-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
2016-10-26avformat/matroskaenc: fix cue relative position values when CRC32 is enabledJames Almer
2016-10-22avformat/matroskaenc: write DisplayWidth and DisplayHeight elements only if t...James Almer
2016-10-16avformat/matroskaenc: write a DisplayUnit element when aspect ratio is unknownJames Almer
2016-10-12avformat/matroskaenc: don't write a FlagInterlaced element if it would write ...James Almer
2016-10-11lavf/matroskaenc: Always write V_QUICKTIME extradata.Carl Eugen Hoyos
2016-10-11avformat/matroskaenc: fix targets for attachment tagsJames Almer
2016-10-07avformat/matroskaenc: fix Tags master on seekable output if there are tags af...James Almer
2016-10-07avformat/matroskaenc: Fix () errorMichael Niedermayer
2016-10-07avformat/matroskaenc: add an option to disable writting CRC32 elementsJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on InfoJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on TagsJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on AttachmentsJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on ChaptersJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on TracksJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on CuesJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on SeekHeadJames Almer
2016-10-06avformat/matroskaenc: write a CRC32 element on each ClusterJames Almer
2016-10-06avformat/matroskaenc: always use a dynamic buffer when writting clustersJames Almer
2016-10-06avformat/matroskaenc: print debug message with cluster offsets only if the ou...James Almer
2016-10-06avformat/matroskaenc: don't write an empty Colour master elementJames Almer
2016-10-05avformat/matroskaenc: don't reserve space for stream duration tags if the out...James Almer
2016-10-05avformat/matroska: write FlagInterlaced element in WebMJames Almer
2016-09-07lavf/matroskaenc: use mkv_check_tag_name consistentlyRodger Combs
2016-09-07lavf/matroskaenc: skip writing "duration" tagsRodger Combs
2016-09-07lavf/matroskaenc: move skipped metadata keys to separate functionRodger Combs
2016-07-31avformat/matroskaenc: fix Voids with size < 10Michael Bradshaw
2016-07-28avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3)softworkz
2016-07-26avformt/matroskaenc: undo an accidental revert by commit 5d48e4eaJames Almer
2016-07-20avformat/avlanguage: make av_convert_lang_to() internalJames Almer
2016-06-23Merge commit '71852a1ba89abc8749e309d9d662c49d47e19531'Matthieu Bouron
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-06-22libavformat/matroskaenc: omit segment UID for webmMichael Bradshaw
2016-05-22avformat/matroskaenc: reindent after last commitMichael Niedermayer
2016-05-22avformat/matroskaenc: wrap par->format use as sample format under codec_type ...Michael Niedermayer
2016-05-18matroskaenc: Provide output bytestream markersMartin Storsjö
2016-05-09Merge commit 'e3453fd44480d903338c663238bf280215dd9a07'Derek Buitenhuis
2016-04-16avformat/matroskaenc: Undo bits_per_coded_sample change as bits_per_raw_sampl...Michael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-04-03matroska: Write the field order informationLuca Barbato