index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
wavenc.c
Age
Commit message (
Expand
)
Author
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2015-09-11
avformat/wavenc: use AV_OPT_TYPE_BOOL for write_bext option
Paul B Mahol
2015-05-17
lavf/wav: Print an error if files >4G are written.
Carl Eugen Hoyos
2015-05-10
avformat/wavenc: Check umid length
Michael Niedermayer
2015-05-10
avformat/wavenc: fix string length variable types
Michael Niedermayer
2015-03-30
avformat/wavenc: Change enum to int, which is accessed via AVOption as int
Michael Niedermayer
2014-12-09
avformat/wavenc: check return value of strftime()
Michael Niedermayer
2014-11-02
avformat/wavenc: Use localtime_r() for thread saftey
Michael Niedermayer
2014-07-11
avformat/wavenc: use av_mallocz_array()
Paul B Mahol
2014-06-24
avformat/wavenc: simplify malloc failure checking
Michael Niedermayer
2014-06-24
avformat/wavenc: more specific error return for "Writing 16 bit peak for 8 bi...
Michael Niedermayer
2014-06-24
avformat/wavenc: do not hardcode array size in memset and other functions
Michael Niedermayer
2014-06-24
avformat/wavenc: use the bitexact flag from avformat instead of the one from ...
Michael Niedermayer
2014-06-24
Peak Envelope Chunk encoder: Indent
Georg Lippitsch
2014-06-24
EBU Tech 3285 - Supplement 3 - Peak Envelope Chunk encoder
Georg Lippitsch
2014-05-18
Merge commit 'd246231e4714119faac6c7acd881d3b687bb8b11'
Michael Niedermayer
2014-05-18
wavenc: use codec descriptors to get the codec name
Anton Khirnov
2014-05-03
Initialize riff and wav size fields to -1 instead of 0.
Carl Eugen Hoyos
2014-04-30
ff_put_wav_header: add flag to force WAVEFORMATEX
Daniel Verkamp
2013-11-03
lavf/wavenc: check for a single stream.
Nicolas George
2013-02-13
WAV muxer: reindent
Daniel Verkamp
2013-02-12
WAV muxer: add RF64 support
Daniel Verkamp
2013-01-07
w64: fact guid support
Paul B Mahol
2012-12-31
Sony Wave64 muxer
Paul B Mahol
2012-11-26
wavenc: write fact chunk sample count at the correct file position
Michael Niedermayer
2012-10-30
wavenc: fix curruption of metadata
Michael Niedermayer
2012-10-17
Merge commit '31c54711cc3f1484af101d629bbb805820d37ad1'
Michael Niedermayer
2012-10-16
lavf: split wav muxer and demuxer into separate files.
Anton Khirnov