summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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
2004-07-31New configure option --with-external-ffmpeg[=PREFIX].František Dvořák
CVS patchset: 6865 CVS date: 2004/07/31 18:57:45
2004-07-29mention the win32 dll fixMiguel Freitas
CVS patchset: 6861 CVS date: 2004/07/29 14:48:04
2004-07-26we have time stretching nowMiguel Freitas
CVS patchset: 6857 CVS date: 2004/07/26 22:37:37
2004-07-21new goom2k4-dev18 includes almost all of my warning fixesMichael Roitzsch
(the goom team is quite fast in applying my patches :) ) some files are still slightly patched from the release version, but I will get this sorted out so we will soon use a completely unmodified version of goom it compiles almost warningless now (the remaining warnings are introduced by lex/yacc and I plan to simply ignore them) the Makefile.am distclean-hack is also obsolete now, since the offending files have been renamed CVS patchset: 6828 CVS date: 2004/07/21 14:38:29
2004-07-212 bugs fixed actuallyMiguel Freitas
CVS patchset: 6827 CVS date: 2004/07/21 00:59:50
2004-07-20some updatingMichael Roitzsch
CVS patchset: 6822 CVS date: 2004/07/20 16:20:52
2004-07-19*** empty log message ***Miguel Freitas
CVS patchset: 6819 CVS date: 2004/07/19 22:49:31
2004-07-19*** empty log message ***Miguel Freitas
CVS patchset: 6817 CVS date: 2004/07/19 22:12:17
2004-07-18Add support for 44100Hz DTS in .wav files.James Courtier-Dutton
CVS patchset: 6810 CVS date: 2004/07/18 17:31:40
2004-07-17document latest improvementsMiguel Freitas
CVS patchset: 6802 CVS date: 2004/07/17 16:41:08
2004-07-14 - Use Windows encoding for the external subtitles, guessed according to ↵František Dvořák
current locale. - Add "-" into encoding names. - Fix a typo. CVS patchset: 6793 CVS date: 2004/07/14 18:51:29
2004-07-14Moritz patch for matroska vobsub supportMiguel Freitas
align vobsub to bottom in libspudec CVS patchset: 6791 CVS date: 2004/07/14 01:18:47
2004-07-11I can commit again, so let's spread some of the good newsMichael Roitzsch
CVS patchset: 6785 CVS date: 2004/07/11 10:42:04
2004-06-27include the new goom version 2k4-dev15Michael Roitzsch
everybody: test, test, test CVS patchset: 6756 CVS date: 2004/06/27 11:58:47
2004-06-27calling XInitThreads() is definitely the frontend's job, because it hasMichael Roitzsch
to call Xlib functions before xine to properly fill x11_visual_t CVS patchset: 6755 CVS date: 2004/06/27 11:16:20
2004-06-26good things are happening ;)Michael Roitzsch
CVS patchset: 6751 CVS date: 2004/06/26 14:57:34
2004-06-21Move win32 frontend from xine-lib.František Dvořák
CVS patchset: 6721 CVS date: 2004/06/21 10:37:49
2004-06-21*** empty log message ***xine-1-rc5-release1-rc5Miguel Freitas
CVS patchset: 6718 CVS date: 2004/06/21 00:19:36
2004-06-20* merge latest CVS of libdvdnav fixes dvd:/<title>.<part> MRLsMichael Roitzsch
* small cleanup in input_dvd, removing unused structure member 'mode' * remove CVS log from input_dvd since this is uncommon in xine-lib and enlarges the file too much; people can use "cvs log" if they want the info CVS patchset: 6716 CVS date: 2004/06/20 16:59:13
2004-06-19Fix falling back from multi-buffering in video_out_pgx64. Add XVR100 to ↵Robin KAY
configure script status output. Add --disable-shm-default to README.solaris. CVS patchset: 6705 CVS date: 2004/06/19 14:51:31
2004-06-13* trying to fix a longstanding problem: 4:3 progressive content on DXR3'sMichael Roitzsch
TV out results in the lower third of the image being shaky; this fix might raise other problems, but since we only play with the progressive flag, the worst that could happen is that the card gets the interlaced vs. progressive state wrong and this is almost never noticable on TV out * report codec information for dxr3 video decoder * while I am at it: small beautification to video_out_dxr3.c CVS patchset: 6685 CVS date: 2004/06/13 16:00:16
2004-06-11tell the world about the great newsMichael Roitzsch
CVS patchset: 6674 CVS date: 2004/06/11 16:25:13
2004-06-11Patch with improvements for libsputext from Vincent Pelletier - word wrap ↵František Dvořák
and enhanced subtitle parser. CVS patchset: 6673 CVS date: 2004/06/11 09:47:29
2004-06-11revised FLAC supportMike Melanson
CVS patchset: 6671 CVS date: 2004/06/11 01:31:01
2004-06-07We now support DTS audio in .AVI files.James Courtier-Dutton
CVS patchset: 6656 CVS date: 2004/06/07 13:55:59
2004-06-01Add support for XVR-100 (Radeon-based) framebuffers to video_out_pgx64.Robin KAY
CVS patchset: 6626 CVS date: 2004/06/01 18:11:51
2004-05-30there are more image formats than YV12 and YUY2 -> fixes DXR3 crashMichael Roitzsch
CVS patchset: 6613 CVS date: 2004/05/30 21:33:38
2004-05-30*** empty log message ***Thibaut Mattern
CVS patchset: 6611 CVS date: 2004/05/30 14:50:56
2004-05-28*** empty log message ***Miguel Freitas
CVS patchset: 6601 CVS date: 2004/05/28 12:58:58
2004-05-27*** empty log message ***Miguel Freitas
CVS patchset: 6597 CVS date: 2004/05/27 03:54:57
2004-05-27*** empty log message ***Miguel Freitas
CVS patchset: 6595 CVS date: 2004/05/27 00:38:05
2004-05-26slow down CD drive during CD audio playback to reduce noiseMichael Roitzsch
CVS patchset: 6592 CVS date: 2004/05/26 16:37:41
2004-05-241) Support AAC in AVIJames Stembridge
2) Simplify libfaad init CVS patchset: 6588 CVS date: 2004/05/24 22:17:57
2004-05-24- priority for demuxer and input pluginsThibaut Mattern
- seeking improvements - qtdll decoder reset() fix CVS patchset: 6587 CVS date: 2004/05/24 20:34:28