February 22, 2011
View 77eb550

avio: avio: avio_ prefixes for put_* functions

Anton Khirnov authored on 2011/02/22 03:28:17
View b7effd4

avio: avio_ prefixes for get_* functions

Anton Khirnov authored on 2011/02/22 00:43:01
February 20, 2011
View ae628ec

avio: rename ByteIOContext to AVIOContext.

Anton Khirnov authored on 2011/02/20 19:04:12
January 26, 2011
View c6610a2

Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.

Diego Elio Pettenò authored on 2011/01/26 07:03:28
January 16, 2011
View f932994

Parse fact chunks from wav files to find duration.

Michael Niedermayer authored on 2011/01/16 02:13:32
View 724b1f6

Factor tag reading code out of wav read_header()

Michael Niedermayer authored on 2011/01/16 02:13:30
View 462b262

Set duration for wav files from sample size and data size or the wf64 sample value. This should improve duration accuracy slightly and avoids a warning about its inaccuracy when accurate values are available. Idea by Frank Barchard

Michael Niedermayer authored on 2011/01/16 01:26:42
August 31, 2010
View e94204d

move pcm demuxers to their own file

Aurelien Jacobs authored on 2010/08/31 06:17:34
July 28, 2010
View f0187d2

In wav muxer, always flush in write_trailer, fix pipe output

Baptiste Coudurier authored on 2010/07/28 17:17:02
February 11, 2010
View f45a27d

Reindent

Daniel Verkamp authored on 2010/02/11 05:27:53
View b7e0f88

Fix demuxing of wav files with broken data header

Daniel Verkamp authored on 2010/02/11 05:26:47
October 7, 2009
View 70d8c76

Reindent

Daniel Verkamp authored on 2009/10/07 02:51:28
View 811e0fc

Add RF64 support to wav demuxer.

Daniel Verkamp authored on 2009/10/07 02:50:10
October 2, 2009
View 3fcb511

wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of the file is reached normally, without any error.

Reimar Döffinger authored on 2009/10/02 16:27:08
View e581b62

wav: return av_get_packet errors unchanged.

Reimar Döffinger authored on 2009/10/02 16:22:44