summaryrefslogtreecommitdiff
path: root/src/demuxers/ebml.c
AgeCommit message (Expand)Author
2014-06-06Copyright year update by hg log.Torsten Jager
2014-04-20Fix aliasing in demuxersPetri Hintukainen
2013-09-13Copyright year update by hg log infoTorsten Jager
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-13mkv fix: null dereferences, skipping of unknown elementsLorenzo Desole
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-04-06Merge from 1.1; adapt xine-list for 1.2.Darren Salt
2008-04-05Fix a regression in the Matroska demuxer.Darren Salt
2008-03-26Merge from 1.1.Darren Salt
2008-03-26Be more careful with malloc(x+1), particularly on 32-bit.Darren Salt
2008-03-23Check for failure of various memory allocations. (SA29484)Darren Salt
2008-01-16Put under #if 0 a few functions that never gets used in xine at all.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Simplify code.Diego 'Flameeyes' Pettenò
2007-12-18Simplify code by returning immediately in case of error.Diego 'Flameeyes' Pettenò
2007-12-18Use xine_xmalloc rather than setting everything at zero by hand.Diego 'Flameeyes' Pettenò
2007-12-13Also accept void* for public ebml_read_binary function.Diego 'Flameeyes' Pettenò
2007-12-13Use void* for the buffer parameter so that it doesn't get signedness warnings.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2005-11-28*BUGFIX*František Dvořák
2005-02-03**BUGFIX**František Dvořák
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-01-05Initial matroska demuxer.Thibaut Mattern