Age | Commit message (Collapse) | Author |
|
CVS patchset: 8526
CVS date: 2007/01/19 01:16:46
|
|
CVS patchset: 8524
CVS date: 2007/01/19 01:05:24
|
|
CVS patchset: 8522
CVS date: 2007/01/19 00:12:22
|
|
CVS patchset: 8521
CVS date: 2007/01/18 23:30:18
|
|
CVS patchset: 8520
CVS date: 2007/01/18 23:28:46
|
|
still need to investigate the cause, might be due to pause when using net_buf_ctrl
CVS patchset: 8513
CVS date: 2007/01/16 16:00:26
|
|
The only difference with the standard VP6 codec is that the image is not flipped upside-down.
CVS patchset: 8507
CVS date: 2007/01/14 16:53:37
|
|
(nothing to see here, i'm just testing xine latency in some realtime
experiments...)
CVS patchset: 8496
CVS date: 2007/01/10 20:13:14
|
|
real input plugin.
CVS patchset: 8491
CVS date: 2007/01/07 20:26:23
|
|
CVS patchset: 8459
CVS date: 2006/12/26 03:18:56
|
|
CVS patchset: 8458
CVS date: 2006/12/25 21:59:32
|
|
CVS patchset: 8452
CVS date: 2006/12/25 18:43:38
|
|
Reinhard Nissl. [bug #1551911]
CVS patchset: 8437
CVS date: 2006/12/25 15:07:51
|
|
CVS patchset: 8432
CVS date: 2006/12/22 16:38:15
|
|
strings or names of files, device nodes or directories. This information is
available to front ends (via .num_value) so that they can present
file/dir-open dialogue boxes if they so choose.
Subtitle font selection is split up due to this.
CVS patchset: 8425
CVS date: 2006/12/19 19:10:50
|
|
can be safely canceled now).
CVS patchset: 8424
CVS date: 2006/12/19 14:10:35
|
|
CVS patchset: 8421
CVS date: 2006/12/18 21:22:45
|
|
CVS patchset: 8418
CVS date: 2006/12/15 11:31:28
|
|
RLE encoded antialiased fonts don't look good).
CVS patchset: 8415
CVS date: 2006/12/14 10:14:48
|
|
CVS patchset: 8411
CVS date: 2006/12/13 18:30:30
|
|
(actually master/slave streams) could cause demux to get into an endless
loop.
CVS patchset: 8401
CVS date: 2006/12/03 19:23:16
|
|
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: 8381
CVS date: 2006/11/18 17:16:18
|
|
CVS patchset: 8376
CVS date: 2006/11/14 14:11:59
|
|
later on.
CVS patchset: 8371
CVS date: 2006/11/11 00:08:08
|
|
(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
|
|
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
|
|
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: 8345
CVS date: 2006/10/18 18:46:17
|
|
CVS patchset: 8344
CVS date: 2006/10/16 22:18:24
|
|
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
|
|
update for attic platforms (mainly older MinGW)
unsupported attributes not used (fixes warnings)
added check for sentinel attribute
enabled TrueSpeech codec
CVS patchset: 8327
CVS date: 2006/10/02 15:56:03
|
|
CVS patchset: 8323
CVS date: 2006/09/29 20:16:44
|
|
identify which font to load for OSD and subtitles. This allows to use truetype fonts by specifying their friendly name and just that. Also prefer FreeType2 loaded fonts to bitmap fonts.
CVS patchset: 8321
CVS date: 2006/09/29 18:36:52
|
|
Found by Coverity Scan CID 245.
CVS patchset: 8312
CVS date: 2006/09/26 22:35:32
|
|
Found by Coverity Scan CID 248.
CVS patchset: 8307
CVS date: 2006/09/26 22:03:44
|
|
CVS patchset: 8306
CVS date: 2006/09/26 21:54:40
|
|
and avoid deeply nested code.
Closes Coverity Scan CIDs 246 and 247.
CVS patchset: 8305
CVS date: 2006/09/26 21:51:11
|
|
entirely, to avoid an off-by-one in decoder_map.
Found by Coverity Scan CID 122.
CVS patchset: 8304
CVS date: 2006/09/26 21:32:08
|
|
CVS patchset: 8303
CVS date: 2006/09/26 21:20:21
|
|
CVS patchset: 8292
CVS date: 2006/09/26 08:00:02
|
|
CVS patchset: 8290
CVS date: 2006/09/26 05:48:16
|
|
that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two).
CVS patchset: 8289
CVS date: 2006/09/26 05:19:47
|
|
that is filled just one time.
Solves CID 290 from Coverity Scan.
CVS patchset: 8284
CVS date: 2006/09/26 01:13:18
|
|
CVS patchset: 8282
CVS date: 2006/09/26 00:28:14
|
|
strdup() properly).
CVS patchset: 8277
CVS date: 2006/09/25 23:11:19
|
|
debug builds will show the error.
When the build is non-debug, simply fallback to a certain, although not exactly desiderable, behaviour.
Identified by Coverity.
CVS patchset: 8276
CVS date: 2006/09/25 22:27:48
|
|
CVS patchset: 8253
CVS date: 2006/09/14 06:46:31
|
|
input requested, but simply fails because of connection failures or unaccessible files, by returning -1. Leave the same meaning to the old 0 and 1 values.
CVS patchset: 8231
CVS date: 2006/09/13 23:17:29
|
|
mode, as we don't care anymore if it fails or not. This allows a way shorter timeout when trying to connect directly to an IPv4 address (the given timeout rather than 4 minutes).
CVS patchset: 8227
CVS date: 2006/09/13 22:46:24
|