summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
AgeCommit message (Expand)Author
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
2003-11-15* making metronom xine_stream_t independentMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-28this const is bad, since xine_post_wire takes non-const in/outputsMichael Roitzsch
2003-10-26lookups are locked nowMichael Roitzsch
2003-10-24* notify the user that the save feature is disabled by defaultMichael Roitzsch
2003-10-21remove this config relic, sticky_str was removes more than year ago.Daniel Caujolle-Bert
2003-10-06New API function for setting encoding of OSD texts.František Dvořák
2003-09-18Generating codepages with more than 256 characters (max. 16-bit).František Dvořák
2003-08-26add a mechanism to force closing audio device without stoping stream.Miguel Freitas
2003-08-24should return something ;-)Daniel Caujolle-Bert
2003-08-04add xine_get_current_vpts() to make xine_osd_show and xine_osd_hide api consi...Miguel Freitas
2003-05-15add broadcasterMiguel Freitas
2003-04-29fix off-by-oneMichael Roitzsch
2003-04-18equalizer apiGuenter Bartsch
2003-04-08move generic explanation to xine_interfaceMiguel Freitas
2003-04-06fix pointers by making them relative to struct addressMiguel Freitas