summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-23**BUGFIX**James Stembridge
Fix cropping and zooming CVS patchset: 7367 CVS date: 2005/01/23 23:01:12
2005-01-22various fixes and improvements of freetype2 support by Andreas Roever. ↵Stefan Holst
xine_osd_draw_text now has the same semantics for xine- and freetype-fonts regarding the coordinates. xine_osd_get_text_size now returns the font height for freetype fonts. CVS patchset: 7366 CVS date: 2005/01/22 23:29:06
2005-01-21Don't wait for events to be flush to the events thread if we don't haveBastien Nocera
any. Fixes the bug discussed in: http://thread.gmane.org/gmane.comp.video.xine.devel/12305 CVS patchset: 7365 CVS date: 2005/01/21 18:47:54
2005-01-20fixing equalizer gains reported by xine_get_paramStefan Holst
CVS patchset: 7364 CVS date: 2005/01/20 11:29:43
2005-01-19Distorted image fix:Darren Salt
- set the displayed bitmap's width to a multiple of 8 (round up); - centre the image within this. Incorrect colours fix: - use RGB8 instead of BGR8. Shout if these break things :-) CVS patchset: 7363 CVS date: 2005/01/19 00:59:27
2005-01-18The first '/' seems to not be required.Thibaut Mattern
This fixes problems with some mms servers. Thanks to Alain Daurat (daurat@users.sourceforge.net) for the investigations. CVS patchset: 7362 CVS date: 2005/01/18 23:25:34
2005-01-18fix the status, xine-streams report. XINE_STATUS_IDLE is reported for a ↵Stefan Holst
stream with no mrl assigned, XINE_STATUS_STOP for a stream ready to play. CVS patchset: 7361 CVS date: 2005/01/18 22:38:31
2005-01-18**BUGFIX**Michael Roitzsch
fixed some memleaks reported by Jerome CVS patchset: 7360 CVS date: 2005/01/18 21:58:19
2005-01-18**BUGFIX**Michael Roitzsch
fixed memleak reported by Jerome CVS patchset: 7359 CVS date: 2005/01/18 21:45:42
2005-01-18**BUGFIX**Michael Roitzsch
fix a typo, thanks to Anders Rune Jensen for the report CVS patchset: 7358 CVS date: 2005/01/18 21:33:33
2005-01-17icecast 2 support fixesThibaut Mattern
CVS patchset: 7357 CVS date: 2005/01/17 19:29:48
2005-01-17Merge shoutcast/icecast header parsing with http header parsing.Thibaut Mattern
Fixed bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1098490&group_id=9655&atid=109655 CVS patchset: 7356 CVS date: 2005/01/17 19:27:51
2005-01-16fixing compiler warningsMichael Roitzsch
* unfortunately, strtol() wants a char** in its second arg, not a const char**, which transitively changes the entire declaration * if namelen is being used as an array index, it should better be unsigned CVS patchset: 7355 CVS date: 2005/01/16 18:47:19
2005-01-16avi bugfixesThibaut Mattern
CVS patchset: 7354 CVS date: 2005/01/16 17:56:05
2005-01-16**BUGFIX**Michael Roitzsch
trying to get rid of compiler warnings and make the test suite compile again CVS patchset: 7353 CVS date: 2005/01/16 17:55:31
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