log libmpdemux/demux_ogg.c @ 15680:df0ceee75178

age author description
Fri, 13 May 2005 00:00:54 +0000 nicodvb prevent possible exploit
Thu, 12 May 2005 23:27:22 +0000 nicodvb fixup the correct sh_a
Thu, 12 May 2005 23:12:27 +0000 nicodvb fixed too few parameters to mp_msg(); silence compilation warnings, removed unused variable
Thu, 12 May 2005 23:01:52 +0000 nicodvb don't call fixup_audio if there's no audio
Thu, 12 May 2005 17:35:58 +0000 nicodvb vorbis extradata is now passed from demuxer to decoder in matroska's way
Mon, 02 May 2005 07:59:12 +0000 reimar Fix the memleak fix: in case of error, demux_close_ogg should be called
Sun, 01 May 2005 10:40:42 +0000 mosu Nasty workaround for codec initialization data. In _at least_ one case (AAC) the stream_header.size element seems to be four bytes off. Skip those bytes but only for known cases (again AAC) and not for all.
Sun, 27 Feb 2005 18:11:17 +0000 rfelker Fix the ogg fourcc nightmare!!!
Tue, 22 Feb 2005 19:18:45 +0000 henry Theora fixes:
Sun, 06 Feb 2005 10:30:10 +0000 reimar Memleak fixes. Based on patch by Timothy Lee (timothy lee at siriushk com).
Sat, 22 Jan 2005 14:28:23 +0000 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode part 2.
Fri, 21 Jan 2005 18:55:01 +0000 mosu More user-friendly stream, -xid and -slang info output even in non-verbose mode.
Wed, 19 Jan 2005 12:12:36 +0000 reimar 100l, completely broken pointer arithmetic causing crashes.
Thu, 25 Nov 2004 22:24:00 +0000 mosu Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
Fri, 05 Nov 2004 21:40:34 +0000 mosu Fix member alignment for usage on 64bit processors.