summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-01-22**BUGFIX**František Dvořák
Force running iconv test (it runs under AM_GNU_GETTEXT anyway). Add FreeBSD specific prefix to iconv test. Fixed missing autotools symbols on FreeBSD (it's somewhere in system, but xine should contain it too). CVS patchset: 7838 CVS date: 2006/01/22 15:15:30
2006-01-17**BUGFIX**Bastien Nocera
Avoid the "cannot restore segment prot after reloc: Permission denied" error message for quite a few plugins by setting the texrel_shlib_t context on all the plugins at installation time CVS patchset: 7836 CVS date: 2006/01/17 20:51:46
2006-01-08*BUGFIX*František Dvořák
Used the same pludindir and path separator for native Win32 and CygWin. Fixed build of the plugins using X11 on CygWin. CVS patchset: 7833 CVS date: 2006/01/08 12:15:39
2006-01-07 * Also look for Xv support in /usr/lib for X.org's new locationBastien Nocera
CVS patchset: 7831 CVS date: 2006/01/07 12:35:00
2006-01-01*BUGFIX*František Dvořák
Added missing function to VCD plugin from original sources (thanks to Gert Vervoort). Fixed Changelog (added 1.0.3 entries, the new ones go to 1.0.4). CVS patchset: 7829 CVS date: 2006/01/01 21:28:31
2005-12-24 * Disable the XXMC plugin if Xv support isn't thereBastien Nocera
CVS patchset: 7828 CVS date: 2005/12/24 15:35:59
2005-12-12 - Czech translation updateFrantišek Dvořák
- added one plural - sync po-files CVS patchset: 7822 CVS date: 2005/12/12 15:43:57
2005-12-12*BUGFIX*František Dvořák
- fixed the align problem in DirectX vo plugin - used fast memcpy CVS patchset: 7821 CVS date: 2005/12/12 15:21:50
2005-11-28*BUGFIX*František Dvořák
Improved cross-compiling: detect and precedence of the host-specific libs W32dll: enabled by platforms as originaly, user can override it Fixed shell errors in the Makefile of the hackersguide Detect the place of SDL header independently on platform Fixed spelling in CDDA, include the header sys/param.h if available Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD) CVS patchset: 7815 CVS date: 2005/11/28 12:24:56
2005-11-28*BUGFIX*František Dvořák
Tiny doc update. CVS patchset: 7814 CVS date: 2005/11/28 12:20:24
2005-11-151.1.1 is already taggedMiguel Freitas
CVS patchset: 7805 CVS date: 2005/11/15 14:58:52
2005-11-15update changelog and TODOxine-lib-1_1_1-release1.1.1Miguel Freitas
CVS patchset: 7804 CVS date: 2005/11/15 13:33:05
2005-10-30gapless playback stream switching supportMiguel Freitas
CVS patchset: 7784 CVS date: 2005/10/30 02:18:35
2005-10-30QDM2 fixMiguel Freitas
CVS patchset: 7779 CVS date: 2005/10/30 00:32:52
2005-10-30doc updatesMike Melanson
CVS patchset: 7778 CVS date: 2005/10/30 00:02:39
2005-10-23big ffmpeg updateMiguel Freitas
it is likely to break, so please keep both pieces CVS patchset: 7767 CVS date: 2005/10/23 02:11:16
2005-10-22commit Flameeyes' optimizations.m4 patchMiguel Freitas
CVS patchset: 7764 CVS date: 2005/10/22 22:02:40
2005-09-24experimenta frame allocation optimizationMiguel Freitas
CVS patchset: 7742 CVS date: 2005/09/24 22:47:23
2005-09-24- remove have_alsa_1_0_9Miguel Freitas
- note about overlay cropping fix CVS patchset: 7740 CVS date: 2005/09/24 19:27:33
2005-09-19*BUGFIX*František Dvořák
added missing mutex init in xine_ticket (fixes pause assert with win32-pthreads) added missing destroys due to pthread doc spells and houskeeping use directx of older versions too, possibility to use xine w/o HW accel CVS patchset: 7738 CVS date: 2005/09/19 16:14:02
2005-09-11new directfb plugin by Claudio CiccaniMiguel Freitas
CVS patchset: 7728 CVS date: 2005/09/11 23:59:15
2005-09-05*BUGFIX*František Dvořák
Build improvements and WIN32 port updates: - add --with-pthread-pefix and --with-zlib-pefix options - prepare for removing internal zlib and pthreads-win32 relics, updated documentation for possible WIN32 developers (only for me? :->) - fixed bug in unimportant part of configure.ac for MinGW due to xine paths - fixed my bug in cdda (but it compiled fine anyway) - fixed unimportant bug in planar Makefile.am - next MSVC update due to external zlib, pthreads and latest changes, removed relic includes - checked distcheck CVS patchset: 7719 CVS date: 2005/09/05 17:02:56
2005-08-29Synchronize libxine.pc with xine-config.František Dvořák
CVS patchset: 7714 CVS date: 2005/08/29 17:00:38
2005-08-28Set up the framebuffer palette.Darren Salt
CVS patchset: 7711 CVS date: 2005/08/28 01:11:21
2005-08-25*BUGFIX*František Dvořák
Windows ports fixes and improvements due to my current work on toxine: - first experiments with external win32 pthreads, more portable code (pthread_t may be a struct) - headers refactored - moved dirent win32 replacement to lib/, hide it for frontends, used system version, if found, not used non-POSIX dirent->d_reclen (this item doesn't work in MinGW), fix memleak in dvb - separated settings for postproc and avcodec when using external ffmpeg - check for malloc.h in public xine.m4, used it conditionally in xine headers - replaced random() by POSIX more common rand() - prevent one segfault in directx vo plugin, if fails - M$VC port update CVS patchset: 7709 CVS date: 2005/08/25 15:36:29
2005-07-31Summary: Place feature in correct xine-lib version.James Courtier-Dutton
CVS patchset: 7706 CVS date: 2005/07/31 16:34:37
2005-07-31Summary: And changelog entry for audio_alsa_out.c change.James Courtier-Dutton
CVS patchset: 7705 CVS date: 2005/07/31 16:30:49
2005-07-27Better noted late than never.Rocky Bernstein
CVS patchset: 7687 CVS date: 2005/07/27 07:14:16
2005-07-26make it clear that everything has just been released so people can putMiguel Freitas
their changelog entries at the right place. CVS patchset: 7684 CVS date: 2005/07/26 21:17:11
2005-07-25goom updateMiguel Freitas
CVS patchset: 7678 CVS date: 2005/07/25 18:10:01
2005-07-211.1.0Miguel Freitas
CVS patchset: 7672 CVS date: 2005/07/21 17:59:19
2005-07-17Doc updateDarren Salt
CVS patchset: 7657 CVS date: 2005/07/17 23:12:29
2005-07-17changelog housekeepingMiguel Freitas
CVS patchset: 7653 CVS date: 2005/07/17 21:26:44
2005-07-16*** empty log message ***Miguel Freitas
CVS patchset: 7645 CVS date: 2005/07/16 17:04:05
2005-07-03new stream infos allows frontends to query current title/chapter/angle on dvdsMiguel Freitas
patch by Jerome "poitch" Poichet CVS patchset: 7637 CVS date: 2005/07/03 20:31:28
2005-06-25*BUGFIX*Siggi Langauf
fix playback of non-multi Real RTSP streams CVS patchset: 7633 CVS date: 2005/06/25 13:21:30
2005-06-15Mention xine(5).Darren Salt
CVS patchset: 7626 CVS date: 2005/06/15 22:47:17
2005-06-13**BUGFIX**Miguel Freitas
fix deadlock with _x_flush_events_queues CVS patchset: 7621 CVS date: 2005/06/13 00:32:11
2005-05-31POSIX-compliant use of 'head' and 'tail'.Darren Salt
CVS patchset: 7598 CVS date: 2005/05/31 17:42:33
2005-05-29- Send the XINE_MSG_FILE_EMPTY UI message when trying to play an emptyBastien Nocera
(zero-sized) file CVS patchset: 7591 CVS date: 2005/05/29 12:29:41
2005-05-29*BUGFIX*František Dvořák
Trying to fix subtitle repositioning after change of video windows size. The problem was new renderer object was always recreated AFTER text drawing for duration == 0. I removed additional subtitle size update which was called always before waiting for showing subtitle and now update is called only on start and just before drawing. ffmpeg, win32 and maybe other decoders still needs to be fixed to return non-zero image duration. Some format of subtitles need know image duration. And minor change: removed strange test for this->renderer != NULL. Anyway proper way in such case would be close the plugin. CVS patchset: 7590 CVS date: 2005/05/29 10:18:22
2005-05-29added --with-external-a52dec and --with-external-libmad switchesMiguel Freitas
thanks Diego 'Flameeyes' Petten CVS patchset: 7589 CVS date: 2005/05/29 00:47:48
2005-05-28**BUGFIX**Miguel Freitas
CVS patchset: 7587 CVS date: 2005/05/28 23:28:43
2005-05-28*** empty log message ***Miguel Freitas
CVS patchset: 7572 CVS date: 2005/05/28 02:37:23
2005-05-27*** empty log message ***Miguel Freitas
CVS patchset: 7566 CVS date: 2005/05/27 16:45:31
2005-05-26**BUGFIX**Thomas Hellström
Fixx xxmc bob deinterlacing for field-coded interlaced streams. CVS patchset: 7561 CVS date: 2005/05/26 07:49:14
2005-05-14mention experimental play single chapter thingMiguel Freitas
CVS patchset: 7539 CVS date: 2005/05/14 22:23:31
2005-05-14**BUGFIX**Miguel Freitas
should definitely go into 1.0.2... CVS patchset: 7538 CVS date: 2005/05/14 22:22:15
2005-05-08file is probably in /usr/bin, but don't assume so. [Bug no. 1195539]Darren Salt
CVS patchset: 7532 CVS date: 2005/05/08 22:38:35
2005-05-07*BUGFIX*František Dvořák
gcc4 patches from Dams Nadé (livna.org) and Keenan Pepper. CVS patchset: 7527 CVS date: 2005/05/07 09:11:37