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

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Mon, 11 Oct 2010 12:33:57 +0000 diego Remove #warning preprocessor directives or replace them by suitable comments.
Sun, 12 Sep 2010 12:22:01 +0000 reimar Replace some sizeof(type) by sizeof(*pointer)
Sun, 12 Sep 2010 12:12:24 +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
Sun, 20 Jun 2010 14:25:20 +0000 diego Add header file for VIVO extern variable declarations.
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
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.
Thu, 17 Jul 2008 17:14:12 +0000 reimar Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
Wed, 16 Jul 2008 16:18:25 +0000 reimar Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
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, 21 Feb 2007 10:05:46 +0000 diego cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
Sat, 02 Dec 2006 12:32:44 +0000 diego Remove superfluous bswap.h include.
Fri, 14 Jul 2006 07:40:36 +0000 diego printf --> mp_msg
Wed, 14 Jun 2006 14:05:59 +0000 uau Change free_sh_audio() to take demuxer and stream id as parameters
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Tue, 10 Jan 2006 11:09:03 +0000 rathann convert some printfs to mp_msg
Sun, 08 Jan 2006 14:03:42 +0000 nicodvb include the right avcodec.h, consistently with the rest of mplayer
Mon, 19 Dec 2005 19:38:28 +0000 henry malloc padding to avoid access beyond allocated memory
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Wed, 31 Mar 2004 05:40:31 +0000 rfelker make stupid gcc versions happy
Mon, 15 Dec 2003 22:39:32 +0000 rtognimp 100l Fix audio decoding and random sig11
Mon, 21 Apr 2003 11:18:54 +0000 alex fixed 2 10l-s (bug found in the spring cleanup patch by Raindel Shachar
Sat, 23 Nov 2002 10:58:14 +0000 michael warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
Mon, 20 May 2002 03:51:58 +0000 arpi some more output cosmetics, especially for vivo and mov demuxers
Tue, 29 Jan 2002 12:11:52 +0000 pl warning (proper) fix
Tue, 25 Dec 2001 16:38:07 +0000 pl warning fix
Wed, 19 Dec 2001 13:03:22 +0000 pl x = malloc(strlen(s) + c) ... strcpy(x, s)
Sun, 16 Dec 2001 14:51:04 +0000 arpi vivo A-V sync fixed
Sat, 15 Dec 2001 16:49:45 +0000 alex -vivo version option added
Sat, 15 Dec 2001 16:44:54 +0000 alex added -vivo subconfig
Wed, 12 Dec 2001 18:24:21 +0000 alex hacked audio support to work with acm
Mon, 10 Dec 2001 17:48:09 +0000 alex fixed Waveformatheader emu and added vivo1/2 audio detection
Sat, 01 Dec 2001 16:32:07 +0000 alex added support for packet 0x82 (from vivodump.c by arpi)
Sun, 25 Nov 2001 16:33:39 +0000 alex changed to generate fourcc's like: viv<version> -> viv1,viv2
Thu, 22 Nov 2001 15:10:38 +0000 alex wrote a very annoying bug
Thu, 22 Nov 2001 15:08:39 +0000 alex added support for demux_info
Fri, 16 Nov 2001 19:45:10 +0000 alex some minor fixes
Sun, 11 Nov 2001 01:35:43 +0000 pl small fix
Sun, 11 Nov 2001 00:31:34 +0000 alex disabled vivo2 scaling (decodes some vivo2 files)
Sat, 10 Nov 2001 12:36:03 +0000 alex checking for EOF
Fri, 09 Nov 2001 22:17:35 +0000 alex freeing up space and some debug
Fri, 09 Nov 2001 16:37:05 +0000 alex vivo_check_file uses also new textparser
Fri, 09 Nov 2001 16:32:46 +0000 alex added text block parser
Sun, 04 Nov 2001 19:39:08 +0000 arpi vivo 2.0 compatibility
Sun, 04 Nov 2001 16:57:09 +0000 arpi vivo demuxer