summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_matroska.c
AgeCommit message (Expand)Author
2008-04-08Merge from 1.1.Darren Salt
2008-04-07Fix vorbis initialization problem in the matroska demuxer due to my last vorb...Thibaut Mattern
2008-04-02Merge from 1.1.Darren Salt
2008-03-30Add video/x-matroska.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-02-29Merge from 1.1.Darren Salt
2008-02-18Timecode diff is signed.Thibaut Mattern
2008-02-04Report the identifiers of unrecognised video & audio codecs.Darren Salt
2008-02-04Merge from 1.1.Darren Salt
2008-02-04Merge.Darren Salt
2008-02-04Backed out changeset a8b157e7359c (reported to cause a regression).Darren Salt
2008-02-04Check block sizes & frame sizes. Use unsigned variables where appropriate.Mathieu Olivier
2008-01-14Signedness bug in Matroska PTS calculationDirk Leber
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18There's no need to use an if: when block_data is NULL, realloc() acts as mall...Diego 'Flameeyes' Pettenò
2007-12-13Use parse_ebml_sint rather than parse_ebml_uint when reading int64_t types.Diego 'Flameeyes' Pettenò
2007-12-13Don't cast pointers, remove warning.Diego 'Flameeyes' Pettenò
2007-12-13Free the temporary variables that are allocated, avoid memory leaks.Diego 'Flameeyes' Pettenò
2007-12-13Make codec_private the same type as the final data target.Diego 'Flameeyes' Pettenò
2007-12-11Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...Diego 'Flameeyes' Pettenò
2007-12-11Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.Diego 'Flameeyes' Pettenò
2007-12-11Transform get_extensions and get_mimetypes into strings.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for demuxer plugins.Diego 'Flameeyes' Pettenò
2007-12-11Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-11Fix thinko.Diego 'Flameeyes' Pettenò
2007-12-11Don't use the if(foo) free(foo); construct, as free(NULL); is well defined.Diego 'Flameeyes' Pettenò
2007-12-11Use default_*_class_dispose macro whenever the class dispose function only ca...Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all demux plugins to the new identifier/description interface. Add _()...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-10-18Merge from 1.1.Darren Salt
2007-10-10Stop a really irritating fprintf() that really should not be.Matt Messier
2007-07-02Merge with 1.1.Diego 'Flameeyes' Pettenò
2007-07-02Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...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ò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-12-13Free the temporary variables that are allocated, avoid memory leaks.Diego 'Flameeyes' Pettenò
2007-11-11Merge transplanted patches.Darren Salt
2007-04-10Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa...Diego 'Flameeyes' Pettenò
2007-04-10Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa...Diego 'Flameeyes' Pettenò
2007-03-12Allow DTS audio tracks in Matroska files. Sample reported by Stefan Monov.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-07Fix demuxing of uncompressed VobSub subtitles in Matroska filesMathieu Olivier