summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Collapse)Author
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
fix detection for DVD input as suggested by guenter CVS patchset: 3290 CVS date: 2002/11/18 11:44:55
2002-11-18Fix segmentation fault with some QuickTime movie trailersEwald Snel
CVS patchset: 3287 CVS date: 2002/11/18 08:20:36
2002-11-18seeking to keyframes should work again, better than ever! :)Miguel Freitas
CVS patchset: 3286 CVS date: 2002/11/18 03:39:07
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch
CVS patchset: 3285 CVS date: 2002/11/18 03:03:07
2002-11-17check for seekable instead of preview flagGuenter Bartsch
CVS patchset: 3279 CVS date: 2002/11/17 17:32:11
2002-11-17This one is the reason why initial stillframes on DVDs do not show up.Michael Roitzsch
They are eaten by the preview, but the DVD input plugin is not preview capable. CVS patchset: 3278 CVS date: 2002/11/17 16:33:39
2002-11-16send the NAV packet AFTER a discontinuity, not BEFOREMichael Roitzsch
(I have a DVD - Back to the Future RC2 - where there are stillframes, that are only detectable by the fact, that the audio track is still playing. No DVD still flags are set at all. So the player should play the audio up to the end and then release the still and go on with decoding. This in fact does already work, since because of the discontinuity after the still, metronom will block video decoder thread until audio is finished, except for the NAV packet, which is send BEFORE the discontinuity and therefore comes far too early. Result is, that the menu buttons are already laid out and reacting according to the next menu, although the image of the one before is still shown.) CVS patchset: 3272 CVS date: 2002/11/16 12:22:15
2002-11-15Fix more memory leaksEwald Snel
CVS patchset: 3266 CVS date: 2002/11/15 17:59:47
2002-11-15Fix more memory leaksEwald Snel
CVS patchset: 3265 CVS date: 2002/11/15 16:28:35
2002-11-15load some more meta/stream infoMike Melanson
CVS patchset: 3264 CVS date: 2002/11/15 04:30:17
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
(+ missed ffmpeg/dv patch) CVS patchset: 3263 CVS date: 2002/11/15 00:20:31
2002-11-14(patch) demux_ts_parse_packet does notMiguel Freitas
check that the parsed PCR arrived on the designated PCR PID, which means that any PCR in the stream will be used. Peter Liljenberg, ESDG Konsult AB CVS patchset: 3259 CVS date: 2002/11/14 12:45:33
2002-11-13another mime-typeGuenter Bartsch
CVS patchset: 3257 CVS date: 2002/11/13 03:47:51
2002-11-13more mime typesGuenter Bartsch
CVS patchset: 3253 CVS date: 2002/11/13 00:14:27
2002-11-11BUF_FLAG_PREVIEW was not used in preview mode.Thibaut Mattern
CVS patchset: 3242 CVS date: 2002/11/11 22:33:00
2002-11-11added exhaustive debugging facilities that can be turned on and off likeMike Melanson
a faucet CVS patchset: 3228 CVS date: 2002/11/11 04:02:43
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
well-hidden bug CVS patchset: 3220 CVS date: 2002/11/10 13:33:13
2002-11-10fix backward seekingGuenter Bartsch
CVS patchset: 3216 CVS date: 2002/11/10 01:41:17
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
CVS patchset: 3215 CVS date: 2002/11/09 23:22:32
2002-11-09less noiseMichael Roitzsch
CVS patchset: 3209 CVS date: 2002/11/09 13:52:32
2002-11-07ts demuxer compiles againGuenter Bartsch
CVS patchset: 3198 CVS date: 2002/11/07 04:08:14
2002-11-07bugfixes by Howdy PierceGuenter Bartsch
CVS patchset: 3197 CVS date: 2002/11/07 03:04:31
2002-11-03fix memleakGuenter Bartsch
CVS patchset: 3172 CVS date: 2002/11/03 21:08:42
2002-11-03Reject non-seekable sources in the content detection stage rather than in ↵Robin KAY
general. CVS patchset: 3171 CVS date: 2002/11/03 21:03:09
2002-11-03no logging by defaultGuenter Bartsch
CVS patchset: 3169 CVS date: 2002/11/03 20:41:55
2002-11-03never read() from a non-seekable input plugin in content detection stage ↵Guenter Bartsch
(other demuxers have no chance to seek back the stream\!) - use preview data instead CVS patchset: 3168 CVS date: 2002/11/03 20:39:28
2002-11-03fixed icecast support - next one who breaks my online radios I'll ... erm, ↵Guenter Bartsch
uohm ... you don't want to find out >:-> CVS patchset: 3167 CVS date: 2002/11/03 20:09:30
2002-11-03Cleaned up WVE demuxer slightly.Robin KAY
CVS patchset: 3161 CVS date: 2002/11/03 01:11:14
2002-11-02added Robin Kay's EA WVE demuxerMike Melanson
CVS patchset: 3160 CVS date: 2002/11/02 23:45:47
2002-11-02Fix METHOD_BY_EXTENSION.Thibaut Mattern
CVS patchset: 3146 CVS date: 2002/11/02 12:50:14
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
CVS patchset: 3126 CVS date: 2002/11/01 17:41:02
2002-11-01move file signature validation to open_file() functionsMike Melanson
CVS patchset: 3121 CVS date: 2002/11/01 03:36:24
2002-11-01use pts values only internallyGuenter Bartsch
CVS patchset: 3120 CVS date: 2002/11/01 01:47:51
2002-10-31pts variable shuffleMike Melanson
CVS patchset: 3104 CVS date: 2002/10/31 02:22:58
2002-10-30fix bug in content detection strategyMike Melanson
CVS patchset: 3098 CVS date: 2002/10/30 00:29:30
2002-10-29meta info, handling of small files fixedGuenter Bartsch
CVS patchset: 3081 CVS date: 2002/10/29 01:28:41
2002-10-29strengthen QT content detectionMike Melanson
CVS patchset: 3079 CVS date: 2002/10/29 00:37:26
2002-10-29fix content detection, handles non-seekable streamsGuenter Bartsch
CVS patchset: 3077 CVS date: 2002/10/29 00:25:06
2002-10-28Build all xine plugin modules with "-export-symbols-regex xine_plugin_info",Juergen Keil
to get a minimal dynamic linker symbol table CVS patchset: 3073 CVS date: 2002/10/28 13:30:58
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-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-27modified to handle sign/magnitude audio in early FILM filesMike Melanson
CVS patchset: 3049 CVS date: 2002/10/27 18:48:40
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