log libmpdemux/demuxer.c @ 11590:0908285ada31

age author description
Mon, 08 Dec 2003 19:33:38 +0000 arpi LML-M4 mpeg4 capture card raw stream format support
Mon, 08 Dec 2003 09:51:10 +0000 mosu Fixes for a couple of warnings.
Mon, 08 Dec 2003 09:47:15 +0000 mosu Get the total length for Ogg files. Patch by Michael Behrisch <behrisch@informatik.hu-berlin.de>.
Sat, 15 Nov 2003 22:27:02 +0000 rathann missing extern
Wed, 12 Nov 2003 10:27:16 +0000 luran seek in realmedia files
Sat, 20 Sep 2003 12:50:25 +0000 lumag Fixed 'reading after EOF'. demuxers didn't check, how many they've read!
Fri, 19 Sep 2003 19:40:46 +0000 faust3 get_percent_pos support in demux_audio, patch by ROSEN Jeremy <jeremy.rosen at c-s.fr>
Sun, 24 Aug 2003 18:08:54 +0000 arpi - initial support for MPEG4 in TS (M4V is working, but not AAC yet)
Thu, 07 Aug 2003 12:40:15 +0000 henry 10l - some forgotten ifdefs
Sat, 19 Jul 2003 17:39:47 +0000 alex inconsistency
Sat, 05 Jul 2003 11:37:25 +0000 arpi fixed mpeg-ps ext-based detection sig11 bug reporetd by Raindel Shachar
Thu, 19 Jun 2003 18:20:15 +0000 rathann fix one missing #include, one missing extern and one 10l error.
Mon, 09 Jun 2003 22:01:33 +0000 arpi tivo demuxer moved down, its fileformat detection is unstable (misdetects mpeg-ps)
Mon, 09 Jun 2003 00:24:49 +0000 arpi TiVo demuxer and sub-cc/osd decoder
Sat, 31 May 2003 17:41:45 +0000 alex warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>
Fri, 23 May 2003 13:29:54 +0000 alex 10l
Wed, 30 Apr 2003 19:50:46 +0000 rtognimp Add support for Realaudio files
Wed, 30 Apr 2003 11:39:32 +0000 mosu Added Matroska demuxing support.
Mon, 14 Apr 2003 01:38:36 +0000 michael 10l
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
Wed, 21 Aug 2002 21:31:20 +0000 arpi new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
Wed, 14 Aug 2002 21:55:48 +0000 arpi typo fixes by Ross Finlayson <finlayson@live.com>
Thu, 08 Aug 2002 13:55:15 +0000 jaf messages moved again
Tue, 06 Aug 2002 22:01:45 +0000 arpi 10l
Tue, 06 Aug 2002 21:21:14 +0000 arpi detection reordered. note: raw DV detection should be more reliable.
Mon, 05 Aug 2002 17:21:35 +0000 arpi raw .dv stream demuxer by Alexander Neundorf <neundorf@kde.org>
Mon, 05 Aug 2002 00:39:07 +0000 arpi applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
Fri, 02 Aug 2002 17:44:16 +0000 arpi count blocks by rounded-up chunksizes instead of chunks -
Fri, 26 Jul 2002 12:36:13 +0000 albeu Add uninit to the avi demuxer
Tue, 02 Jul 2002 22:31:50 +0000 pontscho add -audiofile support for gui
Tue, 11 Jun 2002 14:29:51 +0000 albeu Support for playing audio cds using cdparanoia. Include a raw audio