Recent commits on handbrake-jp-git (git) - cchanmickey - OSDN https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/ 5c5e40: Revert "fix to compile without subwcrev.exe" This revert... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/5c5e403d932d6ba4fa0ff3949238d0ff8565ab83 hylom Commit: 5c5e403d932d6ba4fa0ff3949238d0ff8565ab83
Revert "fix to compile without subwcrev.exe"

This reverts commit b6461c208c21a3728caee840a26c43e7ab0895fa.
]]>
936d8d: start translation some UI texts https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/936d8d4c47bfccee69096c48fa7aca63d0f84fe5 hylom Commit: 936d8d4c47bfccee69096c48fa7aca63d0f84fe5
start translation some UI texts
]]>
b6461c: fix to compile without subwcrev.exe https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/b6461c208c21a3728caee840a26c43e7ab0895fa hylom Commit: b6461c208c21a3728caee840a26c43e7ab0895fa
fix to compile without subwcrev.exe
]]>
5f1337: MacGui: Remove Target Size as a rate control option as it... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/5f1337b0149ef0a9f208adcff3ec73e79a36ad1a dynaflash Commit: 5f1337b0149ef0a9f208adcff3ec73e79a36ad1a
MacGui: Remove Target Size as a rate control option as it doesn't really work correctly and should die an overdue death.
- Also rearranged the video quality layout a bit.
- Moved Constant Quality above Average Bitrate
- Moved the entire Video Quality matrix down below frame rate where it belongs.
- Presets are mapped accordingly internally in the macgui code so that they are unchanged across platforms.

git-svn-id: svn://localhost/HandBrake/trunk@3823 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
a562bc: silence compiler warning about const char * git-svn-id:... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/a562bc4d90b83848e48c8e4a100603de42eed08b jstebbins Commit: a562bc4d90b83848e48c8e4a100603de42eed08b
silence compiler warning about const char *


git-svn-id: svn://localhost/HandBrake/trunk@3822 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
635ffe: initialize title->angle_count to 1 sources that don't sup... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/635ffebba8e1131c1f45c426d357eb26648b5ea0 angle_count to 1 sources that don't support multiple angles should default to 1 git-svn-id: svn://localhost/HandBrake/trunk@3821 b64f7644-9d1e-0410-96f1-a4d463321fa5 ]]> jstebbins Commit: 635ffebba8e1131c1f45c426d357eb26648b5ea0
initialize title->angle_count to 1
sources that don't support multiple angles should default to 1


git-svn-id: svn://localhost/HandBrake/trunk@3821 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
955d37: LinGui: missed removing a part of target file size code ... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/955d3730ecc54d856139cebad06ecb7d9858b14b jstebbins Commit: 955d3730ecc54d856139cebad06ecb7d9858b14b
LinGui: missed removing a part of target file size code


git-svn-id: svn://localhost/HandBrake/trunk@3820 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
d62493: Fix PFR issue where there are different number of frames ... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/d624933d6d66444a469a6d64f89bb0bd993215eb jstebbins Commit: d624933d6d66444a469a6d64f89bb0bd993215eb
Fix PFR issue where there are different number of frames in 1st and 2nd pass.

Waiting for a fill threshhold in the fifos causes some non-determinism
in finding the first PTS value.  Sometimes the fill level of one fifo
would not be reached until after another fifo is completely full, causing 
an early exit in the loop that looks for the first PTS.  When the initial PTS
is different between passes, the duration of the first frame is different.
This affects the PFR algorithm and can cause it to drop a different number
of frames.

The fill level was initially intended as a way to prevent thrashing between
threads to improve performance.  But my testing indicates no degradation
when removing it.


git-svn-id: svn://localhost/HandBrake/trunk@3819 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
8296b6: bump ffmpeg from git-185a155 to git-0b32da9 fixes win64 c... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/8296b674632d07820bdf2f62e8dc368afbe1d683 jstebbins Commit: 8296b674632d07820bdf2f62e8dc368afbe1d683
bump ffmpeg from git-185a155 to git-0b32da9
fixes win64 crash


git-svn-id: svn://localhost/HandBrake/trunk@3818 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
b08520: WinGui: - Fix an issue that was causing queue processing ... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/b0852001f68d86d925b6dba7a92d63cfb51f3e72 sr55 Commit: b0852001f68d86d925b6dba7a92d63cfb51f3e72
WinGui:
- Fix an issue that was causing queue processing to crash out.

