summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-10-28Don't use a default value for invalid frame_rate_code.Thibaut Mattern
CVS patchset: 3063 CVS date: 2002/10/28 07:57:50
2002-10-28Tell the engine to compute frame duration instead of using a default value ↵Thibaut Mattern
when frame_rate_code is invalid. CVS patchset: 3062 CVS date: 2002/10/28 07:55:59
2002-10-28New way to handle streams with invalid img_duration (eg some mpeg streams).Thibaut Mattern
The concept in simple : compute duration using pts. Here the formula : duration = ( pts - last_pts ) / (nb img between the 2 pts) I've tested with libmpeg2 and ffmpeg. It works. CVS patchset: 3061 CVS date: 2002/10/28 07:53:52
2002-10-28bump the interface versionMike Melanson
CVS patchset: 3060 CVS date: 2002/10/28 05:26:35
2002-10-28bump the interface versionMike Melanson
CVS patchset: 3059 CVS date: 2002/10/28 05:21:20
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
- time to cleanup demuxer mess... no more pthread stuff on any demuxer. of course i haven't tested all demuxers, but they at least compile. (sorry Mike, we will need to move a few variables around to make most of your demuxers work again - not big deal i think) - make api more consistent by providing xine_open/xine_close and xine_start/xine_stop. CVS patchset: 3058 CVS date: 2002/10/28 03:24:42
2002-10-28using select for read-timeouts, improved error detection and handlingGuenter Bartsch
CVS patchset: 3057 CVS date: 2002/10/28 00:50:01
2002-10-27asf content detection for seekable, but non-preview input pluginsGuenter Bartsch
CVS patchset: 3056 CVS date: 2002/10/27 23:01:39
2002-10-27fix extensions detectionGuenter Bartsch
CVS patchset: 3055 CVS date: 2002/10/27 22:56:08
2002-10-27Little cleanup.Thibaut Mattern
CVS patchset: 3054 CVS date: 2002/10/27 22:50:01
2002-10-27file plugin should handle file:// - type uris now, '#' is used as subtitle ↵Guenter Bartsch
delimiter CVS patchset: 3053 CVS date: 2002/10/27 22:48:57
2002-10-27less noiseMichael Roitzsch
CVS patchset: 3051 CVS date: 2002/10/27 20:08:41
2002-10-27less noise and register skip_behaviour (chapter skip keys work again)Michael Roitzsch
CVS patchset: 3050 CVS date: 2002/10/27 20:07:39
2002-10-27modified to handle sign/magnitude audio in early FILM filesMike Melanson
CVS patchset: 3049 CVS date: 2002/10/27 18:48:40
2002-10-27yep, another buffer typeMike Melanson
CVS patchset: 3048 CVS date: 2002/10/27 18:31:58
2002-10-27modified a52 decoder to support RealAudio dnet dataMike Melanson
CVS patchset: 3046 CVS date: 2002/10/27 18:02:52
2002-10-27initial support for RealAudio (*.ra) filesMike Melanson
CVS patchset: 3045 CVS date: 2002/10/27 18:00:29
2002-10-27get the logic straightMike Melanson
CVS patchset: 3044 CVS date: 2002/10/27 17:28:24
2002-10-27load up the XINE_STREAM_INFO_HAS_AUDIO/VIDEO informationMike Melanson
CVS patchset: 3042 CVS date: 2002/10/27 16:14:22
2002-10-27eliminate obsolete VALID_ENDS stringsMike Melanson
CVS patchset: 3041 CVS date: 2002/10/27 15:51:53
2002-10-27reinstate the MPEG elementary stream demuxerMike Melanson
CVS patchset: 3040 CVS date: 2002/10/27 04:32:41
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-26handle demuxers that fail to startGuenter Bartsch
CVS patchset: 3028 CVS date: 2002/10/26 22:08:08
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-26fix some segfaults when disposing event queuesMichael Roitzsch
CVS patchset: 3024 CVS date: 2002/10/26 21:48:49
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 event sendingMichael Roitzsch
CVS patchset: 3021 CVS date: 2002/10/26 20:52:42
2002-10-26forgot to copy the nav packetMichael Roitzsch
CVS patchset: 3020 CVS date: 2002/10/26 20:52:08
2002-10-26Fix prototype, when compiled on something != linuxJuergen Keil
CVS patchset: 3019 CVS date: 2002/10/26 20:21:09
2002-10-26get frame format change event backMichael Roitzsch
CVS patchset: 3018 CVS date: 2002/10/26 20:16:44
2002-10-26first step in getting dvd events backMichael Roitzsch
CVS patchset: 3017 CVS date: 2002/10/26 20:15:21
2002-10-26handle all events in the queue, not just the first oneMichael Roitzsch
(I start to like the new events mechanism) CVS patchset: 3016 CVS date: 2002/10/26 20:12:59
2002-10-26remove failing plugins from plugin catalogMichael Roitzsch
CVS patchset: 3015 CVS date: 2002/10/26 16:16:04
2002-10-26modifying the timestamp does not go well with const eventsMichael Roitzsch
CVS patchset: 3014 CVS date: 2002/10/26 16:15:24
2002-10-26bump up version numbers to actually use dxr3 pluginsMichael Roitzsch
CVS patchset: 3013 CVS date: 2002/10/26 16:14:27
2002-10-26increased spu decoder API version numberMichael Roitzsch
CVS patchset: 3012 CVS date: 2002/10/26 16:13:16
2002-10-26remove VO_PROP_VO_TYPE crap only needed for dxr3Michael Roitzsch
(I hope to have found another way) CVS patchset: 3011 CVS date: 2002/10/26 14:45:28