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
/
wav.c
Age
Commit message (
Expand
)
Author
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-09-24
Avoid segfault due to not set AVCodec.
Michael Niedermayer
2008-09-14
add error message for unsupported codecs in WAVE.
Justin Ruggles
2008-09-02
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-08-24
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-06-19
remove useless close funcs
Baptiste Coudurier
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-19
Decrease returning probe score for WAV demuxer to avoid
Vladimir Voroshilov
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-09-11
move unrelated functions declarations out of allformats.h
Aurelien Jacobs
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-04-15
add an enum for need_parsing
Aurelien Jacobs
2007-02-12
Add FACT chunk for non-PCM wav formats
Michel Bardiaux
2007-02-05
better generic index building and seeking code
Michael Niedermayer
2007-01-21
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-05
Fix compilation with --disable-muxers.
Gianluigi Tiesi
2006-06-30
Move initialisations and internal symbols in allformats.h,
Diego Pettenò
2006-06-28
dont read over the end of a data chunk and at the end search for the next
Michael Niedermayer
2006-06-16
use standard codec tag if the specified tag is out of range and would be
Måns Rullgård
2006-03-27
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Reimar Döffinger
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-03
TrueSpeech compatible audio decoder by Konstantin Shishkov
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-11-13
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...
Corey Hickey
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-02
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
Reimar Döffinger
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-15
Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen
2005-03-23
28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)
Calcium
2005-02-25
pseudo codec tag for adpcm_swf
Alex Beregszaszi
2005-01-12
wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ...
Michael Niedermayer
2004-11-13
allocate a few bytes more for extradata so the bitstream reader if its used b...
Michael Niedermayer
2004-11-06
cbr audio muxing fix
Michael Niedermayer
2004-10-22
set keyframe flag at a more central place instead of in every demuxer for con...
Michael Niedermayer
2004-10-18
set correct timebase
Michael Niedermayer
2004-10-15
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
Nathan Kurz
2004-10-12
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
Mike Melanson
2004-10-11
100l (forgoten seeking functions)
Michael Niedermayer
2004-10-06
untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)
Måns Rullgård
2004-09-22
write shorter headers if possible
Michael Niedermayer
[next]