Age | Commit message (Expand) | Author |
2007-12-13 | Fix vidix Makefile.in generation (broken in the preceding commit). | Darren Salt |
2007-12-13 | Fix vidix compilation. | Darren Salt |
2007-12-13 | Fix Quicktime (w32dll) decoder compilation. | Darren Salt |
2007-12-12 | Merge with 1.2-plugins-changes. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove xine_[av]o_driver_t typedefs (deprecated). | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove str_sticky attribute from xine_cfg_entry_s; ABI changes from here on a... | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove xine_gui_send_vo_data (deprecated). | Diego 'Flameeyes' Pettenò |
2007-12-12 | Remove tvmode functions, deprecated for a while now. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Fix LDFLAGS test so that -Wl,-z,defs is found correctly again. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Provide some change log for the branch. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't export _x_demux_check_extension, now that plugins don't need it anymore. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail when using BY_CONTENT detection, missing autodetection. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Allow the TS demuxer to accept dvb streams; fix BY_MRL detection for slave. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Check if a dot was found before dereferencing the pointer. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail opening the device while using BY_CONTENT detection method, only allow B... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Make _x_demux_check_extension check for protocol prefixes too if :/ is in the... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Let _x_demux_check_extension() consider empty extensions string as an always-... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove stray variable. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Check if the extension is compatible with the plugin before trying to open it. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update the plugins loader to use the new extensions and mimetypes attributes. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version of the VCD plugin (which got missed earlier). | Darren Salt |
2007-12-11 | Bump the interface version for video decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for audio decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for demuxer plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for video output plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for audio output plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for SPU decoders. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fix thinko. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Mark wc3_pal_lookup static. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Mark empty_spu static const. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't use two C files to build the two versions of directfb. Just add -DDIREC... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Add a default_demux_plugin_dispose macro, and use it when the plugin dispose ... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Define free() as the default dispose function for plugin classes. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use dgettext to localise the description string for plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Add a textdomain field to allow using a different i18n catalog for the descri... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all post plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update libsputext demuxer, which I forgot on the previous run. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all misc plugins to the new identifier/description interface. Add _() ... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove stray function. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all video decoder plugins to the new identifier/description interface.... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all audio decoder plugins to the new identifier/description interface.... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all combined plugins to the new identifier/description interface. Add ... | Diego 'Flameeyes' Pettenò |