=== release 0.1.8 === 2007-09-02 Arek Korbik * OggImport/src/OggImport.c: * OggImport/src/importer_types.h: Completely avoid idling for small files; keep track of the actual duration of sample references inserted into the movie, for stats. 2007-09-01 Arek Korbik * OggImport/src/OggImport.r: Add the new proposed file extensions and MIME types (from http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions) to the OggImport component. 2007-08-26 Arek Korbik patch by: mobodo at metakine dot com * OggExport/src/stream_video.c: Make OggExport use default/pre-configured settings when source video component doesn't specify any; don't treat paramErr as error while configuring video streams. 2007-08-26 Arek Korbik * OggImport/src/OggImport.c: * OggImport/src/importer_types.h: * OggImport/src/stream_theora.c: Improve idle loading of files with video - uses slightly more memory but all avoidable stalling is being avoided. Fixes #1151. * ChangeLog: Add the ChangeLog file.