Thomas Goyne
|
e4368d59e4
|
Fix loading subtitles extradata from matroska files
|
2014-08-30 08:11:39 -07:00 |
|
Thomas Goyne
|
3b34ed9a77
|
Move AssTime to libaegisub and add tests
|
2014-07-06 19:25:49 -07:00 |
|
Thomas Goyne
|
b42086fdfd
|
Use the customized default styles for SRT files opened from matroska
|
2014-06-02 13:02:06 -07:00 |
|
Thomas Goyne
|
8d26c66d0f
|
Remove a bunch of unused functionalty from agi::Exception
|
2014-05-30 11:53:14 -07:00 |
|
Thomas Goyne
|
b43788fa7f
|
Replace boost::format with agi::format
boost::format is slow to compile, slow to run, and has an unpleasant
interface.
|
2014-05-30 08:30:31 -07:00 |
|
Thomas Goyne
|
09e325a1c3
|
Clean up unused includes
|
2014-05-23 07:28:24 -07:00 |
|
Thomas Goyne
|
5f4d6ad386
|
Return zero bytes when MatroskaFile asks for data past the end of the file
|
2014-05-20 09:46:57 -07:00 |
|
Thomas Goyne
|
aa850688f4
|
Don't try to open compressed subtitle tracks
Actually supporting them would be even better of course, but at least
don't crash on them.
|
2014-04-28 08:43:25 -07:00 |
|
Thomas Goyne
|
1d5292fdee
|
Kill config.h and just force-include acconf.h in non-pch builds
|
2014-04-16 08:11:37 -07:00 |
|
Thomas Goyne
|
dbec5ff0bc
|
Fix out-of-bounds read when looking for subtitles in a matroska file with no subtitles
|
2014-03-28 09:15:09 -07:00 |
|
Thomas Goyne
|
3d76d583e1
|
Use stdint types in MatroskaParser
|
2014-03-23 09:01:25 -07:00 |
|
Thomas Goyne
|
0c9f39ca25
|
Use mmap for reading subtitles from Matroska files
Cuts cold-cache read time for an arbitrary 1 GB file read over a network
off a USB 2.0 hard drive from ~70 seconds to ~45 seconds.
|
2014-03-20 20:26:17 -07:00 |
|
Thomas Goyne
|
ea96c6e2ad
|
Make everything final that can be
Apparently gcc does use final for devirtualization.
|
2014-03-12 19:07:30 -07:00 |
|
Thomas Goyne
|
33a4a056a4
|
Move everything up a level since the root dir no longer has stuff
|
2014-03-11 12:14:57 -07:00 |
|