index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
wav.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
1
-2
/
+2
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-0
/
+2
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-182
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-15
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Fix compilation with --disable-muxers.
Gianluigi Tiesi
2006-07-05
1
-1
/
+1
*
Move initialisations and internal symbols in allformats.h,
Diego Pettenò
2006-06-30
1
-0
/
+1
*
dont read over the end of a data chunk and at the end search for the next
Michael Niedermayer
2006-06-28
1
-2
/
+16
*
use standard codec tag if the specified tag is out of range and would be
Måns Rullgård
2006-06-16
1
-1
/
+1
*
NuppelVideo/MythTVVideo support, including rtjpeg decoder
Reimar Döffinger
2006-03-27
1
-0
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
TrueSpeech compatible audio decoder by Konstantin Shishkov
Diego Biurrun
2006-01-03
1
-0
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-8
/
+8
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-8
/
+8
*
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...
Corey Hickey
2005-11-13
1
-0
/
+1
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-8
/
+8
*
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
Reimar Döffinger
2005-09-02
1
-0
/
+12
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-9
/
+9
*
Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)
Vidar Madsen
2005-07-15
1
-1
/
+2
*
28_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)
Calcium
2005-03-23
1
-1
/
+3
*
pseudo codec tag for adpcm_swf
Alex Beregszaszi
2005-02-25
1
-0
/
+1
*
wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ...
Michael Niedermayer
2005-01-12
1
-0
/
+2
*
allocate a few bytes more for extradata so the bitstream reader if its used b...
Michael Niedermayer
2004-11-13
1
-1
/
+1
*
cbr audio muxing fix
Michael Niedermayer
2004-11-06
1
-1
/
+1
*
set keyframe flag at a more central place instead of in every demuxer for con...
Michael Niedermayer
2004-10-22
1
-1
/
+0
*
set correct timebase
Michael Niedermayer
2004-10-18
1
-1
/
+3
*
set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)
Nathan Kurz
2004-10-15
1
-0
/
+1
*
Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov
Mike Melanson
2004-10-12
1
-0
/
+1
*
100l (forgoten seeking functions)
Michael Niedermayer
2004-10-11
1
-2
/
+2
*
untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)
Måns Rullgård
2004-10-06
1
-0
/
+1
*
write shorter headers if possible
Michael Niedermayer
2004-09-22
1
-1
/
+3
*
unofficial ids for sonic for using in nut (fixme)
Alex Beregszaszi
2004-08-21
1
-0
/
+2
*
libdts support by (Benjamin Zores <ben at geexbox dot org>)
Michael Niedermayer
2004-07-14
1
-0
/
+1
*
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-06-19
1
-2
/
+2
*
pass AVPacket into av_write_frame()
Michael Niedermayer
2004-05-29
1
-3
/
+2
*
10l
Michael Niedermayer
2004-04-04
1
-0
/
+4
*
store extradata, vorbis in avi works now, dont expect av sync though
Michael Niedermayer
2004-04-04
1
-2
/
+5
*
some random id for vorbis so we can do some experiments with vorbis in variou...
Michael Niedermayer
2004-04-04
1
-0
/
+1
*
fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...
Ronald S. Bultje
2004-03-13
1
-1
/
+1
*
Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <br...
Brian Becker
2004-03-10
1
-0
/
+1
*
* Initial implementation of the G.726 ADPCM audio codec.
Roman Shaposhnik
2004-02-07
1
-0
/
+1
*
seeking support - fixed some ADPCM decoding cases
Fabrice Bellard
2003-11-10
1
-3
/
+33
*
disable encoders where appropriate (patch courtesy of BERO
Mike Melanson
2003-10-14
1
-0
/
+8
*
64 bit pts for writing - more const usage
Fabrice Bellard
2003-09-10
1
-1
/
+1
*
CODEC_ID_MP3LAME is obsolete
Fabrice Bellard
2003-09-08
1
-4
/
+4
*
support for Duck DK3 and DK4 ADPCM
Mike Melanson
2003-09-08
1
-0
/
+2
*
use codec_tag for encoding too
Michael Niedermayer
2003-08-18
1
-4
/
+6
*
sorry forgot
Michael Niedermayer
2003-03-12
1
-5
/
+4
[next]