Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | Merge from 1.1 | Petri Hintukainen | |
--HG-- rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h | |||
2011-10-13 | mkv fix: null dereferences, skipping of unknown elements | Lorenzo Desole | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt | |
2008-04-06 | Merge from 1.1; adapt xine-list for 1.2. | Darren Salt | |
--HG-- rename : debian/libxine1.install => debian/libxine2.install rename : src/demuxers/demux_ogg.c => src/combined/xine_ogg_demuxer.c | |||
2008-04-05 | Fix a regression in the Matroska demuxer. | Darren Salt | |
One '&'... | |||
2008-03-26 | Merge from 1.1. | Darren Salt | |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | Darren Salt | |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt | |
Ref. http://aluigi.altervista.org/adv/xinehof-adv.txt | |||
2008-01-16 | Put under #if 0 a few functions that never gets used in xine at all. | Diego 'Flameeyes' Pettenò | |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Simplify code. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Simplify code by returning immediately in case of error. | Diego 'Flameeyes' Pettenò | |
2007-12-18 | Use xine_xmalloc rather than setting everything at zero by hand. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Also accept void* for public ebml_read_binary function. | Diego 'Flameeyes' Pettenò | |
2007-12-13 | Use void* for the buffer parameter so that it doesn't get signedness warnings. | Diego 'Flameeyes' Pettenò | |
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. | |||
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-03 | **BUGFIX** | František Dvořák | |
Fixed build on solaris: - use libresolv in hstrerror check - replace PRIiMAX and PRIXMAX by PRIdMAX and PRIxMAX Removed timezone struct for MinGW from public os_types.h, update header comment. Fixed build musepack library on some platforms using xine types. Thanks to Niki W. Waibel for reporting and testing. CVS patchset: 7378 CVS date: 2005/02/03 07:19:03 | |||
2004-09-17 | Warning patch for Win32 - casted off_t to intmax_t for printing. | František Dvořák | |
CVS patchset: 6979 CVS date: 2004/09/17 19:21:33 | |||
2004-01-05 | Initial matroska demuxer. | Thibaut Mattern | |
It works with some test streams. Unsupported stuff: seeking lots of codecs subtitles metadata ... CVS patchset: 5998 CVS date: 2004/01/05 00:40:54 |