git-svn-id: svn://localhost/HandBrake/trunk@3817 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
bb5154: WinGui: - Fix a possible crash on startup git-svn-id: sv... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/bb51542a603ec0b8a2642e4a8cbb3856d677b6db sr55 Commit: bb51542a603ec0b8a2642e4a8cbb3856d677b6db
WinGui:
- Fix a possible crash on startup

git-svn-id: svn://localhost/HandBrake/trunk@3816 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
374702: WinGui: - Fix Build git-svn-id: svn://localhost/HandBrak... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/374702658bf34beca6051cecb90fcb544625653b sr55 Commit: 374702658bf34beca6051cecb90fcb544625653b
WinGui:
- Fix Build

git-svn-id: svn://localhost/HandBrake/trunk@3815 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
01adcc: WinGui: - Few UI updates around the Help and Presets Menu... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/01adcc9f552746e1c6b4503c78d4c27891d68f68 sr55 Commit: 01adcc9f552746e1c6b4503c78d4c27891d68f68
WinGui:
- Few UI updates around the Help and Presets Menus and Presets Control Bar.

git-svn-id: svn://localhost/HandBrake/trunk@3814 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
f7a7ea: Remove depreciated cpu count from the api git-svn-id: sv... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/f7a7eaca69b887a91039717492387862ccc22265 sr55 Commit: f7a7eaca69b887a91039717492387862ccc22265
Remove depreciated cpu count from the api

git-svn-id: svn://localhost/HandBrake/trunk@3813 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
f05618: Remove the set cpu count option as it doesn't do anything... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/f05618bb296fb2bcb43f0494826010d3328136bc sr55 Commit: f05618bb296fb2bcb43f0494826010d3328136bc
Remove the set cpu count option as it doesn't do anything now

git-svn-id: svn://localhost/HandBrake/trunk@3812 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
154827: WinGui: - Add new WPF toolkit Library git-svn-id: svn://... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/15482787aba9ee3d9b6c8edef9908681206817f1 sr55 Commit: 15482787aba9ee3d9b6c8edef9908681206817f1
WinGui:
- Add new WPF toolkit Library

git-svn-id: svn://localhost/HandBrake/trunk@3811 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
e83c57: WinGui: - Started designing the Picture Settings Panel - ... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/e83c570f4856660bbb120998546333aa4308a43f sr55 Commit: e83c570f4856660bbb120998546333aa4308a43f
WinGui:
- Started designing the Picture Settings Panel
- Added a WindowManager.

git-svn-id: svn://localhost/HandBrake/trunk@3810 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
827c69: WinGui: - Bump the Control limitations for the picture se... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/827c69558da16cabd3ff0ff03425d655e6db0d68 sr55 Commit: 827c69558da16cabd3ff0ff03425d655e6db0d68
WinGui:
- Bump the Control limitations for the picture settings once again.

git-svn-id: svn://localhost/HandBrake/trunk@3809 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
75a84a: LinGui: remove target file size option git-svn-id: svn:... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/75a84adcf721b5965c63f78984b8a624dddf6c0c jstebbins Commit: 75a84adcf721b5965c63f78984b8a624dddf6c0c
LinGui: remove target file size option


git-svn-id: svn://localhost/HandBrake/trunk@3808 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
47edf6: fix crash with bd lpcm audio decoding git-svn-id: svn:/... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/47edf66b3c2b8d9726f845a1e7b5c8d443fae155 jstebbins Commit: 47edf66b3c2b8d9726f845a1e7b5c8d443fae155
fix crash with bd lpcm audio decoding


git-svn-id: svn://localhost/HandBrake/trunk@3807 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
dc2a00: bump x264 from r1900 to r1913 fixes memory leak when canc... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/dc2a00d3715acb1664f5b8df3064059b851558e6 jstebbins Commit: dc2a00d3715acb1664f5b8df3064059b851558e6
bump x264 from r1900 to r1913
fixes memory leak when cancelling an encode
various other bug fixes and improvements


git-svn-id: svn://localhost/HandBrake/trunk@3806 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
a42c58: Improve audio labels for BD audio decoded by ffmpeg Give ... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/a42c58cc2ace8588295ac4e4ec4110e6bd879317 jstebbins Commit: a42c58cc2ace8588295ac4e4ec4110e6bd879317
Improve audio labels for BD audio decoded by ffmpeg
Give lpcm and e-ac3 proper labels


