log libmpdemux/demuxer.c @ 7556:85c8a8a8f4fd

age author description
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
Sat, 25 May 2002 22:13:23 +0000 arpi clone_demux_packet(), using refcounting to avoid memcpy()
Thu, 02 May 2002 10:25:48 +0000 albeu Fix frame_time for variable fps movies as it was the last frame duration.
Mon, 29 Apr 2002 13:36:18 +0000 albeu Add support for another AVI with ogg/vorbis audio (0x674F)
Wed, 24 Apr 2002 17:28:23 +0000 albeu Uninit added
Wed, 24 Apr 2002 15:36:07 +0000 albeu Added demuxer uninit
Tue, 23 Apr 2002 23:21:19 +0000 arpi more strict check for .mp3
Sun, 21 Apr 2002 02:38:50 +0000 jaf mplayer was not compileable without, i tested it with and without vorbis, i hope it's ok
Sat, 20 Apr 2002 17:50:11 +0000 albeu Seeking implemented
Fri, 12 Apr 2002 10:40:38 +0000 arpi BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
Wed, 03 Apr 2002 17:49:40 +0000 arpi added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outflux.net>
Wed, 03 Apr 2002 15:40:13 +0000 arpi don't alloc/free NULL
Mon, 01 Apr 2002 17:11:59 +0000 arpi freeing codec in/out buffers is job of libmpcodecs, not demuxer
Sun, 31 Mar 2002 02:45:14 +0000 arpi added soem debug prints, and fixed 10l bug of Alban