summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-01-14- Fixes mrl parsing.Thibaut Mattern
- Fixes http response parsing - Fixes first http request CVS patchset: 3920 CVS date: 2003/01/14 23:39:11
2003-01-14yet another glue logic for viz plugins. that should fix problems withMiguel Freitas
jumbo audio buffers (several seconds). unfortunately it requires an extra data copy, but i don't think that will make any perceptible difference. CVS patchset: 3916 CVS date: 2003/01/14 21:00:23
2003-01-14oops, plot the right channel dataMike Melanson
CVS patchset: 3914 CVS date: 2003/01/14 06:30:43
2003-01-14added a FFT scope visualizationMike Melanson
CVS patchset: 3911 CVS date: 2003/01/14 03:41:00
2003-01-14ops, missing filesMiguel Freitas
CVS patchset: 3910 CVS date: 2003/01/14 01:56:59
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
CVS patchset: 3909 CVS date: 2003/01/14 00:10:28
2003-01-13big vidix driver update by James StembridgeMiguel Freitas
CVS patchset: 3907 CVS date: 2003/01/13 23:36:01
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
CVS patchset: 3906 CVS date: 2003/01/13 23:02:41
2003-01-13- fix build with the plugin now in the xine-lib tree itselfBastien Nocera
CVS patchset: 3904 CVS date: 2003/01/13 20:10:23
2003-01-13non-dxr3-users should not see the dxr3 config tabMichael Roitzsch
CVS patchset: 3903 CVS date: 2003/01/13 18:09:54
2003-01-13Whoops, shame on me.Michael Roitzsch
CVS patchset: 3902 CVS date: 2003/01/13 17:47:35
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
good news for Daniel: no frontend change is required, the entries are sorted inside the engine I did not change the config entry names for now, because they seem well sorted already, so I avoided breaking everyones config file. But it is now possible to name the config keys in a <section>.<plugin>.<entry> style (instead of the old <section>.<entry> style) resulting in entries of the same plugin being sorted next to each other. CVS patchset: 3901 CVS date: 2003/01/13 17:43:08
2003-01-13match implemented behaviour better to the one documented in the public headerMichael Roitzsch
CVS patchset: 3900 CVS date: 2003/01/13 16:26:48
2003-01-13cleaning upMichael Roitzsch
CVS patchset: 3899 CVS date: 2003/01/13 16:23:27
2003-01-13Fix segmentation fault (in X11 libraries)Ewald Snel
This occurs when using xine-lib in a multithreaded environment, using a single xine object with multiple streams and multiple X11 display connections, which are closed when a stream is disposed. CVS patchset: 3898 CVS date: 2003/01/13 15:40:08
2003-01-13wrong "C-style object" usedMichael Roitzsch
CVS patchset: 3896 CVS date: 2003/01/13 14:26:17
2003-01-13sync to latest cvs of libdvdnavMichael Roitzsch
* small fix for "Spy Game" RC2 * implement LinkNoLink (Disney's "Beauty and the Beast" RC2 deluxe uses it, but the interactive game still does not work) * slightly improved logic of program jumps -> chapter skipping should work correctly in more (if not all) cases now CVS patchset: 3894 CVS date: 2003/01/13 13:53:33
2003-01-13debug messageMichael Roitzsch
CVS patchset: 3892 CVS date: 2003/01/13 13:43:46
2003-01-13- gnome-vfs plugin addedBastien Nocera
CVS patchset: 3891 CVS date: 2003/01/13 12:38:08
2003-01-13detach from master on disposeMiguel Freitas
CVS patchset: 3889 CVS date: 2003/01/13 03:02:15
2003-01-13not used anymoreMiguel Freitas
CVS patchset: 3888 CVS date: 2003/01/13 02:33:36
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
- implement some master/slave stuff - implement subtitle mrl: xine movie.mpg#subtitle:whatever.sub CVS patchset: 3887 CVS date: 2003/01/13 02:15:07
2003-01-13change comment style (only one)Daniel Caujolle-Bert
CVS patchset: 3886 CVS date: 2003/01/13 01:23:13
2003-01-13Experimental mmsh protocol support.Thibaut Mattern
Some explanantions about mms protocols in xine : mms:/, mmst:/, mmsu:/, mmsh:/ mrls are handled by the mms input plugin mmst:/ and mmsu:/ mrls point out the 'mms over tcp' protocol (mms.c) mmsh:/ mrls point out the 'mms over http' protocol (mmsh.c) When a mms:/ url is encountered, mmst is tried first, then mmsh is tried if mmst failed To try the new mmsh support : xine mmsh://wmp.tf1.coltfrance.com/wmetf1/cinema/hpotter/harry_potter_secrets_320.wmv xine mmsh://wmp.tf1.coltfrance.com/wmetf1/clip/johnny/marie_320.wmv CVS patchset: 3885 CVS date: 2003/01/13 01:11:57
2003-01-12DVB plugin updated to new api. thanks to Micael Beronius, Chris Purnell for ↵Guenter Bartsch
their great work CVS patchset: 3884 CVS date: 2003/01/12 23:20:37
2003-01-12made it compile under linux ;-)Daniel Caujolle-Bert
CVS patchset: 3883 CVS date: 2003/01/12 20:54:14
2003-01-12Make xine-lib compile on SolarisRobin KAY
CVS patchset: 3882 CVS date: 2003/01/12 20:33:57
2003-01-12i got the case that getpwuid_r returns 0 _and_ NULL in pwStefan Holst
CVS patchset: 3879 CVS date: 2003/01/12 16:38:08
2003-01-12seeking should work now.Miguel Freitas
CVS patchset: 3878 CVS date: 2003/01/12 15:29:08
2003-01-11this log message is not restriced to input plugins, demuxers and preloaded ↵Michael Roitzsch
plugins get here as well CVS patchset: 3876 CVS date: 2003/01/11 21:22:20
2003-01-11introducing a new, very low-impact aproach on implementing a video ↵Guenter Bartsch
processing api CVS patchset: 3875 CVS date: 2003/01/11 19:06:52
2003-01-11make the Nosefart engine aware of the config's WORDS_BIGENDIAN #defineMike Melanson
CVS patchset: 3874 CVS date: 2003/01/11 15:53:53
2003-01-11fast discarding when stoppedMiguel Freitas
CVS patchset: 3873 CVS date: 2003/01/11 15:31:45
2003-01-11whoups, thats codec_initialized, not decoder_ok in this oneGuenter Bartsch
CVS patchset: 3872 CVS date: 2003/01/11 13:10:13
2003-01-11get img_duration from video_outMiguel Freitas
CVS patchset: 3871 CVS date: 2003/01/11 12:51:17
2003-01-11allow 2 seconds prebuffering instead of a "sync" behaviour.Miguel Freitas
this will be important to support subtitling the same stream (that is, demuxer provides both video and spu) CVS patchset: 3870 CVS date: 2003/01/11 12:25:10
2003-01-11I almost forgot...Michael Roitzsch
CVS patchset: 3869 CVS date: 2003/01/11 11:36:51
2003-01-11small cleanupMichael Roitzsch
impressive work, Miguel! CVS patchset: 3868 CVS date: 2003/01/11 11:34:15
2003-01-11Fix 'crackling sound' at the beginning of some MPEG filesEwald Snel
CVS patchset: 3867 CVS date: 2003/01/11 11:29:22
2003-01-11resolve a Debian legal problem: xine-lib build should not depend on libdxr3-dev,Michael Roitzsch
because it is not entirely free; therefore we include the em8300.h header in our tree, because this is the only thing we need Please note that the dxr3 plugins will now be built for everyone unless you specify --disable-dxr3. But this should be no problem, since they detect dxr3 presence at runtime. CVS patchset: 3866 CVS date: 2003/01/11 11:18:00
2003-01-11unnecessary commentMichael Roitzsch
CVS patchset: 3865 CVS date: 2003/01/11 11:16:57
2003-01-11and the story continueDaniel Caujolle-Bert
CVS patchset: 3864 CVS date: 2003/01/11 10:49:47
2003-01-11add pitches, fix coding style, alloc planary yuv in one memory chunk so en ↵Guenter Bartsch
... erm i mean decoders can rely on this little undocumented feature CVS patchset: 3863 CVS date: 2003/01/11 05:28:28
2003-01-11open and close outputGuenter Bartsch
CVS patchset: 3862 CVS date: 2003/01/11 05:26:55
2003-01-11reduce compile warnings, patch provided by chris rankinGuenter Bartsch
CVS patchset: 3861 CVS date: 2003/01/11 04:57:50
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
tested with asf, avi and mpeg but any media should work. todo: - clean up the master/slave stuff and public api. - implement seeking on demux_sputext.c (it must seek to closest subtitle) - general cleaning up and bugfixing CVS patchset: 3860 CVS date: 2003/01/11 03:47:01
2003-01-11initial rv 1.0 support.Stefan Holst
currently disabled (commented out) because video output is not usable yet. CVS patchset: 3859 CVS date: 2003/01/11 00:00:54
2003-01-10support for BUF_FLAG_FRAME_STARTStefan Holst
CVS patchset: 3858 CVS date: 2003/01/10 23:33:09
2003-01-10just get it to compile, still not finished.Miguel Freitas
i hope to have something working this weekend CVS patchset: 3857 CVS date: 2003/01/10 22:23:54
2003-01-10have length in miliseconds tooMiguel Freitas
fix some intermediate calculation CVS patchset: 3856 CVS date: 2003/01/10 21:10:50