summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-22calling update_output_size() right before actually showing the subtitleMichael Roitzsch
will fix problems, when the size of the output area changed between the initial call and the drawing (which might be in the magnitude of seconds or minutes caused by _x_spu_decoder_sleep(), especially when using separate text subtitles); this caused the first subtitle to be missing sometimes, because users would switch to fullscreen after starting playback also fix missing first subtitle after seeking (reset of decoders tate was incomplete) CVS patchset: 7294 CVS date: 2004/12/22 21:29:25
2004-12-22rename clashing snd_mixer_waitDaniel Caujolle-Bert
CVS patchset: 7293 CVS date: 2004/12/22 17:51:38
2004-12-21add CMML bos page reconizerConrad Parker
CVS patchset: 7292 CVS date: 2004/12/21 05:30:40
2004-12-21add BY_CONTENT method for detecting DV streamsConrad Parker
CVS patchset: 7291 CVS date: 2004/12/21 05:24:47
2004-12-20- Don't try to second guess the front-end when it tells us we have an exposeBastien Nocera
event, fixes fullscreen with pause "white bits" using Totem, or xine-ui when paused. CVS patchset: 7290 CVS date: 2004/12/20 23:09:20
2004-12-20reverse the order plugins with equal priorities are handled so that pluginsMichael Roitzsch
appearing earlier in the plugin path actually override later plugins; also check the priority of video_out plugins on loading for symmetry to the audio_out loading CVS patchset: 7289 CVS date: 2004/12/20 21:38:24
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
reserves these names for use by the C implementation CVS patchset: 7288 CVS date: 2004/12/20 21:22:18
2004-12-20the lprintf logging macro will already print the filenameMichael Roitzsch
CVS patchset: 7287 CVS date: 2004/12/20 21:20:36
2004-12-20Remove nasty static variables.James Courtier-Dutton
CVS patchset: 7286 CVS date: 2004/12/20 20:00:27
2004-12-20updated libdvdnav from CVS to improve handling of error conditionsMichael Roitzsch
CVS patchset: 7285 CVS date: 2004/12/20 19:27:19
2004-12-20fix compile warningsMike Lampard
CVS patchset: 7284 CVS date: 2004/12/20 15:59:05
2004-12-19trying to properly close the polyaudio connectionMiguel Freitas
CVS patchset: 7283 CVS date: 2004/12/19 20:39:06
2004-12-19stop stream if audio device failed to open. user receives a notificationMiguel Freitas
and should check if any other application is using the device. CVS patchset: 7282 CVS date: 2004/12/19 20:24:30
2004-12-19fix leakMiguel Freitas
CVS patchset: 7281 CVS date: 2004/12/19 19:28:58
2004-12-19dvb epg changesMike Lampard
CVS patchset: 7280 CVS date: 2004/12/19 19:15:20
2004-12-19multiple epg fixes: fix for incorrectly parsed running status, clear old epgMike Lampard
data, fix cropped epg texts, fix epg holding up demuxer thread. CVS patchset: 7279 CVS date: 2004/12/19 19:10:39
2004-12-19add missing break, thanks to Sander Jansen.Daniel Caujolle-Bert
CVS patchset: 7278 CVS date: 2004/12/19 10:50:18
2004-12-18dvbsub fixesMike Lampard
CVS patchset: 7277 CVS date: 2004/12/18 19:59:40
2004-12-18reset spu pid etc on dvb channel changeMike Lampard
CVS patchset: 7276 CVS date: 2004/12/18 19:56:57
2004-12-18remove errant debugging aid..Mike Lampard
CVS patchset: 7275 CVS date: 2004/12/18 19:51:46
2004-12-18move the timer thread init to the display function.Mike Lampard
CVS patchset: 7274 CVS date: 2004/12/18 19:47:02
2004-12-18fix flashing subtitles, repeating subs, 'missing' subs.Mike Lampard
fix sync problem caused by previous timeout code - move timing to separate thread. CVS patchset: 7273 CVS date: 2004/12/18 17:04:31
2004-12-18ogg chained streamsThibaut Mattern
asf chained streams bug CVS patchset: 7272 CVS date: 2004/12/18 14:37:46
2004-12-17Fix header buffer leak with chained streams.Thibaut Mattern
CVS patchset: 7271 CVS date: 2004/12/17 21:56:16
2004-12-17Fix header buffer leak.Thibaut Mattern
CVS patchset: 7270 CVS date: 2004/12/17 20:48:39
2004-12-17pts fixes by Petri Hintukainen <phintuka@cc.hut.fi>Miguel Freitas
CVS patchset: 7269 CVS date: 2004/12/17 20:08:44
2004-12-17forgot this one:Michael Roitzsch
use UTF-8 meta info setting, where we know the string is ASCII (costly conversion is not necessary, because ASCII is a subset of UTF-8) CVS patchset: 7268 CVS date: 2004/12/17 13:39:54
2004-12-17fix crash in sputext demuxer when subtitles have too many linesMichael Roitzsch
(closes bug #1086775) CVS patchset: 7267 CVS date: 2004/12/17 13:38:23
2004-12-17Simple chained streams supportThibaut Mattern
Test stream: http://ogg.smgradio.com/vr96.ogg Should fix problems reported with ogg/vorbis radios. CVS patchset: 7266 CVS date: 2004/12/17 00:21:38
2004-12-16Do not trust ffmpeg and check length validity.Thibaut Mattern
Should fix some segfaults. CVS patchset: 7265 CVS date: 2004/12/16 19:26:34
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
(costly conversion is not necessary, because ASCII is a subset of UTF-8) CVS patchset: 7264 CVS date: 2004/12/16 13:58:57
2004-12-16my sed script for the config entries converted a bit too much which breaksMichael Roitzsch
the DXR3 plugin in 1-rc8; shame on me CVS patchset: 7263 CVS date: 2004/12/16 13:31:40
2004-12-16vorbis/speex is already utf8. thanks Assaf GillatMiguel Freitas
CVS patchset: 7262 CVS date: 2004/12/16 13:16:49
2004-12-15check for the chunk size the file tells us before blindly overflowingMichael Roitzsch
the buffer; this was remotely exploitable, thanks to Ariel Berkman for catching this and D. J. Bernstein for reporting it CVS patchset: 7261 CVS date: 2004/12/15 21:03:02
2004-12-15warning fixesMichael Roitzsch
CVS patchset: 7260 CVS date: 2004/12/15 20:57:28
2004-12-15*** empty log message ***xine_1-rc8-release1-rc8Miguel Freitas
CVS patchset: 7259 CVS date: 2004/12/15 12:57:35
2004-12-15Multiple security vulnerabilities fixed on PNM and Real RTSP clientsMiguel Freitas
(thanks iDEFENSE for reporting these) CVS patchset: 7258 CVS date: 2004/12/15 12:53:35
2004-12-14the stream_id is only 15 bitsThibaut Mattern
CVS patchset: 7257 CVS date: 2004/12/14 23:13:09
2004-12-14Don't spam the frontend with "stream encrypted" messages.Thibaut Mattern
CVS patchset: 7256 CVS date: 2004/12/14 22:55:06
2004-12-14*** empty log message ***Miguel Freitas
CVS patchset: 7255 CVS date: 2004/12/14 22:28:53
2004-12-14preparing for rc8 (really soon, i hope there will be no delays this time!)Miguel Freitas
CVS patchset: 7254 CVS date: 2004/12/14 22:06:47
2004-12-14- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)Miguel Freitas
- add utf-8 support for id3v2 (sort of tested...) CVS patchset: 7253 CVS date: 2004/12/14 20:45:22
2004-12-14Do not reset the first bytes of the stream.Thibaut Mattern
Fix this issue: https://sourceforge.net/tracker/index.php?func=detail&aid=1077868&group_id=9655&atid=109655 CVS patchset: 7252 CVS date: 2004/12/14 08:18:36
2004-12-14fix for potential memleakMike Lampard
CVS patchset: 7251 CVS date: 2004/12/14 06:41:05
2004-12-13Ensure that -lXv is output if we're using libXv.so.Darren Salt
CVS patchset: 7250 CVS date: 2004/12/13 21:35:21
2004-12-13winamp.com and mms stuffThibaut Mattern
CVS patchset: 7249 CVS date: 2004/12/13 21:25:06
2004-12-13- handle "RESET" chunkThibaut Mattern
- fix problems with the cache plugin Now this radio is supported: mmsh://emap1.planetwideradio.com/kiss100 CVS patchset: 7248 CVS date: 2004/12/13 21:06:54
2004-12-13fix mms://emap1.planetwideradio.com/kiss100 as Thibaut suggestedMiguel Freitas
CVS patchset: 7247 CVS date: 2004/12/13 19:12:56
2004-12-13fix segfaultMiguel Freitas
CVS patchset: 7246 CVS date: 2004/12/13 19:05:01
2004-12-13make sure position doesn't get < 0Miguel Freitas
CVS patchset: 7245 CVS date: 2004/12/13 18:19:48