summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine.c
AgeCommit message (Expand)Author
2014-03-10Silence compiler warnings on register_enum () arg #4.Torsten Jager
2013-11-23Copyright year update by hg log info #3.Torsten Jager
2013-11-06 Add _x_mrl_remove_auth(): return a copy of mrl without authentication creden...Petri Hintukainen
2013-10-31Added INPUT_CAP_NO_CACHEPetri Hintukainen
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-01-18Merge from 1.1.Darren Salt
2012-01-18Hack to avoid xine-list-* causing catalog.cache to be written.Darren Salt
2012-01-11Fixed using uninitialized value (return random size)Petri Hintukainen
2011-09-26Merge from 1.1. (Needs some testing.)Darren Salt
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-09-10Ensure that the stream reference inside each event queue is counted,Chris Rankin
2011-03-29Continuous video frame grabbing feature.Andreas Auras
2011-03-27Fix race condition when accessing last_frame via get_last_frame()Reinhard Nißl
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ò