Age | Commit message (Collapse) | Author |
|
[Reinhard Nissl]
CVS patchset: 7853
CVS date: 2006/01/27 22:35:07
|
|
CVS patchset: 7852
CVS date: 2006/01/27 19:49:23
|
|
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09
|
|
(it was supposed to be part of 1.1.1)
CVS patchset: 7845
CVS date: 2006/01/26 12:13:23
|
|
"_x_demux_read_send_data" from negative "size" parameters
CVS patchset: 7843
CVS date: 2006/01/24 22:25:34
|
|
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
|
|
CVS patchset: 7801
CVS date: 2005/11/14 23:48:19
|
|
vo_remove_from_img_buf_queue_int's timeout
* should fix segfaults when unwiring/disposing post plugins
CVS patchset: 7800
CVS date: 2005/11/14 23:12:16
|
|
Testsuite for M$ Windows:
- init mutex in all video drivers ('none' for testsuite, fixes crashes),
was OK for linux pthreads
- use WaitForSingleObject for console file descriptirs in _x_io_select
(fixes stdin:/)
- workaround heavy debug messages in asf demuxer for some samples
(fixes full disk :->)
Fixed previous fix, s/gmtime/timgm/ :-)
Aalib cross detection + udate docs
CVS patchset: 7799
CVS date: 2005/11/14 12:34:45
|
|
CVS patchset: 7784
CVS date: 2005/10/30 02:18:35
|
|
CVS patchset: 7774
CVS date: 2005/10/29 19:52:34
|
|
hopefuly somebody will be able to help fixing the
mess i did in dvdnav ;)
CVS patchset: 7759
CVS date: 2005/10/14 21:02:16
|
|
CVS patchset: 7746
CVS date: 2005/09/27 02:05:31
|
|
CVS patchset: 7745
CVS date: 2005/09/25 00:44:04
|
|
in the same format as requested (avoid unnecessary free/alloc in
vo driver). up to 25% less cpu load using deinterlace with film mode.
CVS patchset: 7741
CVS date: 2005/09/24 21:51:11
|
|
"clip" thing has caused too much confusion already since these variables
define a highlight area.
- add overlay offset support to video_out.c/alphablend/vo drivers
- use overlay offset to implement proper croping of frames when vo
driver doesn't support it
- add clipping checks to alphablend to avoid buffer overflow, buffer
"underflow" and wrapping.
- increase vo api number
- note: dxr3 support is incomplete about overlay offset
CVS patchset: 7739
CVS date: 2005/09/24 19:08:26
|
|
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
|
|
CVS patchset: 7733
CVS date: 2005/09/14 23:42:37
|
|
Add support for the YUY2 fourcc
http://renny.netdot.net/~sig/test1.asf.gz
CVS patchset: 7727
CVS date: 2005/09/11 23:42:24
|
|
audio can be heard with non-1X speeds if audio.synchronization.slow_fast_audio is set
CVS patchset: 7726
CVS date: 2005/09/11 22:07:48
|
|
CVS patchset: 7723
CVS date: 2005/09/11 00:11:09
|
|
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
|
|
CVS patchset: 7715
CVS date: 2005/08/30 15:27:58
|
|
Windows ports updates:
- finished M$VC port update
- moved xine plugins back to normal location for Windows ports,
added relative directories (used relative to ${prefix}),
make sure it's thread-safe (but it's still hacky)
- fixed ugly bug with loading plugins, when working drive was differrent from
plugins directory
directory
- directory and subdirectory separator called as platform specific
- fix crash with newer win32 pthread (missing mutex_init in vo plugin), yes!
- small doc update
CVS patchset: 7712
CVS date: 2005/08/29 15:28:16
|
|
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
|
|
Allow the backup of an empty configuration file to succeed.
CVS patchset: 7708
CVS date: 2005/08/21 17:01:02
|
|
CVS patchset: 7691
CVS date: 2005/07/27 23:46:34
|
|
here, using safer syntax, should work on all platforms
CVS patchset: 7690
CVS date: 2005/07/27 22:45:56
|
|
reentrancy problems (as reported by Reinhard Nissl and Darren Salt)
- add a new recursive mutex support check to configure so we should fail
nicely if system doesn't provides it
(please test)
CVS patchset: 7670
CVS date: 2005/07/21 02:51:14
|
|
CVS patchset: 7665
CVS date: 2005/07/18 17:59:37
|
|
CVS patchset: 7659
CVS date: 2005/07/18 01:46:02
|
|
Add an extended MRL reference event which includes the item title, start
time and duration.
(Both events are sent; front ends should only listen for one of them.)
CVS patchset: 7656
CVS date: 2005/07/17 23:11:33
|
|
Locking problem with string config item callbacks which access config items.
CVS patchset: 7655
CVS date: 2005/07/17 23:05:09
|
|
CVS patchset: 7652
CVS date: 2005/07/17 20:22:24
|
|
CVS patchset: 7651
CVS date: 2005/07/17 20:18:37
|
|
(Based on a patch from Stefan Bruens <lurch@gmx.li>.)
CVS patchset: 7648
CVS date: 2005/07/17 16:52:14
|
|
patch by Jerome "poitch" Poichet
CVS patchset: 7637
CVS date: 2005/07/03 20:31:28
|
|
<mrouthier@encentrus.com>
CVS patchset: 7635
CVS date: 2005/06/29 20:54:34
|
|
Copy frame crop values when copying frame information. (Reinhard Nissl)
CVS patchset: 7629
CVS date: 2005/06/17 22:36:43
|
|
to front-ends. (Reinhard Nissl)
gxine (CVS HEAD) is aware of this information.
CVS patchset: 7628
CVS date: 2005/06/17 22:33:01
|
|
fix deadlock with _x_flush_events_queues
CVS patchset: 7621
CVS date: 2005/06/13 00:32:11
|
|
fix LE_64 and BE_64 macros on non-x86 arches
try to make all these macros safer with extra typecasting
thanks Diego 'Flameeyes' Petten
CVS patchset: 7586
CVS date: 2005/05/28 23:17:57
|
|
CVS patchset: 7568
CVS date: 2005/05/28 02:25:45
|
|
Sparc can't do unaligned access
CVS patchset: 7558
CVS date: 2005/05/22 19:50:05
|
|
CVS patchset: 7545
CVS date: 2005/05/15 09:26:36
|
|
don't stop looking for plugins just because one of them has failed to initialize.
fix the problem of xine not loading anything (first plugin was gnome-vfs and
it doesn't work here)
CVS patchset: 7536
CVS date: 2005/05/14 16:00:40
|
|
fix a couple of places were catalog->lock was not released (causing
lockup/deadlock). cleanup some functions to return at a single place
so we won't make this mistake again.
(please double check - i'm a little rusty on xine hacking ;-)
now i have to find out why my xine checkout is not able to load any input plugins...
CVS patchset: 7535
CVS date: 2005/05/14 15:41:15
|
|
gcc4 patches from Dams Nadé (livna.org) and Keenan Pepper.
CVS patchset: 7527
CVS date: 2005/05/07 09:11:37
|
|
improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking
[bug #1195282]
CVS patchset: 7524
CVS date: 2005/05/06 07:42:20
|
|
CVS patchset: 7521
CVS date: 2005/05/06 04:14:55
|