summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
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
2002-10-20important: call demuxer_stop from demuxer_disposeGuenter Bartsch
CVS patchset: 2893 CVS date: 2002/10/20 23:54:20
2002-10-20demux_mpgaudio ported to new api, small fixesGuenter Bartsch
CVS patchset: 2891 CVS date: 2002/10/20 21:15:07
2002-10-20another attempt to make audio and video start at the same ptsGuenter Bartsch
CVS patchset: 2887 CVS date: 2002/10/20 19:03:43
2002-10-20make avi demuxer send preview buffers, libmad uses them to extract ↵Guenter Bartsch
stream/meta info CVS patchset: 2886 CVS date: 2002/10/20 18:23:33
2002-10-20bring the FILM demuxer in line with the latest API revisionMike Melanson
CVS patchset: 2876 CVS date: 2002/10/20 16:45:27
2002-10-20stream_info fixesGuenter Bartsch
CVS patchset: 2875 CVS date: 2002/10/20 16:18:06
2002-10-20whoups. wrong constants used for stream type detection methodGuenter Bartsch
CVS patchset: 2871 CVS date: 2002/10/20 13:50:41
2002-10-20return of the asf demuxerGuenter Bartsch
CVS patchset: 2870 CVS date: 2002/10/20 02:20:13
2002-10-19try to make a/v index position after seek more accurate (for streams with ↵Guenter Bartsch
long index entries) CVS patchset: 2866 CVS date: 2002/10/19 23:39:18
2002-10-19fast seeking enabledGuenter Bartsch
CVS patchset: 2863 CVS date: 2002/10/19 19:47:27
2002-10-19send start header firstGuenter Bartsch
CVS patchset: 2860 CVS date: 2002/10/19 18:37:03
2002-10-19really send headers in demux_avi_send_headerGuenter Bartsch
CVS patchset: 2858 CVS date: 2002/10/19 17:42:52
2002-10-18Enable liba52 for new api.James Courtier-Dutton
CVS patchset: 2847 CVS date: 2002/10/18 12:28:09
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.James Courtier-Dutton
CVS patchset: 2846 CVS date: 2002/10/18 07:13:10
2002-10-18my very first try at the new streams api. some fixes to it (uninitializedMiguel Freitas
stuff and plugins being instatiated several times). actually i got it to play something (have not tried sound though). CVS patchset: 2845 CVS date: 2002/10/18 04:04:10
2002-10-17move open_plugin function (used to create new plugin instances) from the ↵Michael Roitzsch
plugin info struct to the plugin class struct small nerby change in libffmpeg decoder plugin: access to video_out/audio_out in decoders should now be done via the appropriate members in xine_stream_t CVS patchset: 2843 CVS date: 2002/10/17 17:43:41
2002-10-16bump up plugin version numbersGuenter Bartsch
CVS patchset: 2835 CVS date: 2002/10/16 14:09:12
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
CVS patchset: 2828 CVS date: 2002/10/14 15:46:48
2002-10-12sched.h include missing for sched_yield() functionJuergen Keil
CVS patchset: 2821 CVS date: 2002/10/12 20:12:05