summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2011-03-20Merge from 1.1.Darren Salt
2011-01-22Provide _x_query_buffers() to allow analyzing buffer usage by pluginsReinhard Nißl
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-27libxdg-basedir requires $HOME to be set, so make sure that it's set.Darren Salt
2010-02-04Fix a ticket-related memory leak.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-09-14Protected access to stream->demux_action_pendingIan Rae
2010-02-06Merge from 1.1.Darren Salt
2010-01-06Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
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-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2009-01-04Remove empty xine_get_video_frame() which has been removed from the API.Reinhard Nißl
2008-12-30Implement frame grabbing for accelerated frame formats.Reinhard Nißl
2008-06-20Merge from 1.1.Darren Salt
2008-06-20Ask the input plugin which demuxer to use.Darren Salt
2008-06-11Merge from 1.1.Darren Salt
2008-06-11Provide a useful implementation of xine_register_log_cb().Darren Salt
2008-05-29Merge from 1.1.Darren Salt
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-12Provide xine_get_current_frame_data which passes more data via a structure.Reinhard Nißl
2008-05-11Extend xine_get_current_frame to provide cropping and interlacing information.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-05-05Replace load_plugins.h with a more generic xine_private.h, move the functions...Diego 'Flameeyes' Pettenò
2008-05-03Stop exporting a few internal functions, remove the unued parameter to _x_cah...Diego 'Flameeyes' Pettenò
2008-05-03Remove xine_register_log_cb and xine_trick_mode, which are both not implemented.Diego 'Flameeyes' Pettenò
2008-05-03Get rid of xine_get_video_frame as it was nevere implemented.Diego 'Flameeyes' Pettenò
2008-03-18Merge from 1.1.Darren Salt
2008-03-12Merge from 1.1.Darren Salt
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-06Merge from 1.1.Darren Salt
2008-03-06Fix compilation for installed libintl.h in include pathsMatthias Ringwald
2008-03-06Fix _x_get_current_frame_impl() to not abort when used legally.Reinhard Nißl
2008-03-14xine_init(): mutex objs not initializedCarlo Bramini
2008-03-14Unportable pthread_t compare in xine.cCarlo Bramini
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ò