summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-07Correct the filename in xine-list-*.1; unbreak "make dist".Darren Salt
2008-04-07Don't distribute configure.h.Darren Salt
2008-04-07Fix vorbis initialization problem in the matroska demuxer due to my last ↵Thibaut Mattern
vorbis bugfix. The Vorbis init has to be fixed in a better way, split logic has to be added here, maybe by reusing demux.c code.
2008-04-07Changelog entry for the Real/ffmpeg changes & fixes.Darren Salt
2008-04-07Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8.Darren Salt
2008-04-07Implement support for "MPEG-3 adu".Jinghua Luo
2008-04-07Move the sipro codec swap data & code into a common header.Darren Salt
2008-04-07Check the Real extradata length.Darren Salt
2008-04-07Use ffmpeg's cook decoder and fix Real decoder bugsJinghua Luo
This patch drops support for RV20.
2008-04-07ffmpeg/libreal cleanupJinghua Luo
2008-04-06Add a tool to list MIME types & filetype extns known to xine-lib plugins.Darren Salt
This is expected to see most use in updating MIME type lists in front ends' desktop files.
2008-04-06Add some newer Ogg MIME types.Darren Salt
2008-04-05Fix a regression in the Matroska demuxer.Darren Salt
One '&'...
2008-04-04Escape "-" in "xine-config".Darren Salt
2008-04-04Update xine-config's man page.Darren Salt
2008-04-04Updated PulseAudio driver (fixup)Lennart Poettering
The problem was basically that detection if PA was available happened in open() instead of open_plugin().
2008-04-04List OpenGL if detectedMatthias Ringwald
A typo in the tests prevents listing of " - OpenGL" as enabled output plugins if OpenGL & GLU but not GLUT is detected.
2008-04-02Add wvp to the wavpack demuxer's extensions list.Darren Salt
2008-04-02Spanish translation update.Carlos E. R.
2008-04-01Changelog updates.Darren Salt
2008-04-01Updated PulseAudio driverLennart Poettering
It's basically a rework of the PulseAudio driver, fixing all the inherent races (and thus stability issues), adding proper surround sound support, support for proper muting and pause/resume. It also gets rid of all usleep() loops to make sure we don't wakeup more often than we need to. Also does a couple of other minor cleanups. This also increases the autoprobe priority to 12, above ALSA, to make sure that the Pulse plugin is preferred over ALSA if both are available. This is because we want to make sure that Xine-on-PA is preferred over Xine-on-ALSA-on-PA.
2008-03-31Correct the wavpack demuxer's MIME type data.Darren Salt
2008-03-31Revert a change which broke Quicktime atom parsing.Darren Salt
2008-03-30Add video/x-matroska.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-29Changelog update.Darren Salt
2008-03-26calculate AIFF files samplerate from 80-bit float, fixes wrong playback of ↵Kirill Belokurov
some AIFF files
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 ↵Kirill Belokurov
bytes for 24bit AIFF
2008-03-28More checking for memory allocation failures.Darren Salt
2008-03-26Be more careful with malloc(x+1), particularly on 32-bit.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
Ref. http://aluigi.altervista.org/adv/xinehof-adv.txt
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
(fixes playback of some files) --HG-- extra : transplant_source : %F0N%EC%A4v%94%CA%1F%05%E3%E2%AC%5D8-%18c%AD%B1%E4
2008-03-24Start 1.1.11.1.Darren Salt
Also add a few post-release changelog entries to 1.1.11 for completeness.
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
Correct a few minor changelog errors.
2008-03-11Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073).Diego 'Flameeyes' Pettenò
Thanks to Alin Rad Pop, Secunia Research.
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