summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-09-10Ensure that the stream reference inside each event queue is counted,Chris Rankin
2010-11-30Various small memory leaks in xine engine.František Dvořák
2010-10-30Proper place for log mutex initialization (logging can start after xine_new()...František Dvořák
2010-02-04Fix a ticket-related memory leak.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-02-16Protect audio loop so it cannot write to a paused device (fixMiguel Freitas
2009-02-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2008-06-20Ask the input plugin which demuxer to use.Darren Salt
2008-06-11Provide a useful implementation of xine_register_log_cb().Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-12Provide xine_get_current_frame_data which passes more data via a structure.Reinhard Nißl
2008-05-09Use size_t rather than int to store the return value of strlen().Diego 'Flameeyes' Pettenò
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07Merge file removal.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2008-05-05Make open_internal static again.Darren Salt
2008-03-14xine_init(): mutex objs not initializedCarlo Bramini
2008-03-14Unportable pthread_t compare in xine.cCarlo Bramini
2008-03-10Fixed long delay when closing stream on dual core systems [Bug #33]Miguel Freitas
2008-03-10Support # stream parameter separator in raw filenames as well as in full MRLs.Miguel Freitas
2008-03-06Fix _x_get_current_frame_impl() to not abort when used legally.Reinhard Nißl
2008-03-02Provide safe and convenient implementations of xine_get_current_frame().Reinhard Nißl
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