summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2008-03-04Merge from 1.1.Darren Salt
2008-03-02Provide safe and convenient implementations of xine_get_current_frame().Reinhard Nißl
2008-01-24Merge from -plugin-loader branch.Darren Salt
2008-01-22Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
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-12-24Move _x_scan_plugins and _x_dispose_plugins into an internal header, and don'...Diego 'Flameeyes' Pettenò
2007-12-23Mark xine_dispose_internal static.Diego 'Flameeyes' Pettenò
2007-12-23Mark open_internal static (again?).Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Merge from 1.1.Darren Salt
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt
2007-12-18Use variable-sized arrays rather than allocated buffer.Diego 'Flameeyes' Pettenò
2007-12-11Use dgettext to localise the description string for plugins.Diego 'Flameeyes' Pettenò
2007-12-11Leave to the plugin the call to gettext exactly as before.Diego 'Flameeyes' Pettenò
2007-12-11Update the code not to use the get_* functions that were removed.Diego 'Flameeyes' Pettenò
2007-11-25Merge from 1.1.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-10Merge from 1.1.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-09-19Add controls for setting the opacity of DVB subtitles.Darren Salt
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-07-13Merge from 1.1.Darren Salt
2007-07-13Prevent ticket system deadlock when using DVB subtitlesSimon Farnsworth
2007-07-08Merge from 1.1.Darren Salt
2007-07-08Rename mrl_unescape and export it for use by plugins.Darren Salt
2007-05-08Merge VDR support.Darren Salt
2007-05-08Merge Reinhard Nissl's engine changes.Darren Salt
2007-05-08Merge from 1.1.Darren Salt
2007-04-15Provide some internal functions to be used by input_vdr.Reinhard Nißl
2007-04-15Avoid locking log_lock once the buffer has been allocated.Reinhard Nißl
2007-04-15Avoid locking log_lock once the buffer has been allocated.Reinhard Nißl
2007-04-15Provide a function to query for outstanding OSD events.Reinhard Nißl
2007-04-14Mark string arrays as arrays of constant pointers, and do the same for memcpy...Diego 'Flameeyes' Pettenò
2007-04-13Add a global handle for libxdg-basedir library to xine_s.Diego 'Flameeyes' Pettenò
2007-04-13Provide internal functions to lock frontend_lock.Reinhard Nißl
2007-04-13Provide internal functions to lock port rewiring.Reinhard Nißl
2007-04-13Merge extentions to ticket system.Reinhard Nißl
2007-04-13Provide ability to lock port rewiring.Reinhard Nißl
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-04-11Released allocated strings.Thibaut Mattern
2007-02-20const++Diego 'Flameeyes' Pettenò
2007-02-19Fix warning about incompatible pointer type.Diego 'Flameeyes' Pettenò