summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-16Implement VDR's subtitles menu key for vdr-xine-0.7.12.vdr-xine-version-712Reinhard Nißl
2007-10-16Add additional key introduced for VDR-1.5.10's subtitles menu.Reinhard Nißl
2007-10-10Deprecate xine-config and re-implement it in terms of "pkg-config libxine".Darren Salt
2007-10-03Merge from 1.1.Darren Salt
2007-10-02Update changelog.Darren Salt
2007-10-02Correct the source package name.Darren Salt
2007-10-02Unbreak flac demuxer (was trying to #include a deleted file).Darren Salt
2007-10-01Fix incorrect H.264 detection on successive MPEG1/2 B frames.Reinhard Nißl
2007-10-01Revert cheating invalid frame sizes after fixed frame allocation.Reinhard Nißl
2007-10-01Add UI option to configure FFmpeg's video decoder thread count.Reinhard Nißl
2007-10-01Set PTS even for bad frames to improve syncing of audio and video.Reinhard Nißl
2007-10-01Fix allocation of 0x0 frame when frame size is still unknown.Reinhard Nißl
2007-09-23Merge from 1.1.Darren Salt
2007-09-19Convert the "AFD changed" message into a LOG message.Darren Salt
2007-09-19Add controls for setting the opacity of DVB subtitles.Darren Salt
2007-09-17Revert the "#define lprintf" debug changes.Darren Salt
2007-09-16Correct a reported typo in the DirectX support check. [Bug 1795665]Darren Salt
2007-09-16add two real codec search pathsAnssi Hannula
2007-09-14Merge from 1.1.Darren Salt
2007-09-14Update changelog.Darren Salt
2007-09-14Strip leading white space from an initial text segment nested in an XML element.Darren Salt
2007-09-14Drop xml_parser_build_tree_relaxed().Darren Salt
2007-09-14Create child "[CDATA]" nodes for extra text (but prefer merging).Darren Salt
2007-09-14Handle <[CDATA[...]]>. (Based on a patch by Bastien Nocera <hadess@hadess.net>.)Darren Salt
2007-09-14Given <a>b<c/>d</a>, append rather than replace text - "bd", not "d".Darren Salt
2007-09-11Mark spudvb functions as static.Darren Salt
2007-09-11Fix DVB sub palette extraction when full_range_flag is clear.Darren Salt
2007-09-09Merge from 1.1.Darren Salt
2007-09-09fix spudvb decoder updateChristophe Thommeret
2007-09-09Fix switching DVB subtitles channels.Christophe Thommeret
2007-09-08switch spudvb to dyn mem alloc and allow multiple CLUTs per page.Christophe Thommeret
2007-09-08Check if DVB sub PTS is reliable and show sub immediately if it's not.Christophe Thommeret
2007-09-07Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8).Darren Salt
2007-09-03Bump version info, ready for an eventual 1.1.9 release.Darren Salt
2007-08-27Merge from 1.1.8.Darren Salt
2007-08-27Added signature for changeset 42358e16442fe54fa554006e0b0bafd51e065c32Darren Salt
2007-08-271.1.8Darren Salt
2007-08-27Remove "unreleased" tag.xine-lib-1_1_8-release1.1.8Darren Salt
2007-08-26Add changelog entries for Reinhard Nißl's changes.Darren Salt
2007-08-26Resync all translation files.Darren Salt
2007-08-26Merge from 1.1.Darren Salt
2007-08-26Protect previously shown frame from immediate reuse by decoder.Reinhard Nißl
2007-08-26Provide options to control ondemand disabling of bob deinterlacing.Reinhard Nißl
2007-08-26Protect drawable from beeing changed while drawing.Reinhard Nißl
2007-08-21Merge from 1.1.Darren Salt
2007-08-20Minor man page cleanup.Darren Salt
2007-08-20Handle % escaping and variable numbers of /s in VCD MRLs.Darren Salt
2007-08-20Fix documentation for vcdo MRLs.Darren Salt
2007-08-20Changelog update for Christophe Thommeret's recent changes. (Again.)Darren Salt
2007-08-20spudvb bitmaps downscaleChristophe Thommeret