summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2004-02-17Make default type of connection in MMS configurable (autoprobe, TCP or HTTP).František Dvořák
mms:// ... method (or probing) according to config option mmst:// ... always only TCP mmsh:// ... always only HTTP This will speed up connection behind firewalls which block TCP. Default behaviour is the same as current. CVS patchset: 6168 CVS date: 2004/02/17 13:40:57
2004-02-16Add docs about xine fonts waiting on xine-docs.František Dvořák
CVS patchset: 6164 CVS date: 2004/02/16 17:05:56
2004-02-15exiting xine with arts audio freezes on BSD; this should be an arts bug, butMichael Roitzsch
mplayer works around this, so we could do the same ;) thanks to Fridtjof Busse for reporting and testing this CVS patchset: 6161 CVS date: 2004/02/15 19:29:47
2004-02-14Mention one my old patch for http and mmsh.František Dvořák
Add codepages iso-8859-9 and iso-8859-15 (all in all 7 new characters :-)). CVS patchset: 6158 CVS date: 2004/02/14 22:01:48
2004-02-12housekeepingMichael Roitzsch
CVS patchset: 6143 CVS date: 2004/02/12 19:41:30
2004-02-05initial commit for Sierra VMD demuxer (no audio yet)Mike Melanson
CVS patchset: 6121 CVS date: 2004/02/05 02:51:14
2004-02-02added IFF-ILBM supportManfred Tremmel
CVS patchset: 6108 CVS date: 2004/02/02 22:22:51
2004-02-01Support for RV20 ffmpeg decoderJames Stembridge
CVS patchset: 6102 CVS date: 2004/02/01 22:46:10
2004-02-01housekeeping with respect to the ffmpeg syncMike Melanson
CVS patchset: 6096 CVS date: 2004/02/01 06:08:08
2004-01-29recent changesMiguel Freitas
CVS patchset: 6079 CVS date: 2004/01/29 01:30:17
2004-01-28OpenDML supportMiguel Freitas
CVS patchset: 6077 CVS date: 2004/01/28 13:00:09
2004-01-26It seems some older systems haven't UCS-2 encoding in the machine encoding. ↵František Dvořák
Force using UCS-2LE or UCS-2BE according to endianness. CVS patchset: 6065 CVS date: 2004/01/26 09:49:33
2004-01-23implement chapter skipping in ogm filesMarco Zuehlke
always send comment header while in preview mode reset ogg_stream_state after seeking CVS patchset: 6061 CVS date: 2004/01/23 09:24:45
2004-01-15seems to work well enough to documentJames Stembridge
CVS patchset: 6047 CVS date: 2004/01/15 20:21:46
2004-01-12adding Thibaut's matroska demuxerMichael Roitzsch
CVS patchset: 6032 CVS date: 2004/01/12 19:34:33
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2004-01-07the new, refined post plugin architectureMichael Roitzsch
* post plugins are now much safer (fewer races/inconsistencies) and easier to write * all post plugins are ported to the new architecture (and should work) * ports can now be opened and closed with a NULL stream CVS patchset: 6007 CVS date: 2004/01/07 19:52:42
2004-01-04The most important change is the smallest:Michael Roitzsch
* add a small delay before enabling zoom mode, since the card gets confused when we activate zoom mode before the first frame (that's also what the ChangeLog entry accounts for) Then some less important changes: * give a hint about sync mode to the SCR plugin to properly recover the mode when resuming from pause mode * refactor the enhanced mode handling out of the MPEG encoders into video out * inline some decoder functions, because they are only used once anyway * some additional cleanup CVS patchset: 5996 CVS date: 2004/01/04 22:26:28
2004-01-04Miguel has not complained, so I assume this worksMichael Roitzsch
CVS patchset: 5992 CVS date: 2004/01/04 18:36:17
2004-01-04added IFF-16SV support to iff-demuxerManfred Tremmel
CVS patchset: 5987 CVS date: 2004/01/04 00:41:33
2004-01-03added iff entryManfred Tremmel
CVS patchset: 5984 CVS date: 2004/01/03 20:35:48
2004-01-01Win32 port, mainly DirectX:František Dvořák
* use DirectX under CygWin and basic auto-stuff * move some my macros in configure.ac * I don't know why, but shared directx plugins can't be linked with libdxguid.a. Used cute-hack, idea is from mplayer. Also thanks to hexedit, because I haven't sources of w32api. * Fix some warnings in vo directx and ao directx. * Decrease version of directx. It seems it still works. For compilation with DirectX under Cygwin you need header files from directx-sdk. Autoconf macros are only basic, but it works. for example: DIRECTX_CFLAGS=-I/cygrive/c/Program\ Files/Directx/include ./autogen.sh CVS patchset: 5971 CVS date: 2004/01/01 18:14:51
2003-12-30faad2Miguel Freitas
CVS patchset: 5960 CVS date: 2003/12/30 02:02:33
2003-12-29sdl fixMiguel Freitas
CVS patchset: 5958 CVS date: 2003/12/29 18:13:56
2003-12-28ready for 1-rc3a. Hopefully...xine_1-rc3a-release1-rc3aSiggi Langauf
CVS patchset: 5954 CVS date: 2003/12/28 15:01:39
2003-12-28a new release is due. Last tests are running...Siggi Langauf
CVS patchset: 5953 CVS date: 2003/12/28 11:02:35
2003-12-26Win32 mega update:František Dvořák
- external ffmpeg (with some patches) built by MINGW works, wow! - cleanups (only one definition file for all plugins) - working release build target Notes to hybrid MINGW/MSVC build: - CVS version of ffmpeg is compiled by MINGW (small patch for compilation ffmpeg under MINGW, second for disabling flush because it crashes under windows) - libxine + xineui compiled by MSVC, additional patch into header files of ffmpeg is needed - export all data with '__declspec(dllimport)' CVS patchset: 5951 CVS date: 2003/12/26 18:37:58
2003-12-26recent fixesMiguel Freitas
CVS patchset: 5949 CVS date: 2003/12/26 14:44:43
2003-12-25Not overwrite regular files by RIP, only add number suffix.František Dvořák
CVS patchset: 5948 CVS date: 2003/12/25 21:57:28
2003-12-24this is worth mentioningMichael Roitzsch
CVS patchset: 5939 CVS date: 2003/12/24 13:07:23
2003-12-19mention the raw AAC demuxerMike Melanson
CVS patchset: 5924 CVS date: 2003/12/19 05:45:06
2003-12-17 * Default subtitle timeout.František Dvořák
Some formats define the end of a subtitle as the beginning of the following. But using configurable timeout seems better. * Three new formats of subtitles: - jacobsub from mplayer (not tested by me) - subviewer v2.0 from mplayer (not tested by me) - subrip v0.9 * Change deprecated bzero() to memset() CVS patchset: 5918 CVS date: 2003/12/17 13:41:05
2003-12-13- check that setting the "bits per sample" was what we asked for even if the ↵Bastien Nocera
ioctl works (fixes playback of 8 bits sounds on i810 soundcards) CVS patchset: 5904 CVS date: 2003/12/13 19:22:33
2003-12-13Update win32 MSVC build:František Dvořák
* internal names cleanup * http input plugin uses http_helper.c * fix change in audio_directx * MSVC stoped compile xineui because of 'this', mysterious * change non-constand array lengths to malloc/free, it good for such old compilers as my MSVC 6.0 * change lprintf macro for MSVC to compile again (I don't know, how use variable number of macro arguments in MSVC...) * merge compiling of xine-utils and xine-engine CVS patchset: 5902 CVS date: 2003/12/13 11:35:07
2003-12-13id3v2.3Thibaut Mattern
mmst bugfix CVS patchset: 5899 CVS date: 2003/12/13 01:01:53
2003-12-12add entry about all the cleanupMichael Roitzsch
CVS patchset: 5893 CVS date: 2003/12/12 19:42:25
2003-12-09Fix crash with really long subtitle/language names in ogm/off filesBastien Nocera
Fixes playback of http://www.lysator.liu.se/~philip/sample.ogg Front-ends should be using XINE_LANG_LABEL_MAX_SIZE as the max size for language/subtitle labels CVS patchset: 5882 CVS date: 2003/12/09 23:55:11
2003-12-08rtp improvementsMiguel Freitas
CVS patchset: 5871 CVS date: 2003/12/08 12:36:19
2003-12-07fix tvtime segfaultsMiguel Freitas
CVS patchset: 5861 CVS date: 2003/12/07 15:36:16
2003-12-04Attempt to detect end of real rtsp streamsJames Stembridge
Minor hexdump cleanup CVS patchset: 5839 CVS date: 2003/12/04 22:11:25
2003-12-04sputext improvementsMiguel Freitas
CVS patchset: 5834 CVS date: 2003/12/04 03:26:47
2003-11-29use AUDIODEV on sunMiguel Freitas
CVS patchset: 5818 CVS date: 2003/11/29 15:42:19
2003-11-26mp3 vbr length problem reported by rhythmbox guys.Thibaut Mattern
CVS patchset: 5802 CVS date: 2003/11/26 23:52:39
2003-11-26new decoder priority handlingMichael Roitzsch
CVS patchset: 5794 CVS date: 2003/11/26 19:34:04
2003-11-26* new unscaled overlay feature (using XShape extension)Miguel Freitas
text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup CVS patchset: 5781 CVS date: 2003/11/26 01:08:39
2003-11-24Support for large files created by RIP input plugin. It's used fseeko(). ↵František Dvořák
When configure won't find it, it will be used fseek() with 2 GB limit. CVS patchset: 5778 CVS date: 2003/11/24 22:52:15
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
Check for seek success in mp3 and avi demuxers. CVS patchset: 5775 CVS date: 2003/11/23 23:20:56
2003-11-19Mike's file should play nowMichael Roitzsch
CVS patchset: 5763 CVS date: 2003/11/19 12:06:16
2003-11-16goom should be smooth nowMichael Roitzsch
CVS patchset: 5744 CVS date: 2003/11/16 12:19:19
2003-11-10fix yuy2 output on mga_vidJames Stembridge
CVS patchset: 5717 CVS date: 2003/11/10 18:40:08