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
*
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
*
eliminate job->largeFileSize
jstebbins
2014-12-23
12
-118
/
+7
*
libhb: remove dead code
jstebbins
2014-12-23
2
-10
/
+0
*
MacGui: fix build.
ritsuka
2014-12-23
1
-0
/
+1
*
MacGui: remove some unused #import. Move again more things in HBController to...
ritsuka
2014-12-23
11
-312
/
+131
*
MacGui: move the UI helper methods to new categories. Implement NSCoding in m...
ritsuka
2014-12-23
27
-696
/
+1199
*
MacGui: set the chapter titles directly in HBJob. Move more things over to HB...
ritsuka
2014-12-22
11
-113
/
+176
*
libhb: remove hb_job_reset
jstebbins
2014-12-22
2
-55
/
+0
*
MacGui: save the preset description, it had been broken after the add preset ...
ritsuka
2014-12-22
1
-1
/
+4
*
libhb: remove deprecated job and title fields
jstebbins
2014-12-22
1
-26
/
+0
*
MacGui: implement NSCoding protocol in HBJob.
ritsuka
2014-12-22
13
-11
/
+332
*
MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...
ritsuka
2014-12-22
5
-35
/
+43
*
MacGui: remove the last usage of title->job.
ritsuka
2014-12-21
7
-460
/
+13
*
MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...
ritsuka
2014-12-21
4
-17
/
+549
*
MacGui: refactor a bit of HBController to remove dependency on hb_title_t.
ritsuka
2014-12-21
2
-243
/
+175
*
MacGui: use HBJob when possible.
ritsuka
2014-12-21
11
-197
/
+103
*
MacGui: add some more logs in HBCore.
ritsuka
2014-12-21
1
-0
/
+10
*
MacGui: set the correct framerate in the preset.
ritsuka
2014-12-21
1
-1
/
+1
*
MacGui: rearrange files in the project and disabled NSZombie.
ritsuka
2014-12-20
2
-43
/
+38
[next]