git-svn-id: svn://localhost/HandBrake/trunk@3805 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
e586e3: Add temporally overlapping subtitle support. * New subtit... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/e586e3d36882d5854b3bfb13cceb6d5e5f190d9d davidfstr Commit: e586e3d36882d5854b3bfb13cceb6d5e5f190d9d
Add temporally overlapping subtitle support.
* New subtitle sync algorithm added to sync work-object ("simultaneous").
  Classic algorithm preserved but disabled.
* Render work-object now supports queueing a /list/ of subtitles.
* FIFOs have been extended to support pushing/popping buffer-lists as single elements.
* Added SUBSYNC_VERBOSE_TIMING flag to debug timing issues related to subtitle display.

Observable behaviors changed in the new subtitle sync algorithm:
* Temporally overlapping subtitles are no longer trimmed to be non-overlapping.
* Subtitles less than two seconds long are no longer artificially extended. Sorry, Indochine fans.
* Subtitles that stop before they start will never be displayed. The old algorithm will display such subtitles if they begin in the future (relative to the current video frame being processed).



git-svn-id: svn://localhost/HandBrake/trunk@3804 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
b1211b: Remove 2 unneeded lines. git-svn-id: svn://localhost/Han... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/b1211bd407544d77d41de3a25b1895f2f2d2d60d sr55 Commit: b1211bd407544d77d41de3a25b1895f2f2d2d60d
Remove 2 unneeded lines.

git-svn-id: svn://localhost/HandBrake/trunk@3803 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
089c04: WinGui: - Add some locking onto the CLI Exited and CLI St... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/089c049a695e529a46290bb5754e031292ef2874 sr55 Commit: 089c049a695e529a46290bb5754e031292ef2874
WinGui:
- Add some locking onto the CLI Exited and CLI StdErr Message received threads to prevent exceptions. This is only a temporary fix as we may lose a few log messages off the end by cancelling the logging too early.

git-svn-id: svn://localhost/HandBrake/trunk@3802 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
bc0df0: WinGui: - Give more control over MP4 file extensions. (Au... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/bc0df09b7da5a601d8e96fcab43a0c66f9b84981 sr55 Commit: bc0df09b7da5a601d8e96fcab43a0c66f9b84981
WinGui:
- Give more control over MP4 file extensions. (Automatic, Always use MP4, Always use M4v)

git-svn-id: svn://localhost/HandBrake/trunk@3801 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
ea5c46: WinGui: - Setting up the structure of the WPF UI. Just em... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/ea5c464ecca846ae0167d31a541680eda8e2791e sr55 Commit: ea5c464ecca846ae0167d31a541680eda8e2791e
WinGui:
- Setting up the structure of the WPF UI. Just empty files with some basic wiring up between them.

git-svn-id: svn://localhost/HandBrake/trunk@3800 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
8abbd7: WinGui - Wire in the new preset service. git-svn-id: svn... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/8abbd723f6f4feb900a8d64a515508f0935c6ddd sr55 Commit: 8abbd723f6f4feb900a8d64a515508f0935c6ddd
WinGui
- Wire in the new preset service.

git-svn-id: svn://localhost/HandBrake/trunk@3799 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
8f9fd4: WinGui: - Remove target file size option. This feature is... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/8f9fd4bd6c7d02e786877f7fc3e6e19c0e06588a sr55 Commit: 8f9fd4bd6c7d02e786877f7fc3e6e19c0e06588a
WinGui:
- Remove target file size option. This feature is being mis-used, doesn't really work well and is generally causing far too much confusion.

git-svn-id: svn://localhost/HandBrake/trunk@3798 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>
14996c: plug some memory leaks. git-svn-id: svn://localhost/Han... https://ja.osdn.net/users/cchanmickey/pf/handbrake-jp-git/scm/commits/14996c9427022ed93195849b4509f4a3fc43eae4 jstebbins Commit: 14996c9427022ed93195849b4509f4a3fc43eae4
plug some memory leaks.


git-svn-id: svn://localhost/HandBrake/trunk@3797 b64f7644-9d1e-0410-96f1-a4d463321fa5
]]>