2011-10-25 |
xy | Fix MRU not really MRU.
|
commit | commitdiff | tree |
2011-10-25 |
yuzhuohuang@qq.com | Refactor cache key a bit.
|
commit | commitdiff | tree |
2011-10-25 |
xy | Fix some inefficient string parsing routine.
|
commit | commitdiff | tree |
2011-10-24 |
xy | Fix some static_cast that calls inefficient copy constructors.
|
commit | commitdiff | tree |
2011-10-24 |
xy | Refactor the rendering pipeline in order to add a new...
|
commit | commitdiff | tree |
2011-10-23 |
xy | Fix YUY2 output issue, see Issue 18.
|
commit | commitdiff | tree |
2011-10-22 |
xy | Minor change.
|
commit | commitdiff | tree |
2011-10-22 |
xy | change some cast into cpp style.
|
commit | commitdiff | tree |
2011-10-22 |
xy | Refactor.
|
commit | commitdiff | tree |
2011-10-22 |
xy | Fix a grammar error.
|
commit | commitdiff | tree |
2011-10-22 |
xy | Add fast 8x8 sub-pixel positioning option. Using bilinear...
|
commit | commitdiff | tree |
2011-10-22 |
xy | Add a merge step to dirty rects split algorithm to...
|
commit | commitdiff | tree |
2011-10-21 |
xy | Fix leak.
|
commit | commitdiff | tree |
2011-10-21 |
xy | Pack required boost code together.
|
commit | commitdiff | tree |
2011-10-21 |
xy | Refactor a bit.
|
commit | commitdiff | tree |
2011-10-20 |
xy | Fix a corruption issue, see Issue 19. It's introduced...
|
commit | commitdiff | tree |
2011-10-20 |
xy | Add known issues.
|
commit | commitdiff | tree |
2011-10-20 |
xy | Add script for issue 16. Forgot to add it in Commit...
|
commit | commitdiff | tree |
2011-10-20 |
xy | Improve dirty rects split algorithm.
|
commit | commitdiff | tree |
2011-10-19 |
xy | Remove unnecessary flyweight string type, CString is...
|
commit | commitdiff | tree |
2011-10-19 |
xy | Turn off /profile compiler option.
|
commit | commitdiff | tree |
2011-10-19 |
xy | Set default sub-pixel positioning option to 8x8.
|
commit | commitdiff | tree |
2011-10-18 |
xy | Rename cache options on UI to more comprehensible names.
|
commit | commitdiff | tree |
2011-10-18 |
xy | Add known issue.
|
commit | commitdiff | tree |
2011-10-18 |
xy | Fix vobsub not showing issue. Refactor quite a lot.
|
commit | commitdiff | tree |
2011-10-18 |
xy | Fix Issue 16 in test/issue.txt. Now a little bit more...
|
commit | commitdiff | tree |
2011-10-18 |
xy | Fix crash issue introduced in Commit:1fe0ea63406157ecf68e273...
|
commit | commitdiff | tree |
2011-10-18 |
xy | Add known issues.
|
commit | commitdiff | tree |
2011-10-16 |
xy | Huge reconstruct to make it possible to kept the original...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705.
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705.
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705.
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705.
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Modify ISubPicAllocatorPres...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Modify ISubPicProvider...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Minor code style change.
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Modify ISubPic interface.
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Fix several name string...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Separating ISubPic...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Separating ISubPic...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Separating ISubPic...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Separating ISubPic...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705. Rename several classes...
|
commit | commitdiff | tree |
2011-10-13 |
yuzhuohuang@qq.com | Merging mpc-hc source rev. 3705.
|
commit | commitdiff | tree |
2011-10-12 |
xy | SSE2 optimization for \be effect. Hopefully performance...
|
commit | commitdiff | tree |
2011-10-12 |
xy | SSE2 optimization for YV12 \k family effect alpha blending...
|
commit | commitdiff | tree |
2011-10-12 |
xy | SSE2 optimization for YV12 alpha blending. Hopefully...
|
commit | commitdiff | tree |
2011-10-10 |
xy | Minor refactor on caches.
|
commit | commitdiff | tree |
2011-10-09 |
xy | Removed unnecessary link libs to cut down on release...
|
commit | commitdiff | tree |
2011-10-09 |
xy | Minor changes. Removed some unused code.
|
commit | commitdiff | tree |
2011-10-09 |
xy | Fixed an cache issue introduced in Commit:eaf70dbe6c3756fd57...
|
commit | commitdiff | tree |
2011-10-09 |
xy | Disabled RTTI to cut down on compiled size.
|
commit | commitdiff | tree |
2011-10-09 |
xy | Minor fix. Remove a unnecessary code.
|
commit | commitdiff | tree |
2011-10-09 |
xy | Change scan line cache option in UI to actually point...
|
commit | commitdiff | tree |
2011-10-09 |
xy | Refactor and add scan_line_data cache which is originally...
|
commit | commitdiff | tree |
2011-10-09 |
xy | Add show-cache-info option to UI.
|
commit | commitdiff | tree |
2011-10-08 |
xy | Fix several unnecessary parameters updating evens that...
|
commit | commitdiff | tree |
2011-10-08 |
xy | Add cache statistic info.
|
commit | commitdiff | tree |
2011-10-08 |
xy | Fix a minor leak.
|
commit | commitdiff | tree |
2011-10-07 |
xy | Enable SSE code for outline transform.
|
commit | commitdiff | tree |
2011-10-07 |
xy | Apply Lord@cccp's patch(http://cccp.project357.com...
|
commit | commitdiff | tree |
2011-10-03 |
xy | Fix 4-param-form \move tag not working bug. See Issue...
|
commit | commitdiff | tree |
2011-10-03 |
xy | Fix fax/fay effects not working bug, which are caused...
|
commit | commitdiff | tree |
2011-10-03 |
xy | Add cache hit stat.
|
commit | commitdiff | tree |
2011-10-03 |
xy | Add a known issue.
|
commit | commitdiff | tree |
2011-10-03 |
xy | Fix random corruptions at subtitle's right border,...
|
commit | commitdiff | tree |
2011-10-03 |
xy | Add known issues.
|
commit | commitdiff | tree |
2011-10-02 |
xy | Fix a crash with non-mod-16 size video.
|
commit | commitdiff | tree |
2011-10-02 |
xy | Fix a crash, see Issue 13 test/issue.txt.
|
commit | commitdiff | tree |
2011-10-02 |
xy | Add known issues.
|
commit | commitdiff | tree |
2011-10-02 |
xy | Fix options loading bug. Introduced since Commit 3773bc7c478...
|
commit | commitdiff | tree |
2011-10-02 |
xy | Fix wrong equality comparison criterion of cache key...
|
commit | commitdiff | tree |
2011-10-01 |
xy | Add new cache option to UI.
|
commit | commitdiff | tree |
2011-10-01 |
xy | Add cache right after Rasterize.
|
commit | commitdiff | tree |
2011-10-01 |
yuzhuohuang@qq.com | Separate Raterizer::Rasterize function into to two...
|
commit | commitdiff | tree |
2011-10-01 |
yuzhuohuang@qq.com | Add outline path cache.
|
commit | commitdiff | tree |
2011-09-29 |
xy | Refactor quite a bit for adding more cache later.
|
commit | commitdiff | tree |
2011-09-29 |
xy | Disable compiler option /arch:SSE2 for subtitles project...
|
commit | commitdiff | tree |
2011-09-29 |
xy | Fix a typo.
|
commit | commitdiff | tree |
2011-09-29 |
xy | Improve gaussian table generation algorithm. Now blur...
|
commit | commitdiff | tree |
2011-09-29 |
xy | Update known issues.
|
commit | commitdiff | tree |
2011-09-28 |
xy | minor changes.
|
commit | commitdiff | tree |
2011-09-28 |
xy | Add subpixel position option to UI.
|
commit | commitdiff | tree |
2011-09-28 |
xy | Add subpixel positioning back, this time, configable.
|
commit | commitdiff | tree |
2011-09-26 |
xy | minor change.
|
commit | commitdiff | tree |
2011-09-26 |
xy | Fix potential false cache hit by adding m_org to OverlayKey.
|
commit | commitdiff | tree |
2011-09-26 |
xy | Refactor a bit.
|
commit | commitdiff | tree |
2011-09-25 |
xy | Fix a false text layout issue, see Issue 8 test/issue...
|
commit | commitdiff | tree |
2011-09-25 |
xy | Update issues.
|
commit | commitdiff | tree |
2011-09-25 |
xy | Fixed a crash that happened when decrease values of...
|
commit | commitdiff | tree |
2011-09-24 |
xy | Add known issues.
|
commit | commitdiff | tree |
2011-09-24 |
xy | Compile with SSE2 enabled.
|
commit | commitdiff | tree |
2011-09-24 |
xy | disable some warning with visual c++.
|
commit | commitdiff | tree |
2011-09-24 |
xy | fix issue 6 (see test/issue.txt). It was introduced...
|
commit | commitdiff | tree |
2011-09-24 |
xy | Simplified test/8.ass to just producing a issue.
|
commit | commitdiff | tree |
2011-09-24 |
xy | Add known issue, see test/issue.txt.
|
commit | commitdiff | tree |
2011-09-24 |
xy | fix issue 5 (see test/issue.txt), make box blur effect...
|
commit | commitdiff | tree |
2011-09-24 |
xy | update test/7.ass for \be not working right issue.
|
commit | commitdiff | tree |
2011-09-23 |
xy | Add known issue. \be effect not working right.
|
commit | commitdiff | tree |
2011-09-23 |
xy | Merge branch 'bug_fix' into mru
|
commit | commitdiff | tree |