Changeset 931
- Timestamp:
- 08/25/08 16:41:15 (3 months ago)
- Files:
-
- branches/perian-1.1/CommonUtils.c (modified) (1 diff)
- branches/perian-1.1/Patches/ffmpeg-no-interlaced.diff (added)
- branches/perian-1.1/Release/Changes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/perian-1.1/CommonUtils.c
r928 r931 341 341 //Codecprintf(NULL, "Frame Dropping enabled is %d for %s\n", enabled, CFStringGetCStringPtr(myProcessName, kCFStringEncodingMacRoman)); 342 342 CFRelease(myProcessName); 343 CFRelease(p ath);343 CFRelease(processInformation); 344 344 } 345 345 } branches/perian-1.1/Release/Changes.txt
r922 r931 11 11 - Strange values in MKV chapters or video sizes are handled better 12 12 - Initial support for SAMI subtitles added 13 - Worked around a QuickTime bug (#5770288) causing frames to be lost during export 13 14 - New codecs: DosBox ZMBV, VP6+Alpha, Nellymoser ASAO 14 15 FFmpeg:
