summaryrefslogtreecommitdiff
path: root/libavformat/wavenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-18/+19
* avformat/wavenc: w64 muxer supports only 1 streamPaul B Mahol2022-11-251-0/+11
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* wav: convert to new channel layout APIVittorio Giovara2022-03-151-7/+7
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat/wavenc: Fix leak and segfault on reallocation errorAndreas Rheinhardt2021-02-271-24/+29
* avformat/wavenc: Improve unsupported codec error messagesAndreas Rheinhardt2021-02-251-9/+6
* avformat/wav: Deduplicate codec tags listsAndreas Rheinhardt2021-02-231-2/+2
* avformat/wavenc: simplify, use av_rescale_q() insteadLimin Wang2020-05-101-4/+3
* avformat: remove more unneeded avio_flush() callsMarton Balint2020-01-071-7/+0
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-071-2/+0
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-071-2/+0
* avformat/wavenc: Add deinit functionAndreas Rheinhardt2019-12-261-5/+2
* avformat/wavenc: skip writing incorrect peak-of-peaks position valueTobias Rapp2017-10-261-10/+1
* avformat/wavenc: replace literal numbers with enum constantsTobias Rapp2017-10-051-4/+4
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-4/+4
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-2/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-25/+27
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
* | avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext optionPaul B Mahol2015-09-111-1/+1
* | lavf/wav: Print an error if files >4G are written.Carl Eugen Hoyos2015-05-171-2/+6
* | avformat/wavenc: Check umid lengthMichael Niedermayer2015-05-101-1/+1
* | avformat/wavenc: fix string length variable typesMichael Niedermayer2015-05-101-3/+3
* | avformat/wavenc: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+1
* | avformat/wavenc: check return value of strftime()Michael Niedermayer2014-12-091-5/+12
* | avformat/wavenc: Use localtime_r() for thread safteyMichael Niedermayer2014-11-021-1/+3
* | avformat/wavenc: use av_mallocz_array()Paul B Mahol2014-07-111-2/+2
* | avformat/wavenc: simplify malloc failure checkingMichael Niedermayer2014-06-241-6/+1
* | avformat/wavenc: more specific error return for "Writing 16 bit peak for 8 bi...Michael Niedermayer2014-06-241-1/+1
* | avformat/wavenc: do not hardcode array size in memset and other functionsMichael Niedermayer2014-06-241-3/+3
* | avformat/wavenc: use the bitexact flag from avformat instead of the one from ...Michael Niedermayer2014-06-241-1/+1
* | Peak Envelope Chunk encoder: IndentGeorg Lippitsch2014-06-241-14/+14
* | EBU Tech 3285 - Supplement 3 - Peak Envelope Chunk encoderGeorg Lippitsch2014-06-241-1/+243
* | Merge commit 'd246231e4714119faac6c7acd881d3b687bb8b11'Michael Niedermayer2014-05-181-2/+3
|\ \ | |/
| * wavenc: use codec descriptors to get the codec nameAnton Khirnov2014-05-181-2/+3
| * wavenc: write fact chunk sample count at the correct file positionMichael Niedermayer2012-11-261-4/+5
* | Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos2014-05-031-1/+1
* | ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp2014-04-301-2/+2
* | lavf/wavenc: check for a single stream.Nicolas George2013-11-031-0/+5
* | WAV muxer: reindentDaniel Verkamp2013-02-131-13/+13
* | WAV muxer: add RF64 supportDaniel Verkamp2013-02-121-6/+67
* | w64: fact guid supportPaul B Mahol2013-01-071-1/+19
* | Sony Wave64 muxerPaul B Mahol2012-12-311-0/+84
* | wavenc: fix curruption of metadataMichael Niedermayer2012-10-301-4/+5
* | Merge commit '31c54711cc3f1484af101d629bbb805820d37ad1'Michael Niedermayer2012-10-171-4/+4
|/
* lavf: split wav muxer and demuxer into separate files.Anton Khirnov2012-10-161-0/+219