Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-11 | Provide some change log for the branch. | Diego 'Flameeyes' Pettenò | |
2007-12-09 | Merge from 1.1. | Darren Salt | |
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 | Merge from 1.1. | Diego 'Flameeyes' Pettenò | |
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 | Merge from 1.1. | Darren Salt | |
--HG-- rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
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-19 | Add ChangeLog entry. | Diego 'Flameeyes' Pettenò | |
2007-11-14 | Merge from 1.1. | Darren Salt | |
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-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/combined/decoder_flac.c => src/combined/flac_decoder.c rename : src/combined/demux_flac.c => src/combined/flac_demuxer.c rename : src/libxineadec/nsf.c => src/combined/nsf_decoder.c rename : src/demuxers/demux_nsf.c => src/combined/nsf_demuxer.c rename : src/combined/combined_wavpack.c => src/combined/wavpack_combined.c rename : src/combined/combined_wavpack.h => src/combined/wavpack_combined.h rename : src/combined/decoder_wavpack.c => src/combined/wavpack_decoder.c rename : src/combined/demux_wavpack.c => src/combined/wavpack_demuxer.c rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c rename : src/libxineadec/xine_speex_decoder.c => src/combined/xine_speex_decoder.c rename : src/libxinevdec/xine_theora_decoder.c => src/combined/xine_theora_decoder.c rename : src/libxineadec/xine_vorbis_decoder.c => src/combined/xine_vorbis_decoder.c rename : src/liba52/xine_a52_decoder.c => src/libxineadec/xine_a52_decoder.c rename : src/libdts/xine_dts_decoder.c => src/libxineadec/xine_dts_decoder.c rename : src/libfaad/xine_faad_decoder.c => src/libxineadec/xine_faad_decoder.c rename : src/libmusepack/xine_musepack_decoder.c => src/libxineadec/xine_musepack_decoder.c | |||
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-29 | Merge from 1.1. | Darren Salt | |
Spanish translation merge needs checking. | |||
2007-10-26 | Update changelog. | Darren Salt | |
2007-10-23 | Merge from 1.1, updating plugin Conflicts/Replaces accordingly. | 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 | Merge from 1.1. | Darren Salt | |
2007-10-18 | Changelog entry for the flv fix. | Darren Salt | |
2007-10-10 | Deprecate xine-config and re-implement it in terms of "pkg-config libxine". | Darren Salt | |
xine-config is no longer a build-time generated file. --HG-- rename : misc/xine-config.in => misc/xine-config | |||
2007-10-03 | Merge from 1.1. | Darren Salt | |
2007-10-02 | Update changelog. | Darren Salt | |
2007-09-19 | Add controls for setting the opacity of DVB subtitles. | Darren Salt | |
2007-09-14 | Update changelog. | Darren Salt | |
2007-09-09 | Merge from 1.1. | 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 | Merge from 1.1.8. | 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-21 | Merge from 1.1. | 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-16 | Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes. | Darren Salt | |
This does not touch code in contrib. | |||
2007-08-16 | Merge all but the open()/glibc workaround from 1.1. | 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-07-13 | Merge XML parser relaxation branch. | Darren Salt | |
2007-06-17 | Merge 1.1 branch, with the BE_/LE_ macros renamed. | Diego 'Flameeyes' Pettenò | |
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-17 | Changelog cleanups. | Darren Salt | |
2007-06-14 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò | |