User contributions
From SDA Knowledge Base
User account "SelbyMD" is not registered.
- 16:47, 24 December 2008 (diff | hist) . . (-290) . . m Anri-chan/Source/build deps.sh (use xcodebuild rather than applescript to build afconvert)
- 16:48, 6 December 2008 (diff | hist) . . (+143) . . m Anri-chan/Source/mp4nerf.pl (fixed a bug parsing inside atoms with 64 bit lengths) (current)
- 19:04, 4 December 2008 (diff | hist) . . (+1,108) . . Anri-chan/Source/build deps.sh (x264 synced with nate's windows binary (r859))
- 14:40, 11 November 2008 (diff | hist) . . (+81) . . Anri-chan/Source/config old.ini (@avifiles and $avidir)
- 14:34, 11 November 2008 (diff | hist) . . (+90) . . Anri-chan/Source/anri.pl (q_avi auto)
- 12:21, 11 November 2008 (diff | hist) . . (+31) . . Anri-chan/Source/config old.ini (added rip_dvd auto vars)
- 12:15, 11 November 2008 (diff | hist) . . (+158) . . Anri-chan/Source/anri.pl (now rip_dvd can be automated too, that should just leave the q_avi set)
- 23:17, 10 November 2008 (diff | hist) . . (-3) . . m Anri-chan/Source/anri.pl (forgot to remove mp4nerf.pl)
- 23:14, 10 November 2008 (diff | hist) . . (-95) . . Anri-chan/Source (regrouped some items, clarified descriptions, and cleaned up whitespace)
- 22:55, 10 November 2008 (diff | hist) . . (+519) . . Anri-chan/Source/config old.ini (added auto mode vars)
- 22:42, 10 November 2008 (diff | hist) . . (+784) . . Anri-chan/Source/anri.pl (auto mode works now, which required little changes everywhere, but maybe i didn't overlook anything)
- 12:22, 8 November 2008 (diff | hist) . . (+142) . . Anri-chan/Source (added build_deps.sh)
- 12:10, 8 November 2008 (diff | hist) . . (+7,022) . . N Anri-chan/Source/build deps.sh (added script to build osx dependencies)
- 14:31, 15 October 2008 (diff | hist) . . (+12) . . m Anri-chan/Source/anri.pl (appearantly tr doesn't like %lang)
- 20:48, 14 October 2008 (diff | hist) . . (+1,988) . . Anri-chan/Source/anri.pl (added statid sample mode using vdub.)
- 14:07, 14 October 2008 (diff | hist) . . (+304) . . Anri-chan/Source/anri.pl (multithreaded nmf working now, but outputting rgb888 (for me at least). plus fixed some %% getting passed to avisynth.)
- 13:11, 14 October 2008 (diff | hist) . . (+2) . . m Anri-chan/Source/lang english.pl (2 semicolons were missing)
- 23:35, 12 October 2008 (diff | hist) . . (+57) . . Anri-chan/Source/anri.pl (several miscellaneous bug fixes)
- 19:15, 9 October 2008 (diff | hist) . . (-215) . . Anri-chan/Source/anri.pl (replaced use with require for Win32 api calls so it wouldn't crash on unix, removed duplicate color, and made some other small changes)
- 20:43, 2 October 2008 (diff | hist) . . (-18) . . m Anri-chan/Source (edited mp4nerf.pl description)
- 20:40, 2 October 2008 (diff | hist) . . (+62) . . Anri-chan/Source/anri.pl (now imports &mp4nerf())
- 20:35, 2 October 2008 (diff | hist) . . (-156) . . Anri-chan/Source/mp4nerf.pl (suppressed status messages when called from anri)
- 17:50, 27 September 2008 (diff | hist) . . (+734) . . Anri-chan/Source/anri.pl (added &pgccount())
- 18:53, 21 September 2008 (diff | hist) . . (+147) . . Anri-chan/Source (added mp4nerf.pl)
- 18:50, 21 September 2008 (diff | hist) . . (+4,521) . . N Anri-chan/Source/mp4nerf.pl (New page: <pre><nowiki> #!/usr/bin/perl use warnings; use strict 'subs'; package mp4; exit &mp4batchnerf(@ARGV) unless caller(); ################################################ # mp4nerf.pl # c v...)
- 22:43, 18 September 2008 (diff | hist) . . (-322) . . Anri-chan/Source/anri.pl (Replaced cfourcc call with equivalent perl code (using 0xBC). Still considering better avi parsing.)