summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-04-11Merge from 1.1.Darren Salt
2008-04-11Add a function for listing video output plugins of the given type(s).Darren Salt
2008-04-08New video out plugin ("raw")Christophe Thommeret
2008-04-08Merge from 1.1.Darren Salt
2008-04-07Don't distribute configure.h.Darren Salt
2008-03-12Merge from 1.1.Darren Salt
2008-03-06Fix compilation for installed libintl.h in include pathsMatthias Ringwald
2008-03-02Fix "clear" implementation by introducing sync points in data stream.vdr-xine-version-802Reinhard Nißl
2008-03-04Merge from 1.1.Darren Salt
2008-03-02Provide safe and convenient implementations of xine_get_current_frame().Reinhard Nißl
2008-02-25Add more VO_CAP_* to indicate support for colour controls & zoom properties.Darren Salt
2008-02-04Report the identifiers of unrecognised video & audio codecs.Darren Salt
2008-02-01Tidy up header files list.Darren Salt
2008-01-27Don't distribute the generated inttypes.h file.Diego 'Flameeyes' Pettenò
2008-01-27Move base64 header to xine-utils as we don't want it installed.Diego 'Flameeyes' Pettenò
2008-01-27Avoid one recursive make by declaring all the installed headers inside includ...Diego 'Flameeyes' Pettenò
2008-01-24Merge from -plugin-loader branch.Darren Salt
2008-01-06Merge from 1.1.Darren Salt
2008-01-03Replace _x_vo_scale_aspect_ratio_name() function with a string table, all the...Diego 'Flameeyes' Pettenò
2008-01-02Make description and name of post-plugin parameters constant.Diego 'Flameeyes' Pettenò
2008-01-02Mark xine_health_check_s strings as constant.Diego 'Flameeyes' Pettenò
2008-01-02Make _x_vo_scape_aspect_ratio_name return a constant string.Diego 'Flameeyes' Pettenò
2008-01-02Mark id as constant, as we always use a literal.Diego 'Flameeyes' Pettenò
2008-01-01Bump post plugin interface version after API changesPetri Hintukainen
2008-01-01Merge from 1.1.Darren Salt
2007-12-31Require at least vdr-xine-0.8.1 due to the repository changes.vdr-xine-version-801Reinhard Nißl
2007-12-31Change some constants to accommodate recent filename changes.Reinhard Nißl
2007-12-31Combine vdr plugins into a single binary.Reinhard Nißl
2007-12-31Fix installation of input_vdr.h by moving it to include/xine.Reinhard Nißl
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
2007-12-24Move _x_scan_plugins and _x_dispose_plugins into an internal header, and don'...Diego 'Flameeyes' Pettenò
2007-12-23Make the node pointer transparent during xine build.Diego 'Flameeyes' Pettenò
2007-12-23Remove XINE_COMPILE conditionals where they just changed the include directiv...Diego 'Flameeyes' Pettenò
2007-12-23Move os_types.h together with the other includes.Diego 'Flameeyes' Pettenò
2007-12-23Make supported_types constant, change plugins' loading code so that it actual...Diego 'Flameeyes' Pettenò
2007-12-23Remove XINE_COMPILE conditional.Diego 'Flameeyes' Pettenò
2007-12-23Remove the sed for 'developer-only' comments. Doxygen documentation should re...Diego 'Flameeyes' Pettenò
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-19Don't change the whole xine.h.in into xine.h, just split out the version info...Diego 'Flameeyes' Pettenò
2007-12-12Remove xine_[av]o_driver_t typedefs (deprecated).Diego 'Flameeyes' Pettenò
2007-12-12Remove str_sticky attribute from xine_cfg_entry_s; ABI changes from here on a...Diego 'Flameeyes' Pettenò
2007-12-12Remove xine_gui_send_vo_data (deprecated).Diego 'Flameeyes' Pettenò
2007-12-12Remove tvmode functions, deprecated for a while now.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt