root/tags/perian-1.1.0

Name Size Rev Age Last Change
../
ACPublic 219 4 years dconrad: WMA v1 and v2 decoder. Tested with samples in AVI. Refs #38
atv 651 3 years tick: Let's look in ~ if the / location doesn't have perian. My bash scripting …
CAPublicUtility 741 3 years gbooker: Work around Apple's code which seems to intentially make all AC-3 audio …
English.lproj 253 4 years durin42: Remove some vestigial resource files that are no longer needed because we …
FFissionCodec 690 3 years dconrad: Fix silly typo
French.lproj 253 4 years durin42: Remove some vestigial resource files that are no longer needed because we …
Perian.xcodeproj 782 3 years astrange: Partially revert r781 since the regression on Tiger is worse than the …
PerianPrefPane.nib 786 3 years astrange: Rearrange 'About Perian'
Plists 800 2 years astrange: No more beta
Release 800 2 years astrange: No more beta
Subtitles 795 2 years astrange: Treat invalid subtitle alignments as bottom-centered.
UniversalDetector 743 3 years astrange: Mark some void* as strong for objc-gc.
Update Checker Sources 624 3 years gbooker: Only display error messages if the user either requested the update, or if …
archiveComponents.sh 1.0 KB 434 3 years gbooker: Fixed the build script to work with the new prefpane name.
bitstream_info.c 22.1 KB 799 2 years astrange: Don't fill the parser context with uninitialized data.
bitstream_info.h 1.4 KB 797 2 years astrange: Note Fraps version in the readme. Don't try to decode 4:2:2 H.264 in case …
CodecIDs.h 3.5 KB 681 3 years dconrad: Snow decoder
Codecprintf.c 1.7 KB 332 3 years astrange: Revert broken end-time handling in overlap handling to old (also broken) …
Codecprintf.h 494 bytes 214 4 years dconrad: Codecprintf is C, declare as such so we can use it in C++ code
ColorConversions.c 11.6 KB 629 3 years astrange: Mark EyeTV MPEG Support as obsoleted. Minor change to SSE2 color …
ColorConversions.h 1.4 KB 344 3 years astrange: Use unsigned int in ColorConversions?.c; clean up loops to only multiply …
CommonUtils.c 7.9 KB 761 3 years astrange: Add the correct ISO 639 language for Hungarian. (closes #278) Patch by …
CommonUtils.h 1.3 KB 585 3 years dconrad: Move isImageDescriptionExtensionPresent() to CommonUtils? for reuse
Components.k.h 2.4 KB 1 4 years durin42: Initial import of what was my revision 16. Good to have this in a reliable …
CPFPerianPrefPaneController.h 3.3 KB 685 3 years astrange: Add a checkbox to disable external subtitle loading. (closes #242) Clean …
CPFPerianPrefPaneController.m 30.9 KB 685 3 years astrange: Add a checkbox to disable external subtitle loading. (closes #242) Clean …
createStaticLibs.sh 5.2 KB 733 3 years astrange: Violently repair Development build, hopefully not affecting Deployment.
DataHandlerCallback.cpp 6.5 KB 395 3 years dconrad: Use simple buffered read for Matroska. 20-30% faster import.
DataHandlerCallback.h 3.6 KB 395 3 years dconrad: Use simple buffered read for Matroska. 20-30% faster import.
EI_Image.h 1.3 KB 1 4 years durin42: Initial import of what was my revision 16. Good to have this in a reliable …
exportedSymbols 208 bytes 411 3 years dconrad: Vorbis decoder (doesn't work with ogg-framed vorbis.) Refs #23
ff_dataref.c 5.8 KB 745 3 years astrange: Match the new lavf API.
ff_MovieImport.c 17.6 KB 768 3 years astrange: QT 7.4 doesn't call MovieImportFile?, breaking subtitle import completely. …
ff_MovieImportDispatch.h 2.6 KB 221 4 years durin42: As discussed and confirmed on the list, we are now switching completely to …
ff_MovieImportVersion.h 1.3 KB 763 3 years astrange: Increment component versions. Change AviImporter?'s manufacturer to 'Peri' …
ff_private.c 35.1 KB 759 3 years gbooker: Some additional error checking. Prevents freezing with damaged files, …
ff_private.h 4.3 KB 745 3 years astrange: Match the new lavf API.
ffmpeg-patch 25.4 KB 780 3 years astrange: ffmpeg: Awful hack to make sure *_pixels_mc4_mmx doesn't crash Subtitle: …
FFusion.icns 36.1 KB 1 4 years durin42: Initial import of what was my revision 16. Good to have this in a reliable …
FFusionCodec.c 52.6 KB 798 2 years astrange: Fix logic error
FFusionCodec.h 2.0 KB 763 3 years astrange: Increment component versions. Change AviImporter?'s manufacturer to 'Peri' …
FFusionCodec.r 89.7 KB 727 3 years astrange: Declare codecInfoDoesTemporal on video codecs; it might do something. …
FFusionCodecDispatch.h 4.8 KB 221 4 years durin42: As discussed and confirmed on the list, we are now switching completely to …
FrameBuffer.c 3.5 KB 777 3 years astrange: Do some memory leak hunting after codec close. Closes #287
FrameBuffer.h 1.3 KB 641 3 years gbooker: Symptom: Skip in the movie, and sometimes there are major decompression …
GBPerianPanePListGenerator.h 153 bytes 248 4 years gbooker: Automatic generation of the Components key in the prefpane plist.
GBPerianPanePListGenerator.m 2.0 KB 378 3 years gbooker: More updater stuff.
LICENSE.txt 25.8 KB 221 4 years durin42: As discussed and confirmed on the list, we are now switching completely to …
Makefile 0.7 KB 427 3 years tick: Fixing this portion of the makefile to build perianpane. Will readd a …
MatroskaCodecIDs.cpp 29.7 KB 767 3 years astrange: Fix a possible null-pointer dereference. If an AAC track is invalid …
MatroskaCodecIDs.h 2.1 KB 716 3 years astrange: Fix AAC import in ff_private and use the right API for it.
MatroskaExport.cpp 24.3 KB 119 4 years dconrad: Initial import of MatroskaQT, disabled until libebml and libmatroska are …
MatroskaExport.h 4.0 KB 119 4 years dconrad: Initial import of MatroskaQT, disabled until libebml and libmatroska are …
MatroskaExport.r 6.7 KB 355 3 years dconrad: Standardize on the 'Peri' manufacturer for decoders and exporters and tag …
MatroskaExportDispatch.h 2.5 KB 119 4 years dconrad: Initial import of MatroskaQT, disabled until libebml and libmatroska are …
MatroskaExportVersion.h 1.0 KB 119 4 years dconrad: Initial import of MatroskaQT, disabled until libebml and libmatroska are …
MatroskaImport.cpp 10.2 KB 768 3 years astrange: QT 7.4 doesn't call MovieImportFile?, breaking subtitle import completely. …
MatroskaImport.h 10.4 KB 658 3 years astrange: Heavily rewrite the subtitle code, should be cleaner and faster and …
MatroskaImport.r 11.2 KB 327 3 years dconrad: Change manufacturer for Matroska Importer to the media subtype that it …
MatroskaImportDispatch.h 2.4 KB 265 4 years dconrad: First try at mkv idle importing. Refs #29.
MatroskaImportPrivate.cpp 39.1 KB 767 3 years astrange: Fix a possible null-pointer dereference. If an AAC track is invalid …
MatroskaImportVersion.h 0.9 KB 763 3 years astrange: Increment component versions. Change AviImporter?'s manufacturer to 'Peri' …
MkvExportPrivate.cpp 13.2 KB 138 4 years dconrad: Build libebml/libmatroska from the XCode project.
MkvExportPrivate.h 1.4 KB 119 4 years dconrad: Initial import of MatroskaQT, disabled until libebml and libmatroska are …
Perian_icon.icns 158.6 KB 776 3 years astrange: Perian is no longer brought to you by the letter Q
PerianAviImporter.r 9.1 KB 763 3 years astrange: Increment component versions. Change AviImporter?'s manufacturer to 'Peri' …
TextSubCodec.c 17.8 KB 780 3 years astrange: ffmpeg: Awful hack to make sure *_pixels_mc4_mmx doesn't crash Subtitle: …
TextSubCodec.h 418 bytes 313 4 years astrange: Renderer for SSA subtitles. (!!!) Supports most files, w/ text styles. …
TextSubCodec.r 6.7 KB 785 3 years astrange: Don't claim to be able to spool in the subtitle codecs.
TextSubCodecDispatch.h 3.5 KB 143 4 years dconrad: Basic support for plain-text UTF-8 subtitles in Matroska (non-ASCII …
VobSubCodec.c 16.0 KB 648 3 years dconrad: Don't write outside the picture
VobSubCodec.h 355 bytes 218 4 years dconrad: Move the codec fourccs that we define to its own header so it can be …
VobSubCodec.r 4.4 KB 785 3 years astrange: Don't claim to be able to spool in the subtitle codecs.
VobSubCodecDispatch.h 3.4 KB 339 3 years dconrad: Some cleanup of VobSub? decoder
XCAResources.r 4.7 KB 219 4 years dconrad: WMA v1 and v2 decoder. Tested with samples in AVI. Refs #38
Note: See TracBrowser for help on using the browser.