index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
demuxers
/
demux_matroska.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-10-10
Extended Matroska demuxer
Nicos Gollan
2009-04-03
Add support for Matroska SIMPLEBLOCK.
Ross Alexander
2008-01-14
Signedness bug in Matroska PTS calculation
Dirk Leber
2009-01-05
Merge security fixes.
Darren Salt
2008-12-31
check size before accessing memory in matroska decoding
Matthias Hopf
2008-12-31
abort if buffer for matroska block data cannot be allocated
Matthias Hopf
2008-12-31
check that track's codec_private_len fits in signed variables when decoding m...
Matthias Hopf
2009-01-04
fail to set up codec when fifo is not set up
Thomas Viehmann
2009-01-04
Fix for CVE-2008-5236.
Matthias Hopf
2008-11-20
Memory access fixes:
František Dvořák
2008-11-09
Matroska and FLI demuxers warning and valgrind fixes
Frantisek Dvorak
2008-08-13
Use size_t for data length variables.
Darren Salt
2008-05-23
Remove MIN/MAX macro definitions on unit.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-04-07
Fix vorbis initialization problem in the matroska demuxer due to my last vorb...
Thibaut Mattern
2008-03-30
Add video/x-matroska.
Darren Salt
2008-03-26
Be more careful with malloc(x+1), particularly on 32-bit.
Darren Salt
2008-02-18
Timecode diff is signed.
Thibaut Mattern
2008-02-04
Check block sizes & frame sizes. Use unsigned variables where appropriate.
Mathieu Olivier
2007-12-24
Consistently use "colour", "colour key", "colour space" in output.
Darren Salt
2007-12-13
Free the temporary variables that are allocated, avoid memory leaks.
Diego 'Flameeyes' Pettenò
2007-11-11
Merge transplanted patches.
Darren Salt
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-10-10
Stop a really irritating fprintf() that really should not be.
Matt Messier
2007-07-02
Fix demuxing of wavpack files, and avoid crashing with the tags at the end of...
Diego 'Flameeyes' Pettenò
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2007-04-10
Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa...
Diego 'Flameeyes' Pettenò
2007-03-12
Allow DTS audio tracks in Matroska files. Sample reported by Stefan Monov.
Diego 'Flameeyes' Pettenò
2007-02-20
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").
Diego 'Flameeyes' Pettenò
2007-01-19
Make get_description get_identifier get_extensions get_mimetypes return a con...
Diego 'Flameeyes' Pettenò
2007-01-07
Fix demuxing of uncompressed VobSub subtitles in Matroska files
Mathieu Olivier
2006-11-14
Implement decoding of A_MS/ACM streams in Matroska files. It is the equivamen...
Diego 'Flameeyes' Pettenò
2006-09-26
Don't check ebml value, after all dispose_ebml_parser() is just an alias to f...
Diego 'Flameeyes' Pettenò
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2006-03-11
[coverity]
Thibaut Mattern
2006-01-24
Simplified a bit the calculation of the lace sizes for Xiph lacing
Mathieu Olivier
2006-01-24
Matroska demuxer was miscalculating the lace sizes for fixed-size lacing
Mathieu Olivier
2005-11-28
*BUGFIX*
František Dvořák
2005-10-03
Fixed aac detection bug.
Thibaut Mattern
2005-10-02
Fixed mpeg4 ASP.
Thibaut Mattern
2005-10-02
Added H264 support.
Thibaut Mattern
2005-07-29
Add support for mpeg1/2 video in matroska
James Stembridge
2005-07-16
Create DecoderSpecificInfo for AAC tracks. Fixes HE-AAC in Matroska playback.
James Stembridge
2005-06-09
Fixed empty master element handling.
Thibaut Mattern
2005-02-06
Added node_plugin_t pointer to the demux struct.
Thibaut Mattern
2005-02-03
**BUGFIX**
František Dvořák
[next]