log libmpdemux/demux_nsv.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 19 Feb 2014 23:01:15 +0000 reimar demuxers: ensure that stream ids are correctly initialized.
Fri, 21 Oct 2011 15:44:58 +0000 diego Employ correct off_t printf conversion specifiers; this time without typos.
Thu, 20 Oct 2011 21:49:30 +0000 diego Fix off_t printf conversion specifiers and related warnings.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Sat, 05 Apr 2008 09:19:55 +0000 reimar Set demuxer->audio->id to avoid breakage due to r26301
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Sat, 28 Oct 2006 11:01:18 +0000 reimar Cleanup/simplify nsv check_file function.
Sat, 28 Oct 2006 10:44:45 +0000 reimar Better check for non-broken NSVf-header to avoid incorrect detection.
Mon, 03 Jul 2006 13:21:54 +0000 reynaldo rm unnecesary casts from void* - part 4
Mon, 24 Apr 2006 15:12:06 +0000 diego Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Tue, 30 Aug 2005 19:06:55 +0000 rtognimp Fix nsv detection with new demuxer structure
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sun, 17 Jul 2005 16:02:49 +0000 reimar support 10000/1001 framerate
Thu, 09 Sep 2004 19:28:54 +0000 reimar avoid always skipping first junk with a "sync lost" message
Sun, 25 Jul 2004 15:38:08 +0000 rtognimp Fix -nosound and -novideo (bug #28)
Sun, 25 Apr 2004 15:42:44 +0000 rtognimp More keyframe search fix for VP6x
Sun, 25 Apr 2004 13:40:53 +0000 rtognimp Fix VP62 keyframe search
Sun, 25 Apr 2004 01:51:53 +0000 rtognimp Fix support for audio only streams
Tue, 13 Apr 2004 19:56:48 +0000 rtognimp Do not crash on audio only streams
Mon, 12 Apr 2004 23:58:06 +0000 diego Add license, remove bogus comment as told by Reza Jelveh, the author.
Mon, 12 Apr 2004 17:13:15 +0000 rtognimp Fix vp61 keyframe search (do not skip blocks if 1st frame is keyframe)
Mon, 12 Apr 2004 14:19:12 +0000 rtognimp nsv (Nullsoft streaming video) demuxer