Age | Commit message (Collapse) | Author |
|
Consolidated multiple strncat() calls to snprintf().
CVS patchset: 8407
CVS date: 2006/12/08 16:26:10
|
|
CVS patchset: 8406
CVS date: 2006/12/08 16:19:17
|
|
CVS patchset: 8405
CVS date: 2006/12/04 22:25:13
|
|
know what to look for.
CVS patchset: 8403
CVS date: 2006/12/04 13:59:38
|
|
(actually master/slave streams) could cause demux to get into an endless
loop.
CVS patchset: 8401
CVS date: 2006/12/03 19:23:16
|
|
- avoid overrunning the provided input audio buffer.
- generate a bad frame if time is due but we don't have enough data
for updating the viz plugin. this could happen in some rare situations
but the result was pretty catastrophic: xine froze with 100% cpu usage.
CVS patchset: 8400
CVS date: 2006/12/02 22:35:18
|
|
the decoder is still buggy so it must be used only if w32codec is not present
CVS patchset: 8399
CVS date: 2006/12/02 21:06:18
|
|
what caused the failure.
CVS patchset: 8395
CVS date: 2006/11/30 10:54:18
|
|
reading rather than using a fixed-size buffer.
This fixes the crash reported by İsmail Dönmez in WMA files, and prevents possible exploits.
Also thanks to Tavis Ormandy for the help handling the problem.
CVS patchset: 8393
CVS date: 2006/11/29 21:26:52
|
|
CVS patchset: 8392
CVS date: 2006/11/29 19:43:01
|
|
CVS patchset: 8389
CVS date: 2006/11/26 17:03:12
|
|
the visual type should be checked too.
That because a plugin with the same id may support different visuals
(e.g. xv -> VISUAL_TYPE_X11, xv -> VISUAL_TYPE_X11_2).
CVS patchset: 8388
CVS date: 2006/11/23 21:05:31
|
|
CVS patchset: 8387
CVS date: 2006/11/23 18:45:58
|
|
CVS patchset: 8386
CVS date: 2006/11/21 18:26:01
|
|
CVS patchset: 8385
CVS date: 2006/11/21 17:40:10
|
|
CVS patchset: 8384
CVS date: 2006/11/19 16:07:50
|
|
some stuff, included %. This unbreaks URLs that contains "%20" already instead of spaces.
CVS patchset: 8382
CVS date: 2006/11/19 15:38:47
|
|
CVS patchset: 8381
CVS date: 2006/11/18 17:16:18
|
|
(Should fix playback of some MP3 files, at least.)
CVS patchset: 8379
CVS date: 2006/11/14 21:51:32
|
|
equivament of the A_MS/VFW/FOURCC for audio tracks.
CVS patchset: 8377
CVS date: 2006/11/14 14:17:31
|
|
CVS patchset: 8376
CVS date: 2006/11/14 14:11:59
|
|
CVS patchset: 8375
CVS date: 2006/11/14 07:09:46
|
|
CVS patchset: 8374
CVS date: 2006/11/12 16:28:57
|
|
atom
CVS patchset: 8372
CVS date: 2006/11/11 12:23:44
|
|
later on.
CVS patchset: 8371
CVS date: 2006/11/11 00:08:08
|
|
enough was still NULL so that we didn't end up overwriting the wrong memory location (thus causing more issues). This should fix bug #1582987.
CVS patchset: 8370
CVS date: 2006/11/11 00:05:22
|
|
string, so that it can play mp3 files with spaces in the name through HTTP, for instance.
Thanks to Timothy Redaelli for reporting.
CVS patchset: 8369
CVS date: 2006/11/10 23:47:48
|
|
undefined afterward.
CVS patchset: 8368
CVS date: 2006/11/10 22:29:50
|
|
than handled. Thanks to Bastien Nocera in bug #1577272.
CVS patchset: 8367
CVS date: 2006/11/10 14:53:23
|
|
CVS patchset: 8366
CVS date: 2006/11/10 12:10:54
|
|
can consider the decoder plugin missing.
CVS patchset: 8365
CVS date: 2006/11/10 01:00:35
|
|
that the file is not playable.
CVS patchset: 8363
CVS date: 2006/11/09 23:51:29
|
|
play). Add a flacutils.h header with functions to parse FLAC data structure, to be shared with demux_flac. Closes bug #1590690.
CVS patchset: 8362
CVS date: 2006/11/09 15:13:19
|
|
(or the other way around) in ffmpeg_bswap.h header, and by updating them to the current version in their subversion repository (the header of the file remain the same).
Add BE_24 and LE_24 functions, as they come handy when parsing FLAC files (will be used by the OggFlac demuxer as soon as it's ready.
Don't special case x86 on the BE/ABE macros, should be pretty much the same performance but at least this way we don't have to check the code twice.
CVS patchset: 8361
CVS date: 2006/11/08 22:47:44
|
|
with libXv.
Problem was that the pkgconfig test sets XV_LIBS, but XV_LIB was used
elsewhere. So we change XV_LIB -> XV_LIBS.
The same change is made for XVMC_LIB and XXMC_LIB in case of future use of
pkgconfig.
CVS patchset: 8360
CVS date: 2006/11/05 15:16:56
|
|
Symptoms could be buffer overruns (monaural streams) or incomplete processing.
Original version of the patch is from Steve Freeland <caucasatron@yahoo.ca>.
CVS patchset: 8358
CVS date: 2006/11/04 23:30:14
|
|
GNOME Bugzilla:
http://bugzilla.gnome.org/show_bug.cgi?id=344592
CVS patchset: 8354
CVS date: 2006/10/29 19:39:39
|
|
CVS patchset: 8351
CVS date: 2006/10/28 18:51:08
|
|
allow developers to use special locking support of their plataform (like
QT library mutex).
note: only xshm has been ported.
based on Christoph Pfister's patch.
CVS patchset: 8350
CVS date: 2006/10/28 17:02:51
|
|
CVS patchset: 8349
CVS date: 2006/10/23 21:18:18
|
|
should fix http://bugzilla.gnome.org/show_bug.cgi?id=355254
CVS patchset: 8348
CVS date: 2006/10/23 21:13:44
|
|
CVS patchset: 8347
CVS date: 2006/10/21 18:50:41
|
|
course.
CVS patchset: 8346
CVS date: 2006/10/20 09:07:15
|
|
CVS patchset: 8345
CVS date: 2006/10/18 18:46:17
|
|
CVS patchset: 8344
CVS date: 2006/10/16 22:18:24
|
|
CVS patchset: 8343
CVS date: 2006/10/16 22:09:32
|
|
avoid crashing...
This time it shouldn't crash anymore, although it does not really make too much sense.
CVS patchset: 8342
CVS date: 2006/10/16 06:29:38
|
|
and Kaffeine won't simply report "xine" as name and be undistinguished.
CVS patchset: 8341
CVS date: 2006/10/13 23:24:54
|
|
decoding is still broken in recent FFmpeg it seems.
CVS patchset: 8340
CVS date: 2006/10/13 21:41:30
|
|
override avcodec_register_all() function when using external FFmpeg.
CVS patchset: 8334
CVS date: 2006/10/11 12:53:12
|