comparison mov.c @ 2042:27f583883ab4 libavformat

remove now obsolete and no more true comments
author bcoudurier
date Thu, 26 Apr 2007 08:42:21 +0000
parents 5dd45d0a5340
children fee0acdb8156
comparison
equal deleted inserted replaced
2041:b377fc84b6f9 2042:27f583883ab4
36 * First version by Francois Revol revol@free.fr 36 * First version by Francois Revol revol@free.fr
37 * Seek function by Gael Chardon gael.dev@4now.net 37 * Seek function by Gael Chardon gael.dev@4now.net
38 * 38 *
39 * Features and limitations: 39 * Features and limitations:
40 * - reads most of the QT files I have (at least the structure), 40 * - reads most of the QT files I have (at least the structure),
41 * the exceptions are .mov with zlib compressed headers ('cmov' section). It shouldn't be hard to implement.
42 * FIXED, Francois Revol, 07/17/2002
43 * - ffmpeg has nearly none of the usual QuickTime codecs,
44 * although I succesfully dumped raw and mp3 audio tracks off .mov files.
45 * Sample QuickTime files with mp3 audio can be found at: http://www.3ivx.com/showcase.html 41 * Sample QuickTime files with mp3 audio can be found at: http://www.3ivx.com/showcase.html
46 * - .mp4 parsing is still hazardous, although the format really is QuickTime with some minor changes
47 * (to make .mov parser crash maybe ?), despite what they say in the MPEG FAQ at
48 * http://mpeg.telecomitalialab.com/faq.htm
49 * - the code is quite ugly... maybe I won't do it recursive next time :-) 42 * - the code is quite ugly... maybe I won't do it recursive next time :-)
50 * - seek is not supported with files that contain edit list
51 * 43 *
52 * Funny I didn't know about http://sourceforge.net/projects/qt-ffmpeg/ 44 * Funny I didn't know about http://sourceforge.net/projects/qt-ffmpeg/
53 * when coding this :) (it's a writer anyway) 45 * when coding this :) (it's a writer anyway)
54 * 46 *
55 * Reference documents: 47 * Reference documents: