log libmpdemux/demux_nut.c @ 23079:8e9b11648f40

age author description
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