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
2022-05-10avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt
2020-01-10avformat/id3v2enc: fix bad ID3v2 tag lengthGilles Bouthenot
2019-12-12avformat: Forward errors where possibleAndreas Rheinhardt
2019-11-28avformat/id3v2enc: Avoid allocation for small tagsAndreas Rheinhardt
2019-06-14avformat/id3v2enc: fix bug, CTOC flags take only one bytePaul B Mahol
2019-06-07avformat/id3v2enc: write CTOC tooPaul B Mahol
2018-01-24avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-03avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2014-07-04Merge commit '9279826008b80daad7446950a821f32033ccd33f'Michael Niedermayer
2014-07-03id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov
2014-01-25lavf/id3v2enc: update comment about minimum paddingJames Darnley
2014-01-25lavf/id3v2enc: use metadata_header_paddingJames Darnley
2013-08-11avformat/id3v2enc: use UTF-16 in id3v2.3 APIC frame only if non-ASCIIMark Harris
2013-05-31lavf/id3v2enc: fix cover art display on some softwareMatthieu Bouron
2013-05-17id3v2enc: chapter supportPaul B Mahol
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29id3v2enc: add a function for writing attached pictures.Anton Khirnov
2012-02-29id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov
2012-02-29id3v2enc: split ff_id3v2_write().Anton Khirnov
2012-02-29id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov
2011-11-03id3v2enc: av_strcasecmp()Michael Niedermayer
2011-11-02id3v2enc: include strings.h for strcasecmp()Michael Niedermayer
2011-11-02id3v2enc: add support for year and day/month tags when writing id3v2 version ...Tobias Rapp
2011-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-23Move id3v2 tag writing to a separate file.Michael Karcher