Mercurial > mplayer.hg
log libmpdemux/demux_audio.c @ 17790:99a2481164ac
age | author | description |
---|---|---|
Thu, 09 Mar 2006 22:14:34 +0000 | reimar | fix leak on read error (forgot to free demux packet) |
Wed, 08 Mar 2006 13:07:36 +0000 | reimar | "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used. |
Fri, 17 Feb 2006 01:57:41 +0000 | corey | Second-try commit of this patch. |
Tue, 07 Feb 2006 22:12:34 +0000 | reimar | read data in nBlockAlign aligned chunks |
Fri, 18 Nov 2005 14:39:25 +0000 | diego | Unify include path handling, -I.. is in CFLAGS. |
Sun, 30 Oct 2005 09:19:05 +0000 | reimar | move resync_audio_stream after seeking to demuxer.c |
Thu, 20 Oct 2005 15:15:53 +0000 | reimar | Fix seeking in wav files: align relative to start of data, not start of file |