summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Demux BluRay DTS and TrueHD audio streamsPetri Hintukainen
2009-11-28Fixed PMT parsing when PMT does not fit in single TS packet and PAT is in the...Petri Hintukainen
2009-11-28Honour max. number of SPU tracksPetri Hintukainen
2009-11-19Increase max number of audio and SPU tracksPetri Hintukainen
2009-11-19Demux VC-1 video (stream type 0xea)Petri Hintukainen
2009-11-08Fix playback of HTTP URLs with escaped characters (terminate the string).Julian Scheel
2009-11-17VC1 support fixesPetri Hintukainen
2009-11-03Fixed buffer overflow. Removed scratch buffer from demux_mpeg_block_s.Petri Hintukainen
2009-11-04Merge.Darren Salt
2009-11-03Fixed timing of subtitles.Petri Hintukainen
2009-11-03show_overlays() → update_overlays()Petri Hintukainen
2009-11-03Fixed memory leaks (RLE data)Petri Hintukainen
2009-11-03Do not update overlay if all elements are unchangedPetri Hintukainen
2009-11-03Copy palette only if all objects have been found; ERROR→TRACE in show_overl...Petri Hintukainen
2009-11-03Moved struct declarations & list handling to beginning of the file. Cosmetics.Petri Hintukainen
2009-11-01Use replacement rather than a *roff macro for xine-list-* (man page).Darren Salt
2009-11-01Remove unknown macro ".l".Darren Salt
2009-10-25Clarify MRL encoding requirements.Darren Salt
2009-10-21Fixed a bug which prevented "dvb://" working with the default configuration.Darren Salt
2009-10-15Make the XML lexer and parser re-entrantMatt Kraai
2009-10-15Quick hack to prevent segfaulting at end-of-stream when this->context == NULL.Darren Salt
2009-10-13profiler: use uint64_t & replace arrays with a structCarlo Bramini
2009-10-13#include guards and __attribute__ fixupsCarlo Bramini
2009-10-10Changelog entry for BluRay/HDMV support.Darren Salt
2009-09-14Protected access to stream->demux_action_pendingIan Rae
2010-02-12Clip the atom size to that remaining *before* testing whether it's too small.Darren Salt
2010-02-07Compiler warning fixes.Darren Salt
2010-02-06Minor cleanup (loop conversion, printf args).Darren Salt
2010-02-06Fix leakage of vo_frame_t on reset/flush/disposeJulian Scheel
2010-02-06Fix segfault on disposeJulian Scheel
2010-02-06Merge from 1.1.Darren Salt
2010-02-05Fix freeze/crash on seekingJulian Scheel
2010-01-30Merge with xine-lib-1.2Julian Scheel
2010-01-30fix a memleak with interlaced contentJulian Scheel
2010-01-30Add dummy alt attributes to ensure valid XHTML 1.0 Transitional.Darren Salt
2010-01-29Merge from 1.1.Darren Salt
2010-01-28Do the dvbsub CLUT reset in spudec_reset.Darren Salt
2010-01-28Make the index LUTs per-region; put the colour reset code in its own function.Darren Salt
2010-01-28Clean up and extend DVB subtitle decoding.Darren Salt
2010-01-26Merge from 1.1.Darren Salt
2010-01-23Fix up convenience interface library building (with older build tools).Darren Salt
2010-01-23Cope with missing libvdpau-dev (on lenny); adjust automake dependency.Darren Salt
2010-01-21No need to set CFLAGS.Darren Salt
2010-01-21Clean up DEB_BUILD_OPTIONS handling.Darren Salt
2010-01-21Create libxine-interface.la and make libxine.la weakly provide it.Darren Salt
2010-01-21Tidy up YUV library requirements.Darren Salt
2010-01-21Merge from 1.1.Darren Salt
2010-01-21video_out_vdpau: provide configureable background colorReinhard Nißl
2010-01-20vdpau_mpeg12: attach a PTS just once to imgReinhard Nißl