summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2005-05-02**BUGFIX**Darren Salt
Support --enable-fpic with recent versions of gcc. (The original version of this patch was supplied by Nix <nix@esperi.org.uk>.) CVS patchset: 7513 CVS date: 2005/05/02 21:13:42
2005-04-26**BUGFIX**Michael Roitzsch
unfortunately, this has to wait until 1.0.2 CVS patchset: 7502 CVS date: 2005/04/26 12:25:38
2005-04-26**BUGFIX**Thomas Hellström
Fix IDCT / Mocomp rendering errors in xxmc and xvmc modules caused by them not resetting the macroblock counter when a frame is created. Fixed libmpeg2 Mocomp XvMC forgetting to handle the signed / usigned intra flag, resulting in a purple screen on Nvidia when XvMC Mocomp only is used. CVS patchset: 7500 CVS date: 2005/04/26 09:02:55
2005-04-25**BUGFIX**Michael Roitzsch
note WMA lossless support CVS patchset: 7491 CVS date: 2005/04/25 14:11:41
2005-04-20**BUGFIX**Michael Roitzsch
I just realized that the plugin loader is not mentioned in the ChangeLog CVS patchset: 7475 CVS date: 2005/04/20 17:19:46
2005-04-20fix a typo and move cool feature to 1.0.1Michael Roitzsch
CVS patchset: 7474 CVS date: 2005/04/20 17:12:09
2005-04-09Experimental bob deinterlacing support for the xxmc module.Thomas Hellström
Updated xxmc readme. CVS patchset: 7451 CVS date: 2005/04/09 11:47:27
2005-04-09**BUGFIX**Thomas Hellström
Updated Changelog from previous commit. CVS patchset: 7450 CVS date: 2005/04/09 11:23:14
2005-03-06pthread leak and onefield_xvThibaut Mattern
CVS patchset: 7436 CVS date: 2005/03/06 21:38:09
2005-02-22XvMC update largely courtesy of Kendall Bennet, Scitechsoft:Thomas Hellström
* Fix surface flushing and syncing (xxmc / xvmc) * Fix clearing of macro block lists (xxmc / xvmc) * Remove floating point operations from mpeg demuxer. Degrades performance on non-fp capable hardware. * Remove unnecessary software MC step * Fix Quantization matrix ordering which caused bad picture quality (KB/TH) * Minor optimizations in the libmpeg2 code * Fix VLD flushing at video discontinuity (TH) CVS patchset: 7424 CVS date: 2005/02/22 18:31:33
2005-02-20**BUGFIX**Michael Roitzsch
small grammar fix CVS patchset: 7421 CVS date: 2005/02/20 17:03:33
2005-02-20**BUGFIX**František Dvořák
Replaced AC_TRY_RUN by AC_RUN_IFELSE. Now, if cross compiled, field ordering is hardcoded for Windows platform. New common test just for availibility of bit fields works for all platforms. CVS patchset: 7420 CVS date: 2005/02/20 10:08:01
2005-02-20**BUGFIX**František Dvořák
Updated documentation about M$VC (building external ffmpeg). Added patch necessary for using ffmpeg by M$VC compiler. Updated M$VC build of xine's ff plugin - removed ugly ifdef, used external ffmpeg as whole. CVS patchset: 7419 CVS date: 2005/02/20 09:36:00
2005-02-19**BUGFIX**František Dvořák
Bind to right text domain. This fixes missing translations for prefixes different from /usr. CVS patchset: 7418 CVS date: 2005/02/19 13:11:51
2005-02-09**BUGFIX**Michael Roitzsch
noone complained and the testsuite is happy, so we can merge some things to stable CVS patchset: 7393 CVS date: 2005/02/09 19:30:32
2005-02-06**BUGFIX**František Dvořák
Convert non-ASCII latin1 character to ASCII in xine source code. Synchronize po-files. Czech translation update. CVS patchset: 7387 CVS date: 2005/02/06 19:52:54
2005-02-06**BUGFIX**František Dvořák
Updated win32 M$VC port. CVS patchset: 7386 CVS date: 2005/02/06 19:16:18
2005-02-04**BUGFIX**František Dvořák
Long awaited new version of DirectX audio output plugin. (very stable IMHO, so marked for 1.0 branch too) CVS patchset: 7382 CVS date: 2005/02/04 22:31:29
2005-02-03**BUGFIX**František Dvořák
Documentation about Win32 platform. Do we attract more developers? :-) (marked as bugfix, because it belongs to stable branch too) CVS patchset: 7380 CVS date: 2005/02/03 19:40:14
2005-02-03**BUGFIX**František Dvořák
bug++ CVS patchset: 7379 CVS date: 2005/02/03 07:31:19
2005-02-03**BUGFIX**František Dvořák
Fixed build on solaris: - use libresolv in hstrerror check - replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX Removed timezone struct for MinGW from public os_types.h, update header comment. Fixed build musepack library on some platforms using xine types. Thanks to Niki W. Waibel for reporting and testing. CVS patchset: 7378 CVS date: 2005/02/03 07:19:03
2005-02-02More plugin description accessor functions (may load plugins).Darren Salt
CVS patchset: 7377 CVS date: 2005/02/02 23:11:38
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-18**BUGFIX**Michael Roitzsch
fixed some memleaks reported by Jerome CVS patchset: 7360 CVS date: 2005/01/18 21:58:19
2005-01-17icecast 2 support fixesThibaut Mattern
CVS patchset: 7357 CVS date: 2005/01/17 19:29:48
2005-01-16avi bugfixesThibaut Mattern
CVS patchset: 7354 CVS date: 2005/01/16 17:56:05
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-13Still do not understand where to put the entries...Thibaut Mattern
CVS patchset: 7342 CVS date: 2005/01/13 21:33:04
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-05these entries go to 1.0.1Michael Roitzsch
CVS patchset: 7327 CVS date: 2005/01/05 21:56:17
2005-01-05Document http_no_proxy changes.Darren Salt
CVS patchset: 7324 CVS date: 2005/01/05 00:40:38
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
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-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-24Fix crash related to relative HTTP redirect URLs.Darren Salt
These URLs are now canonicalised. CVS patchset: 7297 CVS date: 2004/12/24 01:59:11
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-20updated libdvdnav from CVS to improve handling of error conditionsMichael Roitzsch
CVS patchset: 7285 CVS date: 2004/12/20 19:27:19
2004-12-19dvb epg changesMike Lampard
CVS patchset: 7280 CVS date: 2004/12/19 19:15:20
2004-12-18dvbsub fixesMike Lampard
CVS patchset: 7277 CVS date: 2004/12/18 19:59:40
2004-12-18ogg chained streamsThibaut Mattern
asf chained streams bug CVS patchset: 7272 CVS date: 2004/12/18 14:37:46
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-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-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-14*** empty log message ***Miguel Freitas
CVS patchset: 7255 CVS date: 2004/12/14 22:28:53
2004-12-13winamp.com and mms stuffThibaut Mattern
CVS patchset: 7249 CVS date: 2004/12/13 21:25:06
2004-12-12Check absolute path in $ac_aux_dir (just reflected from gxine).František Dvořák
Compilation fixes for cross-compiling with MinGW32. CVS patchset: 7231 CVS date: 2004/12/12 13:51:28
2004-12-10*** empty log message ***Miguel Freitas
CVS patchset: 7221 CVS date: 2004/12/10 12:43:06
2004-12-09*** empty log message ***Miguel Freitas
CVS patchset: 7214 CVS date: 2004/12/09 01:35:55