summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_interface.c
AgeCommit message (Expand)Author
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
2003-04-06fix XINE_EVENT_UI_MESSAGE - no pointers in message data please, as this piece...Guenter Bartsch
2003-04-04add initial async error/general message reporting to frontendMiguel Freitas
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise non-interl...Miguel Freitas
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
2003-03-08implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl...Guenter Bartsch
2003-03-08Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point fu...Daniel Caujolle-Bert
2003-03-08fix xine_osd_draw_point()Daniel Caujolle-Bert
2003-03-07new params for ignoring video/audio/spuMiguel Freitas
2003-02-12new method to pass gui messages to video driver.Miguel Freitas
2003-02-11add osd function to draw bitmaps (patch by Julio Sánchez <j.sanchezf@terra.es>)Miguel Freitas
2003-02-06continuing the clean up...Miguel Freitas
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
2002-12-27Fix 'XINE_STREAM_INFO_MAX_SPU_CHANNEL' propertyEwald Snel
2002-12-27quite experimental changes on post plugin api to enable rewiringMiguel Freitas
2002-12-25allow post plugin output's rewire functions to be NULLMichael Roitzsch