summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-21patch by Frantisek Dvorak <valtri@atlas.cz>Miguel Freitas
fix xine-font generation with some freetype versions, provide more codepages (iso-8859-1, iso-8859-2, iso-8859-5, cp1250 and cp1251) to sans font CVS patchset: 4898 CVS date: 2003/05/21 22:54:21
2003-05-21Add a few more demuxers for the Win32 env.Tim Champagne
CVS patchset: 4897 CVS date: 2003/05/21 19:24:02
2003-05-21Add the NullSoft demuxer to the Win32 env. It now works with the links ↵Tim Champagne
provided in an email from Thibaut CVS patchset: 4896 CVS date: 2003/05/21 18:41:49
2003-05-21- use a winamp user agent when downloading a nsv fileThibaut Mattern
- fix http redirection xine can play this url now: http://www.nullsoft.com/nsv/scripts/verify.php?fn=crawling-hq.nsv CVS patchset: 4895 CVS date: 2003/05/21 17:42:50
2003-05-21- fix the libpng check for distros without a libpng-config, RHL 7.3 is in ↵Bastien Nocera
that case CVS patchset: 4894 CVS date: 2003/05/21 14:35:04
2003-05-20Made some similar changes to the network input as were just made to httpTim Champagne
CVS patchset: 4893 CVS date: 2003/05/20 20:49:12
2003-05-20A couple of small gui changes for cdda supportTim Champagne
CVS patchset: 4892 CVS date: 2003/05/20 20:42:34
2003-05-20This fixes http support for Win32Tim Champagne
CVS patchset: 4891 CVS date: 2003/05/20 20:40:29
2003-05-20demux_mpeg.c is now used to decode .vob files.James Courtier-Dutton
So, make demux_mpeg.c understand DTS. CVS patchset: 4890 CVS date: 2003/05/20 19:21:23
2003-05-20This adds http and network input for Win32. I have no idea how to test this ↵Tim Champagne
under win32 though? CVS patchset: 4889 CVS date: 2003/05/20 16:23:44
2003-05-20that's english nowMichael Roitzsch
CVS patchset: 4888 CVS date: 2003/05/20 14:55:55
2003-05-20add news from last libdvdnav merge and new priority handlingMichael Roitzsch
CVS patchset: 4887 CVS date: 2003/05/20 14:51:40
2003-05-20a decoder priority of 0 enables the decoder's default priorityMichael Roitzsch
everyone is advised to use priority 0 from now on CVS patchset: 4886 CVS date: 2003/05/20 14:50:47
2003-05-20fix possible buffer overflow reported by Steve FreelandMichael Roitzsch
CVS patchset: 4885 CVS date: 2003/05/20 14:05:36
2003-05-20no double inclusionMichael Roitzsch
CVS patchset: 4884 CVS date: 2003/05/20 13:58:10
2003-05-20public header cleanup:Michael Roitzsch
* regulate mutual inclusion based on XINE_COMPILE * src/xine-engine/spu_decoder.h was unused -> make it the spu decoder API header and remove src/libspudec/spu_decoder_api.h * mark some xine_stream_t members as unused for next cleanup CVS patchset: 4883 CVS date: 2003/05/20 13:50:55
2003-05-20This fixes the msvc projects to use the internal xine libdvdnav.Tim Champagne
CVS patchset: 4882 CVS date: 2003/05/20 10:52:03
2003-05-20make it compile again for non-Win32Mike Melanson
CVS patchset: 4881 CVS date: 2003/05/20 02:06:13
2003-05-20This adds cdda support for Win32. Also fixed the demuxer mpeg block build ↵Tim Champagne
for Win32. Lastly fixed and issue with launching xineui from a Cygwin shell. There is one small problem known with cdda under Windows and it appears that some songs can start approx 1 second early or late. CVS patchset: 4880 CVS date: 2003/05/20 01:23:56
2003-05-19oups, stupid me !Thibaut Mattern
fix segfault with xine logo remove unneeded assert CVS patchset: 4879 CVS date: 2003/05/19 23:31:07
2003-05-19initial commit for Nullsoft Video (.nsv) demuxerMike Melanson
CVS patchset: 4878 CVS date: 2003/05/19 21:59:45
2003-05-19new MP3 fourccMike Melanson
CVS patchset: 4877 CVS date: 2003/05/19 21:49:57
2003-05-19use demux helper for content detectionThibaut Mattern
use read_block (sync with OrT) CVS patchset: 4876 CVS date: 2003/05/19 20:24:14
2003-05-19the xine-lib shared library depends on -lsocket and -lnsl on solaris.Juergen Keil
Make sure that "xine-config --libs" outputs a dependency for both on solaris. CVS patchset: 4875 CVS date: 2003/05/19 16:33:04
2003-05-19Patch submitted by : David ShimizuJames Courtier-Dutton
Description: The problem is that the only conditions which cause demux_ts_get_lang_desc() to return are no descriptors, or the first descriptor is an ISO 639 language descriptor. CVS patchset: 4874 CVS date: 2003/05/19 13:52:29
2003-05-19This adds lpcm support for Win32 and the start of cdda support for Win32 ↵Tim Champagne
(which isn't complete yet). CVS patchset: 4873 CVS date: 2003/05/19 10:06:36
2003-05-18Add some info.James Courtier-Dutton
CVS patchset: 4872 CVS date: 2003/05/18 17:41:37
2003-05-18Remove some assert() statements.James Courtier-Dutton
Should fix playing of DVD+RW disc recorded with a Philips DVD recorder. Problem reported by "Gert Vervoort". CVS patchset: 4871 CVS date: 2003/05/18 17:37:33
2003-05-17Fix segfaults when liba52 is sent badly demuxed packs.James Courtier-Dutton
Still need to fix demux_avi.c so that it does not send bad packs. CVS patchset: 4870 CVS date: 2003/05/17 23:02:15
2003-05-17add bitrate meta info and display codec info when playing dvds with lpcmJames Stembridge
CVS patchset: 4869 CVS date: 2003/05/17 18:18:52
2003-05-16The cdda input plugin now builds in the Win32 env. I still need to test this ↵Tim Champagne
but I'm not quite sure how it is suppose to work CVS patchset: 4868 CVS date: 2003/05/16 19:08:59
2003-05-16Fix win32 build and start adding additional plugin supportTim Champagne
CVS patchset: 4867 CVS date: 2003/05/16 15:07:35
2003-05-16- updatedBastien Nocera
CVS patchset: 4866 CVS date: 2003/05/16 11:40:25
2003-05-16- nvtv fixes by Mattias Eriksson <snaggen@acc.umu.se>Bastien Nocera
CVS patchset: 4865 CVS date: 2003/05/16 11:39:50
2003-05-16fix compilation problem with "make debug": the CFLAGS would be overridden in theMichael Roitzsch
wrong order, when doing a "make debug" from outside src/libw32dll/wine (DEBUG_CFLAGS is set in src/libw32dll/wine's Makefile, but the CFLAGS given on the command line take precedence, therefore WIN32_PATH would be undefined) I hope I have not broken wine stuff. (Yes, the warning is frightening me...) I have checked using some Windows DLLs and the Quicktime SVQ3 DLL and they worked fine. Could everyone double check, if the win32-DLLs still work? CVS patchset: 4864 CVS date: 2003/05/16 11:34:37
2003-05-16add forgotten file and do some cleanupMichael Roitzsch
CVS patchset: 4863 CVS date: 2003/05/16 10:22:51
2003-05-16remove some unused stuffMichael Roitzsch
CVS patchset: 4862 CVS date: 2003/05/16 09:59:47
2003-05-16libdvdnav merge:Michael Roitzsch
* remove some unused files * dvdnav_internal.h uses the WORDS_BIGENDIAN define from xine-lib's global config.h * menu command filtering to avoid double commands in the same menu * message beautification by Jeff Smith CVS patchset: 4861 CVS date: 2003/05/16 09:56:49
2003-05-15copy'n'paste with tabs is not a good idea...Michael Roitzsch
CVS patchset: 4860 CVS date: 2003/05/15 20:46:04
2003-05-15this changed to XINE_LIB for all Makefiles a couple of days agoMichael Roitzsch
CVS patchset: 4859 CVS date: 2003/05/15 20:37:03
2003-05-15notes about broadcasterMiguel Freitas
CVS patchset: 4858 CVS date: 2003/05/15 20:24:11
2003-05-15add broadcasterMiguel Freitas
CVS patchset: 4857 CVS date: 2003/05/15 20:23:16
2003-05-15That comment suits better here. It is about discontiuity detection, so it shouldMichael Roitzsch
be close to the funtion doing this. CVS patchset: 4856 CVS date: 2003/05/15 20:16:42
2003-05-15get xine.h being installed in the right placeMichael Roitzsch
CVS patchset: 4855 CVS date: 2003/05/15 20:05:23
2003-05-15current ivtv api doesn't support changing setting on the flyMiguel Freitas
CVS patchset: 4854 CVS date: 2003/05/15 17:46:22
2003-05-15support changing bitrate.Miguel Freitas
actually its not possible to change vbr<->cbr mode because this setting is not available on current ivtv api. CVS patchset: 4853 CVS date: 2003/05/15 16:41:57
2003-05-15get "make install-debug" to work.James Courtier-Dutton
CVS patchset: 4852 CVS date: 2003/05/15 14:53:45
2003-05-15Get "make install-debug" to work.James Courtier-Dutton
CVS patchset: 4851 CVS date: 2003/05/15 14:38:49
2003-05-15Try to get it to compile.James Courtier-Dutton
CVS patchset: 4850 CVS date: 2003/05/15 14:07:28
2003-05-15audio_out loop rely upon driver eventually blocking after a couple ofMiguel Freitas
writes. if not, we will be wasting cpu there. CVS patchset: 4849 CVS date: 2003/05/15 13:28:54