summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-30Merge from 1.1.Darren Salt
2008-03-30Added signature for changeset 92dad3eca733ff0daecd6b1a539f8b077ea071cbDarren Salt
2008-03-30Added tag xine-lib-1_1_11_1-release for changeset 2a2cc543b27bDarren Salt
2008-03-30Release.xine-lib-1_1_11_1-release1.1.11.1Darren Salt
2008-03-30Document DVB controls and the stream "save:" option.Darren Salt
2008-03-29Merge from 1.1.Darren Salt
2008-03-29Changelog update.Darren Salt
2008-03-26Merge from 1.1.Darren Salt
2008-03-26Be more careful with malloc(x+1), particularly on 32-bit.Darren Salt
2008-03-26calculate AIFF files samplerate from 80-bit float, fixes wrong playback of so...Kirill Belokurov
2008-03-28Changelog entries for the AIFF & LPCM fixes.Darren Salt
2008-03-28fix overreading from input buffer and report lost bytes in lpcm decoderKirill Belokurov
2008-03-27take into account CPU endianness when converting 24bit=>16bit samplesKirill Belokurov
2008-03-28AIFF comment chunks are word-aligned, so we should seek extra byte for themKirill Belokurov
2008-03-27read only full frames into buffer - otherwise decoder will lose trailing byte...Kirill Belokurov
2008-03-28More checking for memory allocation failures.Darren Salt
2008-03-25Improve security bug fix description & add its CVE no.Darren Salt
2008-03-23Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).Darren Salt
2008-03-23Check for failure of various memory allocations. (SA29484)Darren Salt
2008-03-24Changelog entry for the WAV demuxer fix.Darren Salt
2008-03-24WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first oneKirill Belokurov
2008-03-24Start 1.1.11.1.Darren Salt
2008-03-19Merge from 1.1.Darren Salt
2008-03-19Throwaway merge from 1.1 (ffmpeg fixups).Darren Salt
2008-03-19Added signature for changeset d912bda42df43a6ec24a4d479e202c327a733a42Darren Salt
2008-03-19Added tag xine-lib-1_1_11-release for changeset 10a6bc10e58fDarren Salt
2008-03-19Release date.xine-lib-1_1_11-release1.1.11Darren Salt
2008-03-19Fix ffmpeg plugin build where source dir != build dir.Darren Salt
2008-03-19Fix xine-lib.pot generation again.Darren Salt
2008-03-19Fix xine-lib.pot generation wrt recent ffmpeg plugin source relocation.Darren Salt
2008-03-18Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg.Darren Salt
2008-03-18Merge from 1.1.Darren Salt
2008-03-17Add a simple XML parser test program (not distributed).Darren Salt
2008-03-12Merge from 1.1.Darren Salt
2008-03-12Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY.Darren Salt
2008-03-12Tidy up ffmpeg includes a bit.Darren Salt
2008-03-11Fix buffer size calculation by using more appropriate calloc().Reinhard Nißl
2008-03-11Fix accessing plugin node after disposing plugin in plugin free functions.Reinhard Nißl
2008-03-11Use calloc() to avoid possible integer overflow if stream_count is big enough.Diego 'Flameeyes' Pettenò
2008-03-11Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073).Diego 'Flameeyes' Pettenò
2008-03-10fix mrl exampleMiguel Freitas
2008-03-10Fixed long delay when closing stream on dual core systems [Bug #33]Miguel Freitas
2008-03-10Add Xv port selection by type (overlay or textured video).Darren Salt
2008-03-10Add the missing changelog entry for 1afef0ba01d6.Darren Salt
2008-03-10Support # stream parameter separator in raw filenames as well as in full MRLs.Miguel Freitas
2008-03-09Update the documentation so that it tells users to report bugs on the xine bu...Diego 'Flameeyes' Pettenò
2008-03-09Update the documentation so that it tells users to report bugs on the xine bu...Diego 'Flameeyes' Pettenò
2008-03-07Get rid of some "may be used uninitialised" warnings.Darren Salt
2008-03-06Fix deadlock in sync point code caused by initial handshake byte.Reinhard Nißl
2008-03-06Mark vdr-xine ABI changes.Darren Salt