summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2002-10-27bring the elementary MPEG stream demuxer in line with the latest APIMike Melanson
revision CVS patchset: 3039 CVS date: 2002/10/27 04:14:27
2002-10-27bring back a bunch of demuxersMike Melanson
CVS patchset: 3038 CVS date: 2002/10/27 03:31:44
2002-10-27bring the unfinished Real demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3037 CVS date: 2002/10/27 03:18:11
2002-10-27bring the CDA demuxer in line with the latest API revision, although itMike Melanson
remains untested until the CDA input plugin is brought up to spec CVS patchset: 3036 CVS date: 2002/10/27 02:40:00
2002-10-27bring the VQA demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3035 CVS date: 2002/10/27 02:20:35
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
CVS patchset: 3034 CVS date: 2002/10/27 01:52:15
2002-10-27another demuxer with broken status reportingGuenter Bartsch
CVS patchset: 3033 CVS date: 2002/10/27 00:27:26
2002-10-27some demuxers still don't report their status correctlyGuenter Bartsch
CVS patchset: 3032 CVS date: 2002/10/27 00:01:13
2002-10-26bring the SMJPEG demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3031 CVS date: 2002/10/26 23:23:15
2002-10-26bring the YUV4MPEG2 demuxer in line with the latest API revision; also,Mike Melanson
fix seeking CVS patchset: 3030 CVS date: 2002/10/26 22:59:20
2002-10-26timeouts for mms, send progress report events, introduce verbosity engine ↵Guenter Bartsch
parameter (not implemented yet), document new plugin loader in changelog CVS patchset: 3029 CVS date: 2002/10/26 22:50:52
2002-10-26bring the SND/AU demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3027 CVS date: 2002/10/26 22:03:58
2002-10-26make demuxers return their status so xine engine can check if demuxers fail ↵Guenter Bartsch
to send headers CVS patchset: 3026 CVS date: 2002/10/26 22:00:49
2002-10-26bring the VOC demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3025 CVS date: 2002/10/26 21:49:58
2002-10-26don't forget to call stop during disposeMichael Roitzsch
CVS patchset: 3023 CVS date: 2002/10/26 21:47:29
2002-10-26bring the AIFF demuxer in line with the latest API revisionMike Melanson
CVS patchset: 3022 CVS date: 2002/10/26 21:27:35
2002-10-26fix strategy constantsThibaut Mattern
CVS patchset: 3007 CVS date: 2002/10/26 10:02:42
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block ↵Guenter Bartsch
devices CVS patchset: 2999 CVS date: 2002/10/26 02:32:52
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
dispose of event queue. CVS patchset: 2998 CVS date: 2002/10/26 02:12:27
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
CVS patchset: 2997 CVS date: 2002/10/25 15:36:16
2002-10-25throw away old code, call demux_stop in demux_disposeGuenter Bartsch
CVS patchset: 2995 CVS date: 2002/10/25 02:05:27
2002-10-24Try to fix sync and seeking with strange streams that don't have pts.Thibaut Mattern
CVS patchset: 2994 CVS date: 2002/10/24 23:13:05
2002-10-24file extensions seperated by spacesGuenter Bartsch
CVS patchset: 2992 CVS date: 2002/10/24 22:48:25
2002-10-23looks like demux_roq content detection accepted anything but roq files...Guenter Bartsch
CVS patchset: 2977 CVS date: 2002/10/23 21:49:41
2002-10-23content detection for non-seekable streamsGuenter Bartsch
CVS patchset: 2976 CVS date: 2002/10/23 21:22:01
2002-10-23stupid error in extension comparison - thanks to mike for noticing thatGuenter Bartsch
CVS patchset: 2974 CVS date: 2002/10/23 21:03:17
2002-10-23send preview buffers, try to fix metadataGuenter Bartsch
CVS patchset: 2972 CVS date: 2002/10/23 20:42:38
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32
2002-10-23fix detection by extensionGuenter Bartsch
CVS patchset: 2970 CVS date: 2002/10/23 20:22:42
2002-10-23Sanity check the qt file, before we try to open it. The qt demuxer wasJuergen Keil
allocating huge amounts of memory, when an .avi file was to be identified by content. CVS patchset: 2961 CVS date: 2002/10/23 10:48:17
2002-10-23Check the FILM signature, before we trust the data in some random file.Juergen Keil
The FILM demuxer was allocating 1.5GB of data, when an .avi file should be opened CVS patchset: 2960 CVS date: 2002/10/23 10:46:37
2002-10-23re-enable demux_mpegJuergen Keil
CVS patchset: 2958 CVS date: 2002/10/23 10:08:48
2002-10-23calling _stop() within _dispose() solves a lot of problemsMike Melanson
CVS patchset: 2956 CVS date: 2002/10/23 04:58:15
2002-10-23bring back some more demuxersMike Melanson
CVS patchset: 2955 CVS date: 2002/10/23 04:21:17
2002-10-23bring the WAV demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2951 CVS date: 2002/10/23 03:46:32
2002-10-23bring the FLI subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2950 CVS date: 2002/10/23 03:21:19
2002-10-23bring the RoQ subsystem in line with the latest API revisionMike Melanson
CVS patchset: 2949 CVS date: 2002/10/23 02:55:01
2002-10-23CIN not MVEMike Melanson
CVS patchset: 2948 CVS date: 2002/10/23 02:29:02
2002-10-23bring the Id CIN demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2946 CVS date: 2002/10/23 02:01:10
2002-10-23bring the WC3 Movie demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2944 CVS date: 2002/10/23 01:32:27
2002-10-22Changed -ansi so that the developer must include @ANSI_FLAGS@ in their ↵Stephen Torri
AC_CFLAGS variable of their Makefile.am for the directory. CVS patchset: 2943 CVS date: 2002/10/22 23:50:15
2002-10-22Fix a warning.Thibaut Mattern
CVS patchset: 2942 CVS date: 2002/10/22 23:39:53
2002-10-22fix small typo in a commentJuergen Keil
CVS patchset: 2939 CVS date: 2002/10/22 17:14:47
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
Plays DVDs now, but not menu buttons work yet. CVS patchset: 2933 CVS date: 2002/10/22 07:36:05
2002-10-22bring the QT demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2916 CVS date: 2002/10/22 05:03:01
2002-10-22Changed non standard comment (//).Stephen Torri
Compiler warnings to be fixed: demux_asf.c: In function `demux_asf_send_headers': demux_asf.c:1272: warning: implicit declaration of function `strdup' demux_asf.c:1272: warning: assignment makes pointer from integer without a castdemux_asf.c:1274: warning: assignment makes pointer from integer without a castdemux_asf.c:1276: warning: assignment makes pointer from integer without a castdemux_asf.c: In function `open_plugin': demux_asf.c:1453: warning: implicit declaration of function `strncasecmp' demux_asf.c: In function `demux_asf_send_headers': demux_asf.c:1226: warning: `bitrate' might be used uninitialized in this function CVS patchset: 2905 CVS date: 2002/10/22 04:23:19
2002-10-22fix stop...start sequenceMike Melanson
CVS patchset: 2903 CVS date: 2002/10/22 04:08:47
2002-10-21Fix read_id3_tags (segfault)Thibaut Mattern
CVS patchset: 2901 CVS date: 2002/10/21 22:25:50
2002-10-21Oups...Thibaut Mattern
Remove stupid free() CVS patchset: 2900 CVS date: 2002/10/21 20:27:53
2002-10-21open_plugin cleanup + fixThibaut Mattern
CVS patchset: 2899 CVS date: 2002/10/21 20:18:31