• R/O
  • HTTP
  • SSH
  • HTTPS

handbrake-jp-git: List of commits

githubのコードからのfolk


RSS
Rev. Time Author
2acd88c 2010-11-04 08:28:54 jstebbins

LinGui: update copyright dates


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

1d1471d 2010-11-04 05:27:24 jstebbins

LinGui: Fix a problem with updating mixdown combo
The first time the codec combo changes, the mixdown didn't get
sanitized and updated.


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

5b4cc68 2010-11-03 09:35:02 jstebbins

fix framerate detection of ffmpeg sources
found another spot where ticks_per_frame was not being accounted for.


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

4dd55f6 2010-11-03 07:13:30 jstebbins

LinGui: Fix psy-rd formatting to be locale safe
Reverts the previous commit regarding this.
Uses '|' as separator between psy-rd and psy-trellis parameters
since ',' is ambiguous in locales that use ',' as decimal point.


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

4d2a4e0 2010-11-03 01:16:31 jstebbins

LinGui: Use '.' for all locales when passing floats to x264
x264 doesn't accept internationalized decimal points.
So force '.' when converting floats.


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

2e326b9 2010-11-02 05:56:29 sr55

WinGui:
- Second attempt at build fix. Fixes references.

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

d976359 2010-11-02 05:46:37 sr55

WinGui:
- Attempt to fix the nightly build.

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

db9beea 2010-11-02 05:27:43 jstebbins

fix spelling of 'track' in cli help


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

f578b54 2010-11-02 05:23:19 sr55

WinGui:
- Some re factoring of the Framework library

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

d6b71fc 2010-11-02 03:06:08 jstebbins

LinGui: allow specifying file to scan on command line
The gui will immediately scan this file at startup.
Makes 'Open with' nautilus options behave as expected.


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

d4a2c67 2010-11-02 01:08:00 dynaflash

MacGui: Subtitle tab changes
- Patch by Rodeo ... Thanks!
- displays additional information about source subtitles (VOBSUB, SSA, etc. in addition to Text/Bitmap).
- disables the "Forced Only" checkbox for non-VOBSUB tracks.
- makes "Forced Only" the default for Foreign Language Search.
- makes the "Default" and "Burned In" checkboxes mutually exclusive (the checkboxes act like a radio button).

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

a021bfa 2010-11-01 06:18:29 sr55

WinGui:
- Added an implementation of IWindsorInstaller to the class libraries.

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

58e7eb8 2010-11-01 02:57:41 sr55

WinGui:
- Tweak to the Activity window to make it clearer which encode log is selected. Also improves the logic which selects the correct log when the window loads.

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

595589a 2010-11-01 02:39:36 sr55

WinGui:
- Unsubscribe an event handler when cancelling the scan.

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

19af7ce 2010-10-30 23:23:40 sr55

WinGui:
- Fix a display issue on the queue where the pass count was incorrect.

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

814b6bd 2010-10-30 23:18:21 sr55

WinGui:
- Fix an issue where embedded SRT files were not getting detected correctly during scan. Regex was incorrect to pickup "UTF-8"

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

4e6b141 2010-10-30 23:01:45 sr55

WinGui:
- Fix a bug in the audio panel where changing selected audio track would incorrectly set the audio bit-rate control dropdown

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

46eba7a 2010-10-30 01:17:48 jstebbins

fix a segfault and a deadlock if reader exits befor first buffer sent
This can happen if enough of the source is good that it scans but the
beginning has an error that causes reader to exit.


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

a24beee 2010-10-29 23:35:00 dynaflash

MacGui: Audio - Using fallback codec no longer sets the bit rate from the preset. Setting the sample rate no longer sets the bit rate to the default if the currently selected bit rate is still supported.

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

178c1a5 2010-10-24 19:58:36 sr55

WinGui:
- Fix the nightly build. Was missing the service location dll.

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

18ec620 2010-10-24 06:15:11 sr55

WinGui:
- Delete 2 unneeded dll's from the last checkin.

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

16dd336 2010-10-24 06:14:08 sr55

WinGui:
- Bring in Caliburn 1.1 and Windsor / Service Locator. (For a later release)

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

a6d803b 2010-10-24 04:26:51 jstebbins

update baseline presets with weightp=0
eliminate hack that defaults weightp=0 when bframes=0


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

d969a8c 2010-10-24 04:11:31 jstebbins

clean up crufty legacy code
remove unused code relating to avi, ogm, psp, ipod, and forcing h264 levels


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

9b3bce9 2010-10-24 03:58:30 jstebbins

LinGui: use hb_get_best_mixdown and eliminate duplicate code


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

8dcfd78 2010-10-24 03:48:26 jstebbins

Use libhb functions for mixdown and bitrate defaults in the cli
sanitize mixdown and audio bitrates in work.c


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

f8fe223 2010-10-24 03:31:34 jstebbins

configure and patch pthreadw32 so it will build under mingw64


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

37bbf6c 2010-10-24 03:30:24 jstebbins

add bootstrap step to libdca
aclocal.m4 packaged with the archive is incompatible with
mingw64 build environment (and probably others)


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

d95500c 2010-10-24 03:29:11 jstebbins

patch mp4v2 so it builds under mingw64
mingw64 defines _DLL even when building static libs


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

5db4888 2010-10-24 03:25:47 jstebbins

add a patch that allows force disabling of dlfcn
libdvdread's autodetection of this fails in some environments


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

Show on old repository browser