31 Commits (18279738f9a28fecded6c87a0608af6a8793108d)

Author SHA1 Message Date
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