summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-16Add basic support for character entities:Darren Salt
- recognise &quot; &apos; &amp; &lt; &gt; &#X; (1<=X<256) - automatic decoding for text and for attribute values - provide a function for front-ends to use to escape text for XML output CVS patchset: 7352 CVS date: 2005/01/16 17:51:04
2005-01-15add WMA voice support and vidix update to ChangeLogMichael Roitzsch
(is the vidix update stable enough to go into 1.0.1?) CVS patchset: 7351 CVS date: 2005/01/15 17:52:23
2005-01-15**BUGFIX**Michael Roitzsch
fix compiler warning CVS patchset: 7349 CVS date: 2005/01/15 17:04:48
2005-01-15fix compiler warningsMichael Roitzsch
CVS patchset: 7348 CVS date: 2005/01/15 16:49:36
2005-01-15call me oversensitive, but I need the alphabetic order ;)Michael Roitzsch
CVS patchset: 7347 CVS date: 2005/01/15 15:14:44
2005-01-14HousekeepingJames Stembridge
CVS patchset: 7346 CVS date: 2005/01/14 15:36:04
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
CVS patchset: 7345 CVS date: 2005/01/14 15:29:47
2005-01-14(Drum roll) Long awaited support for MusepackJames Stembridge
CVS patchset: 7344 CVS date: 2005/01/14 15:24:07
2005-01-14- I always typo it, and install-debug sounds like it's to debug theBastien Nocera
installation (rather than to install the debug) CVS patchset: 7343 CVS date: 2005/01/14 00:08:41
2005-01-13Still do not understand where to put the entries...Thibaut Mattern
CVS patchset: 7342 CVS date: 2005/01/13 21:33:04
2005-01-13Command length must be a multiple of 8.Thibaut Mattern
Fix playback of: mms://video.pbs.org/general/windows/scientific/pbssaf1403_220k.asf CVS patchset: 7341 CVS date: 2005/01/13 20:59:05
2005-01-13Fix a long standing bug with shoutcast.Thibaut Mattern
CVS patchset: 7340 CVS date: 2005/01/13 19:37:15
2005-01-12Fix various mmsh/mmst bugs.Thibaut Mattern
Improve chained stream detection (do not trust stream packet count). This fix the bug https://sourceforge.net/tracker/?func=detail&atid=109655&aid=1098044&group_id=9655 mmsh://secure4.jumptv.com/Preview1_hi mmst://secure4.jumptv.com/Preview1_hi CVS patchset: 7339 CVS date: 2005/01/12 00:05:36
2005-01-10Trivial C99 fixup.Darren Salt
CVS patchset: 7338 CVS date: 2005/01/10 20:05:49
2005-01-10Assume that front ends can handle tabs (ffmpeg post-proc plugin).Darren Salt
CVS patchset: 7337 CVS date: 2005/01/10 18:03:34
2005-01-09- Simplify read functions.Thibaut Mattern
- Fix EOS detection of ODML streams. CVS patchset: 7336 CVS date: 2005/01/09 20:52:19
2005-01-08Some small cleanups.Rocky Bernstein
CVS patchset: 7335 CVS date: 2005/01/08 15:12:42
2005-01-08Handle wait time accurately. Well, at least the way that dvdnav doesRocky Bernstein
it. Make vcdplayer.c more easily portable by eliminating some player-dependent calls (like to handle keyboard events or to sleep). CVS patchset: 7334 CVS date: 2005/01/08 11:59:27
2005-01-06**BUGFIX**James Stembridge
Fix (from MPlayer) for Windows Media 9 Voice codec CVS patchset: 7333 CVS date: 2005/01/06 20:58:56
2005-01-06I assume this was a typoMichael Roitzsch
CVS patchset: 7332 CVS date: 2005/01/06 20:49:15
2005-01-06Update VIDIX versionJames Stembridge
CVS patchset: 7331 CVS date: 2005/01/06 20:12:28
2005-01-06Sync with VIDIX 0.9.9 - updates device database and adds drivers for ↵James Stembridge
unichrome and nvidia CVS patchset: 7330 CVS date: 2005/01/06 20:10:51
2005-01-06enabled defining build or not to build subpackages at runtimeManfred Tremmel
CVS patchset: 7329 CVS date: 2005/01/06 19:31:44
2005-01-05Fixed end of file detection.Thibaut Mattern
CVS patchset: 7328 CVS date: 2005/01/05 22:14:31
2005-01-05these entries go to 1.0.1Michael Roitzsch
CVS patchset: 7327 CVS date: 2005/01/05 21:56:17
2005-01-05Warning fixes (Maarten Vanraes).Darren Salt
CVS patchset: 7326 CVS date: 2005/01/05 21:48:05
2005-01-05workaround for some versions of dvbscan which incorrectly output theMike Lampard
frequency in MHz rather than kHz. CVS patchset: 7325 CVS date: 2005/01/05 12:54:04
2005-01-05Document http_no_proxy changes.Darren Salt
CVS patchset: 7324 CVS date: 2005/01/05 00:40:38
2005-01-05input.http_no_proxy -> media.network.http_no_proxyDarren Salt
Change separator from ", " to ",". Make domain matching stricter - require that the character at the start of the match or the immediately preceding character is a dot. Add '=DOMAIN' (full match: domain "foo.bar" matches host "foo.bar" only). Modify config option's description and help text accordingly. CVS patchset: 7323 CVS date: 2005/01/05 00:37:29
2005-01-03**BUGFIX**Michael Roitzsch
change LT_* variables into XINE_LT_*, because newer versions of libtool claim the whole LT_* namespace for themselves (fixes bug #1094262) CVS patchset: 7321 CVS date: 2005/01/03 20:12:18
2005-01-03Convert plugin help text to UTF-8.Darren Salt
CVS patchset: 7320 CVS date: 2005/01/03 20:09:49
2005-01-02**BUGFIX**Michael Roitzsch
add "m4a" to the known extensions for the QT demuxer (it is already listed in the output of get_mimetypes(), so this should be safe to add) CVS patchset: 7319 CVS date: 2005/01/02 17:25:22
2005-01-02Move wait time handling out of player-independent code (vcdplayer.c)Rocky Bernstein
to player-dependent code xineplug_inp_vcd.c. Should be in place to handle wait time more accurately. First copyright update of 2005! CVS patchset: 7318 CVS date: 2005/01/02 13:51:01
2005-01-02Make sure deinterlace is off in a still frame.Rocky Bernstein
Some more cleanups. CVS patchset: 7317 CVS date: 2005/01/02 02:51:38
2005-01-02Forgot to check these in. Thanks to Michael Roitzsch for catching.Rocky Bernstein
CVS patchset: 7316 CVS date: 2005/01/02 00:51:38
2005-01-01list libcdio only once (the list is alphabetically sorted)Michael Roitzsch
CVS patchset: 7315 CVS date: 2005/01/01 14:40:20
2005-01-01Update internal (and messy) copies to libcdio 0.71 andRocky Bernstein
vcdimager 0.7.21. CVS patchset: 7313 CVS date: 2005/01/01 02:43:56
2004-12-30Raise the bar on libcdio and vcdimager versions allowed for external use.Rocky Bernstein
CVS patchset: 7312 CVS date: 2004/12/30 09:55:16
2004-12-30More small changes of a cleanup nature.Rocky Bernstein
CVS patchset: 7311 CVS date: 2004/12/30 09:05:57
2004-12-29Fix wrong previous commit.James Courtier-Dutton
CVS patchset: 7310 CVS date: 2004/12/29 16:16:52
2004-12-29Make xine-lib compile with 0.7.20 vcdimager.James Courtier-Dutton
CVS patchset: 7309 CVS date: 2004/12/29 16:09:50
2004-12-29title was truncated, increase max.Rocky Bernstein
Variable name changes that I think make things clearer and more consistent. Working towards a better vcdplayer-independent code and handling still wait times more correctly/accurately. CVS patchset: 7308 CVS date: 2004/12/29 09:23:56
2004-12-27**BUGFIX** (<- testing whether my automated-merging-idea works)Michael Roitzsch
fix xine-lib builds without X11: HAVE_XV must not be defined conditionally, otherwise configure will complain also fix the Xv test for old shells with broken handling of empty variables CVS patchset: 7307 CVS date: 2004/12/27 17:22:30
2004-12-27- and don't forget to set is_paused to 0 once we've resumedBastien Nocera
CVS patchset: 7306 CVS date: 2004/12/27 16:55:39
2004-12-27- don't try to RESUME if we're not paused, fixes a spurious warning on exitBastien Nocera
CVS patchset: 7305 CVS date: 2004/12/27 16:49:28
2004-12-26minor update for the Debian packageSiggi Langauf
CVS patchset: 7304 CVS date: 2004/12/26 16:26:58
2004-12-25remove useless fileDaniel Caujolle-Bert
CVS patchset: 7303 CVS date: 2004/12/25 23:00:14
2004-12-25hopefully last release preparations for 1.0xine-1_0-release1.0Siggi Langauf
CVS patchset: 7302 CVS date: 2004/12/25 21:10:59
2004-12-25fix segfault with 'none' audio plugin.Daniel Caujolle-Bert
CVS patchset: 7301 CVS date: 2004/12/25 17:52:10
2004-12-25Okay, The version numbers are now correctly generated.Siggi Langauf
Time to address other issues... CVS patchset: 7300 CVS date: 2004/12/25 16:53:12