summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-11-16introduce the slave metronom concept (Thibaut, Miguel: it's a bit differentMichael Roitzsch
from what we discussed, details on xine-devel) metronom holds a master metronom pointer now and uses this master to match its syncing CVS patchset: 5742 CVS date: 2003/11/16 12:15:21
2003-11-16after James explained how the AC3 PTS tagging works, Miguel and I discoveredMichael Roitzsch
that the current code does not match that explanation so since I get occasional passthrough dropouts with the current code, I revert it to the old behaviour which I have had no problems with CVS patchset: 5741 CVS date: 2003/11/16 12:12:09
2003-11-16Fix index reading with file >2Go.Thibaut Mattern
An int was used to seek at the end of the file instead of uint32_t, so the limit is now 4Go. OpenDML indexes are still not supported. Fix Siggi's problem. CVS patchset: 5740 CVS date: 2003/11/16 00:59:24
2003-11-15looks like Miguel hasn't installed Speex, either...Siggi Langauf
As Michael before me, I'm just blindly making it compile again, so somebody should have a look if it's still doing what it's supposed to. CVS patchset: 5738 CVS date: 2003/11/15 21:48:06
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
* using xprintf() and lprintf() inside metronom * prebuffer is now a metronom option * some small structure cleanup CVS patchset: 5737 CVS date: 2003/11/15 20:43:11
2003-11-15Miguel obviously has no Ogg installed ...Michael Roitzsch
I am just making it compile again, someone familiar with the format should check these changes! CVS patchset: 5736 CVS date: 2003/11/15 20:38:27
2003-11-15demux_action_pending privateMiguel Freitas
CVS patchset: 5734 CVS date: 2003/11/15 15:04:35
2003-11-15start xine_stream_t separation (public/private).Miguel Freitas
(we should finish this before rc3.) - stream_info and meta_info variables are private now. obs: everything must be recompiled due xine_stream_t changes CVS patchset: 5733 CVS date: 2003/11/15 14:54:30
2003-11-15change demux api:Miguel Freitas
- demuxers should not access stream->demux_thread_running - remove deprecated get_video_frame/got_video_frame_cb CVS patchset: 5732 CVS date: 2003/11/15 14:00:35
2003-11-15more helper functions cleanup (stream info, meta info)Miguel Freitas
CVS patchset: 5731 CVS date: 2003/11/15 13:01:00
2003-11-14fix memleakDaniel Caujolle-Bert
CVS patchset: 5730 CVS date: 2003/11/14 23:00:41
2003-11-13define FOURCC only onceMarco Zuehlke
CVS patchset: 5729 CVS date: 2003/11/13 15:23:00
2003-11-12don't set proxyhost to NULLDaniel Caujolle-Bert
CVS patchset: 5727 CVS date: 2003/11/12 19:58:19
2003-11-12Use http_proxy envvar if it's set when proxyhost isn't. Use {l,x}printf.Daniel Caujolle-Bert
CVS patchset: 5726 CVS date: 2003/11/12 19:54:56
2003-11-12fix CVS placeholderMichael Roitzsch
CVS patchset: 5725 CVS date: 2003/11/12 17:54:30
2003-11-12better use saturation to convert an illegal button number to a legal oneMichael Roitzsch
CVS patchset: 5724 CVS date: 2003/11/12 17:52:59
2003-11-11this wasn't intended to be commited.Daniel Caujolle-Bert
CVS patchset: 5723 CVS date: 2003/11/11 21:20:38
2003-11-11no need to declare twiceDaniel Caujolle-Bert
CVS patchset: 5722 CVS date: 2003/11/11 19:02:58
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-11try to improve sync after a seek:Thibaut Mattern
- fix a little pb introduced by the previous commit, the engine was not flushed immediately. - delay the call to xine_demux_control_newpts. CVS patchset: 5720 CVS date: 2003/11/11 18:10:42
2003-11-10avoid segfault when resizingDaniel Caujolle-Bert
CVS patchset: 5718 CVS date: 2003/11/10 21:58:31
2003-11-10fix yuy2 output on mga_vidJames Stembridge
CVS patchset: 5717 CVS date: 2003/11/10 18:40:08
2003-11-09if we are trying to activate a menu with an invalid button,Michael Roitzsch
fall back to button 1 CVS patchset: 5716 CVS date: 2003/11/09 21:49:36
2003-11-09Do not send the encrypted content to decoders.Thibaut Mattern
CVS patchset: 5715 CVS date: 2003/11/09 14:32:04
2003-11-09handle DRM-protected QT files a little more gracefully; i.e., recognizeMike Melanson
them as proper QT files but decline to play them CVS patchset: 5714 CVS date: 2003/11/09 04:46:30
2003-11-09- fix build on Debian unstable, those dummies seem to have put the Linux 2.6Bastien Nocera
headers in place of the 2.4 ones in glibc... CVS patchset: 5713 CVS date: 2003/11/09 02:05:34
2003-11-09Detect encrypted streams.Thibaut Mattern
Looks like DRM... CVS patchset: 5712 CVS date: 2003/11/09 01:40:37
2003-11-08Use info helper functions.Thibaut Mattern
CVS patchset: 5711 CVS date: 2003/11/08 22:39:32
2003-11-08use io_helper functions.Thibaut Mattern
CVS patchset: 5710 CVS date: 2003/11/08 22:21:48
2003-11-08Use info helper functions.Thibaut Mattern
CVS patchset: 5709 CVS date: 2003/11/08 22:20:35
2003-11-08inform the user of why stream cannot be saved.Miguel Freitas
should we add a new XINE_MSG_ type? CVS patchset: 5708 CVS date: 2003/11/08 22:12:13
2003-11-08Enclose forbid of saving between ifdefs for people, who may do it.František Dvořák
CVS patchset: 5707 CVS date: 2003/11/08 09:14:29
2003-11-07initial commit of a libpostprocess plugin.Miguel Freitas
we should be able to provide more user-friendly options later (like checkboxes for the available methods: dering, deinterlace, autolevels, etc) CVS patchset: 5703 CVS date: 2003/11/07 18:37:34
2003-11-07Allow for some very basic sound cards that do not support "front" device.James Courtier-Dutton
Fall back to "default" CVS patchset: 5702 CVS date: 2003/11/07 18:25:35
2003-11-07should fix the freeze reported by JeroenMiguel Freitas
CVS patchset: 5701 CVS date: 2003/11/07 17:12:47
2003-11-06Need to change libvcdinfo to be more robust when there are problemsRocky Bernstein
reading the extended PSD. Given that area-highlighting and selection features in the extended PSD haven't been implemented, it's best then to not try to read this at all. CVS patchset: 5699 CVS date: 2003/11/06 03:28:18
2003-11-05use more sensible intervals (keyword: Voronoi) to guess the framerateMichael Roitzsch
CVS patchset: 5697 CVS date: 2003/11/05 21:58:22
2003-11-05Jeroen's patch: avoid pausing the scr provider directly (doing so may freezeMiguel Freitas
xine in stop) CVS patchset: 5694 CVS date: 2003/11/05 20:41:29
2003-11-05dropping old demux_pesMichael Roitzsch
CVS patchset: 5692 CVS date: 2003/11/05 20:04:05
2003-11-04that must fix a compilation failure report i receivedMiguel Freitas
CVS patchset: 5690 CVS date: 2003/11/04 23:37:20
2003-11-04ffmpeg already selects the best matching MPEG framerate code, no need toMichael Roitzsch
have xine code do it again CVS patchset: 5688 CVS date: 2003/11/04 20:49:45
2003-11-04Final patches for compiling xine under MSVC:František Dvořák
- basename() is added to xine-utils, if it isn't found by configure - macros with variable number of arguments are simplified to ignore additional arguments (only for MSVC), lprintf macro simplified with full functionality - minor update for building a52, some preparation for ffmpeg CVS patchset: 5687 CVS date: 2003/11/04 14:38:26
2003-11-04Explain PTS handling.James Courtier-Dutton
CVS patchset: 5685 CVS date: 2003/11/04 00:45:24
2003-11-04remove errno usage (all input plugins should handle and report errors). Take ↵Daniel Caujolle-Bert
care of seek() return value. CVS patchset: 5684 CVS date: 2003/11/04 00:24:52
2003-11-03take care of read() return value. use xprintf/lprintf. fix get_extensions()Daniel Caujolle-Bert
CVS patchset: 5683 CVS date: 2003/11/03 23:58:18
2003-11-03big patch...Thibaut Mattern
Cleanup: - use bswap macros - use int32_t/uint32_t instead of long - report bad chunk error using xine_log New cool feature: - you can now interrupt "index reconstruction" with a new seek or a stop. explanations: the seek is now done by the demux_loop thread instead of the frontend thread, and this allows the frontend to interrupt it. i've not noticed any seeking performance degradation. mfreitas: the index reconstruction checks demux_action_pending flag, is it ok ? CVS patchset: 5681 CVS date: 2003/11/03 00:50:43
2003-11-02add some missing plugins listing functions.Daniel Caujolle-Bert
CVS patchset: 5680 CVS date: 2003/11/02 23:05:55
2003-11-02configfile beautification:Michael Roitzsch
values set to their default are commented out CVS patchset: 5677 CVS date: 2003/11/02 16:59:18
2003-11-02Fix SEGFAULT beside error if no plugin loaded yet.František Dvořák
Fix one "segfault" of win32 xineui. Next piece of patch for compiling xine under MSVC. CVS patchset: 5676 CVS date: 2003/11/02 14:12:52
2003-11-02fix bug introduced with new PTS handling (where an old PTS would beMiguel Freitas
used past a discontinuity - causing loong freezing in animated menus). i have no idea of why we need to maintain a list of PTS's here. James, maybe you could add a few notes about it? CVS patchset: 5674 CVS date: 2003/11/02 13:50:09