• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

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

githubのコードからのfolk


RSS
Rev. 日時 作者
3c0f172 2010-10-24 03:23:54 jstebbins

add bootstrap step to vorbis configure and patch document generation problem
mingw64 doesn't work with the aclocal.m4 packaged with libvorbis, so we
need to regenerate it. There's also a bug in the build config for
documents that gets tickled by mingw64.


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

58687e1 2010-10-24 03:19:18 jstebbins

disable building examples in libbluray
they fail to build under mingw64 and we don't need them


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

2db2926 2010-10-24 03:18:22 jstebbins

reorder #includes to fix redefinition problem in mingw64
if winsock2.h isn't included before windows.h, different
conflicting definitions are used for several macros and typedefs


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

0255c8b 2010-10-24 03:07:35 jstebbins

repackage libmkv archive
the old archive included m4 macros from someone's local build.
these macros would cause build failures in some environments,
notably mingw64.


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

0e0d3c7 2010-10-24 02:56:53 jstebbins

disable threads in libxml2
we don't need them, and if enabled on mingw, the build fails.
you would not have seen this error on mingw if you don't have
a pthreads package installed in your build environment.


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

ad84f4b 2010-10-24 02:21:56 jstebbins

Add build option --enable-ff-mpeg2 to use ffmpeg for mpeg2 decoding
instead of mpeg2dec. disabled by default.


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

1531922 2010-10-24 02:09:27 jstebbins

ffmpeg video decoder enhancements
Add film/video cadence logging.
Set buffer flags indicating field order, progressive, and repeats.
Fix frame duration calculation when ffmpeg ticks_per_frame > 1


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

01d851d 2010-10-23 22:20:02 sr55

Update bzip2 from 1.0.5 to 1.0.6 for mingw builds

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

a1ac74e 2010-10-20 02:12:21 jstebbins

fix zero duration lpcm frame handling
a zero duration frame caused us to send a buffer with
zero size which we then interpreted as the end of the stream.


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

fafadbe 2010-10-18 04:36:02 sr55

WinGui:
- Fix a bug in the AutoName where is used the folder name instead of source name when multiple files are scanned.

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

8b22896 2010-10-18 02:03:58 jstebbins

LinGui: fix race condition in audio settings
changing an audio setting causes validation of bitrate to
be triggered. the validation needed to be delayed till after
all settings have been initialized.


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

3a42dce 2010-10-18 01:24:17 sr55

WinGui:
- Fix typo in the Options window.

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

8eabe7d 2010-10-16 02:43:28 jstebbins

bump x264 from r1724 to r1745
various bug fixes and enhancements


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

d30c74d 2010-10-15 02:21:36 jstebbins

LinGui: fix audio codec updating when track is changed
When the track changes, the fallback or passthru codec may need
recalculating.


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

db88a2e 2010-10-14 10:20:32 jstebbins

LinGui: fix infinite recursion issue in audio bitrate handling
adding a bitrate (that isn't in the standard set of bitrates supported
by handbrake) to the bitrate combo for a passthru codec caused a
cascade of errors.


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

be5e714 2010-10-13 07:58:01 jstebbins

LinGui: add "Quit HandBrake" option to "When Done" options
Thanks to mxttie for the patch.


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

6cf6f6b 2010-10-13 02:16:19 jstebbins

bump ffmpeg from 25082 to 25374
fixes h264 decoding issue


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

addca5d 2010-10-13 01:44:04 jstebbins

fix heap corruption after avpicture_deinterlace
I don't know when this started happening (or if it has always been a problem).
If the deinterlace buffer is not a multiple of 8, avpicture_deinterlace
corrupts the heap.


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

2269306 2010-10-13 00:43:57 jstebbins

LinGui: fix audio codec selection problem in mkv
UI said AAC, but encoded LAME


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

5d1d204 2010-10-11 08:38:31 jstebbins

LinGui: fix queue display problem when there's '&' in input file name


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

524796a 2010-10-10 23:12:22 sr55

WinGui:
- Add support for the new AC3 Encoder.

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

c3e7723 2010-10-10 08:24:32 jstebbins

tweak ca_aac bitrate limits some more
add comment table of bitrate limits found through empirical testing.


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

33601b8 2010-10-10 07:11:13 jstebbins

LinGui: fix bad audio codec setting in job
was using a pointer before it was set.


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

097de7d 2010-10-10 06:51:06 jstebbins

add more audio bitrate limits
Thanks to Rodeo for doing some testing and providing numbers.


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

0a72616 2010-10-10 06:11:07 jstebbins

prevent crash when vorbis fails to initialize for any reason.
headers used in muxmkv were not initialized and the garbage
made mk_laceXiph crash.


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

10ab849 2010-10-10 05:20:40 jstebbins

cli: fix misleading error messag
When samplerate is "auto" we were printing,
"Invalid sample rate 0, using input rate 48000"


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

ee48a4e 2010-10-10 05:02:20 jstebbins

LinGui: fix some audio list display problems
and try to clean up the code a bit.


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

d1bf215 2010-10-10 01:54:52 jstebbins

print more accurate log message when mixdown is not set


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

8abb752 2010-10-10 01:34:21 jstebbins

fix detectsion of bitrate_code for ac3 passthru in mp4
ac3 passthru and encode are slightly different since
audio->config.in.bitrate is in bps and audio->config.out.bitrate is kbps


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

aee8506 2010-10-09 10:51:28 jstebbins

fix detection of sr_code and bitrate_code for ac3 streams in mp4


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