index
:
HandBrake.git
0.10.x
1.0.x
259-add-nvenc-encoder
ffmpeg_sgothel
hw-encoder-base
hw-encoder-joint
hw-encoder-nvenc
hw-encoder-vaapi
master
nvenc-encoder
nvenc-encoder-libav
opencl
release_1.3.1
release_1.3.3
vaapi-encoder
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
macosx
Commit message (
Expand
)
Author
Age
Files
Lines
*
mux: eliminate 32 track limit
jstebbins
2014-05-11
1
-8
/
+7
*
Xcode: another small cleanup.
Rodeo
2014-05-10
1
-18
/
+20
*
Xcode: small cleanup after libvpx support commit.
Rodeo
2014-05-10
1
-2
/
+2
*
Add VP8 support
jstebbins
2014-04-15
1
-0
/
+6
*
libhb: enable burn-in of all supported text subtitle formats
jstebbins
2014-03-30
2
-127
/
+122
*
MacGui: generalize x264CqSliderFractional preference to all
Rodeo
2014-03-03
1
-4
/
+4
*
Remove libfaac
sr55
2014-03-02
3
-15
/
+13
*
libhb: remove a52dec
jstebbins
2014-02-20
3
-15
/
+0
*
Update some copyright dates to 2014.
Rodeo
2014-02-18
1
-1
/
+1
*
libhb: make encoder options less x264-centric.
Rodeo
2014-02-13
3
-69
/
+96
*
libhb: change libhb.a to libhandbrake.a
jstebbins
2014-02-09
2
-17
/
+17
*
decavcodec: DRC support.
Rodeo
2014-01-25
4
-12
/
+17
*
MacGui: fixy a crash when opening an external SRT file.
Rodeo
2014-01-19
1
-2
/
+2
*
remove contrib mpeg2dec
jstebbins
2014-01-13
3
-15
/
+0
*
Remove Anamorphic from Windows Phone preset since these devices don't support...
sr55
2013-12-21
1
-1
/
+1
*
MacGUI: Release the cached images when the preview window is closed.
ritsuka
2013-12-03
3
-4
/
+6
*
BuildSystem: OSX, add osx10.9 xcconfig files to project.
konablend
2013-11-10
1
-0
/
+4
*
OpenCL: use the new library loading architecture for all OpenCL code.
Rodeo
2013-11-08
2
-10
/
+0
*
MacGui: update to the new preset getter API.
Rodeo
2013-11-08
1
-8
/
+5
*
Denoise (hqdn3d) syntax change: accept settings for individual chroma channels.
Rodeo
2013-11-08
1
-6
/
+6
*
MacGUI: validate the toolbars items after a scan. This used to be done but go...
ritsuka
2013-11-05
1
-1
/
+2
*
MacGUI: Refactor HBPreviewController. Rename the actual class to HBPreviewCon...
ritsuka
2013-11-04
9
-2664
/
+2270
*
MacGUI: fixed OutputPanel.xib warnings.
ritsuka
2013-11-03
1
-239
/
+260
*
fix a52dec and mpeg2dec duplicate symbols w/ OSX 10.9 SDK
konablend
2013-11-02
3
-0
/
+8
*
MacGUI: refactor PictureController. kill a bit of dead code (~500 lines), swi...
ritsuka
2013-11-02
7
-3136
/
+2206
*
MacGUI: Varius warnings fixes:
ritsuka
2013-10-25
12
-292
/
+301
*
MacGUI: fixed a number of leaks/null-deferences/dead-code found by clang stat...
ritsuka
2013-10-15
14
-214
/
+210
*
BuildSystem: fix Xcode when building w/ clang targeting 10.6
konablend
2013-10-01
1
-0
/
+1
*
MacGUI: Replace deprecated NSWorkspace API calls. Patch by Alexander Zautke.
ritsuka
2013-09-28
1
-26
/
+27
*
BuildSystem: initial Xcode5 support
konablend
2013-09-24
8
-22
/
+57
*
Merging-in the OpenCL Scaling code from the OpenCL branch to trunk.
sr55
2013-09-21
2
-0
/
+11
*
MacGui: fix compil<tion with clang.
Rodeo
2013-09-20
1
-1
/
+1
*
MacGui: use FSEvent api to create a FSEventStream to keep track of when a fil...
ritsuka
2013-08-19
2
-28
/
+105
*
MacGui: calculate the actual height of the queue rows. Align the interface el...
ritsuka
2013-08-18
2
-1308
/
+318
*
MacGui: Read events from the mouse scroll wheel in HBPreviewController.m to c...
ritsuka
2013-08-04
1
-0
/
+17
*
MacGui: fix UI lockup when adding a chapter with a name containing non-UTF8 c...
Rodeo
2013-07-22
1
-1
/
+2
*
Add hb_video_quality_get_limits and hb_video_quality_get_name to libhb API.
Rodeo
2013-07-13
1
-51
/
+74
*
MacGui: populate the SRT subtitle language list dynamically from libhb.
Rodeo
2013-07-13
1
-187
/
+13
*
MacGui: improve previous commit a bit.
Rodeo
2013-07-01
1
-2
/
+13
*
MacGui: Fix a silly Logic bug in logging code.
sr55
2013-07-01
1
-6
/
+1
*
libhb: add experimental avformat muxer for mkv and mp4
jstebbins
2013-06-30
3
-15
/
+12
*
MacGui: get rid of now obsolete @"UseCoreAudio" preference and related widgets
Rodeo
2013-06-20
3
-223
/
+134
*
improve aac encoder build options and change some aac encoder defaults
jstebbins
2013-06-15
2
-7
/
+6
*
Experimental preset for Windows Phone 8 Devices. Would be appreciated that an...
sr55
2013-06-08
1
-0
/
+105
*
libhb/common: improve fallback mechanism.
Rodeo
2013-06-03
3
-5
/
+6
*
MacGUI: Patch -Replace some deprecated API Calls https://reviews.handbrake.fr...
sr55
2013-06-01
2
-40
/
+44
*
Don't expose rate, mixdown, dither and encoder arrays to the UIs.
Rodeo
2013-05-30
5
-288
/
+276
*
Make initialization of vfr filter work as I intended.
jstebbins
2013-05-28
1
-10
/
+14
*
MacGui: stop before the last ("None") subtitle track when converting incompat...
Rodeo
2013-05-12
1
-3
/
+5
*
MacGui: fix a bug where the iPod 5G checkbox would be disabled for x264 in MP4.
Rodeo
2013-05-12
1
-16
/
+13
[next]