summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2008-01-20Unmaking a # of it.Darren Salt
2008-01-20Unescape the "#save:" filename, allowing ";" etc. in file names.Darren Salt
2008-01-20Don't unescape #subtitle:scheme://data.Darren Salt
2007-04-15Avoid locking log_lock once the buffer has been allocated.Reinhard Nißl
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt
2007-11-23Merge.Darren Salt
2007-11-23log if send_headers returned with DEMUX_FINISHEDMatthias Kretz
2007-11-19add support for GNU/kFreeBSDPetr Salinger ext:(%20)
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-07-13Prevent ticket system deadlock when using DVB subtitlesSimon Farnsworth
2007-07-08Rename mrl_unescape and export it for use by plugins.Darren Salt
2007-04-12Provide a function to query buffer usage.Reinhard Nißl
2007-04-12Extend ticket system for nonblocking ticket acquiries.Reinhard Nißl
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-19Fix warning about incompatible pointer type.Diego 'Flameeyes' Pettenò
2006-12-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-12-19Added some cleanup code to make some calls cancelable (at least xine_open can...Claudio Ciccani
2006-12-18Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default.Claudio Ciccani
2006-12-13Lock the log buffer while updating it.Darren Salt
2006-10-16Fixed several warnings (but warnings due to APIs not solved).František Dvořák
2006-09-25Free the filename variable after usage (_x_rip_plugin_get_instance uses strdu...Diego 'Flameeyes' Pettenò
2006-09-14Add missing blanks.Philipp Hahn
2006-09-13Allow the input plugins to file in a proper way when they can handle the inpu...Diego 'Flameeyes' Pettenò
2006-09-10Restre xine_vlog as a va_list function, xine_log is already a variable argume...Diego 'Flameeyes' Pettenò
2006-09-10Allow xine-lib to compile with gcc 4.1.1.James Courtier-Dutton
2006-09-09Dynamically create the log_buffers entries and the lines buffers for the logs...Diego 'Flameeyes' Pettenò
2006-09-09Add xine_vlog in xine.c, remove xine_vflog from input_vcd, and do the stdout/...Diego 'Flameeyes' Pettenò
2006-09-08handle thread creation and memory allocation failures more gratefullyMiguel Freitas
2006-08-13move image presentation support to xine-libMiguel Freitas
2006-08-08new mutex to synchronize order of pairwise A/V buffer operationsMiguel Freitas
2006-07-03Add a media.network.timeout configuration for a timeout while running select(...Diego 'Flameeyes' Pettenò
2006-04-08Ancient platforms support:František Dvořák
2006-03-17- Only fail to open the stream if we can't parse the possible option, notBastien Nocera
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2006-01-26commit Barry Scott's patch for speed changing raceMiguel Freitas
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-09-19*BUGFIX*František Dvořák
2005-09-11make Alien happier ;-)Miguel Freitas
2005-08-29*BUGFIX*František Dvořák
2005-08-25*BUGFIX*František Dvořák
2005-07-21- change frontend_lock and config_lock to recursive mutexes to fixMiguel Freitas
2005-06-13**BUGFIX**Miguel Freitas
2005-03-06Fixed pthread leak, the demuxer thread was not joined in all cases.Thibaut Mattern
2005-02-19**BUGFIX**František Dvořák
2005-02-13nitpick: reset MAX_AUDIO_CHANNEL and MAX_SPU_CHANNEL together with other stre...Stefan Holst
2005-02-09Finally commit the plugin loader improvements.Thibaut Mattern
2005-01-21Don't wait for events to be flush to the events thread if we don't haveBastien Nocera