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-01-07avformat: remove more unneeded avio_flush() callsMarton Balint
2020-01-07avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint
2020-01-07avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint
2019-12-27avformat/wavenc: Add deinit functionAndreas Rheinhardt
2017-10-26avformat/wavenc: skip writing incorrect peak-of-peaks position valueTobias Rapp
2017-10-05avformat/wavenc: replace literal numbers with enum constantsTobias Rapp
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-09-11avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext optionPaul B Mahol
2015-05-17lavf/wav: Print an error if files >4G are written.Carl Eugen Hoyos
2015-05-10avformat/wavenc: Check umid lengthMichael Niedermayer
2015-05-10avformat/wavenc: fix string length variable typesMichael Niedermayer
2015-03-30avformat/wavenc: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2014-12-09avformat/wavenc: check return value of strftime()Michael Niedermayer
2014-11-02avformat/wavenc: Use localtime_r() for thread safteyMichael Niedermayer
2014-07-11avformat/wavenc: use av_mallocz_array()Paul B Mahol
2014-06-24avformat/wavenc: simplify malloc failure checkingMichael Niedermayer
2014-06-24avformat/wavenc: more specific error return for "Writing 16 bit peak for 8 bi...Michael Niedermayer
2014-06-24avformat/wavenc: do not hardcode array size in memset and other functionsMichael Niedermayer
2014-06-24avformat/wavenc: use the bitexact flag from avformat instead of the one from ...Michael Niedermayer
2014-06-24Peak Envelope Chunk encoder: IndentGeorg Lippitsch
2014-06-24EBU Tech 3285 - Supplement 3 - Peak Envelope Chunk encoderGeorg Lippitsch
2014-05-18Merge commit 'd246231e4714119faac6c7acd881d3b687bb8b11'Michael Niedermayer
2014-05-18wavenc: use codec descriptors to get the codec nameAnton Khirnov
2014-05-04Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos
2014-04-30ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp
2013-11-03lavf/wavenc: check for a single stream.Nicolas George
2013-02-13WAV muxer: reindentDaniel Verkamp
2013-02-12WAV muxer: add RF64 supportDaniel Verkamp
2013-01-07w64: fact guid supportPaul B Mahol
2012-12-31Sony Wave64 muxerPaul B Mahol
2012-11-27wavenc: write fact chunk sample count at the correct file positionMichael Niedermayer
2012-10-31wavenc: fix curruption of metadataMichael Niedermayer
2012-10-17Merge commit '31c54711cc3f1484af101d629bbb805820d37ad1'Michael Niedermayer
2012-10-16lavf: split wav muxer and demuxer into separate files.Anton Khirnov