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

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
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.
Sat, 10 Jul 2010 18:47:59 +0000 reimar Make the stream language an argument to the stream creation function
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Fri, 12 Dec 2008 05:08:28 +0000 ods15 Warning fixes for demux_nut
Fri, 12 Dec 2008 05:07:18 +0000 ods15 Remove resync_audio_stream() from demux_nut seek function
Fri, 12 Dec 2008 04:58:54 +0000 ods15 Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API
Mon, 13 Oct 2008 22:32:20 +0000 ods15 Fix double free in demux_nut, patch by Onur K¸«ä¸«®¸«äk.
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
Fri, 24 Aug 2007 11:06:07 +0000 diego Remove silly #ifdef around the complete file.
Tue, 24 Apr 2007 09:05:54 +0000 ods15 compilation fix, manually include help_mp.h
Fri, 20 Apr 2007 21:49:49 +0000 nicodvb with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Fri, 09 Mar 2007 15:40:03 +0000 ods15 remove some lines which should have never been in demux_nut.c, broke CPU
Sat, 23 Dec 2006 12:34:31 +0000 ods15 Sync to libnut, nom->num
Sat, 18 Nov 2006 20:44:22 +0000 ods15 fix demux_nut to give proper (estimate) of percent position after a seek
Sat, 18 Nov 2006 20:13:18 +0000 ods15 Add disabled EAGAIN testing code for libnut
Sat, 18 Nov 2006 15:17:50 +0000 ods15 move demux_nut priv calloc to init() instead of check_file()
Fri, 17 Nov 2006 17:43:40 +0000 ods15 missed piece in update to libnut API - non negative errors
Thu, 16 Nov 2006 07:07:22 +0000 ods15 update to libnut API, non-negative errors
Wed, 15 Nov 2006 11:36:22 +0000 ods15 update to libnut, no nut_skip_packet()
Wed, 15 Nov 2006 11:26:05 +0000 ods15 update to libnut API, don't free the streams
Tue, 14 Nov 2006 17:00:47 +0000 ods15 update to libnut, add cache_syncpoints
Tue, 14 Nov 2006 06:01:54 +0000 ods15 update to libnut, rename nut.h->libnut.h
Sun, 12 Nov 2006 17:47:40 +0000 ods15 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
Fri, 10 Nov 2006 07:46:07 +0000 ods15 shut warning on "realloc undefined" in demuxer.h
Fri, 10 Nov 2006 07:32:01 +0000 ods15 update libnut API
Sat, 23 Sep 2006 21:05:28 +0000 ods15 simplifications, any error from libnut is fatal
Sat, 23 Sep 2006 18:48:18 +0000 ods15 sync to new libnut
Sun, 17 Sep 2006 09:32:28 +0000 ods15 Add demux_nut to MPlayer repo