root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @876 [876] 05/08/08 15:33:27 astrange Add VP6A, and some associated fixes for it and ZMBV. Might not work until …
(edit) @875 [875] 05/08/08 13:25:26 astrange Update externals URLs.
(edit) @874 [874] 05/06/08 15:47:39 astrange Wrap the font cache destructor in an autorelease pool, in case it needs …
(edit) @873 [873] 05/04/08 20:08:03 astrange Hack that kind of allows subtitles in Front Row, maybe. Patch by capri92
(edit) @872 [872] 05/04/08 19:42:27 astrange SAMI subtitle importing. Patch by capri91 (gmail com).
(edit) @871 [871] 05/04/08 19:39:27 astrange Reinit parsers if they weren't inited. This is impossible but apparently …
(edit) @870 [870] 04/30/08 14:23:44 gbooker The whole if statement needs to be commented out if its body is
(edit) @869 [869] 04/30/08 14:21:07 gbooker Added 'ZMBV' (DosBox? Capture)
(edit) @868 [868] 04/30/08 14:19:43 gbooker Added RGB24 (doesn't seem to be an edian issue with this one as there was …
(edit) @867 [867] 04/29/08 11:49:58 astrange Don't apply the PIC patch ever, since it doesn't work atm.
(edit) @866 [866] 04/22/08 22:42:09 astrange Reorder font lookups and add a cleanup function for the cache.
(edit) @865 [865] 04/22/08 21:19:11 astrange Improve SSA parsing for files with stray [ in them.
(edit) @864 [864] 04/22/08 13:49:42 astrange Make SSA font names case-insensitive.
(edit) @863 [863] 04/22/08 00:20:23 astrange Bad logic in last commit :(
(edit) @862 [862] 04/22/08 00:04:59 astrange Don't add chapter entries if their times are invalid. (fixes kurenai)
(edit) @861 [861] 04/20/08 21:02:17 astrange Complain, but don't crash if the parser is NULL when it shouldn't be.
(edit) @860 [860] 04/20/08 20:12:05 astrange Possibly fix the Xcode 3.0 build by disabling all the assembly, until …
(edit) @859 [859] 04/20/08 19:59:23 astrange Improve autodetection of Korean text. Patch by Cheolgi Kim (cheolgi - …
(edit) @858 [858] 04/20/08 17:42:32 gbooker Only use 'ac-3' if the sample contains a single ac3 frame, and nothing …
(edit) @857 [857] 04/20/08 13:09:23 astrange Write the correct clap/pasp atoms, fixing 16:9 video when people turn on …
(edit) @856 [856] 04/20/08 10:57:34 astrange Fix the fallback to Helvetica for subtitles.
(edit) @855 [855] 04/20/08 00:22:29 astrange Use depth=24 for files with depth set to 12. Closes #193 although it's not …
(edit) @854 [854] 04/19/08 23:51:23 astrange Delete the function I just obsoleted.
(edit) @853 [853] 04/19/08 23:46:50 astrange ff_private: By popular request, anamorphic AVI! Matroska: Merge duplicate …
(edit) @852 [852] 04/19/08 03:21:58 astrange Matroska: Fix FLAC import on my samples. (closes #262) Subtitles: Comment.
(edit) @851 [851] 04/19/08 01:27:50 astrange Bugfix and optimize the last commit. Also, fix a memory leak.
(edit) @850 [850] 04/18/08 23:31:08 astrange Preroll subtitle fonts when loading the file. This moves the annoying …
(edit) @849 [849] 04/18/08 16:45:45 astrange Matroska: Remove some duplicate code and reorder for …
(edit) @848 [848] 04/18/08 15:51:45 astrange Fix line breaking some more; it was completely wrong after the first hard …
(edit) @847 [847] 04/17/08 11:17:35 gbooker Added back missing declaration of i
(edit) @846 [846] 04/17/08 08:17:35 astrange Fix the bug causing newlines to be added in the wrong place.
(edit) @845 [845] 04/17/08 05:31:09 astrange Use kUCTextBreakIterateMask properly (optimization, not a bug fix). …
(edit) @844 [844] 04/14/08 16:22:07 astrange Fix building
(edit) @843 [843] 04/14/08 08:29:02 astrange change Read Me wording, add NUV
(edit) @842 [842] 04/02/08 21:05:08 gbooker Reverted r741 since Apple has fixed the bug in the latest QT
(edit) @841 [841] 03/31/08 14:37:29 astrange Redo r838 in a better way. Add anotther -description.
(edit) @840 [840] 03/31/08 14:30:46 astrange Fix Deployment builds.
(edit) @839 [839] 03/30/08 22:48:02 astrange Properly turn shadows off after they're used. This and the last commit fix …
(edit) @838 [838] 03/30/08 21:11:52 astrange Fix the \fsp tag and allow negative numbers in \pos.
(edit) @837 [837] 03/30/08 20:04:17 astrange Fix the ffmpeg build.
(edit) @836 [836] 03/24/08 14:29:25 gbooker Well, gcc assumes that we don't modify inputs to asm constraints, and we …
(edit) @835 [835] 03/17/08 16:28:28 astrange Add -faltivec to ffmpeg's PPC cflags, -maltivec is broken on some Apple …
(edit) @834 [834] 03/14/08 15:13:42 gbooker Added some locking on the updater
(edit) @833 [833] 03/14/08 14:44:58 astrange Fix compilation with today's ffmpeg, which includes config.h in a header.
(edit) @832 [832] 03/14/08 14:42:51 gbooker Enabled Techsmith Screen Capture
(edit) @831 [831] 03/14/08 14:40:09 gbooker Corrected color conversion for BGR24 to RGB24
(edit) @830 [830] 03/13/08 11:23:48 astrange Since ffmpeg's configure is fixed to turn off PIC by default now, enable …
(edit) @829 [829] 03/13/08 09:26:48 gbooker Output constraists (which there or none) were missing
(edit) @828 [828] 03/12/08 23:55:59 astrange Factor out some common YUV code and mark stuff unlikely() if it is.
(edit) @827 [827] 03/12/08 18:31:12 gbooker A better version of the color conversion asm
(edit) @826 [826] 03/12/08 11:41:26 gbooker Perform color conversion on final line if the height is an odd number of …
(edit) @825 [825] 03/12/08 01:16:31 gbooker The instrinsics spill, a bunch. This doesn't (except for a "cmpl %ebp, …
(edit) @824 [824] 03/11/08 16:03:40 astrange Make it build with proper PIC flags on xcode 3.0/3.1, actually fixes last …
(edit) @823 [823] 03/11/08 15:09:04 astrange Fix the shell script for Xcode 3.0. (my sh is still lame)
(edit) @822 [822] 03/07/08 12:31:27 astrange Turn PIC back off for Xcode 3.1. My sh is terrible…
(edit) @821 [821] 03/01/08 02:35:10 astrange Now that I've replaced my latin-1 files with ACTUAL latin-1 files, …
(edit) @820 [820] 02/29/08 20:37:26 astrange Write frame-dropping stats to the log if logging is on.
(edit) @819 [819] 02/29/08 13:44:10 astrange Rename some functions.
(edit) @818 [818] 02/29/08 13:43:50 astrange Report non-IDR I-frames to be P-frames, since they are. This fixes an …
(edit) @817 [817] 02/27/08 20:57:56 sky perian 1.1 source link
(edit) @816 [816] 02/27/08 20:47:34 astrange Write a lot of debug tracing to /tmp/perian.log if PerianDebugLogging? is …
(edit) @815 [815] 02/25/08 17:33:50 astrange ffmpeg is fixed again, revert our patch changes. Also delete the old file.
(edit) @814 [814] 02/25/08 13:54:42 astrange Make ffmpeg build again. (local patch to fix --disable-encoders for now, …
(edit) @813 [813] 02/22/08 23:32:05 astrange PerianUpdateCheck? is NOT gc-compatible; closes #318. (backport this to …
(edit) @812 [812] 02/18/08 19:13:31 astrange Be slightly more paranoid in case it doesn't list a profile either.
(edit) @811 [811] 02/18/08 18:37:08 astrange Properly generate the VOS for AAC in Matroska files without one. Untested …
(edit) @810 [810] 02/15/08 18:05:53 astrange Make trunk build. Turned off CAVS/WMV3 since it was easier than fixing …
(edit) @809 [809] 02/15/08 14:33:05 astrange ffmpeg doesn't check for altivec presence before setting h263 idcts; fix …
(edit) @808 [808] 02/13/08 15:08:21 sky update copyright through 2008
(edit) @807 [807] 02/13/08 11:34:03 gbooker Added another ignore
(edit) @806 [806] 02/09/08 13:55:44 astrange Merge 1.1 to trunk. If you're switching, delete ffmpeg/ first! I haven't …
(edit) @805 [805] 02/09/08 13:29:53 astrange Fix the regression with h.264 avi.
(edit) @804 [804] 02/09/08 12:37:48 gbooker Don't need this php file here anymore (especially since littpd doesn't do …
(edit) @803 [803] 02/06/08 21:42:41 gbooker Oops
(edit) @802 [802] 02/06/08 21:14:47 astrange Last-minute changes: make the dmg window a few pixels wider and make the …
(edit) @801 [801] 02/06/08 21:11:08 gbooker Release Day!!!!!
(edit) @800 [800] 02/06/08 17:01:47 astrange No more beta
(edit) @799 [799] 02/06/08 14:00:07 astrange Don't fill the parser context with uninitialized data.
(edit) @798 [798] 02/06/08 01:08:04 astrange Fix logic error
(edit) @797 [797] 02/06/08 00:21:28 astrange Note Fraps version in the readme. Don't try to decode 4:2:2 H.264 in case …
(edit) @796 [796] 01/31/08 22:36:26 sky how to contact the team, proper
(edit) @795 [795] 01/31/08 18:57:45 astrange Treat invalid subtitle alignments as bottom-centered.
(edit) @794 [794] 01/29/08 22:13:08 durin42 Nuke some bogus svn:executable flags.
(edit) @793 [793] 01/29/08 22:10:13 durin42 Add perspectivev3 to the ignore list.
(edit) @792 [792] 01/29/08 22:07:22 durin42 Initial version of an improved component management tab. I've done enough …
(edit) @791 [791] 01/29/08 16:48:47 astrange edit the readme some more
(edit) @790 [790] 01/28/08 22:40:05 astrange work on the readme
(edit) @789 [789] 01/25/08 14:36:40 gbooker upping to b2
(edit) @788 [788] 01/24/08 13:02:44 astrange Change the version to 1.1b2
(edit) @787 [787] 01/24/08 11:41:29 astrange Do data setup in component open instead of preflight; bail out of …
(edit) @786 [786] 01/24/08 10:30:31 astrange Rearrange 'About Perian'
(edit) @785 [785] 01/23/08 19:41:39 astrange Don't claim to be able to spool in the subtitle codecs.
(edit) @784 [784] 01/22/08 22:12:10 astrange Mess with the prefpane text. (closes #295)
(edit) @783 [783] 01/22/08 15:52:29 astrange Treat PlayRes? 0 the same as not having PlayRes?. Closes #291
(edit) @782 [782] 01/21/08 20:59:11 astrange Partially revert r781 since the regression on Tiger is worse than the …
(edit) @781 [781] 01/20/08 17:38:59 astrange Disable a flag that makes QT crash in some avis. Add cleaner error …
(edit) @780 [780] 01/20/08 16:32:16 astrange ffmpeg: Awful hack to make sure *_pixels_mc4_mmx doesn't crash Subtitle: …
(edit) @779 [779] 01/19/08 12:33:27 astrange sql injection and proofreading
(edit) @778 [778] 01/19/08 02:11:26 astrange SubtitleRendererPtrs? escaping into C code could mess up GC.
(edit) @777 [777] 01/19/08 01:03:55 astrange Do some memory leak hunting after codec close. Closes #287
Note: See TracRevisionLog for help on using the revision log.