summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_qt.c
AgeCommit message (Collapse)Author
2005-01-02**BUGFIX**Michael Roitzsch
add "m4a" to the known extensions for the QT demuxer (it is already listed in the output of get_mimetypes(), so this should be safe to add) CVS patchset: 7319 CVS date: 2005/01/02 17:25:22
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
and backwards compatible translation Sorry, I got a litte tired proof-reading the patch, so their might be bugs lurking around. I will give it some further examination and (as necessary) fixing tomorrow. CVS patchset: 7233 CVS date: 2004/12/12 22:00:47
2004-11-13.m4a is, more generically, MPEG-4 audioAndre Pang
CVS patchset: 7117 CVS date: 2004/11/13 02:38:15
2004-11-12QuickTime demuxer can demux iTunes's .m4a files tooAndre Pang
CVS patchset: 7116 CVS date: 2004/11/12 11:25:02
2004-10-16Mace decoder hackThibaut Mattern
fix castaway.mov crash. CVS patchset: 7040 CVS date: 2004/10/16 10:38:14
2004-09-11Support for H.264/AVC videoJames Stembridge
CVS patchset: 6959 CVS date: 2004/09/11 20:01:38
2004-08-18allow seaking to end of fileJames Stembridge
CVS patchset: 6896 CVS date: 2004/08/18 22:12:31
2004-08-181) Always store fourcc's in machine endian orderJames Stembridge
2) Support mp3 audio in mp4 files CVS patchset: 6894 CVS date: 2004/08/18 21:41:58
2004-07-07fix typo (bug #977510)Miguel Freitas
CVS patchset: 6779 CVS date: 2004/07/07 01:07:58
2004-06-15fix variable declarationsMiguel Freitas
CVS patchset: 6692 CVS date: 2004/06/15 21:22:34
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
http://article.gmane.org/gmane.comp.video.xine.devel/9532 it is now up to demuxers to decide what the 0..65535 position means. demuxers tested: ogg, voc, flac, rm, asf, vqa, vob, avi, y4m, au, mov, ts, mp3, mpg, wav, ra, mve CVS patchset: 6686 CVS date: 2004/06/13 21:28:52
2004-06-07Try to determine if wave atom actually contains a waveformatex headerJames Stembridge
CVS patchset: 6657 CVS date: 2004/06/07 21:15:04
2004-06-01Add FIXME comment.James Courtier-Dutton
CVS patchset: 6629 CVS date: 2004/06/01 22:05:47
2004-06-01better workaround for alac, another of the MPEG audio clique thatMike Melanson
doesn't seem to play by the usual QT audio rules; this workaround allows an alac file to register as a QT file but properly complains about the unsupported codec CVS patchset: 6622 CVS date: 2004/06/01 04:34:01
2004-05-30special provision for 'samr', another codec that doesn't play by theMike Melanson
rules CVS patchset: 6609 CVS date: 2004/05/30 01:33:59
2004-05-16Priority support.Thibaut Mattern
0 for "raw" demuxers 10 for "normal" demuxers CVS patchset: 6553 CVS date: 2004/05/16 18:01:26
2004-04-30- simple work-around for an ALAC (iTunes Lossless Codec) file from:Bastien Nocera
http://www.hydrogenaudio.org/index.php?showtopic=21139& CVS patchset: 6465 CVS date: 2004/04/30 10:13:33
2004-03-022 more QT meta atoms, one for composer and one for yearMike Melanson
CVS patchset: 6204 CVS date: 2004/03/02 02:53:59
2004-02-29compute and set the bitrate for CBR audio streamsMike Melanson
CVS patchset: 6195 CVS date: 2004/02/29 18:42:39
2004-02-29support the 'meta' atom type that iTunes is fond of using for its musicMike Melanson
files CVS patchset: 6194 CVS date: 2004/02/29 17:55:28
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
CVS patchset: 6128 CVS date: 2004/02/09 22:24:36
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
CVS patchset: 6030 CVS date: 2004/01/12 17:35:14
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
- increase demux and decoder apis - fix runtime changing of ogg/ogm audio channels note: i hope i haven't broken any demux->decoder data exchange. please report any problems. CVS patchset: 6014 CVS date: 2004/01/09 01:26:32
2004-01-06hack to support a rather malformed QT file, courtesy of DrewMike Melanson
'dantealiegri' Ogle <dantealiegri at umbc.edu> CVS patchset: 6006 CVS date: 2004/01/06 05:39:07
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
BIG NOTE: use helpers to access to these informations (get/set/reset): _x_{stream,meta}_info_{get,set,reset}() are for internal use, don't use *_public() ones from inside the beast ;-) Some wrongly names "xine_" fonction renaming. CVS patchset: 5757 CVS date: 2003/11/16 23:33:42
2003-11-15change demux api:Miguel Freitas
- demuxers should not access stream->demux_thread_running - remove deprecated get_video_frame/got_video_frame_cb CVS patchset: 5732 CVS date: 2003/11/15 14:00:35
2003-11-13define FOURCC only onceMarco Zuehlke
CVS patchset: 5729 CVS date: 2003/11/13 15:23:00
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-09handle DRM-protected QT files a little more gracefully; i.e., recognizeMike Melanson
them as proper QT files but decline to play them CVS patchset: 5714 CVS date: 2003/11/09 04:46:30
2003-10-30use info_helper functions.Thibaut Mattern
CVS patchset: 5638 CVS date: 2003/10/30 00:49:07
2003-10-29special-case warning for DRM-protected Quicktime files, at least untilMike Melanson
such time that Apple's DRM is inevitably cracked CVS patchset: 5635 CVS date: 2003/10/29 01:45:52
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
CVS patchset: 5456 CVS date: 2003/10/06 15:46:20
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
CVS patchset: 5211 CVS date: 2003/07/25 21:02:04
2003-07-21- don't crash if we don't have a base MRL for the reference MRLBastien Nocera
CVS patchset: 5205 CVS date: 2003/07/21 19:28:05
2003-06-29- fix rtsp redirections, and division by zero crash, helps with:Bastien Nocera
http://stream.qtv.apple.com/events/jun/happy_wwdc/wwdc_250_100_56_ref.mov CVS patchset: 5111 CVS date: 2003/06/29 01:38:57
2003-06-16added support for 'nam' atom; this will cause xine to display the titleMike Melanson
for many Quicktime movie trailers CVS patchset: 5052 CVS date: 2003/06/16 02:44:46
2003-05-13work around 0-length atomsMike Melanson
CVS patchset: 4838 CVS date: 2003/05/13 03:13:00
2003-05-10rework the QT stsd/ImageDescription passing from demuxer -> decoderMike Melanson
CVS patchset: 4815 CVS date: 2003/05/10 04:26:17
2003-05-07recognize a 'free' atom masquerading as a 'moov' atomMike Melanson
CVS patchset: 4790 CVS date: 2003/05/07 01:19:03
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
CVS patchset: 4691 CVS date: 2003/04/26 20:15:52
2003-04-17added limited handling of traks with multiple media typesMike Melanson
CVS patchset: 4630 CVS date: 2003/04/17 06:18:09
2003-04-07missing semicolon reported by John Alexander Thacker ↵Guenter Bartsch
<thacker@polygon.math.cornell.edu> CVS patchset: 4569 CVS date: 2003/04/07 21:28:33
2003-03-28memleaksMiguel Freitas
CVS patchset: 4503 CVS date: 2003/03/28 14:55:52
2003-02-22Fix memory leakEwald Snel
CVS patchset: 4252 CVS date: 2003/02/22 14:42:58
2003-02-22Fix memory leaksEwald Snel
CVS patchset: 4244 CVS date: 2003/02/22 10:55:46
2003-02-21stray debug statementMike Melanson
CVS patchset: 4229 CVS date: 2003/02/21 05:24:36
2003-02-21added support for QT reference atomsMike Melanson
CVS patchset: 4228 CVS date: 2003/02/21 04:51:22
2003-02-20yea verily, the QT demuxer now operates on top of non-seekable inputMike Melanson
(under certain constraints) CVS patchset: 4214 CVS date: 2003/02/20 05:34:52
2003-02-19always issue BUF_FLAG_SEEK when sending a new ptsMike Melanson
CVS patchset: 4200 CVS date: 2003/02/19 03:07:55