Age | Commit message (Collapse) | Author |
|
vahur.sinijarv at cydonia.ee
CVS patchset: 7486
CVS date: 2005/04/23 02:02:28
|
|
snprintf(s, sizeof(s), ...) is safe; no need to waste one byte
CVS patchset: 7473
CVS date: 2005/04/20 17:08:56
|
|
VO_PAN_SCAN is deprecated, mention the deprecation in the debug messages
to avoid confusion.
CVS patchset: 7472
CVS date: 2005/04/20 11:19:35
|
|
CVS patchset: 7471
CVS date: 2005/04/20 01:04:35
|
|
CVS patchset: 7470
CVS date: 2005/04/20 01:03:59
|
|
Send the XINE_EVENT_UI_CHANNELS_CHANGED UI event when SPU, or audio channels
are added
CVS patchset: 7468
CVS date: 2005/04/19 17:42:29
|
|
CVS patchset: 7467
CVS date: 2005/04/19 17:04:52
|
|
CVS patchset: 7461
CVS date: 2005/04/18 14:06:29
|
|
(kind of, our ffmpeg seems to be quite old, at least the right decoder
is being used)
- Changed the descriptions of some codecs, removed the redundant "video",
"codec" or "format" words
CVS patchset: 7459
CVS date: 2005/04/16 23:38:09
|
|
was parsing the wrong description array.
CVS patchset: 7457
CVS date: 2005/04/13 19:07:17
|
|
sprintf -> snprintf replacements
CVS patchset: 7455
CVS date: 2005/04/10 16:23:05
|
|
CVS patchset: 7452
CVS date: 2005/04/10 09:31:16
|
|
CVS patchset: 7443
CVS date: 2005/03/26 20:29:47
|
|
previous demux thread has not been joined.
CVS patchset: 7442
CVS date: 2005/03/20 18:41:55
|
|
Fixes playback of the image before the Mala Educacion trailer
http://www.apple.com/trailers/sony/bad_education.html
CVS patchset: 7441
CVS date: 2005/03/20 14:09:15
|
|
CVS patchset: 7438
CVS date: 2005/03/09 22:24:20
|
|
Check for plugin init failure
CVS patchset: 7434
CVS date: 2005/03/06 13:03:33
|
|
See this thread for more info:
http://thread.gmane.org/gmane.comp.video.xine.devel/12377
CVS patchset: 7432
CVS date: 2005/03/06 11:08:40
|
|
CVS patchset: 7430
CVS date: 2005/03/06 07:18:54
|
|
new h264 fourcc reported in the wild.
i don't have any samples, but adding it here doesn't hurt
CVS patchset: 7425
CVS date: 2005/02/26 19:58:21
|
|
xineintl.h is no longer a build file, discontinue ignoring it
CVS patchset: 7422
CVS date: 2005/02/20 17:04:13
|
|
Bind to right text domain. This fixes missing translations for prefixes different from /usr.
CVS patchset: 7418
CVS date: 2005/02/19 13:11:51
|
|
CVS patchset: 7417
CVS date: 2005/02/14 14:04:55
|
|
CVS patchset: 7413
CVS date: 2005/02/13 22:23:41
|
|
CVS patchset: 7412
CVS date: 2005/02/13 22:14:17
|
|
stream info in xine_close
CVS patchset: 7411
CVS date: 2005/02/13 22:12:50
|
|
CVS patchset: 7410
CVS date: 2005/02/13 21:21:06
|
|
CVS patchset: 7408
CVS date: 2005/02/13 16:12:35
|
|
void xine_register_plugins(xine_t *self, plugin_info_t *info);
The goal of this function is to allow a frontend to register its own statically linked plugin(s). See this thread :
http://thread.gmane.org/gmane.comp.video.xine.devel/12479
CVS patchset: 7407
CVS date: 2005/02/13 14:24:25
|
|
CVS patchset: 7403
CVS date: 2005/02/12 18:30:46
|
|
CVS patchset: 7402
CVS date: 2005/02/12 15:13:30
|
|
CVS patchset: 7400
CVS date: 2005/02/12 09:21:32
|
|
prevent a possible deadlock situation by un-nesting the resource locking
CVS patchset: 7397
CVS date: 2005/02/10 11:33:31
|
|
see my last mail about this stuff:
http://thread.gmane.org/gmane.comp.video.xine.devel/12547
and this thread:
http://thread.gmane.org/gmane.comp.video.xine.devel/11213
CVS patchset: 7395
CVS date: 2005/02/09 20:03:18
|
|
Fixed config locking.
CVS patchset: 7389
CVS date: 2005/02/07 18:53:17
|
|
function), courtesy of Diego Biurrun
CVS patchset: 7383
CVS date: 2005/02/05 20:31:04
|
|
Fixed build on solaris:
- use libresolv in hstrerror check
- replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX
Removed timezone struct for MinGW from public os_types.h, update header comment.
Fixed build musepack library on some platforms using xine types.
Thanks to Niki W. Waibel for reporting and testing.
CVS patchset: 7378
CVS date: 2005/02/03 07:19:03
|
|
CVS patchset: 7377
CVS date: 2005/02/02 23:11:38
|
|
- duplicate all strings, needed to allow plugin unloading
- move duplicated code to functions
This should not change anything to the behavior of the config system.
CVS patchset: 7373
CVS date: 2005/01/30 16:51:20
|
|
Andreas Roever
CVS patchset: 7369
CVS date: 2005/01/27 22:32:24
|
|
xine_osd_draw_text now has the same semantics for xine- and freetype-fonts regarding the coordinates. xine_osd_get_text_size now returns the font height for freetype fonts.
CVS patchset: 7366
CVS date: 2005/01/22 23:29:06
|
|
any. Fixes the bug discussed in:
http://thread.gmane.org/gmane.comp.video.xine.devel/12305
CVS patchset: 7365
CVS date: 2005/01/21 18:47:54
|
|
CVS patchset: 7364
CVS date: 2005/01/20 11:29:43
|
|
stream with no mrl assigned, XINE_STATUS_STOP for a stream ready to play.
CVS patchset: 7361
CVS date: 2005/01/18 22:38:31
|
|
CVS patchset: 7345
CVS date: 2005/01/14 15:29:47
|
|
Change separator from ", " to ",".
Make domain matching stricter - require that the character at the start of
the match or the immediately preceding character is a dot.
Add '=DOMAIN' (full match: domain "foo.bar" matches host "foo.bar" only).
Modify config option's description and help text accordingly.
CVS patchset: 7323
CVS date: 2005/01/05 00:37:29
|
|
change LT_* variables into XINE_LT_*, because newer versions of libtool
claim the whole LT_* namespace for themselves (fixes bug #1094262)
CVS patchset: 7321
CVS date: 2005/01/03 20:12:18
|
|
CVS patchset: 7296
CVS date: 2004/12/22 22:05:22
|
|
appearing earlier in the plugin path actually override later plugins;
also check the priority of video_out plugins on loading for symmetry to the
audio_out loading
CVS patchset: 7289
CVS date: 2004/12/20 21:38:24
|
|
reserves these names for use by the C implementation
CVS patchset: 7288
CVS date: 2004/12/20 21:22:18
|