summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-05-25enable the new libavcodec MPEG encoder and make it the default, becauseMichael Roitzsch
it works without any additionally installed libraries CVS patchset: 4931 CVS date: 2003/05/25 18:36:51
2003-05-25compiling libavcodec's encoding part as an MPEG encoder suitable for the DXR3Michael Roitzsch
* libavcodec/mpegvideo.c has been modified to work without the need to compile libavcodec/motion_est.c to save compilation time (we don't need motion estimation when encoding I-frames only anyway) * the patch to libavcodec/i386/mpegvideo_mmx_template.c has been reverted, because the encoder crashes with it CVS patchset: 4930 CVS date: 2003/05/25 18:34:54
2003-05-25Add some FIXME statements.James Courtier-Dutton
Need to find out how to implement Lookup() and InverseQ() CVS patchset: 4929 CVS date: 2003/05/25 15:45:06
2003-05-25Some more parsing code.James Courtier-Dutton
CVS patchset: 4928 CVS date: 2003/05/25 15:23:51
2003-05-25Read index chunks in preparation for seeking support - Disabled by defualtJames Stembridge
CVS patchset: 4927 CVS date: 2003/05/25 14:53:27
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
CVS patchset: 4926 CVS date: 2003/05/25 13:39:13
2003-05-24xine_usec_sleep is used in ao_none, so it should be linked against libxineMichael Roitzsch
CVS patchset: 4922 CVS date: 2003/05/24 14:37:16
2003-05-24- Try to fix mmsh server detection.Thibaut Mattern
- fix potential segfaults. try with this mrl: http://sfera.netfiles.gr/rockradio CVS patchset: 4921 CVS date: 2003/05/24 14:11:24
2003-05-24Fix some comments.James Courtier-Dutton
add some more parsing. CVS patchset: 4920 CVS date: 2003/05/24 13:21:24
2003-05-24expand video filter - adds black borders to top and bottom of video to ↵James Stembridge
expand it to 4:3 ratio CVS patchset: 4919 CVS date: 2003/05/24 13:12:41
2003-05-24Remove pointless if statementJames Stembridge
CVS patchset: 4918 CVS date: 2003/05/24 10:53:47
2003-05-24Revert previous commit that added checks for the driver being open before ↵James Stembridge
writing silence to the driver CVS patchset: 4917 CVS date: 2003/05/24 10:49:06
2003-05-24Wait for audio out loop to be blocked on empty fifo before closing driver ↵James Stembridge
rather than just waiting for fifo to be empty CVS patchset: 4916 CVS date: 2003/05/24 10:35:48
2003-05-23Undo last cvs command.James Courtier-Dutton
CVS patchset: 4915 CVS date: 2003/05/23 22:14:29
2003-05-23patch for compiling under cygwin.James Courtier-Dutton
it seems that cygwin doesn't provide neither byteswap.h or endian.h. by: Miguel Freitas CVS patchset: 4914 CVS date: 2003/05/23 21:52:00
2003-05-23add change that allows canon digital camera created avis to play correctlyJames Stembridge
CVS patchset: 4911 CVS date: 2003/05/23 18:31:07
2003-05-2314to16 squashing seems to work now.James Courtier-Dutton
Still need to finish the parsing of the variables. CVS patchset: 4910 CVS date: 2003/05/23 18:21:59
2003-05-23- move http proxy configuration to xine itselfBastien Nocera
CVS patchset: 4909 CVS date: 2003/05/23 17:36:42
2003-05-23Some preparations for software decode of .wav dts files.James Courtier-Dutton
CVS patchset: 4908 CVS date: 2003/05/23 15:36:58
2003-05-23Fix some problems with playing .avi streams.James Courtier-Dutton
Sound should be much better now. I think handling of buf->pts values might need work though. CVS patchset: 4907 CVS date: 2003/05/23 15:10:27
2003-05-23fix dvb crashing.Daniel Caujolle-Bert
CVS patchset: 4906 CVS date: 2003/05/23 14:16:49
2003-05-23fix the miscalculates and then copy'n'pasted durations we discovered some ↵Michael Roitzsch
time ago CVS patchset: 4904 CVS date: 2003/05/23 10:52:40
2003-05-23* dxr3 needs a longer prebufferingMichael Roitzsch
* enable decoder warnings only with verbosity * use a 0 duration, when there is an invalid frame rate code (metronom magic will do the rest) CVS patchset: 4903 CVS date: 2003/05/23 10:36:29
2003-05-23make alternative devices (dvd:<path> and dvd:<device> style MRLs) work withMichael Roitzsch
raw devices configured problem is: The raw device setting is passed to libdvdcss through an environment variable. Libdvdcss then replaces ANY read from anywhere with a read from the raw device. This fails, when you want to play a disc image with dvd:<path>, but there is actually a DVD in the drive associated with the raw device which has nothing to do with what you want to play. CVS patchset: 4902 CVS date: 2003/05/23 10:34:13
2003-05-22- we're not allowed to free pointers to an on-stack string, fixes segfault ↵Bastien Nocera
when trying to play a file that was 404 CVS patchset: 4901 CVS date: 2003/05/22 09:48:53
2003-05-21- removed work-around for NSV streams from NullsoftBastien Nocera
CVS patchset: 4900 CVS date: 2003/05/21 23:52:32
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-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-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-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-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-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