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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacGui: remove some NSString -> NSURL conversions. Added a default size value...
ritsuka
2015-01-09
3
-43
/
+39
*
MacGui: enforce a min value for the picture width/height.
ritsuka
2015-01-09
2
-9
/
+12
*
MacGui: rename HBAudio class to HBAudioTrack.
ritsuka
2015-01-09
8
-67
/
+64
*
MacGui: fix a case where deinterlace filter would be enabled even if decomb w...
ritsuka
2015-01-07
1
-1
/
+1
*
MacGui: use NSURL where possible, replace a api call not available on 10.6.
ritsuka
2015-01-07
3
-43
/
+43
*
MacGui: create and run the error message alerts from libhb on the main thread.
ritsuka
2015-01-07
1
-4
/
+3
*
MacGui: handle the localised container strings manually.
ritsuka
2015-01-07
1
-0
/
+9
*
MacGui: use the inline find bar in the activity window.
ritsuka
2015-01-07
1
-0
/
+6
*
MacGui: handle SIGINT with gcd. Show the error messages from libhb in an aler...
ritsuka
2015-01-06
1
-56
/
+24
*
MacGui: add a number formatter to the custom anamorphic textfields.
ritsuka
2015-01-06
1
-2
/
+5
*
libhb: fix job configuration when qsv removes all filters
jstebbins
2015-01-05
1
-0
/
+9
*
WinGui: Correcting namespaces.
sr55
2015-01-05
35
-36
/
+37
*
WinGui: Further fixes to libhb json api filters code.
sr55
2015-01-05
5
-28
/
+13
*
WinGui: Refracting some of the modelling around the Encode Services
sr55
2015-01-04
59
-58
/
+114
*
WinGui: Further fixes to libhb json encoding. FPS and Anamorphic should now w...
sr55
2015-01-04
9
-111
/
+294
*
libhb: simplify job initialization
jstebbins
2015-01-03
2
-22
/
+17
*
libhb: fix access to uninitialized variables in hb_set_anamorphic_size2
jstebbins
2015-01-03
1
-2
/
+2
*
WinGui: Bug fixes to the libhb json encode factory and surrounding classes. E...
sr55
2015-01-02
9
-124
/
+168
*
WinGui: Make the Tabs in the logging window a bit larger and improve the init...
sr55
2015-01-02
5
-23
/
+51
*
MacGui: use HB_VCODEC_H264_MASK to check whether to enable or not the iPod 5g...
ritsuka
2014-12-31
1
-1
/
+1
*
MacGui: hide the iPod 5g check box if the codec is not h.264.
ritsuka
2014-12-30
4
-12
/
+20
*
MacGui: fix the picture and filters summary in the video tab.
ritsuka
2014-12-30
2
-1
/
+14
*
MacGui: fix a bunch of regressions (various crash when in some textfields, en...
ritsuka
2014-12-30
17
-112
/
+158
*
LinGui: better stderr redirection on mingw
jstebbins
2014-12-29
1
-3
/
+4
*
LinGui: fix building gtk gui on mingw, add regex to link
jstebbins
2014-12-29
1
-1
/
+1
*
libhb: initialize the buffer pool only once
jstebbins
2014-12-29
1
-5
/
+5
*
LinGui: add separate UI xml for gtk 3.14
jstebbins
2014-12-29
6
-62
/
+9620
*
MacGui: set the preset name to custom when a setting in the video/picture/fil...
ritsuka
2014-12-29
3
-1
/
+110
*
MacGui: set the default name for the exported chapters to the destination fil...
ritsuka
2014-12-29
1
-1
/
+1
*
MacGui: use bindings to toggle the chapters/seconds/frames UI.
ritsuka
2014-12-29
6
-69
/
+66
*
MacGui: pass the fast decode option to the hb_job.
ritsuka
2014-12-29
3
-2
/
+3
*
WinGui: Updated to use hb_get_preview2.
sr55
2014-12-28
3
-19
/
+64
*
LinGui: add xml UI for gtk versions >= 3.12
jstebbins
2014-12-28
1
-0
/
+9502
*
LinGui: Enable building with different versions of the xml UI description
jstebbins
2014-12-28
4
-4
/
+28
*
MacGui: move more things out of HBController.
ritsuka
2014-12-28
10
-66
/
+137
*
MacGui: hide turbo two pass checkbox when x264 is not selected.
ritsuka
2014-12-27
4
-8
/
+24
*
MacGui: do not redirect nil to the log.
ritsuka
2014-12-27
1
-2
/
+5
*
MacGui: clean up headers and imports.
ritsuka
2014-12-27
11
-45
/
+47
*
MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...
ritsuka
2014-12-27
11
-111
/
+154
*
MacGui: fix the reveal button in the queue.
ritsuka
2014-12-27
1
-13
/
+11
*
MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h becau...
ritsuka
2014-12-27
2
-10
/
+0
*
MacGui: rename PictureController.* to HBPictureController.* .
ritsuka
2014-12-27
4
-8
/
+8
*
MacGui: remove unneeded init.
ritsuka
2014-12-27
2
-7
/
+0
*
MacGui: change the queue to work with serialized HBJob objects, remove the NS...
ritsuka
2014-12-27
39
-2079
/
+1214
*
WinGui: Initial implementation of the new JSON API for encoding. Not exposed ...
sr55
2014-12-26
22
-1806
/
+227
*
WinGui: Adding the JSON models and factories for Encoding and Anamorphic calc...
sr55
2014-12-26
24
-0
/
+1463
*
json: add "Codec" to audio list items
jstebbins
2014-12-23
3
-0
/
+17
*
cli: simplify setting geometry
jstebbins
2014-12-23
1
-3
/
+1
*
libhb: eliminate refereces to libmkv
jstebbins
2014-12-23
1
-1
/
+0
*
libhb: eliminate unnecessary references to mp4v2
jstebbins
2014-12-23
2
-7
/
+1
[next]