summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2009-06-11Provide framework to define a video output area within the OSD area.Reinhard Nißl
2009-04-26Merge from 1.1.Darren Salt
2009-04-25Merge -gapless branch.Darren Salt
2009-04-25Revert indentation changes.Darren Salt
2009-04-13When writing catalog.cache, use a new file & atomically replace the old one.Darren Salt
2009-04-06Merge from 1.1.Darren Salt
2009-04-05Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags.Darren Salt
2009-03-16Merge from 1.1.Darren Salt
2009-03-15Fix thread starvation for xine_get_param() on multi-core systems.Reinhard Nißl
2009-03-03Merge from 1.1.Darren Salt
2009-02-24Make _x_compute_interval static (never exported).Diego E. 'Flameeyes' Pettenò
2009-02-17Merge from 1.1.Darren Salt
2009-02-16Protect audio loop so it cannot write to a paused device (fixMiguel Freitas
2009-02-10Merge from 1.1.Darren Salt
2009-02-09demux_unstick_ao_loop() reports that xine might be stuck != is stuckLorenzo Desole
2009-02-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2009-02-08Remove a break which causes some front ends to hang. (cset ce60f8b5995a)Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-14Merge from 1.1.Darren Salt
2009-01-14Avoid printing "plugin foo found" if the filename is null.Darren Salt
2009-01-11Merge from 1.1.Darren Salt
2009-01-04Remove empty xine_get_video_frame() which has been removed from the API.Reinhard Nißl
2009-01-02Merge from 1.1.Darren Salt
2009-01-02Extend OSD framework by ARGB layer and custom extent specification.Reinhard Nißl
2009-01-02Prevent another possible hang on stream stop (demuxer waiting for audio out).Darren Salt
2008-12-30Implement frame grabbing for accelerated frame formats.Reinhard Nißl
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-11-20Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ...František Dvořák
2008-11-20Fix using of the pointers, leak fixes in configfile.František Dvořák
2008-11-07Fixed segfault on start when using XINE_PLUGIN_PATH.František Dvořák
2008-11-07Recognise H.264 codec with "XiWave" fourcc too.valtri@funny.zcu.cz
2008-11-03Free up resources when we finish with a Freetype font.Maximilian Schwerin
2008-08-18Fix another compilation failure when using C++.Darren Salt
2008-08-17Fix a compilation failure when using C++.Darren Salt
2008-08-14Merge from 1.1.Darren Salt
2008-07-17Merge from 1.1.Darren Salt
2008-07-16Add support for the Snow video codec.Darren Salt
2008-07-16Add a buffer types entry for TTA.Darren Salt
2008-07-16Add FourCC code for Wavpack.Darren Salt
2008-07-15Recognise AMR audio (normally found in 3GP files).Darren Salt
2008-07-12xine_get_stream_info() not returning values for skipped/discarded framesJason Tackaberry
2008-07-09Don't try to load static libraries on mingw32Matthias Ringwald
2008-07-08Fix compilation for pthread support provided by PTHREAD_{CFLAGS+LIBS}Matthias Ringwald
2008-07-06Merge.Darren Salt
2008-07-06Fix a stupid bug in post-plugin initialisation.Darren Salt
2008-07-04Add a _x_is_fourcc() inline function to wrap around memcmp().Diego 'Flameeyes' Pettenò
2008-07-04Use calloc to allocate the area for the OSD.Diego 'Flameeyes' Pettenò
2008-07-04Use calloc to allocate the lists of audio and video ports.Diego 'Flameeyes' Pettenò
2008-07-03Merge from 1.1.Darren Salt