summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Expand)Author
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
2004-07-07fix typo (bug #977510)Miguel Freitas
2004-06-15fix variable declarationsMiguel Freitas
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-06-07Try to determine if wave atom actually contains a waveformatex headerJames Stembridge
2004-06-01Add FIXME comment.James Courtier-Dutton
2004-06-01better workaround for alac, another of the MPEG audio clique thatMike Melanson
2004-05-30special provision for 'samr', another codec that doesn't play by theMike Melanson
2004-05-16Priority support.Thibaut Mattern
2004-04-30- simple work-around for an ALAC (iTunes Lossless Codec) file from:Bastien Nocera
2004-03-022 more QT meta atoms, one for composer and one for yearMike Melanson
2004-02-29compute and set the bitrate for CBR audio streamsMike Melanson
2004-02-29support the 'meta' atom type that iTunes is fond of using for its musicMike Melanson
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15change demux api:Miguel Freitas
2003-11-13define FOURCC only onceMarco Zuehlke
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-09handle DRM-protected QT files a little more gracefully; i.e., recognizeMike Melanson
2003-10-30use info_helper functions.Thibaut Mattern
2003-10-29special-case warning for DRM-protected Quicktime files, at least untilMike Melanson
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert