• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

githubのコードからのfolk


RSS
Rev. Zeit Autor
fb0f4a5 2011-01-04 05:15:10 sr55

WinGui:
- Second attempt at fixing file path problems.

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

a8611a2 2011-01-04 02:24:37 jstebbins

Add a few items to news
Core
- VOBSUB subtitle now supported in MP4 files (Note: Limited Player compatibility)
- AC3 encoding support.
- Improved DVD Main Feature detection (when using dvdnav)
- Universal audio downmix support (all audio types can be downmixed)

All GUIs
- Peak framerate option (Capped VFR)
- Point-to-Point encoding (second or frame start and end times)

Mac GUI
- VLC detection in /Applications and ~/Applications

Linux GUI
- Multiple instance support (run multiple copies of ghb at once)



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

ba1286d 2011-01-04 02:17:33 dynaflash

MacGui: Change Copryight from 2009 to 2011

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

e6a901d 2011-01-04 01:50:24 sr55

Remove a random ? from the news file.

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

bcb6d11 2011-01-04 01:47:17 jstebbins

LinGui: update copyright dates


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

ce03300 2011-01-04 01:44:38 sr55

Updated the NEWS file.

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

dc78f51 2011-01-04 00:55:17 dynaflash

MacGui: When using x264 and rf 0 is selected show "Warning: Lossless" in the field readout for rf.

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

aba8d3f 2011-01-04 00:08:29 sr55

WinGui:
- Added warning label when RF0 is selected.

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

d0a1516 2011-01-03 23:52:48 sr55

WinGui:
- Update copyright date to 2011

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

59562aa 2011-01-03 23:48:49 sr55

WinGui:
- Fix for the autonaming when a drive letter is selected in folder mode.

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

feba77b 2011-01-03 21:13:43 sr55

WinGui:
- Strip all escaping from encode job query string.

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

6c910d9 2011-01-03 05:35:30 jstebbins

fix a problem reading flv files that have null packets
ffmpeg will return error code EAGAIN for these packets. we were terminating
when seeing this error code.


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

b6b4553 2011-01-03 03:21:45 jstebbins

LinGui: add more informative warning about x264 RF 0 usage
When the user sets RF 0, the slider displays "RF: 0 (Warning: lossless)"
and the user will get a dialog when adding to the queue that says
Warning: lossless h.264 selected
Lossless h.264 is not well supported by
many players and editors.
It will produce enormous output files.
Are you sure you wish to use this setting?


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

2f84a6f 2011-01-01 02:44:48 jstebbins

cli: add better logging for ac3 encoder fallback and track dropping


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

08c9eb1 2011-01-01 02:08:18 sr55

WinGui:
- Quick fix for the folder source selection when selecting a drive letter. It appears escape chars were getting sent to the CLI when they shouldn't have been. I'll tidy this up later.

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

11ef470 2010-12-31 04:18:37 jstebbins

fix a re-synchronization problem in bluray reading
bd_seek doesn't seek to exactly where you tell it to. It goes to the nearest
access unit that is *before* the position you request. When we loose
TS sync, we were doing a bd_seek in the process of resynchronizing that
would take us to a much earlier position. Then we would hit the same
bad location and loose sync again. Lather, rinse, repeat...


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

00ee8c7 2010-12-30 08:52:23 jstebbins

LinGui: change the icon for preset options to something more appropriate


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

e3398e9 2010-12-30 06:45:48 jstebbins

LinGui: fix icon identifiers in ui xml
For stock icons, the name should be "stock_id" instead of "icon_name"


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

6b27ad9 2010-12-29 02:52:00 dynaflash

MacGui: Fix popup and output file extension inconsistency. Patch by Rodeo. Thanks!
- Issue with mis matching formats and extensions described here http://forum.handbrake.fr/viewtopic.php?f=4&t=19001 .

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

9172ebd 2010-12-29 02:22:39 dynaflash

MacGui: Only scan ten previews when doing a queue encode scan since we don't need additional previews at this point since everything is already set.
- Patch by Rodeo. Thanks!

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

5bbe556 2010-12-28 02:05:29 dynaflash

x264 bump from r1804 to r1834

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

c03095d 2010-12-28 01:22:21 dynaflash

MacGui: Free the source display name for the ui before re-allocating it when doing a queue edit rescan.
- Fixes a consistent crash when trying to edit a queue item.

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

2b4b2e7 2010-12-22 08:52:06 jstebbins

LinGui: disable the 'Add to Queue' button while scanning.
It's not a good idea try to access title info while the scan is in progress.


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

cd6185e 2010-12-22 03:54:21 jstebbins

LinGui: update to latest presets


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

f6c3e5c 2010-12-18 01:36:22 jstebbins

cli: allow setting modulus with ana-none


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

bd48bff 2010-12-18 01:31:54 jstebbins

prevent crash with strict ana and non-mod-2 dimensions.
and make par computation in loose ana a little more accurate.


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

224d71d 2010-12-18 01:13:52 jstebbins

cli: fix constant quality setting for theora
we had special cased such that only % values were being allowed for theora


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

4c22609 2010-12-17 08:38:58 jstebbins

Adjust x264 qpmin for QT compatibility.
A recent change in x264 lowered the default qpmin to 0.
QuickTime has trouble with very low QPs (resulting in visual artifacts).
Known to affect QuickTime 7, QuickTime X and iTunes.
Testing shows that a qpmin of 3 works.


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

db0cfe9 2010-12-12 05:32:25 sr55

Preset name change for consistancy

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

24155d9 2010-12-12 05:32:08 sr55

Preset name change for consistancy

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