Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify ↵ | Diego 'Flameeyes' Pettenò | |
protocols too. | |||
2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò | |
Please note that this commit temporarily breaks building. | |||
2007-12-11 | Bump the interface version for demuxer plugins. | Diego 'Flameeyes' Pettenò | |
2007-12-11 | Merge from 1.2 main branch. | 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 | Use default_*_class_dispose macro whenever the class dispose function only ↵ | Diego 'Flameeyes' Pettenò | |
called free(). | |||
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò | |
This way the gettext code for description does not need to be repeated by every plugin. | |||
2007-12-11 | Update all demux plugins to the new identifier/description interface. Add ↵ | Diego 'Flameeyes' Pettenò | |
_() where missing, for i18n. | |||
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt | |
--HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB | |||
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò | |
For contributed code, leave whatever the version we last synced for is using to make simpler future syncs. | |||
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with ↵ | Diego 'Flameeyes' Pettenò | |
Solaris definitions. | |||
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt | |
Two of the modified files are headers, but each contains definitions as well as declarations and is only ever used once. | |||
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a ↵ | Diego 'Flameeyes' Pettenò | |
constant string, and make the extensions and mrl vaiables usually declared when testing extension demux strategy constants too. CVS patchset: 8523 CVS date: 2007/01/19 00:26:39 | |||
2006-12-08 | Fixed duplicate and nonspecified postincrement due to macro call. | Matthias Hopf | |
CVS patchset: 8406 CVS date: 2006/12/08 16:19:17 | |||
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ↵ | Diego 'Flameeyes' Pettenò | |
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway. CVS patchset: 8101 CVS date: 2006/07/10 22:08:12 | |||
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt | |
CVS patchset: 8009 CVS date: 2006/06/02 22:18:56 | |||
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt | |
(Diego Pettenò) CVS patchset: 7985 CVS date: 2006/05/03 19:46:06 | |||
2005-11-28 | *BUGFIX* | František Dvořák | |
Improved cross-compiling: detect and precedence of the host-specific libs W32dll: enabled by platforms as originaly, user can override it Fixed shell errors in the Makefile of the hackersguide Detect the place of SDL header independently on platform Fixed spelling in CDDA, include the header sys/param.h if available Fixed format strings (fix warnings (or even bugs) on Gentoo/FreeBSD) CVS patchset: 7815 CVS date: 2005/11/28 12:24:56 | |||
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern | |
Incremented demux API version. This is needed to unload plugins. CVS patchset: 7385 CVS date: 2005/02/06 15:26:00 | |||
2004-08-21 | little cleanup and improved the playback of broaken iff files | Manfred Tremmel | |
CVS patchset: 6902 CVS date: 2004/08/21 21:21:12 | |||
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas | |
http://article.gmane.org/gmane.comp.video.xine.devel/9532 it is now up to demuxers to decide what the 0..65535 position means. demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve CVS patchset: 6686 CVS date: 2004/06/13 21:28:52 | |||
2004-05-16 | Priority support. | Thibaut Mattern | |
0 for "raw" demuxers 10 for "normal" demuxers CVS patchset: 6553 CVS date: 2004/05/16 18:01:26 | |||
2004-03-13 | disabled seeking for IFF-ILBM and IFF-ANIM the same way like demux_vqa.c dose | Manfred Tremmel | |
CVS patchset: 6245 CVS date: 2004/03/13 11:02:09 | |||
2004-02-25 | IFF: added ANIM OPT7 and OPT8 support | Manfred Tremmel | |
CVS patchset: 6188 CVS date: 2004/02/25 18:57:34 | |||
2004-02-22 | added IFF-ANIM support, opt5 and (untested, can't finde samples) opt 4 codings | Manfred Tremmel | |
CVS patchset: 6182 CVS date: 2004/02/22 12:36:35 | |||
2004-02-09 | Always send frame duration using BUF_FLAG_FRAMERATE | James Stembridge | |
CVS patchset: 6128 CVS date: 2004/02/09 22:24:36 | |||
2004-02-02 | added IFF-ILBM support | Manfred Tremmel | |
CVS patchset: 6108 CVS date: 2004/02/02 22:22:51 | |||
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas | |
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14 | |||
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas | |
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32 | |||
2004-01-04 | added IFF-16SV support to iff-demuxer | Manfred Tremmel | |
CVS patchset: 5987 CVS date: 2004/01/04 00:41:33 | |||
2004-01-03 | new IFF demuxer, currently only IFF-8SVX support, but more in the future | Manfred Tremmel | |
CVS patchset: 5980 CVS date: 2004/01/03 19:59:00 |