Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-09 | Fix Shoutcast NSV detection. | Darren Salt | |
Leading whitespace could prevent this from working. | |||
2008-06-09 | Avoid false positives when looking up demuxer by MIME type. | Darren Salt | |
These occur where the MIME type used as the key is a substring of a type in some plugin's MIME type list but is not an exact match. | |||
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
(transplanted from 332f543689ebef22ef38e052c437d6998ac8fe66) --HG-- extra : transplant_source : 3/T6%89%EB%EF%22%EF8%E0R%C47%D6%99%8A%C8%FEf | |||
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
(transplanted from e9e85d6bcc7e9aafb1dc019f3505de2dafe940bf) --HG-- extra : transplant_source : %E9%E8%5Dk%CC%7E%9A%AF%B1%DC%01%9F5%05%DE-%AF%E9%40%BF | |||
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
(transplanted from 3640d3cbe551f96df932b7d6218b071b910a237b) --HG-- extra : transplant_source : 6%40%D3%CB%E5Q%F9m%F92%B7%D6%21%8B%07%1B%91%0A%23%7B | |||
2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
size of an item for the number of items. (transplanted from efc9d92af3d7927cbf5534b5612fd98af541ff95) --HG-- extra : transplant_source : %EF%C9%D9%2A%F3%D7%92%7C%BFU4%B5a/%D9%8A%F5A%FF%95 | |||
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of ↵ | Diego 'Flameeyes' Pettenò | |
elements by the size of the single element. (transplanted from 512894f517c423fed0cadeca0d46c6d909403106) --HG-- extra : transplant_source : Q%28%94%F5%17%C4%23%FE%D0%CA%DE%CA%0DF%C6%D9%09%401%06 | |||
2008-04-17 | Changelog entry for SA29850. | Darren Salt | |
2007-06-13 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò | |
(transplanted from 47f7f33b32805da6e8f58513c38e01dc6a595fb8) --HG-- extra : transplant_source : G%F7%F3%3B2%80%5D%A6%E8%F5%85%13%C3%8E%01%DCjY_%B8 | |||
2008-04-15 | Install xine-list-1.1.1 in the libxine1 .deb. | Darren Salt | |
2008-04-14 | Start 1.1.13; add date for 1.1.12 release. | Darren Salt | |
2008-04-14 | Added tag xine-lib-1_1_12-release for changeset 66e1654718fb | Darren Salt | |
2008-04-14 | Add boundary check on speex mode, see bug #83.xine-lib-1_1_12-release1.1.12 | Diego 'Flameeyes' Pettenò | |
--HG-- extra : transplant_source : %80%19%15%EAL%B3%1EAl%11RF%E7%BB%7FHa%2A%C5%1A | |||
2008-04-14 | Remove a memset() rendered pointless by use of calloc(). | Darren Salt | |
2008-04-14 | divide by zero in demux_qt.c | Colin Gibbs | |
On some m4a files I get a divide by zero. bytes_per_packet in this case is zero. I'm not sure what the real problem is but skipping the assignment in that case works fine. | |||
2008-04-14 | Title array has only five entries. It can be overrun. | Erik Hovland | |
2008-04-14 | strchr can return null. It should be checked. | Erik Hovland | |
2008-04-14 | The code checks dest when it should check *dest. | Erik Hovland | |
2008-04-14 | Make sure that muting/unmuting the audio without setting the volume does not ↵ | Diego 'Flameeyes' Pettenò | |
put the volume to zero. | |||
2008-04-14 | Fix build with srcdir != builddir. | Diego 'Flameeyes' Pettenò | |
2008-04-14 | dsputil_mmx.c compile failure with gcc 4.3 i386. Building as non-PIC "fixes" it. | Darren Salt | |
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 | Pull in some packaging changes from xine-lib-deb. | Darren Salt | |
2008-04-08 | Bump packaging version. | Darren Salt | |
--HG-- extra : transplant_source : %F0q%BB%C9%FC7%14%3F%20%14%885WF%84mM%99%D2G | |||
2008-04-08 | Bump version to 1.1.12; bump interface age due to the new video-out plugin. | Darren Salt | |
--HG-- extra : transplant_source : %ED%E5%16J%82%ECe%85%7F%FA%95%1Dv%8D%88%EE%AC%FE%40%9E | |||
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 | 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 | Correct the filename in xine-list-*.1; unbreak "make dist". | Darren Salt | |
2008-04-07 | Don't distribute configure.h. | Darren Salt | |
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 | Changelog entry for the Real/ffmpeg changes & fixes. | Darren Salt | |
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 | 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. |