Changeset 1038
- Timestamp:
- 04/02/09 16:19:04 (1 year ago)
- Files:
-
- trunk/CPFPerianPrefPaneController.h (modified) (1 diff)
- trunk/CPFPerianPrefPaneController.m (modified) (1 diff)
- trunk/Codecprintf.c (modified) (1 diff)
- trunk/Codecprintf.h (modified) (1 diff)
- trunk/ColorConversions.c (modified) (1 diff)
- trunk/ColorConversions.h (modified) (1 diff)
- trunk/CommonUtils.c (modified) (1 diff)
- trunk/CommonUtils.h (modified) (1 diff)
- trunk/ECQTComponent.h (modified) (2 diffs)
- trunk/ECQTComponent.m (modified) (2 diffs)
- trunk/FFissionCodec/FFissionCodec.cpp (modified) (1 diff)
- trunk/FFissionCodec/FFissionCodec.h (modified) (1 diff)
- trunk/FFissionCodec/FFissionCodec.r (modified) (1 diff)
- trunk/FFissionCodec/FFissionDecoder.cpp (modified) (1 diff)
- trunk/FFissionCodec/FFissionDecoder.h (modified) (1 diff)
- trunk/FrameBuffer.c (modified) (1 diff)
- trunk/FrameBuffer.h (modified) (1 diff)
- trunk/GBPerianPanePListGenerator.m (modified) (1 diff)
- trunk/Perian.xcodeproj/project.pbxproj (modified) (4 diffs)
- trunk/Subtitles/SubATSUIRenderer.h (modified) (1 diff)
- trunk/Subtitles/SubATSUIRenderer.m (modified) (1 diff)
- trunk/Subtitles/SubContext.h (modified) (1 diff)
- trunk/Subtitles/SubContext.m (modified) (1 diff)
- trunk/Subtitles/SubImport.h (modified) (1 diff)
- trunk/Subtitles/SubImport.mm (modified) (1 diff)
- trunk/Subtitles/SubParsing.h (modified) (1 diff)
- trunk/Subtitles/SubParsing.m.rl (modified) (1 diff)
- trunk/Subtitles/SubRenderer.h (modified) (1 diff)
- trunk/Subtitles/SubUtilities.h (modified) (1 diff)
- trunk/Subtitles/SubUtilities.m (modified) (1 diff)
- trunk/TextSubCodec.c (modified) (1 diff)
- trunk/TextSubCodec.h (modified) (1 diff)
- trunk/TextSubCodec.r (modified) (1 diff)
- trunk/TextSubCodecDispatch.h (modified) (1 diff)
- trunk/Update Checker Sources/UpdateCheckerAppDelegate.h (modified) (1 diff)
- trunk/Update Checker Sources/UpdateCheckerAppDelegate.m (modified) (1 diff)
- trunk/Update Checker Sources/main.m (modified) (1 diff)
- trunk/VobSubCodec.c (modified) (1 diff)
- trunk/VobSubCodec.h (modified) (1 diff)
- trunk/VobSubCodec.r (modified) (1 diff)
- trunk/VobSubCodecDispatch.h (modified) (1 diff)
- trunk/bitstream_info.c (modified) (1 diff)
- trunk/bitstream_info.h (modified) (1 diff)
- trunk/config.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CPFPerianPrefPaneController.h
r923 r1038 1 /* CPFPerianPrefPaneController */ 1 /* 2 * CPFPerianPrefPaneController.h 3 * 4 * This file is part of Perian. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with FFmpeg; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 2 20 3 21 #import <Cocoa/Cocoa.h> trunk/CPFPerianPrefPaneController.m
r1031 r1038 1 /* 2 * CPFPerianPrefPaneController.m 3 * 4 * This file is part of Perian. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with FFmpeg; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 20 1 21 #import "CPFPerianPrefPaneController.h" 2 22 #import "UpdateCheckerAppDelegate.h" trunk/Codecprintf.c
r1036 r1038 1 1 /* 2 * Codecprintf.c3 * Perian2 * Codecprintf.c 3 * Created by Augie Fackler on 7/16/06. 4 4 * 5 * Created by Augie Fackler on 7/16/06. 6 * Copyright 2006 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/Codecprintf.h
r1003 r1038 1 1 /* 2 * Codecprintf.h3 * Perian2 * Codecprintf.h 3 * Created by Augie Fackler on 7/16/06. 4 4 * 5 * Created by Augie Fackler on 7/16/06. 6 * Copyright 2006 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/ColorConversions.c
r1027 r1038 1 1 /* 2 * ColorConversions.h3 * Perian2 * ColorConversions.c 3 * Created by Alexander Strange on 1/10/07. 4 4 * 5 * Created by Alexander Strange on 1/10/07. 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 5 * This file is part of Perian. 10 6 * 11 * This library is distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14 * Lesser General Public License for more details.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 15 11 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 20 */ 20 21 trunk/ColorConversions.h
r1027 r1038 1 1 /* 2 * ColorConversions.h3 * Perian2 * ColorConversions.h 3 * Created by Alexander Strange on 1/10/07. 4 4 * 5 * Created by Alexander Strange on 1/10/07. 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 5 * This file is part of Perian. 10 6 * 11 * This library is distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14 * Lesser General Public License for more details.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 15 11 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 21 19 22 20 23 #include <Carbon/Carbon.h> trunk/CommonUtils.c
r1031 r1038 1 1 /* 2 * CommonUtils.c3 * Perian2 * CommonUtils.h 3 * Created by David Conrad on 10/13/06. 4 4 * 5 * Created by David Conrad on 10/13/06. 6 * Copyright 2006 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/CommonUtils.h
r1031 r1038 1 1 /* 2 * CommonUtils.h3 * Perian2 * CommonUtils.h 3 * Created by David Conrad on 10/13/06. 4 4 * 5 * Created by David Conrad on 10/13/06. 6 * Copyright 2006 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/ECQTComponent.h
r887 r1038 1 /* 2 * ECQTComponent.m 3 * Copyright (c) 2006 Ken Aspeslagh 4 * 5 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 7 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 10 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 11 * THE SOFTWARE. 12 */ 1 13 // 2 14 // ECQTComponent.h … … 4 16 // 5 17 // Created by Ken on 12/15/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved.7 18 // 8 19 trunk/ECQTComponent.m
r1031 r1038 1 /* 2 * ECQTComponent.m 3 * Copyright (c) 2006 Ken Aspeslagh 4 * 5 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 6 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 7 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 8 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 9 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 10 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 11 * THE SOFTWARE. 12 */ 13 1 14 // 2 15 // ECQTComponent.m … … 4 17 // 5 18 // Created by Ken on 12/15/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved.7 19 // 8 20 trunk/FFissionCodec/FFissionCodec.cpp
r1003 r1038 1 1 /* 2 * FFissionCodec.cpp 2 * FFissionCodec.cpp 3 * Copyright (c) 2006 David Conrad 3 4 * 4 * Copyright (c) 2006 David Conrad5 * This file is part of Perian. 5 6 * 6 * This programis free software; you can redistribute it and/or7 * modify it under the terms of the GNU Lesser General Public8 * License as published by the Free Software Foundation;9 * version 2.1 of the License.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 10 11 * 11 * This programis distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14 * Lesser General Public License for more details.12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 15 16 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 */ 21 21 trunk/FFissionCodec/FFissionCodec.h
r513 r1038 1 1 /* 2 * FFissionCodec.h 2 * FFissionCodec.h 3 * Copyright (c) 2006 David Conrad 3 4 * 4 * Copyright (c) 2006 David Conrad5 * This file is part of Perian. 5 6 * 6 * This programis free software; you can redistribute it and/or7 * modify it under the terms of the GNU Lesser General Public8 * License as published by the Free Software Foundation;9 * version 2.1 of the License.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 10 11 * 11 * This programis distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14 * Lesser General Public License for more details.12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 15 16 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 */ 21 21 22 22 23 #ifndef __FFISSIONCODEC_H__ trunk/FFissionCodec/FFissionCodec.r
r923 r1038 1 /* 2 * FFissionCodec.r 3 * 4 * This file is part of Perian. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with FFmpeg; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 1 20 //============================================================================= 2 21 // The thng and related resources trunk/FFissionCodec/FFissionDecoder.cpp
r1029 r1038 1 1 /* 2 * FFissionDecoder.cpp 2 * FFissionDecoder.cpp 3 * Copyright (c) 2006 David Conrad 3 4 * 4 * Copyright (c) 2006 David Conrad5 * This file is part of Perian. 5 6 * 6 * This programis free software; you can redistribute it and/or7 * modify it under the terms of the GNU Lesser General Public8 * License as published by the Free Software Foundation;9 * version 2.1 of the License.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 10 11 * 11 * This programis distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14 * Lesser General Public License for more details.12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 15 16 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 */ 21 21 22 22 23 #include "FFissionDecoder.h" trunk/FFissionCodec/FFissionDecoder.h
r1025 r1038 1 1 /* 2 * FFissionDecoder.h 2 * FFissionDecoder.h 3 * Copyright (c) 2006 David Conrad 3 4 * 4 * Copyright (c) 2006 David Conrad5 * This file is part of Perian. 5 6 * 6 * This programis free software; you can redistribute it and/or7 * modify it under the terms of the GNU Lesser General Public8 * License as published by the Free Software Foundation;9 * version 2.1 of the License.7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 10 11 * 11 * This programis distributed in the hope that it will be useful,12 * but WITHOUT ANY WARRANTY; without even the implied warranty of13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14 * Lesser General Public License for more details.12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 15 16 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this program; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 */ 21 21 trunk/FrameBuffer.c
r982 r1038 1 1 /* 2 * FrameBuffer.c 3 * Perian 4 * 5 * Created by Graham Booker on 1/30/07. 6 * Copyright 2007 Perian Project. All rights reserved. 7 * 2 * FrameBuffer.c 3 * Created by Graham Booker on 1/30/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/FrameBuffer.h
r980 r1038 1 1 /* 2 * FrameBuffer.h3 * Perian2 * FrameBuffer.h 3 * Created by Graham Booker on 1/30/07. 4 4 * 5 * Created by Graham Booker on 1/30/07. 6 * Copyright 2007 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/GBPerianPanePListGenerator.m
r923 r1038 1 1 /* 2 * GBPerianPanePListGenerator.c3 * Perian2 * CPFPerianPrefPaneController.h 3 * Created by Graham Booker on 1/6/07. 4 4 * 5 * Created by Graham Booker on 1/6/07. 6 * Copyright 2007 Graham Booker. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 10 #include "GBPerianPanePListGenerator.h"11 22 #import "CPFPerianPrefPaneController.h" 12 23 trunk/Perian.xcodeproj/project.pbxproj
r1036 r1038 697 697 F57755F40B51EB1800C7D833 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 698 698 F5CFD1B40B50009000616865 /* PerianPanePListGenerator */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PerianPanePListGenerator; sourceTree = BUILT_PRODUCTS_DIR; }; 699 F5CFD1BC0B5000CE00616865 /* GBPerianPanePListGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GBPerianPanePListGenerator.h; sourceTree = "<group>"; };700 699 F5CFD1BD0B5000CE00616865 /* GBPerianPanePListGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GBPerianPanePListGenerator.m; sourceTree = "<group>"; }; 701 700 F5CFD2C90B5012A100616865 /* A52Codec.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = A52Codec.xcodeproj; path = a52codec/A52Codec.xcodeproj; sourceTree = "<group>"; }; … … 845 844 61D517720AE0402E00A671E1 /* CommonUtils.c */, 846 845 6116E74E0B4738CE0020F1CE /* CodecIDs.h */, 847 3D41BEBC0BCD63510069E7C2 /* UniversalDetector.h */,848 846 ); 849 847 indentWidth = 4; … … 971 969 3D211A210B6B1A660051299D /* SubUtilities.h */, 972 970 3D211A220B6B1A660051299D /* SubUtilities.m */, 971 3D41BEBC0BCD63510069E7C2 /* UniversalDetector.h */, 973 972 3D41BE8C0BCD3B330069E7C2 /* UniversalDetector.xcodeproj */, 974 973 6123D6220AD0A3FE003EDE52 /* VobSubCodec.c */, … … 1146 1145 83D1D6E00B4C81F200E09EC9 /* CPFPerianPrefPaneController.h */, 1147 1146 83D1D6E10B4C81F200E09EC9 /* CPFPerianPrefPaneController.m */, 1148 F5CFD1BC0B5000CE00616865 /* GBPerianPanePListGenerator.h */,1149 1147 F5CFD1BD0B5000CE00616865 /* GBPerianPanePListGenerator.m */, 1150 1148 ); trunk/Subtitles/SubATSUIRenderer.h
r1013 r1038 1 // 2 // SubATSUIRenderer.h 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/30/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubATSUIRenderer.h 3 * Created by Alexander Strange on 7/30/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #ifdef __cplusplus trunk/Subtitles/SubATSUIRenderer.m
r1036 r1038 1 // 2 // SubATSUIRenderer.m 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/30/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubATSUIRenderer.m 3 * Created by Alexander Strange on 7/30/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import "SubATSUIRenderer.h" trunk/Subtitles/SubContext.h
r1027 r1038 1 // 2 // SubContext.h 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/28/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubContext.h 3 * Created by Alexander Strange on 7/28/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import <Cocoa/Cocoa.h> trunk/Subtitles/SubContext.m
r1036 r1038 1 // 2 // SubContext.m 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/28/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubContext.m 3 * Created by Alexander Strange on 7/28/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import "SubContext.h" trunk/Subtitles/SubImport.h
r1036 r1038 1 // 2 // SubImport.h 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/24/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubParsing.h 3 * Created by Alexander Strange on 7/24/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #ifndef __SUBIMPORT_H__ trunk/Subtitles/SubImport.mm
r1036 r1038 1 // 2 // SubImport.m 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/24/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubImport.mm 3 * Created by Alexander Strange on 7/24/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #include <QuickTime/QuickTime.h> trunk/Subtitles/SubParsing.h
r1036 r1038 1 1 /* 2 * SubParsing.h3 * SSARender22 * SubParsing.h 3 * Created by Alexander Strange on 7/25/07. 4 4 * 5 * Created by Alexander Strange on 7/25/07. 6 * Copyright 2007 __MyCompanyName__. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/Subtitles/SubParsing.m.rl
r1036 r1038 1 1 /* 2 * SubParsing.c3 * SSARender22 * SubParsing.m.rl 3 * Created by Alexander Strange on 7/25/07. 4 4 * 5 * Created by Alexander Strange on 7/25/07. 6 * Copyright 2007 __MyCompanyName__. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/Subtitles/SubRenderer.h
r1036 r1038 1 1 /* 2 * SubRender.h3 * SSARender22 * SubRenderer.h 3 * Created by Alexander Strange on 7/28/07. 4 4 * 5 * Created by Alexander Strange on 7/28/07. 6 * Copyright 2007 __MyCompanyName__. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/Subtitles/SubUtilities.h
r697 r1038 1 // 2 // SubUtilities.h 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/28/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubUtilities.h 3 * Created by Alexander Strange on 7/28/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import <Cocoa/Cocoa.h> trunk/Subtitles/SubUtilities.m
r1023 r1038 1 // 2 // SubUtilities.m 3 // SSARender2 4 // 5 // Created by Alexander Strange on 7/28/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * SubUtilities.m 3 * Created by Alexander Strange on 7/28/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import "SubUtilities.h" trunk/TextSubCodec.c
r1031 r1038 1 /* 2 * TextSubCodec.c 3 * Created by David Conrad on 3/21/06. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 1 21 2 22 #if __MACH__ trunk/TextSubCodec.h
r887 r1038 1 1 /* 2 * TextSubCodec.h3 * QTSub2 * TextSubCodec.h 3 * Created by David Conrad on 3/21/06. 4 4 * 5 * Created by David Conrad on 3/21/06. 6 * Copyright 2006 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 #include "CodecIDs.h" trunk/TextSubCodec.r
r990 r1038 1 /* 2 * TextSubCodec.r 3 * 4 * This file is part of Perian. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with FFmpeg; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 1 20 2 21 #include "TextSubCodec.h" trunk/TextSubCodecDispatch.h
r143 r1038 1 1 /* 2 * TextSubCodecDispatch.h 3 * Created by David Conrad on 3/21/06. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 2 21 #if !TARGET_CPU_68K 3 22 ComponentSelectorOffset (8) trunk/Update Checker Sources/UpdateCheckerAppDelegate.h
r923 r1038 1 // 2 // UpdateCheckerAppDelegate.h 3 // Perian 4 // 5 // Created by Augie Fackler on 1/6/07. 6 // Copyright 2007 Augie Fackler. All rights reserved. 7 // 1 /* 2 * UpdateCheckerAppDelegate.h 3 * Created by Augie Fackler on 1/6/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import <Cocoa/Cocoa.h> trunk/Update Checker Sources/UpdateCheckerAppDelegate.m
r1031 r1038 1 // 2 // UpdateCheckerAppDelegate.m 3 // Perian 4 // 5 // Created by Augie Fackler on 1/6/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * UpdateCheckerAppDelegate.m 3 * Created by Augie Fackler on 1/6/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 21 8 22 // This is really just a heavily-customized version of SUUpdate designed 9 23 // so that the updates are done using an app and not a framework. We do trunk/Update Checker Sources/main.m
r923 r1038 1 // 2 // main.m 3 // Perian 4 // 5 // Created by Augie Fackler on 1/7/07. 6 // Copyright 2007 __MyCompanyName__. All rights reserved. 7 // 1 /* 2 * Perian Update Checker main.m 3 * Created by Augie Fackler on 1/6/07. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 8 21 9 22 #import <Cocoa/Cocoa.h> trunk/VobSubCodec.c
r1009 r1038 1 /* 2 * VobSubCodec.h 3 * Created by David Conrad on 3/4/06. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 1 21 2 22 #include <Carbon/Carbon.h> trunk/VobSubCodec.h
r887 r1038 1 1 /* 2 * VobSubCodec.h3 * QTSub2 * VobSubCodec.h 3 * Created by David Conrad on 3/4/06. 4 4 * 5 * Created by David Conrad on 3/4/06. 6 * Copyright 2006 Perian Project. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 #include "CodecIDs.h" trunk/VobSubCodec.r
r785 r1038 1 /* 2 * VobSubCodec.r 3 * 4 * This file is part of Perian. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with FFmpeg; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 1 20 2 21 #include "VobSubCodec.h" trunk/VobSubCodecDispatch.h
r339 r1038 1 /* 2 * VobSubCodecDispatch.h 3 * Created by David Conrad on 3/4/06. 4 * 5 * This file is part of Perian. 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 */ 1 21 2 22 #if !TARGET_CPU_68K trunk/bitstream_info.c
r1022 r1038 1 1 /* 2 * bitstream_info.c3 * Perian2 * bitstream_info.h 3 * Created by Graham Booker on 1/6/07. 4 4 * 5 * Created by Graham Booker on 1/6/07. 6 * Copyright 2007 Graham Booker. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/bitstream_info.h
r1014 r1038 1 1 /* 2 * bitstream_info.h3 * Perian2 * bitstream_info.h 3 * Created by Graham Booker on 1/6/07. 4 4 * 5 * Created by Graham Booker on 1/6/07. 6 * Copyright 2007 Graham Booker. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21 trunk/config.h
r887 r1038 1 1 /* 2 * ff_config.h3 * Perian2 * ff_config.h 3 * Created by Alexander Strange on 3/14/08. 4 4 * 5 * Created by Alexander Strange on 3/14/08. 6 * Copyright 2008 Alexander Strange. All rights reserved. 5 * This file is part of Perian. 7 6 * 7 * This library is free software; you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 2.1 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with FFmpeg; if not, write to the Free Software 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 8 20 */ 9 21
