Go to file
2008-12-17 06:22:05 +00:00
aegisub Changed how the lavc audio decoder handles non-decodable audio packets. Previously, if decoding failed at any point in the audio stream, it would throw an exception that didn't get caught anywhere and hence crashed the program. Now, it'll just silently skip the broken packet and go on to next one, meaning that if the audio stream is actually corrupted and not just some weird stream with null packets you'll either get desyncs from the missing samples, or if the entire stream is non-decodable you'll just silence. 2008-12-17 06:22:05 +00:00
art-sources Updated logo image for Aegisub blog. 2008-07-21 23:29:28 +00:00
assdraw Originally committed to SVN as r2442. 2008-11-10 01:23:45 +00:00
athenasub Refactoring and better file format detection. Also added a unit test for that. 2008-11-23 02:39:00 +00:00
auto3 Fix auto4/auto3 (lua51/lua50) support, this removes the --with-* flags in favor 2008-03-20 21:24:01 +00:00
automation Fix bug with $x/$lx/$sx and others definition time. 2008-10-06 00:46:34 +00:00
avisynth_prs Random changes in traydict 2007-10-29 04:29:04 +00:00
bin Added auto3 lib+dll to repository and made auto4_auto3.cpp automatically link to it. 2008-01-01 22:55:58 +00:00
build Updated something, I guess. 2008-12-05 20:52:48 +00:00
csri Change a variable to size_t since that's what it should be. 2008-03-14 19:42:13 +00:00
docs Modified the documentation export script so it writes all images directly to ./images/*. 2008-01-19 05:22:55 +00:00
FFmpegSource FFmpegSource 1.21 2008-08-21 17:09:42 +00:00
FFmpegSource2 use slightly different method for updating progress display in ffmsindex.exe, might make some GUI makers happy 2008-11-20 19:31:22 +00:00
hunspell Added Visual Studio 2008 (VC++9) project files. 2008-01-23 21:50:35 +00:00
installer Updated installer. 2008-12-05 20:53:04 +00:00
kanamemo Added the kanamemo & traydict side projects to repository 2006-06-29 23:14:54 +00:00
lib update ffms2.lib again 2008-10-12 18:56:46 +00:00
libass libass update r26303: Case insensitive parsing of SSA/ASS section headers. 2008-04-21 05:47:09 +00:00
lua51 Add support for new override tags: \iclip \fax \fay \xshad \yshad \xbord \ybord \blur 2008-09-10 16:13:54 +00:00
m4macros Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
motiontracker Producing software without actually doing anything 101: Write an overly vague specification. 2007-07-04 01:47:19 +00:00
OverLua Documentation on how I imagine the fonts interface for OverLua can work. No code yet. 2008-07-11 02:00:04 +00:00
po fr -> fr_FR. 2008-12-16 04:25:44 +00:00
prs Modified all projects to output their files to /trunk/lib/ 2007-04-09 05:36:05 +00:00
specs Adding a test of various features of the ASS format. Will make a render of it using VSFilter later on. 2008-03-14 19:21:46 +00:00
SSATool (SSATool) add a missing resx file 2007-08-11 17:29:19 +00:00
traydict Gecko almost working... and by almost, I really mean that it doesn't. It seems to initialize and load a page properly, but only shows a grey box that eventually makes wx's event handler crash. 2007-10-31 18:36:10 +00:00
unit_test Refactoring and better file format detection. Also added a unit test for that. 2008-11-23 02:39:00 +00:00
universalchardet Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
vsfilter Update patch files as far as possible. Not everything is properly included. 2008-07-25 19:33:55 +00:00
acinclude.m4 Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
autogen.sh Fix typo, (remove stray L) 2008-03-22 10:49:05 +00:00
configure.in Add detection for universalchardet config detection. This isn't used or hooked 2008-12-17 03:52:33 +00:00
INSTALL Add a note about removing the relative paths from the included headers. 2008-03-03 08:28:12 +00:00
make-app-bundle.sh Completed script to make OS X app bundles, seems to pack up correctly my PPC build without ffmpeg, assuming it'll do anything else correctly too 2008-11-25 01:10:28 +00:00
Makefile.am Add support for FFmpegSource2, it's enabled by default if libpostproc is there. 2008-10-28 02:18:14 +00:00
README Update remove (remove notice about no auto3 support), this will be filled in 2008-03-25 03:44:36 +00:00

* There is no ASA support      
  - if you want support you'll have to do it by hand (for now)