• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

githubのコードからのfolk


RSS
Rev. Time Author
a522b70 2010-10-09 07:00:20 dynaflash

MacGui: Use libhb for audio limits as well as defaults.
- Patch by circlone!

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

2ecccca 2010-10-09 06:51:02 jstebbins

allow ca_aac lower limit of 192kbps for 6ch


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

62d423a 2010-10-09 06:28:25 jstebbins

fix a bug in bitrate selection. forgot to change a '++' to '--'


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

67f964b 2010-10-09 06:08:22 jstebbins

future proof faac bitrate limits
by making the high thresh dependent on # channels


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

6c4d590 2010-10-09 05:50:29 jstebbins

fix some audio bitrate limits issues with ca aac
and choose the next lower bitrate rather than next higher when
between 2 valid rates.


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

6d1d20e 2010-10-09 05:30:53 jstebbins

cli: make smarter mixdown decision when doing ac3 encode fallback
also, clean up the mixdown sanitizing logic in work.c
added new functions
hb_get_default_mix(codec, layout)
hb_get_best_mix(codec, layout)

These take the output codec and the input layout as parameters.



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

9b96830 2010-10-09 04:09:52 jstebbins

update manicure with ac3pass->copy:ac3 changes


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

3160040 2010-10-09 03:55:03 jstebbins

add audio defaults and limits calculation to libhb

hb_get_audio_bitrate_limits()
Get the bitrate limits for a (codec,samplerate,mixdown) triplet

hb_get_best_audio_bitrate()
Given an input bitrate, sanitize it. Check low and high limits
and make sure it is in the set of allowed bitrates.

hb_get_default_audio_bitrate()
Get the default bitrate for a given (codec,samplerate,mixdown) triplet


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

1a797a5 2010-10-09 02:28:30 jstebbins

CLI: add 'copy' option for audio and ac3 encoder fallback for ac3 passthru
'copy' will passthru ac3 or dca. also changed ac3pass and dcapass to
copy:ac3 and copy:dca


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

b3e4b4a 2010-10-07 08:26:21 jstebbins

LinGui: remove more duplicate code relating to min/max audio bitrates


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

2f69924 2010-10-07 07:59:17 jstebbins

LinGui: centralize min/max audio bitrate limit calculation to one place


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

c608033 2010-10-06 07:51:50 jstebbins

LinGui: fix a problem where I used the wrong aac bitrate cap
wasn't allowing higher bitrate for aac 6ch in some cases.


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

0acc920 2010-10-06 07:30:37 jstebbins

LinGui: fix a display problem in the audio list
And tweak default bitrate choices. likely to change :P


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

c017c35 2010-10-06 07:27:28 jstebbins

Add code to recognize eac3 streams in TS
Recognizes BD, HDDVD, and DVB variations of signalling eac3 streams.
Let me know if you find streams that don't work.


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

e2b69f7 2010-10-06 01:36:19 dynaflash

MacGui: Remove the audio encoder bitrate cap.
- This used to cap the bitrate available in the ui to the sources audio bitrate.
- Note: this can allow people to do stupid things. A more elegant solution is forthcoming.

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

d06ea93 2010-10-05 08:16:57 jstebbins

Add ac3 encoding
Uses ffmpeg's ac3 encoder.


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

fa9a4b5 2010-10-05 02:29:19 jstebbins

LinGui: add nightly build for ubuntu 10.10 maverick


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

116feac 2010-10-05 01:04:26 dynaflash

MacGui: Disable the drc dial if source is not AC3 as only our AC3 decoder flags drc.
- Patch by circleone, thanks!

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

7045408 2010-10-04 06:58:44 sr55

WinGui:
- Enable Experimental Preset Exporter (plist - mac format). This can be imported by the mac and linux gui's

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

6a9962b 2010-10-04 06:28:29 sr55

WinGui:
- Update the Subtitles panel to handle the previous revision fix to the CLI

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

86e9c61 2010-10-04 06:27:16 jstebbins

CLI: fix subtitle options problem
Could not list a subtitle twice and make one instance burned/forced
and the other not.


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

d5a9342 2010-10-04 02:10:49 jstebbins

fix another hang in the muxer.

If all streams are at EOF, then we must continue processing
the track queues till they are all empty.


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

8e1255d 2010-10-03 04:11:09 jstebbins

fix ffmpeg locking issue
ffmpeg complained "insufficient thread locking around avcodec_open/close()".
This was caused by encavcodec.c calling avcodec_open at the same time as
stream.c called av_find_stream_info. av_find_stream_info has a side effect
of calling avcodec_open, so we must lock around this call as well.


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

1d6fbf4 2010-10-02 08:52:57 jstebbins

Fix potential crash in libbluray

event queue size was 1 too small which would lead
to buffer overrun.


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

c15c32a 2010-10-02 02:02:14 jstebbins

Fix dylib path for CLI on osx
Forgot this was needed for the cli as well.
Same as http://trac.handbrake.fr/changeset/3351


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

714db9d 2010-10-02 01:31:13 sr55

WinGui:
- Some refactoring of the Subtitle panel. Added support for subtitle type display to the subtitle dropdown and burn in support for SSA.

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

32ebeee 2010-10-01 08:39:06 jstebbins

LinGui: fix some text alignment issues on the picture summary tab


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

7f2893c 2010-09-30 00:31:56 jstebbins

fix a crash when ass_render_frame doesn't return a frame list.


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

b2c9947 2010-09-29 07:10:49 jstebbins

SSA subtitle burn in
Anime fans rejoice! This patch adds SSA subtitle burn-in support with libass.
Therefore SSA subtitles should now be rendered in full quality, with the
appropriate embedded fonts and positioning information.
Thanks to davidfstr


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

7337735 2010-09-29 03:38:33 jstebbins

fix linux documentation typo that causes command failure
when cutting/pasting command from doc.


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