log libmpdemux/demux_rawdv.c @ 37171:29802bb119f6

age author description
Sun, 06 Apr 2014 18:42:45 +0000 reimar rawdv: check for dv_decoder_new failure.
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.
Sun, 26 Jan 2014 18:59:16 +0000 reimar Fix some format string mismatches.
Mon, 20 Jan 2014 22:08:37 +0000 reimar demux_rawdv: Fix memory leak on open error.
Sun, 19 Jan 2014 11:13:03 +0000 reimar rawdv: various small code improvements.
Sun, 19 Jan 2014 11:13:02 +0000 reimar rawdv: remove pointless casts.
Sun, 19 Jan 2014 11:13:01 +0000 reimar rawdv: Fix memory leak in error case.
Thu, 20 Oct 2011 14:42:14 +0000 diego Replace 'q' printf length modifier by 'll'.
Sun, 12 Sep 2010 16:08:57 +0000 reimar Replace sizeof(BITMAPINFOHEADER)
Sun, 12 Sep 2010 15:55:47 +0000 reimar Replace sizeof(WAVEFORMATEX) occurrences.
Sun, 12 Sep 2010 15:48:46 +0000 reimar Replace malloc+memset by calloc
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 20 Nov 2009 23:41:06 +0000 reimar calloc instead of malloc+memset.
Fri, 08 May 2009 21:47:03 +0000 diego Replace informal LGPL header by standard LGPL license header.
Sat, 05 Apr 2008 14:11:48 +0000 reimar Fix lots and lots of other demuxers broken by r26301
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
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.
Wed, 25 Oct 2006 20:39:01 +0000 reynaldo add two missing checks - PATCH by Karolina Lindqvist AT kramnet-se
Thu, 13 Jul 2006 16:41:13 +0000 reynaldo drops casts from void * on malloc/calloc from libmpdemux code
Thu, 06 Jul 2006 13:09:45 +0000 diego Move conditional compilation into the build system.
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.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Fri, 02 Sep 2005 08:32:32 +0000 ods15 Make -identify's 'ID_LENGTH=' print a float and not an integer.. The
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Wed, 09 Mar 2005 20:29:50 +0000 rtognimp Rather simple patch for RAWDV demuxer which lets it say whats the total
Thu, 07 Aug 2003 13:25:03 +0000 gabucino support for raw DV >2Gb
Wed, 30 Apr 2003 20:24:09 +0000 arpi removed nonsense stream_reset/seek in check_file()
Fri, 21 Mar 2003 16:13:16 +0000 alex largefile support by Matthias Schwarzott <zzam@gmx.de>
Sun, 19 Jan 2003 19:02:39 +0000 arpi 10l
Mon, 06 Jan 2003 14:56:16 +0000 filon Sanity checks.
Tue, 08 Oct 2002 23:53:33 +0000 arpi -nosound fix
Fri, 04 Oct 2002 19:23:36 +0000 arpi This just corrects a function name to match the other demuxer's
Mon, 05 Aug 2002 17:21:35 +0000 arpi raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>