log libmpdemux/demuxer.c @ 9850:564678d0bc15

age author description
Fri, 04 Apr 2003 15:38:46 +0000 michael H264-ES demuxer
Sun, 30 Mar 2003 17:12:11 +0000 albeu Fix all demuxers wich where using a global var to enable themself.
Thu, 27 Mar 2003 20:38:14 +0000 albeu Fix rawvideo and -audiofile
Sun, 16 Mar 2003 20:13:28 +0000 arpi this is a combo patch that:
Sun, 16 Feb 2003 10:00:42 +0000 michael enabling mpeg4-es autodetection (if we dont enable it, then we will never know if it works ...)
Tue, 28 Jan 2003 00:12:23 +0000 arpi libgif/libungif based demuxer support for libmpdemux.
Thu, 23 Jan 2003 02:12:15 +0000 arpi raw mpeg4-es support (you need to set -fps manually!)
Wed, 22 Jan 2003 23:51:04 +0000 arpi raw video demuxer, requested by Michael
Sun, 19 Jan 2003 00:21:54 +0000 arpi extension-based filetype detection for headerless files (mp3 vs mpeg, etc)
Mon, 13 Jan 2003 02:42:06 +0000 arpi patch adds support for MOV-Reference-Files.
Sun, 12 Jan 2003 19:55:59 +0000 pontscho upsz :))))))))))))))
Sun, 12 Jan 2003 19:41:38 +0000 arpi this patch adds an fallback to playlist (any but the plaintext-list format)
Mon, 06 Jan 2003 14:54:36 +0000 filon 10l (was segfaulting on non-dv file)
Sun, 22 Dec 2002 21:01:01 +0000 arpi XMMS Input plugin support
Wed, 11 Dec 2002 20:48:51 +0000 arpi 10l - demux_avi handles AVI_NI and AVI_NINI too
Sat, 07 Dec 2002 01:07:11 +0000 arpi 10l
Sat, 16 Nov 2002 03:42:14 +0000 arpi demuxer_control(), percent position and time length query implemented in
Wed, 06 Nov 2002 23:54:29 +0000 arpi *HUGE* set of compiler warning fixes, unused variables removal
Sat, 02 Nov 2002 19:52:59 +0000 arpi A-V sync cleanup: sh_audio->timer replaced by sh_audio->delay, it contains
Sat, 02 Nov 2002 00:45:12 +0000 arpi cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,
Wed, 23 Oct 2002 17:21:01 +0000 arpi cleanup config option handling in libmpdemux.
Wed, 16 Oct 2002 16:51:03 +0000 arpi ss_div/ss_mul defaults to 0
Fri, 04 Oct 2002 19:23:36 +0000 arpi This just corrects a function name to match the other demuxer's
Sun, 29 Sep 2002 19:26:40 +0000 arpi some cleanup - made private vars/funcs static, removed obsolete externs
Sun, 22 Sep 2002 14:28:29 +0000 jaf changed 'detected fileformat' messages to a message with %s
Sun, 22 Sep 2002 00:35:35 +0000 arpi get_sh_audio/get_sh_video removed (never used, also useless)
Sun, 15 Sep 2002 22:38:30 +0000 arpi removed dummy OGG functions - use #ifdef instead
Fri, 13 Sep 2002 18:58:14 +0000 alex added smjpeg demuxer only for nexus' request
Tue, 10 Sep 2002 21:50:03 +0000 arpi .PVA (mpeg-like fileformat used by MultiDec && WinTV) demuxer
Sun, 08 Sep 2002 23:00:01 +0000 arpi removed messy global 'tv_handle', use stream->priv for that purpose