Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-22 | Add release dates to the changelog; tidy up earliest entries. | Darren Salt | |
Wherever possible, dates are from the release tarballs on Sourceforge. --HG-- extra : transplant_source : %7C%9F%C7H%90%0C%87%D9bA%94%F8%F2%0A%7F%40%CE%5E%A0%04 | |||
2008-01-20 | Unescape the "#save:" filename, allowing ";" etc. in file names. | Darren Salt | |
This has a side effect: versions older than 1.1.10 do not unescape, so "#save:foo%23.ts" will result in a file named "foo%23.ts". Front end maintainers, beware :-) | |||
2008-01-20 | Don't unescape #subtitle:scheme://data. | Darren Salt | |
This was broken in 1.1.8 when #subtitle:/file was fixed. | |||
2008-01-17 | Correct the changelog entry for the security fix in 1.1.9.1. | Darren Salt | |
--HG-- extra : transplant_source : AR%05H%29fH%3B%A37F%22h%85%7D%09%11/%FE%DF | |||
2008-01-14 | Change the default v4l device paths to /dev/{video,radio}0. | Darren Salt | |
2008-01-14 | ChangeLog entries for the last two revisions. | Diego 'Flameeyes' Pettenò | |
2008-01-13 | Bump version no. ready for what I expect to be the next release. | Darren Salt | |
--HG-- extra : transplant_source : q%B3q%EEC%D4p%E7%7F%8Eb%BE%F8%81%D3c%F6%C8%1AF | |||
2008-01-11 | Mark 1.1.9.1 as released.xine-lib-1_1_9_1-release1.1.9.1 | Darren Salt | |
2008-01-11 | Changelog entry for the PPC/Darwin display fix. | Darren Salt | |
2008-01-11 | Fix a buffer overflow in the RTSP header-handling code. | Darren Salt | |
CVE-2008-0225; ported from mplayer changeset 22821. | |||
2008-01-09 | Mark bugs from the Sourceforge tracker as such. | Darren Salt | |
2008-01-09 | Add the bug no. for the strtok_r fix. | Darren Salt | |
2008-01-09 | Fix a read-past-end bug in xine-lib's internal strtok_r replacement. | Darren Salt | |
2008-01-09 | Allow for patch-level numbering; initialise to ".1". | Darren Salt | |
2008-01-06 | Mark release.xine-lib-1_1_9-release1.1.9 | Darren Salt | |
2008-01-06 | Constify bits of the OGM subtitle hack. Add a changelog entry. | Darren Salt | |
2008-01-06 | Tell the Real demuxer about lists of http references. | Darren Salt | |
Such broken wrong-extension wrong-MIME-type lists exist in the wild... | |||
2008-01-05 | Enable the VMware Screen codec (ffmpeg). | Darren Salt | |
2008-01-05 | Add ChangeLog entry for the translation. | Diego 'Flameeyes' Pettenò | |
2008-01-04 | Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv ↵ | Richard van Paasen | |
versions 0.10.6+ Note: the old code divided the frequency by 62.5. But, the ivtv driver expects a different format. I changed the implementation in input_pvr such that the frequency can be given as provided by cable companies, multiplied by 1000: e.g. 503250 for 503.250 MHz. | |||
2008-01-03 | Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3] | Thibaut Mattern | |
--HG-- extra : transplant_source : %00%11%94ZZG%2A%A0%2A%3B%DA%CDx%AC%02%A8%E8%C3%DF%A5 | |||
2008-01-01 | Add ChangeLog entry for previous change. | Diego 'Flameeyes' Pettenò | |
2008-01-01 | Avoid potential install-time mislinkage against libxine.so.2. | Darren Salt | |
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 | |