Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-11 | Add a function for listing video output plugins of the given type(s). | Darren Salt | |
2008-04-11 | Test for pulseaudio 0.9.7 to determine which muting method to use. | Darren Salt | |
2008-04-11 | Remove an unnecessary volume scale conversion. | Darren Salt | |
The value being converted is already of the correct type. | |||
2008-04-09 | Distribute ff_dvdata.h. | Darren Salt | |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt | |
Tests done on amd64 with ffmpeg 0.svn20080206 from Debian experimental. libavcodec 51.50.0, libavutil 49.6.0, libpostproc 51.1.0 | |||
2008-04-09 | Merge from 1.2 main. | Darren Salt | |
2008-04-08 | New video out plugin ("raw") | Christophe Thommeret | |
Here is a new video output plugin that passes raw data to the front end through supplied callbacks. --HG-- extra : transplant_source : -AT%2A%0A%EB%F5%1Eu4%9E%12%C4%B8%0B%87%13%A5%9D%CA | |||
2008-04-08 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/libmad/xine_mad_decoder.c => src/audio_dec/xine_mad_decoder.c rename : src/combined/combined_wavpack.c => src/combined/wavpack_combined.c | |||
2008-04-08 | Fix YUY2 Video Output on Mac OS X XineOpenGLView | Matthias Ringwald | |
For YUY2, twice the amount of data was copied into texture_buffer leading to a segfault. The crash happened with visualizers such as GOOM and oscope but not for normal video. | |||
2008-04-07 | Fix 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-07 | Shift some audio plugin priorities: swap libreal & ffmpeg, otherwise 7 to 8. | Darren Salt | |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo | |
2008-04-07 | Move the sipro codec swap data & code into a common header. | Darren Salt | |
2008-04-07 | Check the Real extradata length. | Darren Salt | |
2008-04-07 | Use ffmpeg's cook decoder and fix Real decoder bugs | Jinghua Luo | |
This patch drops support for RV20. | |||
2008-04-07 | ffmpeg/libreal cleanup | Jinghua Luo | |
2008-04-06 | Merge from 1.1; adapt xine-list for 1.2. | Darren Salt | |
--HG-- rename : debian/libxine1.install => debian/libxine2.install rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
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 | Merge from 1.1. | 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-02 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/combined/demux_wavpack.c => src/combined/wavpack_demuxer.c | |||
2008-04-02 | Add wvp to the wavpack demuxer's extensions list. | 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-29 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/libxineadec/xine_lpcm_decoder.c => src/audio_dec/xine_lpcm_decoder.c | |||
2008-03-26 | Merge from 1.1. | Darren Salt | |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | 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 | 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-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 | 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-19 | Merge from 1.1. | Darren Salt | |
2008-03-18 | Merge from 1.1. | Darren Salt | |
2008-03-17 | Add a simple XML parser test program (not distributed). | Darren Salt | |
2008-03-12 | Merge from 1.1. | Darren Salt | |
--HG-- rename : doc/faq/faq.sgml => doc/faq/faq.docbook rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/libffmpeg/Makefile.am => src/combined/ffmpeg/Makefile.am rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
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. | |||
2008-03-11 | Fix buffer size calculation by using more appropriate calloc(). | Reinhard Nißl | |
2008-03-11 | Fix accessing plugin node after disposing plugin in plugin free functions. | Reinhard Nißl | |
2008-03-11 | Use calloc() to avoid possible integer overflow if stream_count is big enough. | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %90%CC%97%8Fk%C1%FD%9C%A4%FB%0C%9E%07%F5A%B8%29o%EEo | |||
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 | |