summaryrefslogtreecommitdiff
path: root/src/input/input_plugin.h
AgeCommit message (Expand)Author
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-11Define free() as the default dispose function for plugin classes.Diego 'Flameeyes' Pettenò
2007-12-11Add a textdomain field to allow using a different i18n catalog for the descri...Diego 'Flameeyes' Pettenò
2007-12-11Replace get_identifier/get_description functions with strings.Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-09Make the read() function of input plugins be declared with void pointer as bu...Diego 'Flameeyes' Pettenò
2007-05-02[PATCH] Remove packet count from demux_ts, to remove a long delaySimon Farnsworth
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2006-12-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
2006-12-18Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default.Claudio Ciccani
2005-10-14input plugin time seeking patch.Miguel Freitas
2005-02-06Added a plugin_node_t pointer to the input plugin struct.Thibaut Mattern
2004-09-26 - almost finalize headers refactoring needed for MSVC frontends (and for otherFrantišek Dvořák
2004-07-20Add const to get_identifier return type since that's n fact what itRocky Bernstein
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert
2003-11-23Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK.František Dvořák
2003-10-13Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs.František Dvořák
2003-08-21RIP Input PluginMiguel Freitas
2003-07-03cleaning up; removing unused stuffMarco Zuehlke
2003-05-20public header cleanup:Michael Roitzsch
2003-04-26bump up input plugin interface version numberGuenter Bartsch
2003-04-13Input plugin api change:Thibaut Mattern
2003-02-28Xine assert() replacement:Stephen Torri
2003-02-13use the requested channel number when querying for the languageMichael Roitzsch
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2002-12-29remove old hack for sputextMichael Roitzsch
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15try to fix function descriptionsGuenter Bartsch
2002-12-15Remove some vagueness decribing plugin routines. For example that theRocky Bernstein
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-18getting rid of obviously obsolete INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-21document INPUT_CAP_CHAPTERSMichael Roitzsch
2002-10-20provide some documentation of input plugin capabilitiesGuenter Bartsch
2002-10-17move open_plugin function (used to create new plugin instances) from the plug...Michael Roitzsch
2002-10-14introduction of xine_stream_t and async xine events - all still in developementGuenter Bartsch
2002-09-22API review part IMichael Roitzsch
2002-09-06introduce "const"Michael Roitzsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile f...Guenter Bartsch
2002-07-17Apply Bill Fink's patch for skip by chapter capability.Daniel Caujolle-Bert
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-05-25patch from Michael Roitzsch:Siggi Langauf