log libmpdemux/demuxer.c @ 8056:324b6e5387be

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