Port r13909 from the mainline.
[xiph/unicode.git] / xiph-qt / ChangeLog
blob2f8d9b80eae7f991696cc3956f33ea120474ce88
1 === release 0.1.8 ===
3 2007-09-02  Arek Korbik  <arkadini@gmail.com>
5         * OggImport/src/OggImport.c:
6         * OggImport/src/importer_types.h:
7         Completely avoid idling for small files; keep track of the actual
8         duration of sample references inserted into the movie, for stats.
10 2007-09-01  Arek Korbik  <arkadini@gmail.com>
12         * OggImport/src/OggImport.r:
13         Add the new proposed file extensions and MIME types (from
14         http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions) to
15         the OggImport component.
17 2007-08-26  Arek Korbik  <arkadini@gmail.com>
19         patch by: mobodo at metakine dot com
21         * OggExport/src/stream_video.c:
22         Make OggExport use default/pre-configured settings when source
23         video component doesn't specify any; don't treat paramErr as error
24         while configuring video streams.
26 2007-08-26  Arek Korbik  <arkadini@gmail.com>
28         * OggImport/src/OggImport.c:
29         * OggImport/src/importer_types.h:
30         * OggImport/src/stream_theora.c:
31         Improve idle loading of files with video - uses slightly more
32         memory but all avoidable stalling is being avoided.  Fixes #1151.
34         * ChangeLog:
35         Add the ChangeLog file.