summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
AgeCommit message (Expand)Author
2010-04-08Add support for Xv gamma adjustment.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-02-09Fix race conditions in gapless_switch (ref. kde bug #180339)Miguel Freitas
2008-07-12xine_get_stream_info() not returning values for skipped/discarded framesJason Tackaberry
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
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-06-13Make explanation a constant string (gettext() strings are never freed).Albert Lee
2007-04-04Make sure that early_finish_event and gapless_switch are either 0 or 1.Diego 'Flameeyes' Pettenò
2007-03-26Send an event when the amp value or amp mute change. Patch by reinhard Nissl....Diego 'Flameeyes' Pettenò
2007-02-22This one should have been with the previous commit.Diego 'Flameeyes' Pettenò
2007-02-20Again changes so to accept the strict case (constants).Diego 'Flameeyes' Pettenò
2007-02-03A few const-correctness fixes.Darren Salt
2006-12-19Mark string-type configuration items according to whether they're plainDarren Salt
2006-10-16I wonder what I was looking at when I added a NULL pointer dereference to avo...Diego 'Flameeyes' Pettenò
2006-09-26Avoid off-by-one overrun. Found by Coverity Scan CID 120.Diego 'Flameeyes' Pettenò
2006-08-13move image presentation support to xine-libMiguel Freitas
2006-06-22Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query the...Claudio Ciccani
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-18Avoid crashing if xine_set_param is called with a NULL stream.Diego 'Flameeyes' Pettenò
2006-04-19Add "file is empty" message and mark the messages as being translatable.Darren Salt
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-10-30gapless playback stream switching supportMiguel Freitas
2005-07-03new stream infos allows frontends to query current title/chapter/angle on dvdsMiguel Freitas
2005-06-17Detect AFD information in MPEG2 streams and make the information availableDarren Salt
2005-04-20*BUFFIX*Stefan Holst
2004-12-20remove all local names beginning with double underscore, because C99Michael Roitzsch
2004-12-19stop stream if audio device failed to open. user receives a notificationMiguel Freitas
2004-12-19add missing break, thanks to Sander Jansen.Daniel Caujolle-Bert
2004-10-26add frontend cropping supportMiguel Freitas
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-05-07* fix config file loading: enums are read as numbers, although written as str...Michael Roitzsch
2004-04-10Permit (but not recommend) stream == NULL in io_helper functions.František Dvořák
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-16fix freezes with input plugins that play with the speed:uid86226
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2004-01-23implement chapter skipping in ogm filesMarco Zuehlke
2004-01-11allowing a const pointer here, since this will remove the need for a castMichael Roitzsch
2003-12-31Add a mute feature to the software amp.James Courtier-Dutton
2003-12-14add _x_meta_info_set_multi function, will be used very soon. Don't parse va_a...Daniel Caujolle-Bert
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26opsMiguel Freitas
2003-11-26xine_osd_set_font return intMiguel Freitas
2003-11-26public api for unscaled osdMiguel Freitas
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-16actually not every engine file uses internals, so we do not need to defineMichael Roitzsch