summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-04add browsable capability to input_smb by XavierMiguel Freitas
CVS patchset: 7864 CVS date: 2006/02/04 12:08:22
2006-02-02libsmbclient seems messing up intl'. Adding locale save/restore workaround.Daniel Caujolle-Bert
CVS patchset: 7863 CVS date: 2006/02/02 22:35:30
2006-02-02Add an gdk-pixbuf image decoder, faster than the ImageMagick one...Bastien Nocera
CVS patchset: 7862 CVS date: 2006/02/02 20:39:32
2006-02-01bugfix: prevent input_cdda from closing file descriptors like stdin while ↵Stefan Holst
using autoplay feature CVS patchset: 7861 CVS date: 2006/02/01 18:55:29
2006-02-01Fix the sorting of plugin priorities, as per Thibaut's mailBastien Nocera
"The plugin_node_comparator function used by the plugin sorted arrays sorts the plugins by priority ASC instead of DESC." CVS patchset: 7860 CVS date: 2006/02/01 15:11:42
2006-01-30Take into account the frame field when deinterlacing.Claudio Ciccani
Enable zoom when using XDirectFB. CVS patchset: 7859 CVS date: 2006/01/30 11:28:18
2006-01-29Imported FusionSound audio driver.Claudio Ciccani
CVS patchset: 7858 CVS date: 2006/01/29 16:00:51
2006-01-29Converted windows eol to unix eol (i.e. replaced '\r\n' by '\n').Claudio Ciccani
CVS patchset: 7857 CVS date: 2006/01/29 14:36:07
2006-01-28updates from Claudio CiccaniMiguel Freitas
CVS patchset: 7856 CVS date: 2006/01/28 21:37:56
2006-01-28Forgotten files.Thibaut Mattern
Sorry about the breakage. CVS patchset: 7855 CVS date: 2006/01/28 17:09:59
2006-01-28New VDR events.Darren Salt
CVS patchset: 7854 CVS date: 2006/01/28 00:09:45
2006-01-27Fix a typo and output the PTS value (as for other, nearby, metronome messages).Darren Salt
[Reinhard Nissl] CVS patchset: 7853 CVS date: 2006/01/27 22:35:07
2006-01-27Fixed a bug introduced by my list rewrite.Thibaut Mattern
CVS patchset: 7852 CVS date: 2006/01/27 19:49:23
2006-01-27Fixed bugs.Thibaut Mattern
Add a close function to handle EndOfStream. Tested with 1 writer thread and 2 reader threads. CVS patchset: 7851 CVS date: 2006/01/27 19:37:15
2006-01-27Added ring buffer.Thibaut Mattern
It's not usable yet. CVS patchset: 7850 CVS date: 2006/01/27 07:55:18
2006-01-27Added dynamic object pool.Thibaut Mattern
CVS patchset: 7849 CVS date: 2006/01/27 07:53:28
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
CVS patchset: 7848 CVS date: 2006/01/27 07:46:09
2006-01-26send events for tvtime filmmode changesMiguel Freitas
CVS patchset: 7847 CVS date: 2006/01/26 12:40:51
2006-01-26/* brown paper bag: how did i manage to forget this patch? */Miguel Freitas
CVS patchset: 7846 CVS date: 2006/01/26 12:16:21
2006-01-26commit Barry Scott's patch for speed changing raceMiguel Freitas
(it was supposed to be part of 1.1.1) CVS patchset: 7845 CVS date: 2006/01/26 12:13:23
2006-01-25* Patch from SuSE to fix alsa after hardware suspendMiguel Freitas
* Fix the ./configure --enable-static-xv parameter CVS patchset: 7844 CVS date: 2006/01/25 17:40:59
2006-01-24A bit of defensive programming to protect "_x_demux_send_data" and ↵Mathieu Olivier
"_x_demux_read_send_data" from negative "size" parameters CVS patchset: 7843 CVS date: 2006/01/24 22:25:34
2006-01-24Simplified a bit the calculation of the lace sizes for Xiph lacingMathieu Olivier
CVS patchset: 7842 CVS date: 2006/01/24 22:01:05
2006-01-24Matroska demuxer was miscalculating the lace sizes for fixed-size lacingMathieu Olivier
CVS patchset: 7841 CVS date: 2006/01/24 21:59:13
2006-01-22- Fix error when the file didn't already have an SELinux contextBastien Nocera
chcon: can't apply partial context to unlabeled file /opt/lib/libxine.so CVS patchset: 7840 CVS date: 2006/01/22 23:25:19
2006-01-22- fix installation when the user isn't rootBastien Nocera
CVS patchset: 7839 CVS date: 2006/01/22 19:48:09
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-21Removed build dependency on xlibs-dev to comply with the corresponding ↵Reinhard Tartler
transition. I was not able to actually build xine yet, so I'm not absolutley sure if they are correct atm. But I will do as soon as I manage to get it compiled. ;) Closing an additional bug about removing *.gmo CVS patchset: 7837 CVS date: 2006/01/21 18:22:06
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-16First part of the xine_list_t rewrite.Thibaut Mattern
Added list header file. Added an ArrayList struct. Added a sorted ArrayList struct. CVS patchset: 7835 CVS date: 2006/01/16 08:04:44
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*BUGFIX*František Dvořák
Fix build under CygWin. CVS patchset: 7832 CVS date: 2006/01/07 15:32:35
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-05Don't stop when an empty chunk is encountered.Thibaut Mattern
CVS patchset: 7830 CVS date: 2006/01/05 21:34:55
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-24finally figured out the correct frequency formulaMike Melanson
CVS patchset: 7827 CVS date: 2005/12/24 00:08:42
2005-12-23Correct spelling of "extension".Darren Salt
CVS patchset: 7825 CVS date: 2005/12/23 18:23:31
2005-12-22UpdatePhilipp Hahn
CVS patchset: 7824 CVS date: 2005/12/22 17:51:45
2005-12-17Summary: fix detection of libXv.James Courtier-Dutton
CVS patchset: 7823 CVS date: 2005/12/17 17:22:47
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-12-11Add dep on libxv-dev (else the Xv output plugin may be missing).Darren Salt
CVS patchset: 7819 CVS date: 2005/12/11 18:06:06
2005-12-06Resync against current Debian package and make a few other small changes.Darren Salt
See debian/changelog for full details, and shout if I've missed anything. CVS patchset: 7817 CVS date: 2005/12/06 20:02:29
2005-11-30*BUGFIX*František Dvořák
Added XINE_LIB to linking for this plugins (required on win-platforms). CVS patchset: 7816 CVS date: 2005/11/30 18:44:52
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-23*BUGFIX*František Dvořák
Fixed make dist (bug due to the latest M$VC port update). CVS patchset: 7813 CVS date: 2005/11/23 16:02:13
2005-11-23Fixes from Maximilian SchwerinPhilipp Hahn
CVS patchset: 7812 CVS date: 2005/11/23 08:51:54
2005-11-21Ignore generated files.František Dvořák
CVS patchset: 7811 CVS date: 2005/11/21 14:30:28