summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_matroska.c
AgeCommit message (Expand)Author
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-07Fix vorbis initialization problem in the matroska demuxer due to my last vorb...Thibaut Mattern
2008-03-30Add video/x-matroska.Darren Salt
2008-03-26Be more careful with malloc(x+1), particularly on 32-bit.Darren Salt
2008-02-18Timecode diff is signed.Thibaut Mattern
2008-02-04Check block sizes & frame sizes. Use unsigned variables where appropriate.Mathieu Olivier
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-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-10-10Stop a really irritating fprintf() that really should not be.Matt Messier
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-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
2006-11-14Implement decoding of A_MS/ACM streams in Matroska files. It is the equivamen...Diego 'Flameeyes' Pettenò
2006-09-26Don't check ebml value, after all dispose_ebml_parser() is just an alias to f...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-03-11[coverity]Thibaut Mattern
2006-01-24Simplified a bit the calculation of the lace sizes for Xiph lacingMathieu Olivier
2006-01-24Matroska demuxer was miscalculating the lace sizes for fixed-size lacingMathieu Olivier
2005-11-28*BUGFIX*František Dvořák
2005-10-03Fixed aac detection bug.Thibaut Mattern
2005-10-02Fixed mpeg4 ASP.Thibaut Mattern
2005-10-02Added H264 support.Thibaut Mattern
2005-07-29Add support for mpeg1/2 video in matroskaJames Stembridge
2005-07-16Create DecoderSpecificInfo for AAC tracks. Fixes HE-AAC in Matroska playback.James Stembridge
2005-06-09Fixed empty master element handling.Thibaut Mattern
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-02-03**BUGFIX**František Dvořák
2004-12-13AC3 supportMiguel Freitas
2004-09-17Warning patch for Win32 - casted off_t to intmax_t for printing.František Dvořák
2004-08-27generic mechanism for specifying subtitles encoding at demuxer levelMiguel Freitas
2004-07-14Moritz patch for matroska vobsub supportMiguel Freitas
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-05-02- Better seekhead parsing.Thibaut Mattern
2004-04-29Do not parse the whole file at start.Thibaut Mattern
2004-04-26Seeking support for matroska files.Thibaut Mattern
2004-03-05valgrind memleak fixesMichael Roitzsch
2004-02-12send default frame duration and aspect ratio to decoderJames Stembridge
2004-02-12the channel argument is not used in the format stringMichael Roitzsch
2004-02-08*) Don't set BUF_FLAG_STDHEADER for real headers, as they aren't standard hea...James Stembridge