Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-30 | Fix bugs' numbers for the new tracker. | Diego 'Flameeyes' Pettenò | |
2007-12-29 | Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG. | Diego 'Flameeyes' Pettenò | |
This way, bigger audio chunks won't make the demuxer fail. Fixes bug #6. | |||
2007-12-22 | Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+. | Richard van Paasen | |
ivtv now requires the video device to be re-opened when the input is changed. | |||
2007-12-22 | Always enable a52dec capabilities for external a52dec. | Diego 'Flameeyes' Pettenò | |
This make it possible to use the DJB accelerated FFT when using the external a52dec liba52 library. --HG-- extra : transplant_source : %03Y%0F%8C%F0%05%EE%F7%5E%2B%A9u%7D%96%F8%D2%13%CD%F4%9D | |||
2007-12-18 | Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272] | Darren Salt | |
2007-12-16 | Tell the Real demuxer about http references. | Darren Salt | |
2007-12-14 | Convert XML to UTF-8 for parsing if a BOM is detected. | Darren Salt | |
2007-12-14 | Fixed a crash that happened when a video output was closed | Matthias Kretz | |
img->stream->video_fifo can be 0 | |||
2007-12-09 | Enable the WMV VC1 (ffmpeg) codec. | Darren Salt | |
--HG-- extra : transplant_source : %15%CD%0B%2C%F2g%03%B9%25%D4%B2%8BQ%1F%EB%BB%8F%28%9B%C8 | |||
2007-12-07 | Don't try to free the frame if it's not allocated. Fixes bug FS#3. | Diego 'Flameeyes' Pettenò | |
2007-12-07 | Fix compilation of DXR3 support with external ffmpeg. Untested with actual DXR3. | Darren Salt | |
Compilation was "broken" by ffmpeg rev. 9283. | |||
2007-12-03 | Fixed a race condition between ao_loop and ao_close to not lose the last buffer. | Matthias Kretz | |
In ao_loop only read the first buffer and remove it from the fifo only when the buffer has been written or is about to be discarded. This fixes the race between ao_loop and ao_close for good. Now fifo_remove_int may signal empty again right after removing the last buffer from the fifo. | |||
2007-12-02 | Fixed ALSA close function to not discard all data that had been written but ↵ | Matthias Kretz | |
not played yet. When closing the pcm device make sure that everything that was written to the device actually gets played. This was the race we were seeing with Ogg Vorbis and wav playback where a delayed driver->close would fix playback. Notice that blocking mode needs to be used for snd_pcm_drain, otherwise the call would be a noop. | |||
2007-12-03 | ChangeLog entries for my patches | Matthias Kretz | |
2007-11-13 | Fix a possible DVB plugin crash when switching channels. | Darren Salt | |
section_length is sometimes 0; this leads to the CRC32 calculation being performed with a data length of -1 bytes, a.k.a. 4294967295 bytes. (Reported by Johannes Zellner.) --HG-- extra : transplant_source : %B6m%D0%0C%84%DA%40%C3%0B%06%11%B1%11%9El%A8%1F%95%27%E5 | |||
2007-11-13 | Changelog entry for the ATSC fix. | Darren Salt | |
--HG-- extra : transplant_source : W%8EW%A2%C9%D0%06%1BU%94N%FF%98%2C%7C%08%E5G/%CD | |||
2007-11-06 | Decode numbered XML char entities as UTF-8, and support codes >= 256. | Darren Salt | |
Ref. http://bugzilla.gnome.org/show_bug.cgi?id=484768#c12 | |||
2007-10-26 | Update changelog. | Darren Salt | |
2007-10-21 | small bugfix: make sure width/height are known before trying to use them ↵ | "Miguel Freitas ext:(%22) | |
(wait the main stream to fully initialize) prevents division by zero in draw_subtitle(). | |||
2007-10-18 | Changelog entry for the flv fix. | Darren Salt | |
2007-10-02 | Update changelog. | Darren Salt | |
2007-09-09 | Fix switching DVB subtitles channels. | Christophe Thommeret | |
2007-09-08 | switch spudvb to dyn mem alloc and allow multiple CLUTs per page. | Christophe Thommeret | |
2007-09-08 | Check if DVB sub PTS is reliable and show sub immediately if it's not. | Christophe Thommeret | |
2007-09-07 | Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8). | Darren Salt | |
2007-09-03 | Bump version info, ready for an eventual 1.1.9 release. | Darren Salt | |
2007-08-27 | Remove "unreleased" tag.xine-lib-1_1_8-release1.1.8 | Darren Salt | |
2007-08-26 | Add changelog entries for Reinhard Nißl's changes. | Darren Salt | |
2007-08-20 | Handle % escaping and variable numbers of /s in VCD MRLs. | Darren Salt | |
2007-08-20 | Changelog update for Christophe Thommeret's recent changes. (Again.) | Darren Salt | |
2007-08-19 | Changelog update for Chistophe Thommeret's recent changes. | Darren Salt | |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt | |
According to bug 1773769, this breaks foo->open(). The fix (as used in Ville Skyttä's patch, which doesn't cover all cases) is to replace this with (foo->open)(). This patch was generated using sed -i -re 's/(([[:alnum:]_]+(->|\.))+open) ?\(/(\1) (/' `grep '[>.]open \?(' include -rIl` One change (in a comment) is not committed. | |||
2007-08-15 | Fix an audio resampling problem which was causing regular clicking. | Darren Salt | |
The cause was that the resampling code was using only the samples in the buffer but not really handling the transition between two buffers (which it would handle completely independently). The new code remembers the last sample from the previous buffer and uses it in the resampling. We therefore end up one sample behind and without the clicks. | |||
2007-08-12 | Changelog updates. | Darren Salt | |
2007-08-12 | Extend config key translation to allow front ends to provide an additional list. | Darren Salt | |
Intent is to allow front ends to rename their old, badly-named, config items. | |||
2007-06-17 | Add a ChangeLog entry for the Solaris branch. | Diego 'Flameeyes' Pettenò | |
2007-06-17 | A few minor changelog cleanups. | Darren Salt | |
2007-06-14 | Disable mediaLib support by default. | Diego 'Flameeyes' Pettenò | |
The licenses probably disallow the distribution of xine binaries built against mediaLib. And on non-VIS capable boxes is probably worse than our own code. | |||
2007-06-10 | Backport last.fm support to 1.1 branch. | Diego 'Flameeyes' Pettenò | |
2007-06-07 | 1.1.7.xine-lib-1_1_7-release1.1.7 | Darren Salt | |
2007-06-06 | Changelog entry for the fb colour conversion crash fix. | Darren Salt | |
2007-06-05 | Disable aRTs output plugin by default, it's deprecated and will be removed ↵ | Diego 'Flameeyes' Pettenò | |
in 1.2 series. | |||
2007-06-04 | Changelog entry for the unplug code | Matthias Kretz | |
2007-06-03 | Changelog entry for the MPEG PES change. | Darren Salt | |
2007-06-03 | Add a comment & changelog entry for the mmap bug fix. | Darren Salt | |
2007-06-01 | Prioritise the musepack demuxer over mpgaudio, as sometimes the latter can ↵ | Bram Verweij | |
misfire and report a good file as unplayable. | |||
2007-05-29 | Use the integer versions of Speex decoding functions, this avoids an ↵ | Diego 'Flameeyes' Pettenò | |
iteration over the decoded frames to transform them to integer, and also avoids an improper saturation. | |||
2007-05-29 | Add a ChangeLog entry. | Diego 'Flameeyes' Pettenò | |
2007-05-26 | Re: [xine-devel] vcd plugin - sigsegv in 1.1.6 and 1.1(.7) | Manfred Tremmel | |
development branche Am Samstag, 26. Mai 2007 17:48 schrieb Darren Salt: > Could you also try not reverting that and instead applying one or > both of the attached patches? Both playback and eject need to be > tested. You should use the drive's eject button, though there's no > harm in also checking xine-lib's eject code. Ok, here's a modified patch, a combination of your two patches, with a little fix. It works fine here, pressing the vcd button on xine-ui starts playing vcd's directly and when pressing the stop button, I can eject the CD by pressing the eject button on the cd drive. I hope it's ok for you. -- Machs gut | http://www.iivs.de/schwinde/buerger/tremmel/ | http://packman.links2linux.de/ Manfred | http://www.knightsoft-net.de | |||
2007-05-13 | DVB MRL documentation corrections, additions and tweaks. | Darren Salt | |
Add documentation for dvba: MRLs. Mention that the service ID is required for dvbs:, dvbc: and dvbt:. Replace _ with - in the DVB tuning info descriptions (for formatting reasons). |