log libmpdemux/demux_ogg.c @ 21500:e7e7f397f991

age author description
Wed, 06 Dec 2006 10:46:50 +0000 reimar Fix memleaks caused by missing vorbis/theora_info/comment_clear calls.
Sun, 19 Nov 2006 14:35:39 +0000 reimar 10l, compilation error in r21054
Sun, 19 Nov 2006 14:23:54 +0000 reimar Generalize subtitle switching, demux_ogg does not need a special case
Sun, 19 Nov 2006 13:38:37 +0000 reimar Make -slang work again, sub->id is -2 by default, so -slang would be ignored
Sun, 19 Nov 2006 13:12:46 +0000 reimar Create a sh_sub_t for ogg subtitles.
Sun, 29 Oct 2006 13:17:26 +0000 reimar Make sure we do not read beyond end of subtitle packet
Sun, 29 Oct 2006 12:44:15 +0000 reimar realloc subtitle buffers since subcp_recode might have decreased their size.
Sun, 29 Oct 2006 11:05:49 +0000 reimar Support new flac-in-ogg, fixes bug #229
Sat, 21 Oct 2006 17:58:33 +0000 reimar Remove #ifdef HAVE_FLAC, it was never needed and nowadays is never defined.
Wed, 18 Oct 2006 16:09:59 +0000 reimar redone subcp_recode: get rid of static buffer, skip lines that failed to
Tue, 12 Sep 2006 09:00:10 +0000 diego Support for variable fps OGM files, blessed by Moritz.
Tue, 05 Sep 2006 20:18:42 +0000 nicodvb in fixup_vorbis_wf() set to 0 bitrates indicated as -1 (unspecified, according to the specs); patch by Andrew Savchenko - Bircoph list ru
Sat, 26 Aug 2006 19:17:04 +0000 reimar Get rid of demux_aid_vid_mismatch mess.
Fri, 04 Aug 2006 21:19:06 +0000 diego Move store_ughvlc to demux_mov as demux_ogg is not always compiled in.
Sun, 16 Jul 2006 01:40:24 +0000 reynaldo marks several strings inside structs as const when they hold just
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, Patch by Stefan Huehner, stefan AT huehner-org
Sat, 08 Jul 2006 17:28:36 +0000 diego Remove unused variables, patch by Stefan Huehner stefan at huehner org.
Thu, 06 Jul 2006 13:09:45 +0000 diego Move conditional compilation into the build system.
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Sat, 17 Jun 2006 15:01:43 +0000 reimar Fix crash with all audio-only ogg files, the vorbis_info struct is not
Wed, 14 Jun 2006 19:48:54 +0000 uau Clean up audio pts handling, make audio pts tracking in the audio-only
Fri, 09 Jun 2006 21:43:23 +0000 nicodvb moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by other demuxers when libogg and/or libvorbis are missing
Fri, 09 Jun 2006 21:30:06 +0000 nicodvb support for vorbis in mp4/mov
Wed, 07 Jun 2006 22:40:40 +0000 nicodvb first vorbis packet before vorbis_synthesis_headeri() must have b_o_s==1
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Sat, 13 May 2006 06:12:25 +0000 rfelker accidentally committed this overflow fix with the declaration fix before.
Sat, 13 May 2006 05:48:16 +0000 rfelker 10^100l c++ declarations
Wed, 10 May 2006 22:54:24 +0000 nicodvb unbind demux_ogg from ad_libvorbis; this permits to use -ac ffvorbis without crashes
Mon, 24 Apr 2006 07:20:34 +0000 reynaldo Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Mon, 27 Mar 2006 17:25:41 +0000 diego Convert printfs in aviprint.c to mp_msg and give the information printing