summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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
2003-11-09if we are trying to activate a menu with an invalid button,Michael Roitzsch
fall back to button 1 CVS patchset: 5716 CVS date: 2003/11/09 21:49:36
2003-11-08Mention work on win32 port.František Dvořák
CVS patchset: 5705 CVS date: 2003/11/08 08:24:57
2003-11-07ppMiguel Freitas
CVS patchset: 5704 CVS date: 2003/11/07 18:38:39
2003-11-05real fixesJames Stembridge
CVS patchset: 5698 CVS date: 2003/11/05 22:31:03
2003-11-04ffmpeg's framrate guessing is better than our old oneMichael Roitzsch
CVS patchset: 5689 CVS date: 2003/11/04 20:51:21
2003-11-02configfile beautification:Michael Roitzsch
values set to their default are commented out CVS patchset: 5677 CVS date: 2003/11/02 16:59:18
2003-11-02liba52 pts fixMiguel Freitas
CVS patchset: 5675 CVS date: 2003/11/02 13:54:24
2003-11-01post plugin helpMiguel Freitas
CVS patchset: 5671 CVS date: 2003/11/01 23:05:39
2003-11-01report ffmpeg updateMichael Roitzsch
CVS patchset: 5670 CVS date: 2003/11/01 19:17:22
2003-11-01Jérôme is "Jérôme" ;)Thibaut Mattern
CVS patchset: 5665 CVS date: 2003/11/01 15:57:54
2003-11-01asf and mp3 changesThibaut Mattern
CVS patchset: 5661 CVS date: 2003/11/01 12:00:00
2003-10-31note results of Thibaut's metronom fixMichael Roitzsch
CVS patchset: 5654 CVS date: 2003/10/31 17:41:52
2003-10-31note latest engine modificationMichael Roitzsch
CVS patchset: 5649 CVS date: 2003/10/31 14:53:10