Age | Commit message (Collapse) | Author |
|
CVS patchset: 8330
CVS date: 2006/10/07 09:59:49
|
|
fixed warnings in AFS demuxer.
CVS patchset: 8329
CVS date: 2006/10/03 07:30:51
|
|
that Amarok can actually play SHN files.
CVS patchset: 8318
CVS date: 2006/09/28 22:27:52
|
|
free(), and it accepts NULL just fine.
CVS patchset: 8280
CVS date: 2006/09/26 00:07:05
|
|
This fixes crash on streams with no audio (bug #1564598).
CVS patchset: 8274
CVS date: 2006/09/24 16:29:10
|
|
CVS patchset: 8264
CVS date: 2006/09/16 11:53:15
|
|
Thanks to valgrind ;-)
CVS patchset: 8262
CVS date: 2006/09/15 21:52:19
|
|
every time, to simplify configure checks.
CVS patchset: 8243
CVS date: 2006/09/14 02:04:48
|
|
default.
CVS patchset: 8223
CVS date: 2006/09/12 21:24:18
|
|
CVS patchset: 8218
CVS date: 2006/09/11 05:55:49
|
|
Modified the mms input plugins and the asf demuxer to use the new parser.
Added Asf Extended Header parsing, fixed best stream selection.
CVS patchset: 8203
CVS date: 2006/09/07 07:21:06
|
|
without mad. The header, as well as the frame end flags, are ignored by the mad decoder.
CVS patchset: 8198
CVS date: 2006/09/03 02:03:21
|
|
CVS patchset: 8180
CVS date: 2006/08/13 23:51:33
|
|
(implemented for mp3 demuxer only)
CVS patchset: 8177
CVS date: 2006/08/12 01:43:26
|
|
CVS patchset: 8170
CVS date: 2006/08/08 03:58:15
|
|
CVS patchset: 8168
CVS date: 2006/08/08 03:34:15
|
|
1) Return the stream length correctly. This fixes a FIXME.
2) Set the width and height metadata.
3) Reset the demuxer status to DEMUX_OK on seek.
CVS patchset: 8165
CVS date: 2006/08/08 03:15:02
|
|
audiobooks in AAC format. This still requires to be tested with encrypted audiobooks to make sure they fail gracefully.
CVS patchset: 8103
CVS date: 2006/07/10 22:17:49
|
|
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway.
CVS patchset: 8101
CVS date: 2006/07/10 22:08:12
|
|
(Patch from Barry Scott <barry.scott@onelan.co.uk>)
CVS patchset: 8074
CVS date: 2006/06/28 20:20:54
|
|
CVS patchset: 8066
CVS date: 2006/06/20 01:49:20
|
|
CVS patchset: 8065
CVS date: 2006/06/20 01:46:41
|
|
CVS patchset: 8061
CVS date: 2006/06/19 13:51:04
|
|
CVS patchset: 8055
CVS date: 2006/06/18 20:29:03
|
|
no keyframe was found.
CVS patchset: 8053
CVS date: 2006/06/18 19:41:39
|
|
ignored anymore.
CVS patchset: 8052
CVS date: 2006/06/18 19:36:47
|
|
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances).
CVS patchset: 8048
CVS date: 2006/06/17 15:20:56
|
|
CVS patchset: 8037
CVS date: 2006/06/15 13:05:50
|
|
from the wave demuxer and fixing the "Has audio: no" on FLAC streams.
Reference: KDE bug 128217 by Benjamin K. Stuhl. Patch from Gentoo.
CVS patchset: 8010
CVS date: 2006/06/02 22:33:37
|
|
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56
|
|
as far as xine is affected.
CVS patchset: 7992
CVS date: 2006/05/22 16:43:56
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
CVS patchset: 7977
CVS date: 2006/04/21 23:15:44
|
|
- rint, lrint, M_PI (ffmpeg and goom)
- avoid mkdir warnings
- check for older _GUID_DEFINED too
- ressurected generating inttypes, cleaned public os_types.h
- moved function redefiniton used only in the old MSVC to central place
Windows port update:
- build internal ffmpeg:
- workaround 'near' keyword problem
- proper using __declspec(dllimport)
Other changes:
- LIBFFMPEG_CFLAGS --> LIBFFMPEG_CPPFLAGS
CVS patchset: 7964
CVS date: 2006/04/08 16:42:23
|
|
2) [coverity] fixes:
- 279 (w32): test should be on input parametr type, not typeW
- 267 (aout): can be ignored but there was warning anyway
- 234 (w32): missing free on error & exit
- 152 (w32): missing free on error & exit
- 148 (w32): fixed bound of static array in test
- 101 (ffdec): defense code when avodec_encode_video will fail (just defense to the future,
should never happen with current ffmpeg in xine)
- 98, 99 (w32): check negative handle by _x_assert (it's used as index to array)
- 90 (w32): negate pointer check (+added check for size)
- 89 (w32): added NULL and size check
CVS patchset: 7959
CVS date: 2006/04/05 22:12:17
|
|
CID: 41
Checker: FORWARD_NULL (help)
File: xine-lib/src/demuxers/demux_mpeg_pes.c
Function: parse_private_stream_1
Description: Variable "(this)->audio_fifo" tracked as NULL was dereferenced.
audio_fifo cannot be NULL
CVS patchset: 7930
CVS date: 2006/03/16 21:47:37
|
|
CID: 42
Checker: FORWARD_NULL (help)
File: xine-lib/src/demuxers/demux_qt.c
Function: parse_trak_atom
Description: Variable "(trak)->stsd_atoms" tracked as NULL was dereferenced.
CVS patchset: 7929
CVS date: 2006/03/16 21:44:14
|
|
CVS patchset: 7926
CVS date: 2006/03/11 09:21:25
|
|
CID: 268
Checker: UNINIT (help)
File: xine-lib/src/demuxers/demux_matroska.c
Function: parse_seek_entry
Description: Using uninitialized value "id"
CVS patchset: 7925
CVS date: 2006/03/11 09:03:24
|
|
CID: 125
Checker: OVERRUN_STATIC (help)
Function: demux_slave_next
Description: Overrun of static array "(this)->decoder_info" of size 4 at position 4 with index variable "i"
CVS patchset: 7924
CVS date: 2006/03/11 08:55:10
|
|
patch from Vedran Rodic <vedran@vodatel.hr> and Diego "Flameeyes" Pettenò <flameeyes@gentoo.org>
CVS patchset: 7921
CVS date: 2006/03/06 08:02:44
|
|
[ 1420933 ] wStart (stream delay in AVI files) is not used
CVS patchset: 7919
CVS date: 2006/03/04 12:04:42
|
|
CVS patchset: 7916
CVS date: 2006/03/02 14:35:02
|
|
maximilian.schwerin at buelowssiege.de
CVS patchset: 7914
CVS date: 2006/03/02 04:18:08
|
|
CVS patchset: 7890
CVS date: 2006/02/11 21:28:02
|
|
CVS patchset: 7887
CVS date: 2006/02/08 18:29:02
|
|
of the MNG demuxer
CVS patchset: 7885
CVS date: 2006/02/08 09:06:59
|
|
(saves the memory allocation, and the big decoding at the end)
- also install the image demuxer if the gdkpixbuf loader is compiled
CVS patchset: 7884
CVS date: 2006/02/07 15:28:59
|
|
CVS patchset: 7881
CVS date: 2006/02/06 12:07:44
|
|
CVS patchset: 7876
CVS date: 2006/02/05 17:27:56
|