diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-11 17:26:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-11 17:26:02 +0000 |
commit | ce3be8b79df48151915d96a36a29d0ed0f1765de (patch) | |
tree | 8c205d8e6b68666d6eaeefcd466e6ef6bb6a797e /multimedia/xine-lib/patches/patch-ar | |
parent | aa53ce07af81627422b3c0b6f4a14f4b642a5cbe (diff) | |
download | pkgsrc-ce3be8b79df48151915d96a36a29d0ed0f1765de.tar.gz |
Update to 1rc3a. Summary of changes since rc0a:
- Fixed some bugs which caused xine to segfault under certain conditions,
and a long-standing issue that would make xine hang with the NPTL
implementation in Linux kernel 2.6.
- Stabilized core engine and much improved subtitles.
- Built-in VCD navigation, XvMC support and better handling of funny filenames.
- A security hole regarding the "#save" MRL option has been closed.
- Added a feature: append "#save:filename" to an MRL to save the stream during
playback.
- Lots of bugfixes.
Diffstat (limited to 'multimedia/xine-lib/patches/patch-ar')
-rw-r--r-- | multimedia/xine-lib/patches/patch-ar | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/xine-lib/patches/patch-ar b/multimedia/xine-lib/patches/patch-ar index 98d12dcaa61..2a06db104e9 100644 --- a/multimedia/xine-lib/patches/patch-ar +++ b/multimedia/xine-lib/patches/patch-ar @@ -1,13 +1,13 @@ -$NetBSD: patch-ar,v 1.1.1.1 2004/01/26 13:03:38 jmmv Exp $ +$NetBSD: patch-ar,v 1.2 2004/03/11 17:26:02 jmmv Exp $ ---- src/video_out/video_out_aa.c.orig 2003-07-13 19:29:04.000000000 +0000 -+++ src/video_out/video_out_aa.c 2003-10-06 07:16:39.000000000 +0000 -@@ -109,6 +109,8 @@ - frame = (aa_frame_t *) malloc (sizeof (aa_frame_t)); - memset (frame, 0, sizeof (aa_frame_t)); +--- src/video_out/video_out_aa.c.orig 2003-12-14 23:13:25.000000000 +0100 ++++ src/video_out/video_out_aa.c +@@ -113,6 +113,8 @@ static vo_frame_t *aa_alloc_frame(vo_dri + if (!frame) + return NULL; + pthread_mutex_init (&frame->vo_frame.mutex, NULL); + - frame->vo_frame.copy = NULL; + frame->vo_frame.proc_slice = NULL; + frame->vo_frame.proc_frame = NULL; frame->vo_frame.field = aa_frame_field; - frame->vo_frame.dispose = aa_dispose_frame; |