Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2007-05-06 | Changelog entries. | Darren Salt | |
2007-05-02 | Merge changes. | Diego 'Flameeyes' Pettenò | |
2007-05-02 | Fix proxy usage when the hostnames cannot be resolved. | Diego 'Flameeyes' Pettenò | |
Thanks to Jeff Mitchell for reporting and testing the fix. This change reverses the meaning of _x_use_proxy() function to be the one expected by human logic (1 -> use proxy, 0 -> don't use proxy), this way a failure in hostname resolution would result in the proxy being used rather than discarded. Basically now you can use xine behind a proxy when you can't get out to the DNS servers (or where the DNS servers don't resolve Internet hosts that you are not allowed to connect to). | |||
2007-04-25 | Changelog entry for the Real codec search paths. | Darren Salt | |
2007-04-21 | Handle single-quoted attributes in XML. | Darren Salt | |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò | |
2007-04-18 | Permit to build against libdca 0.0.5. | Diego 'Flameeyes' Pettenò | |
To build against this, we need to make sure that the system dts.h header is used instead of the internal copy of it, as the internal copy will declare the functions with the old names, while libdca's system header will create macro aliases between the old names and the new ones. Better fix will be implemented in 1.2 series. --HG-- rename : src/libdts/dts.h => src/libdts/internal-dts.h | |||
2007-04-17 | Add a changelog entry for the fixes for the CDDA crash & DVD hang; mark release.xine-lib-1_1_6-release1.1.6 | Darren Salt | |
2008-04-17 | Changelog entry for SA29850. | Darren Salt | |
2008-04-14 | Start 1.1.13; add date for 1.1.12 release. | 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-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-07 | Changelog entry for the Real/ffmpeg changes & fixes. | Darren Salt | |
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-05 | Fix a regression in the Matroska demuxer. | Darren Salt | |
One '&'... | |||
2008-04-01 | Changelog updates. | Darren Salt | |
2008-03-30 | Release.xine-lib-1_1_11_1-release1.1.11.1 | Darren Salt | |
2008-03-29 | Changelog update. | Darren Salt | |
2008-03-28 | Changelog entries for the AIFF & LPCM fixes. | Darren Salt | |
2008-03-25 | Improve security bug fix description & add its CVE no. | 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 | Start 1.1.11.1. | Darren Salt | |
Also add a few post-release changelog entries to 1.1.11 for completeness. | |||
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-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-10 | Fixed long delay when closing stream on dual core systems [Bug #33] | Miguel Freitas | |
2008-03-10 | Add the missing changelog entry for 1afef0ba01d6. | Darren Salt | |
2008-03-04 | Cset 492257577b4d is an ABI extension: bump the soname. Add changelog entry. | Darren Salt | |
2008-03-02 | Reorganise DTS audio type detection (ready for LE16 & BE14); changelog entry. | Darren Salt | |
2008-02-20 | Off-by-one in the FLAC security fix, breaking playback of some files. | Darren Salt | |
2008-02-09 | That last changelog entry is lying. Delete it. | Darren Salt | |
2008-02-09 | Fix a configure test which was left out of the arch_x86 changes. (Affects MMX.) | Darren Salt | |
2008-02-09 | Changelog entry for the version-parsing fix. | Darren Salt | |
2008-02-07 | Merge; mark 1.1.11. | Darren Salt | |
2008-02-07 | Add release date.xine-lib-1_1_10_1-release1.1.10.1 | Darren Salt | |
2008-02-07 | Improve detection of MP3 streams with ID3v2 tags. Don't trust the tag size. | Thibaut Mattern | |
2008-02-07 | 1.1.10.1, not 1.1.11. | Darren Salt | |
2008-02-07 | Add length checking in the FLAC metadata-parsing code. | Darren Salt | |
Make the tracknumber/tracktotal buffer larger (possible overflow). | |||
2008-02-06 | Change from release numbering to ABI numbering for the plugin directory. | Darren Salt | |
This is to avoid having to rebuild external plugins for each new release. --HG-- extra : transplant_source : %C2%3EF%0B%EF%16%40K%FD.%EB9%E07%CB%97GhU%98 | |||
2008-01-28 | Fix a RealPlayer codec detection bug. | Darren Salt | |