Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-07 | ffmpeg/libreal cleanup | Jinghua Luo | |
2008-04-06 | Add 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-06 | Add some newer Ogg MIME types. | Darren Salt | |
2008-04-05 | Fix a regression in the Matroska demuxer. | Darren Salt | |
One '&'... | |||
2008-04-04 | Escape "-" in "xine-config". | Darren Salt | |
2008-04-04 | Update xine-config's man page. | Darren Salt | |
2008-04-04 | Updated PulseAudio driver (fixup) | Lennart Poettering | |
The problem was basically that detection if PA was available happened in open() instead of open_plugin(). | |||
2008-04-04 | List OpenGL if detected | Matthias Ringwald | |
A typo in the tests prevents listing of " - OpenGL" as enabled output plugins if OpenGL & GLU but not GLUT is detected. | |||
2008-04-02 | Add wvp to the wavpack demuxer's extensions list. | Darren Salt | |
2008-04-02 | Spanish translation update. | Carlos E. R. | |
2008-04-01 | Changelog updates. | Darren Salt | |
2008-04-01 | Updated PulseAudio driver | Lennart 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-31 | Correct the wavpack demuxer's MIME type data. | Darren Salt | |
2008-03-31 | Revert a change which broke Quicktime atom parsing. | Darren Salt | |
2008-03-30 | Add video/x-matroska. | Darren Salt | |
2008-03-30 | Added signature for changeset 92dad3eca733ff0daecd6b1a539f8b077ea071cb | Darren Salt | |
2008-03-30 | Added tag xine-lib-1_1_11_1-release for changeset 2a2cc543b27b | Darren Salt | |
2008-03-30 | Release.xine-lib-1_1_11_1-release1.1.11.1 | Darren Salt | |
2008-03-30 | Document DVB controls and the stream "save:" option. | Darren Salt | |
2008-03-29 | Changelog update. | Darren Salt | |
2008-03-26 | calculate AIFF files samplerate from 80-bit float, fixes wrong playback of ↵ | Kirill Belokurov | |
some AIFF files | |||
2008-03-28 | Changelog entries for the AIFF & LPCM fixes. | Darren Salt | |
2008-03-28 | fix overreading from input buffer and report lost bytes in lpcm decoder | Kirill Belokurov | |
2008-03-27 | take into account CPU endianness when converting 24bit=>16bit samples | Kirill Belokurov | |
2008-03-28 | AIFF comment chunks are word-aligned, so we should seek extra byte for them | Kirill Belokurov | |
2008-03-27 | read only full frames into buffer - otherwise decoder will lose trailing ↵ | Kirill Belokurov | |
bytes for 24bit AIFF | |||
2008-03-28 | More checking for memory allocation failures. | Darren Salt | |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | Darren Salt | |
2008-03-25 | Improve security bug fix description & add its CVE no. | Darren Salt | |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt | |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt | |
Ref. http://aluigi.altervista.org/adv/xinehof-adv.txt | |||
2008-03-24 | Changelog entry for the WAV demuxer fix. | Darren Salt | |
2008-03-24 | WAV demuxer: search for the 'fmt ' chunk instead of assuming it's the first one | Kirill 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-24 | Start 1.1.11.1. | Darren Salt | |
Also add a few post-release changelog entries to 1.1.11 for completeness. | |||
2008-03-19 | Added signature for changeset d912bda42df43a6ec24a4d479e202c327a733a42 | Darren Salt | |
2008-03-19 | Added tag xine-lib-1_1_11-release for changeset 10a6bc10e58f | Darren Salt | |
2008-03-19 | Release date.xine-lib-1_1_11-release1.1.11 | Darren Salt | |
Correct a few minor changelog errors. | |||
2008-03-11 | Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). | Diego 'Flameeyes' Pettenò | |
Thanks to Alin Rad Pop, Secunia Research. | |||
2008-03-19 | Fix ffmpeg plugin build where source dir != build dir. | Darren Salt | |
2008-03-19 | Fix xine-lib.pot generation again. | Darren Salt | |
2008-03-19 | Fix xine-lib.pot generation wrt recent ffmpeg plugin source relocation. | Darren Salt | |
2008-03-18 | Move ffmpeg plugin code into src/combined/ffmpeg & adapt for current ffmpeg. | Darren Salt | |
The source remains compilable with older ffmpeg, whether internal or external. --HG-- rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/libffmpeg/ff_audio_decoder.c => src/combined/ffmpeg/ff_audio_decoder.c rename : src/libffmpeg/ff_dvaudio_decoder.c => src/combined/ffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/ff_mpeg_parser.c => src/combined/ffmpeg/ff_mpeg_parser.c rename : src/libffmpeg/ff_mpeg_parser.h => src/combined/ffmpeg/ff_mpeg_parser.h rename : src/libffmpeg/ff_video_decoder.c => src/combined/ffmpeg/ff_video_decoder.c rename : src/libffmpeg/ffmpeg_decoder.c => src/combined/ffmpeg/ffmpeg_decoder.c rename : src/libffmpeg/ffmpeg_decoder.h => src/combined/ffmpeg/ffmpeg_decoder.h rename : src/libffmpeg/ffmpeg_encoder.c => src/combined/ffmpeg/ffmpeg_encoder.c | |||
2008-03-02 | libdvdread - Uses UDF provided length as authoritative | Bastian Blank | |
libdvdread uses the file length provided by the UDF fs of the title set IFO files authoritative. I got a DVD which have parts of this file mapped outside of the provided file size and according to my memory only the offsets in the files matters in the standard. This patch adjusts the internal knowledge of the filesize accordingly and at least allows mplayer to play the dvd. (Imported from Debian libdvdread 0.9.7-8) | |||
2008-03-17 | Allow CR & LF termination of XML element names. | Darren Salt | |
2008-03-14 | xine_init(): mutex objs not initialized | Carlo Bramini | |
The problem comes from the fact that into xine_probe_fast_memcpy() there is a call to xprintf, which excutes some actions to this->log_lock. But the "log_lock" field is still uninitialized. Under Windows, the xine_init() always crashes because that type is implemented as a structure, so the lock receives a NULL pointer and the execution is halted. The attached patch proposes to move the mutex objects to the top of xine_init() function. --HG-- extra : transplant_source : %07%1D%7F%F0%97%7D%06%3E%9F%2Ar%03%1DQ%14%F3%D1%EF%1D%93 | |||
2008-03-14 | Unportable pthread_t compare in xine.c | Carlo Bramini | |
With Pthreads for Win32/Win64 I cannot compare two pthread_t items because they are implemented as structures. This patch fixes the comparison by using pthread_equal() function. --HG-- extra : transplant_source : %9D%98%CE%83%5E%BD%A9u%11%C7%3BmP%28%EBH%D0%B6I%DF | |||
2008-03-14 | Mention CVE-2008-1161, which was fixed in 1.1.10.1. | Darren Salt | |
2008-03-13 | Add a CVE number for the ASF header crash fix. | Darren Salt | |
2008-03-12 | Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY. | Darren Salt | |
(Fall back on SNDCTL_DSP_GETOPTR.) | |||
2008-03-12 | Tidy up ffmpeg includes a bit. | Darren Salt | |
-Ilibavcodec is wrong when build dir != source dir or with external ffmpeg. |