summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2004-12-08*** empty log message ***Miguel Freitas
CVS patchset: 7212 CVS date: 2004/12/08 22:40:48
2004-12-08*** empty log message ***Miguel Freitas
CVS patchset: 7210 CVS date: 2004/12/08 22:09:34
2004-12-01dvb subtitles supportMike Lampard
CVS patchset: 7177 CVS date: 2004/12/01 08:06:14
2004-11-24add contributions by Reinhard NisslMichael Roitzsch
CVS patchset: 7157 CVS date: 2004/11/24 16:16:50
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-22dvb changesMike Lampard
CVS patchset: 7145 CVS date: 2004/11/22 09:23:47
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-19*** empty log message ***Miguel Freitas
CVS patchset: 7140 CVS date: 2004/11/19 21:53:35
2004-11-19Fixed segfault occuring in the xxmc plugin when it had swithed to acceleratedThomas Hellström
decoding while software surfaces were still in the frame queue and sometimes needed to be duplicated. Cleaned up xxmc shape / colorkey X11OSD handling. Fixed more locking inconsistensies. CVS patchset: 7137 CVS date: 2004/11/19 08:56:30
2004-11-19added support for 24-bit LPCM from DVDsMike Melanson
CVS patchset: 7136 CVS date: 2004/11/19 05:35:48
2004-11-18forgot to mention the build system fixMichael Roitzsch
CVS patchset: 7133 CVS date: 2004/11/18 15:17:57
2004-11-16*** empty log message ***Miguel Freitas
CVS patchset: 7128 CVS date: 2004/11/16 21:19:12
2004-11-15polypaudio supportMiguel Freitas
CVS patchset: 7125 CVS date: 2004/11/15 03:58:46
2004-11-13Fixed segfault when seeking with the "xvmc" and "xxmc" plugins playingThomas Hellström
files with IDCT / mocomp XvMC acceleration. Cleaned up some ugly xvmc / xxmc naming. CVS patchset: 7122 CVS date: 2004/11/13 19:32:51
2004-11-08*** empty log message ***Miguel Freitas
CVS patchset: 7110 CVS date: 2004/11/08 13:13:16
2004-10-30no dvb teletext yet...Mike Lampard
CVS patchset: 7095 CVS date: 2004/10/30 21:11:48
2004-10-30Allowed multiple simultaneous thread access in parts of the xxmc driver,Thomas Hellström
assuming that XvMC libraries are thread-safe. CVS patchset: 7093 CVS date: 2004/10/30 15:12:48
2004-10-30fixed seeking unresponsiveness when using external subtitlesMiguel Freitas
do not flush slave subtitle streams. since the output ports are the same for both streams, they will get flushed twice causing frames to be discarded. (possible improvement: check if slave output port is the same as master's) CVS patchset: 7089 CVS date: 2004/10/30 12:45:26
2004-10-29use monotonic clock when availableMiguel Freitas
CVS patchset: 7087 CVS date: 2004/10/29 23:11:37
2004-10-27Thibaut's request optimizer input layerMiguel Freitas
CVS patchset: 7077 CVS date: 2004/10/27 13:09:07
2004-10-20improved dvb plugin by Mike LampardMiguel Freitas
CVS patchset: 7057 CVS date: 2004/10/20 20:34:41
2004-10-18Simple libsmbclient (samba) input pluginMiguel Freitas
CVS patchset: 7044 CVS date: 2004/10/18 18:01:44
2004-10-16- Speed up amp set at 0%, add support for 8-bit sounds in the amplifierBastien Nocera
Fixes sound volume in Totem for: http://www.amayita.com/videos/01_Bar_Victoria.avi 24-bit amp support not implemented, still broken: ftp://ftp.mplayerhq.hu/MPlayer/samples/A-codecs/test-96.wav CVS patchset: 7041 CVS date: 2004/10/16 18:26:51
2004-10-16- engine fixesThibaut Mattern
- avi demuxer fixes CVS patchset: 7039 CVS date: 2004/10/16 10:11:52
2004-10-12xxmc driver updates:Thomas Hellström
Updated software fallback mechanism to be compatible with post plugin deinterlacing. A decoder using the plugin can now request a software fallback format to be used if acceleration fails. Removed the software deinterlacer that was inherited from the xv plugin. Made idct/mocomp fall back to software decoding for interlaced streams, since these are not rendered correctly either with the xvmc or the xxmc plugin. CVS patchset: 7029 CVS date: 2004/10/12 07:40:07
2004-10-08more improvementsMichael Roitzsch
CVS patchset: 7025 CVS date: 2004/10/08 21:26:01
2004-10-05- Some fixes for crashes when trying to play encrypted DVDs without libdvdcssBastien Nocera
As discussed in: http://article.gmane.org/gmane.comp.video.xine.devel/8010 CVS patchset: 7014 CVS date: 2004/10/05 19:07:08
2004-10-03Updated ChangeLog with some XvMCW specific information.Thomas Hellström
CVS patchset: 7011 CVS date: 2004/10/03 12:40:53
2004-09-28xxmc patch by Thomas Hellstrom (with some changes)Miguel Freitas
there is still some work to do, please report any breakages. note: new xxmc driver tested with both nvidia and via libraries. CVS patchset: 7007 CVS date: 2004/09/28 18:49:38
2004-09-26 - finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
poor platforms, of course) - fix a bug in generated xine-config for WIN32 and make it relocateable under Windows - MSVC port: update, fix some warnings, remove old unneeded files - improve function for getting runtime directory, it will need next fix yet (bug probably due to active volume drives) CVS patchset: 7002 CVS date: 2004/09/26 23:02:41
2004-09-23- Fix crashes with some input plugins when no audio output was availableBastien Nocera
That's either that, or always registering audio.num_buffers in src/xine-engine/audio_decoder.c CVS patchset: 6994 CVS date: 2004/09/23 15:19:47
2004-09-23better changelog for the cropping stuffMiguel Freitas
CVS patchset: 6993 CVS date: 2004/09/23 13:36:56
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
- some vo drivers support cropping natively. (only xv and xvmc have been tested) - add software crop fallback to video_out.c - skip yuv2rgb processing at xshm for not yet cropped frames (these frames are never shown) - libmpeg2 and ffmpeg now may use crop support - bump vo api. (changes to xvmc/xxmc will follow) CVS patchset: 6991 CVS date: 2004/09/22 20:29:13
2004-09-21- Port patch from MPlayer for win32 DLLs loading on recent versions of LinuxBastien Nocera
http://thread.gmane.org/gmane.comp.video.mplayer.devel/19749 Fixes playback of win32 DLLs on FC2 (voxware playback still hangs though) CVS patchset: 6988 CVS date: 2004/09/21 19:35:56
2004-09-21- Set the Codec name meta info even if we can't load the libraries, otherwiseBastien Nocera
we can't tell the user which codec isn't working (Gnome BZ 151662) CVS patchset: 6985 CVS date: 2004/09/21 14:23:20
2004-09-20Build system improvements:František Dvořák
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS), each function is in a file placed into lib/ directory, it was not necessary, but it looks nice, IMHO - headers cleanups (this was needed): - prototypes of replacement funtions and macros are placed into separate os_internal.h (and included by config.h) - drop include inttypes.h from public xine.h, replaced by custom os_type.h, idea origins from Ogg/Vorbis public headers - disable generating inttypes.h: generated replacement isn't enough for xine-lib but nobody complained (and for M$VC we have special version) - better including headers for win32, let dvdnav use its mutex wrapper - updated M$VC port Result: - xine is compiled nicely by MinGW, CygWin and paritaly M$VC - frontends in M$VC port don't require additional helping headers - moved some platform specific things from xine-utils and win32/contrib to lib/ Finally I can start with real coding. :-) CVS patchset: 6982 CVS date: 2004/09/20 19:30:02
2004-09-14ffmpeg H.264/AVC decoder doesn't handle all streams gracefully yet, so mark ↵James Stembridge
feature experimental CVS patchset: 6972 CVS date: 2004/09/14 22:21:26
2004-09-14- Add support for 3ivx video (doesn't work in QT streams yet)Bastien Nocera
CVS patchset: 6969 CVS date: 2004/09/14 02:22:23
2004-09-11Support for H.264/AVC videoJames Stembridge
CVS patchset: 6959 CVS date: 2004/09/11 20:01:38
2004-09-11Two items into ChangeLog.František Dvořák
Changed my status in AUTHORS to developer (I hope I can do it :-)). CVS patchset: 6957 CVS date: 2004/09/11 12:21:47
2004-09-03* fixed LOG_DEBUG builds of spu.c (unresolved symbols)Michael Roitzsch
* changed the default from "clip the whole frame" to "clip nothing", this fixes some overlays with color!=clip_color showing wrong (confirmed with the DXR3 that this is correct); closes bug #1018193 CVS patchset: 6933 CVS date: 2004/09/03 12:28:24
2004-08-31Changed wording of entries to indicate they have been completed.Stephen Torri
CVS patchset: 6922 CVS date: 2004/08/31 19:39:27
2004-08-28Improve handling of Transport Mpeg streams.James Courtier-Dutton
CVS patchset: 6913 CVS date: 2004/08/28 17:54:05
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
fixes problems with matroska utf-8 subtitles CVS patchset: 6911 CVS date: 2004/08/27 21:07:31
2004-08-27MINGW32 port. Engine library and most of plugins compiles now.František Dvořák
List of some changes: - replaced some _MSC_VER by more common WIN32 - define INTLDIR, remove -static flag for included intl - shared more common CFLAGS with DEBUG_CFLAGS - use WIN32_CFLAGS for all building - separate some flags into THREAD_CFLAGS_CONFIG, THREAD_CFLAGS_CONFIG and ZLIB_LIB_CONFIG for public xine-config, automatically use internal libs if necessary - don't warn about missing X for mingw and cygwin - libw32dll disabled for WIN32 (making native loader would be interesting, or porting wine code to Windows? :->) - DVB and RTP disabled for WIN32, not ported yet - fix build and fix a warning in cdda - fix build for nosefart and libfaad - implement configure option --disable-freetype - sync libxine.pc and xine-config.in - add -liberty to goom under WIN32 - move original build files from included phread and zlib into archives and replace them by autotools CVS patchset: 6910 CVS date: 2004/08/27 19:33:17
2004-08-18support mp3 audio in mp4 filesJames Stembridge
CVS patchset: 6895 CVS date: 2004/08/18 21:42:39
2004-08-18add the fixed first frame delayMichael Roitzsch
CVS patchset: 6892 CVS date: 2004/08/18 19:46:13
2004-08-08Support newer DLLsJames Stembridge
CVS patchset: 6879 CVS date: 2004/08/08 16:34:32
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
(in case of major trouble just revert the patch i sent to xine-devel) CVS patchset: 6871 CVS date: 2004/08/02 12:51:07