summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-03major code cleanup, moved more global variables from dvbsub into structsMike Lampard
CVS patchset: 7189 CVS date: 2004/12/03 04:55:54
2004-12-03remove unused lenbytes calculation in cmml handlerConrad Parker
CVS patchset: 7188 CVS date: 2004/12/03 04:11:42
2004-12-03Fixed audio/video sync.Thibaut Mattern
The wrong byte was used as framerate code, my fault. CVS patchset: 7187 CVS date: 2004/12/03 01:53:59
2004-12-03updated libfaad versionThibaut Mattern
CVS patchset: 7186 CVS date: 2004/12/03 01:20:20
2004-12-03Update to libfaad2 2.0.Thibaut Mattern
CVS patchset: 7185 CVS date: 2004/12/03 01:15:29
2004-12-01make buffer a multiple of ts packet sizeMike Lampard
CVS patchset: 7184 CVS date: 2004/12/01 23:09:04
2004-12-01- handle "uvox://" URLsThibaut Mattern
- handle stupid Nullsoft URL scheme like : http://208.53.131.46:9502;stream.nsv CVS patchset: 7183 CVS date: 2004/12/01 22:55:31
2004-12-01remove invalid includeMike Lampard
CVS patchset: 7182 CVS date: 2004/12/01 22:16:12
2004-12-01mkinstalldirs script is obsoleted in automake. Using "install-sh -d" instead.František Dvořák
CVS patchset: 7181 CVS date: 2004/12/01 20:26:45
2004-12-01little housekeepingMichael Roitzsch
CVS patchset: 7180 CVS date: 2004/12/01 13:51:57
2004-12-01add xine licence headerMike Lampard
CVS patchset: 7179 CVS date: 2004/12/01 08:34:32
2004-12-01change of email address + bragMike Lampard
CVS patchset: 7178 CVS date: 2004/12/01 08:11:29
2004-12-01dvb subtitles supportMike Lampard
CVS patchset: 7177 CVS date: 2004/12/01 08:06:14
2004-12-01support PMT sections larger than 1 ts packetMike Lampard
CVS patchset: 7176 CVS date: 2004/12/01 07:59:53
2004-12-01allow up to 4 subtitle pidsMike Lampard
CVS patchset: 7175 CVS date: 2004/12/01 07:56:13
2004-12-01initial import of dvb subtitle decoderMike Lampard
CVS patchset: 7174 CVS date: 2004/12/01 07:33:36
2004-12-01mingw32 doesn't declare 'struct timezone'Andre Pang
CVS patchset: 7173 CVS date: 2004/12/01 07:30:54
2004-12-01Initial import of dvb spu decoderMike Lampard
CVS patchset: 7172 CVS date: 2004/12/01 07:27:35
2004-12-01Fix DirectX video output driver compilation on win32Andre Pang
CVS patchset: 7171 CVS date: 2004/12/01 07:23:55
2004-12-01Fix compilation on HP/UX and Cygwin/mingw32Andre Pang
CVS patchset: 7170 CVS date: 2004/12/01 06:03:46
2004-11-30Fix two errors in the volume <-> %age conversion functions:Darren Salt
- always round to nearest (one did so, but the other rounded down); - %age to volume: add the minimum value afterwards, don't subtract it from the value to be converted (else only min==0 works). CVS patchset: 7169 CVS date: 2004/11/30 19:47:03
2004-11-30- added resync codeThibaut Mattern
- added support for winamp.com "packet layer" You can wget the streams from winamp.com or play them directly with the http input plugin. Test URLs: http://nsvod-prod-mods-rtr.stream.aol.com/uvox?cachefile=/aol/us/moviefone/movies/2004/incrediblesthe_015960/incrediblesthe_trlr_02_350.nsv http://nsv.stream.aol.com/uvox?cachefilus/aolmusic/artists/curb/leannrimes/leannrimes_lastthingonmymind_fjafv_350.nsv CVS patchset: 7168 CVS date: 2004/11/30 00:40:59
2004-11-29Fix playback of some recent NSV streams with AAC.Thibaut Mattern
CVS patchset: 7167 CVS date: 2004/11/29 23:02:31
2004-11-26Update Mac OS X video output to use new alphablend APIAndre Pang
CVS patchset: 7166 CVS date: 2004/11/26 06:09:51
2004-11-26Don't make xine engine depend on internal libintl if ./configure'd ↵Andre Pang
--without-included-gettext CVS patchset: 7165 CVS date: 2004/11/26 06:00:32
2004-11-25fix compiler warnings.......Mike Lampard
CVS patchset: 7164 CVS date: 2004/11/25 18:39:26
2004-11-25fix bug whereby channelname MRLs preceded by a number aren't recognised.Mike Lampard
move registration of adapternum config item to class init CVS patchset: 7163 CVS date: 2004/11/25 06:56:51
2004-11-25Fix compile error in overlay blending. (Reinhard Nissl)Darren Salt
CVS patchset: 7162 CVS date: 2004/11/25 03:29:11
2004-11-25previous commit - dont quit if vdr format channels.conf is used. log aMike Lampard
warning and revert to pre-rc7 behaviour (no ac3/subtitles etc). CVS patchset: 7161 CVS date: 2004/11/25 00:19:43
2004-11-24another wmv9 fourccMiguel Freitas
CVS patchset: 7160 CVS date: 2004/11/24 21:44:57
2004-11-24wmv9 may use floor(), borrow it from mplayerMiguel Freitas
CVS patchset: 7159 CVS date: 2004/11/24 21:43:59
2004-11-24Use X11-based rather than 'native' OpenGL interface on Mac OS X for standard ↵Andre Pang
OpenGL support CVS patchset: 7158 CVS date: 2004/11/24 16:29:32
2004-11-24add contributions by Reinhard NisslMichael Roitzsch
CVS patchset: 7157 CVS date: 2004/11/24 16:16:50
2004-11-24patch to further improve overlay blending and to elimiate static variablesMichael Roitzsch
in alphablend.c; XShm subtitles work now, Xv works as well, other output plugins untested CVS patchset: 7156 CVS date: 2004/11/24 16:11:02
2004-11-24use the internal freeing function, because it saves code and does proper lockingMichael Roitzsch
CVS patchset: 7155 CVS date: 2004/11/24 15:45:58
2004-11-24the ratio_code in xine_get_current_frame() is wrong, since we changed theMichael Roitzsch
internal value to float; patch inspired by Reinhard Nissl CVS patchset: 7154 CVS date: 2004/11/24 15:44:15
2004-11-24*** empty log message ***Mike Lampard
CVS patchset: 7153 CVS date: 2004/11/24 14:31:47
2004-11-24add support for slightly non-standard? ?zap channels.conf filesMike Lampard
CVS patchset: 7152 CVS date: 2004/11/24 02:58:20
2004-11-23guenter found it, now it's goneMichael Roitzsch
CVS patchset: 7151 CVS date: 2004/11/23 22:10:29
2004-11-23Rewrote OpenGL output plugin.Matthias Hopf
CVS patchset: 7150 CVS date: 2004/11/23 15:01:07
2004-11-23do not close the mixer prematurelyMichael Roitzsch
CVS patchset: 7149 CVS date: 2004/11/23 14:40:23
2004-11-23Added new message type XINE_GUI_SEND_WILL_DESTROY_DRAWABLE.Matthias Hopf
Fixed bugs in mmx code path of MODE_32_BGR conversion. CVS patchset: 7148 CVS date: 2004/11/23 14:35:23
2004-11-22reenables prebuffering when resuming (patch from Lennart)Miguel Freitas
CVS patchset: 7147 CVS date: 2004/11/22 20:26:42
2004-11-22use section filter for pmt alsoMike Lampard
CVS patchset: 7146 CVS date: 2004/11/22 11:40:34
2004-11-22dvb changesMike Lampard
CVS patchset: 7145 CVS date: 2004/11/22 09:23:47
2004-11-21use INVERSION_AUTO rather than INVERSION_OFF if the fe can support it. useMike Lampard
section filtering for pat table. CVS patchset: 7144 CVS date: 2004/11/21 18:37:00
2004-11-21updated goom to 2k4-dev21Michael Roitzsch
* tweaked somewhat to avoid the bright circle for the first seconds of playback * no idea whether this fixes the AMD64 problems, I have not found anything suspicious CVS patchset: 7143 CVS date: 2004/11/21 15:10:39
2004-11-20update docs to clarify the need for *zap format channels.conf for the xineMike Lampard
plugin, small updates in relation to drivers. CVS patchset: 7142 CVS date: 2004/11/20 18:32:41
2004-11-20more info for bug reporting, do a simple sanity check to ensure that theMike Lampard
channels.conf file is really in *zap format, not vdr format. CVS patchset: 7141 CVS date: 2004/11/20 18:30:52
2004-11-19*** empty log message ***Miguel Freitas
CVS patchset: 7140 CVS date: 2004/11/19 21:53:35