summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-08-26Add a user agent & protocol hack to allow viewing of Apple film trailers.Darren Salt
2009-04-01Fix an integer overflow in the Quicktime demuxer.Darren Salt
2009-01-01Avoid underflow in input size calculation for compressed atomsMatthias Hopf
2009-01-04Fix for CVE-2008-5237Matthias Hopf
2009-01-04Fix for CVE-2008-5234.Matthias Hopf
2008-06-14Extra MIME types for Quicktime/ISO media.Darren Salt
2008-05-07Avoid memset() on newly allocated memory areas.Diego 'Flameeyes' Pettenò
2008-05-07Merge file removal.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2008-04-14Remove a memset() rendered pointless by use of calloc().Darren Salt
2008-04-14divide by zero in demux_qt.cColin Gibbs
2008-03-31Revert a change which broke Quicktime atom parsing.Darren Salt
2008-03-28More checking for memory allocation failures.Darren Salt
2008-03-23Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)).Darren Salt
2008-03-23Check for failure of various memory allocations. (SA29484)Darren Salt
2007-12-24Consistently use "colour", "colour key", "colour space" in output.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-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-05-31Patch: fix parsing qt/mov embedded referncesClaudio Ciccani
2007-04-21Add support for MDHD version 1 atom in demux_qt. [bug #1679398]Diego 'Flameeyes' Pettenò
2007-04-08Mark various private arrays, structs & fn parameters as static and/or const.Darren Salt
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-11-11Fixed a potential crash when parsing a "moov" atom containing an unsupported ...Mathieu Olivier
2006-07-10Add support for m4b extension to the Qt demuxer, to be able to play audiobook...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-19- we don't check the retvals, so zero the buffers just in caseBastien Nocera
2006-06-18Misc warnings fixes.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-04-21Add printf format attributes.Darren Salt
2006-03-16[coverity]Thibaut Mattern
2005-10-02another special case: this one covers files that are read viaMike Melanson
2005-07-17Improve ASX parsing.Darren Salt
2005-06-17**BUGFIX**James Stembridge
2005-03-06special-case time in order to support ALAC (when it gets imported fromMike Melanson
2005-03-01different but more consistent hack for CBR audio with no extendedMike Melanson
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2005-01-02**BUGFIX**Michael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-13.m4a is, more generically, MPEG-4 audioAndre Pang
2004-11-12QuickTime demuxer can demux iTunes's .m4a files tooAndre Pang
2004-10-16Mace decoder hackThibaut Mattern
2004-09-11Support for H.264/AVC videoJames Stembridge
2004-08-18allow seaking to end of fileJames Stembridge
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge