Recognizes if input is ogg or not.
[xiph.git] / xiph-qt / ChangeLog
blob840a2c9583a9295893d3cbcb598dd61fc72f7a0b
1 2008-06-17  Arek Korbik  <arkadini@gmail.com>
3         * OggImport/src/stream_theora.c: Don't feed ogg pages when not going
4         to extract packets! Fixes #1379.
6 2008-05-11  Arek Korbik  <arkadini@gmail.com>
8         * Theora/src/TheoraDecoder.c: Rename ystride -> stride in theora
9         structures.
11         * build-macosx/XiphQT.xcodeproj/project.pbxproj:
12         * build-macosx/flac-support/FLAC.xcodeproj/project.pbxproj:
13         Update Xcode project files - make it build again.
15 === release 0.1.8 ===
17 2007-09-02  Arek Korbik  <arkadini@gmail.com>
19         * OggImport/src/OggImport.c:
20         * OggImport/src/importer_types.h:
21         Completely avoid idling for small files; keep track of the actual
22         duration of sample references inserted into the movie, for stats.
24 2007-09-01  Arek Korbik  <arkadini@gmail.com>
26         * OggImport/src/OggImport.r:
27         Add the new proposed file extensions and MIME types (from
28         http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions) to
29         the OggImport component.
31 2007-08-26  Arek Korbik  <arkadini@gmail.com>
33         patch by: mobodo at metakine dot com
35         * OggExport/src/stream_video.c:
36         Make OggExport use default/pre-configured settings when source
37         video component doesn't specify any; don't treat paramErr as error
38         while configuring video streams.
40 2007-08-26  Arek Korbik  <arkadini@gmail.com>
42         * OggImport/src/OggImport.c:
43         * OggImport/src/importer_types.h:
44         * OggImport/src/stream_theora.c:
45         Improve idle loading of files with video - uses slightly more
46         memory but all avoidable stalling is being avoided.  Fixes #1151.
48         * ChangeLog:
49         Add the ChangeLog file.