43 Commits (32ce3b71688aa797d9795e7aa0427df02a0da189)

Author SHA1 Message Date
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Andreas Rheinhardt 19ae873252 avformat/wavenc: Fix leak and segfault on reallocation error 4 years ago
Andreas Rheinhardt 6eab25fd13 avformat/wavenc: Improve unsupported codec error messages 4 years ago
Andreas Rheinhardt 1df1083b6c avformat/wav: Deduplicate codec tags lists 4 years ago
Limin Wang 026b3a9018 avformat/wavenc: simplify, use av_rescale_q() instead 5 years ago
Marton Balint f4a8ea7ff6 avformat: remove more unneeded avio_flush() calls 5 years ago
Marton Balint c05d82fa92 avformat: remove unneeded avio_flush() calls from the end of write_trailer functions 5 years ago
Marton Balint 4bf90e095b avformat: remove avio_flush() calls from the end of write_header functions 5 years ago
Andreas Rheinhardt a94e6b50c6 avformat/wavenc: Add deinit function 5 years ago
Tobias Rapp a07ac93023 avformat/wavenc: skip writing incorrect peak-of-peaks position value 7 years ago
Tobias Rapp c941e99b7f avformat/wavenc: replace literal numbers with enum constants 7 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Paul B Mahol 2506244155 avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext option 9 years ago
Carl Eugen Hoyos 2608f11863 lavf/wav: Print an error if files >4G are written. 10 years ago
Michael Niedermayer 004564c930 avformat/wavenc: Check umid length 10 years ago
Michael Niedermayer ecb4ae7879 avformat/wavenc: fix string length variable types 10 years ago
Michael Niedermayer f45758d3ee avformat/wavenc: Change enum to int, which is accessed via AVOption as int 10 years ago
Michael Niedermayer 308429e124 avformat/wavenc: check return value of strftime() 10 years ago
Michael Niedermayer 76886589ee avformat/wavenc: Use localtime_r() for thread saftey 10 years ago
Paul B Mahol 6779bf3f0f avformat/wavenc: use av_mallocz_array() 11 years ago
Michael Niedermayer 501158c682 avformat/wavenc: simplify malloc failure checking 11 years ago
Michael Niedermayer 3bd0221bc1 avformat/wavenc: more specific error return for "Writing 16 bit peak for 8 bit audio" 11 years ago
Michael Niedermayer d34d3304a8 avformat/wavenc: do not hardcode array size in memset and other functions 11 years ago
Michael Niedermayer 2e1e10a6bb avformat/wavenc: use the bitexact flag from avformat instead of the one from avcodec 11 years ago
Georg Lippitsch fd504f7c6f Peak Envelope Chunk encoder: Indent 11 years ago
Georg Lippitsch e3b03da772 EBU Tech 3285 - Supplement 3 - Peak Envelope Chunk encoder 11 years ago
Anton Khirnov d246231e47 wavenc: use codec descriptors to get the codec name 11 years ago
Carl Eugen Hoyos c2b0ce70ad Initialize riff and wav size fields to -1 instead of 0. 11 years ago
Daniel Verkamp 5e7d21c7ad ff_put_wav_header: add flag to force WAVEFORMATEX 11 years ago
Nicolas George eeb975f5cd lavf/wavenc: check for a single stream. 11 years ago
Daniel Verkamp 5dd78ef34e WAV muxer: reindent 12 years ago
Daniel Verkamp 1ecce266fa WAV muxer: add RF64 support 12 years ago
Paul B Mahol 3174137d41 w64: fact guid support 12 years ago
Paul B Mahol 9a74282644 Sony Wave64 muxer 12 years ago
Michael Niedermayer 2fe0094e0b wavenc: write fact chunk sample count at the correct file position 12 years ago
Michael Niedermayer f7a9a99661 wavenc: fix curruption of metadata 12 years ago
Anton Khirnov 31c54711cc lavf: split wav muxer and demuxer into separate files. 12 years ago