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: implement a slider for deblock.
dynaflash
2008-09-23
4
-72
/
+191
*
WinGui:
sr55
2008-09-23
4
-17
/
+16
*
LinGui: refine deblock slider. now shows "Off" and values 5-15.
jstebbins
2008-09-23
5
-4
/
+20
*
LinGui: Add progress info to queue window
jstebbins
2008-09-23
4
-44
/
+80
*
MacGui: upon reloading a previous queue at launch, open up the queue window.
dynaflash
2008-09-23
1
-0
/
+1
*
MacGui: When reloading a previous queue at launch, as well as pending encode...
dynaflash
2008-09-23
2
-24
/
+78
*
MacGui: Re-enable deleting encodes with the delete key if hilighted.
dynaflash
2008-09-22
3
-12
/
+21
*
MacGui: Fix sleep/shutdown warning so it only comes up once right when starti...
dynaflash
2008-09-22
1
-4
/
+5
*
MacGui: Add encoding status readout to the queue window
dynaflash
2008-09-22
4
-8
/
+71
*
LinGui: delete key now deletes items in the queue
jstebbins
2008-09-21
5
-1
/
+61
*
Cygwin:
sr55
2008-09-21
3
-0
/
+25
*
MacGui: End of encode/queue alerts and actions changes
dynaflash
2008-09-21
1
-33
/
+52
*
MacGui: upon launch, if pending items are still in the queue, if you choose t...
dynaflash
2008-09-21
1
-2
/
+3
*
MacGui: now requires vlc 0.9.xx to read protected dvd's in the users /Applica...
dynaflash
2008-09-20
1
-1
/
+1
*
WinGui:
sr55
2008-09-20
3
-27
/
+37
*
WinGui:
sr55
2008-09-20
7
-122
/
+100
*
LinGui: improve the precision of the scaling of the preview image for display
jstebbins
2008-09-20
1
-0
/
+1
*
WinGui:
sr55
2008-09-19
1
-0
/
+1
*
WinGui:
sr55
2008-09-19
2
-2
/
+5
*
WinGui:
sr55
2008-09-19
2
-29
/
+13
*
MacGui: Custom chapter names restored (borked in 1703)
dynaflash
2008-09-19
1
-5
/
+49
*
WinGui:
sr55
2008-09-19
3
-63
/
+54
*
WinGui:
sr55
2008-09-19
4
-11
/
+24
*
Spit out the average encoding speed in the verbose log at the end of a job.
jbrjake
2008-09-19
1
-0
/
+6
*
CLI: Synchronizes presets with the MacGui, following x264's switch to subme 6...
jbrjake
2008-09-19
1
-24
/
+24
*
Brings MacGui in line with x264's new default subme of 6. Remember to update ...
jbrjake
2008-09-19
2
-16
/
+16
*
Bring libhb in line with x264's new default subme level of 6.
jbrjake
2008-09-19
1
-3
/
+0
*
Bumps x264 to r979-6d4af9d, bringing Psy-RDO and Psy-Trellis to HandBrake.
jbrjake
2008-09-19
1
-1
/
+1
*
MacGui and MacCli: Sets the Xcode project's Deployment target to use GCC opti...
jbrjake
2008-09-19
1
-1
/
+1
*
WinGui:
sr55
2008-09-19
1
-1
/
+1
*
Threaded decomb filter. Folds in eddyg's threaded yadif from r1628 and also a...
jbrjake
2008-09-19
1
-37
/
+435
*
LinGui: tidy up how combobox values are handled internally and stored in plists
jstebbins
2008-09-19
12
-750
/
+698
*
MacGui: "Stop" command modifications
dynaflash
2008-09-18
3
-13
/
+35
*
WinGui:
sr55
2008-09-18
4
-23
/
+6
*
MacGui: Queue allow proper deleting of encoding queue items and proper deleti...
dynaflash
2008-09-18
2
-8
/
+61
*
MacGui: Fix issue from 1703 where once done doing at least one encode, all su...
dynaflash
2008-09-18
1
-22
/
+25
*
MacGui: fix turbo two pass (thanks beelsebob and jkint for help troubleshooti...
dynaflash
2008-09-17
1
-3
/
+9
*
MacGui: Add some temporary activity log messages to try to debug the new queue
dynaflash
2008-09-17
1
-4
/
+5
*
Filter timestamps to prevent missing/incorrect Transport Stream PCRs messing ...
van
2008-09-17
1
-0
/
+19
*
MacGui: Fix crash when selecting between target size and abr.
dynaflash
2008-09-17
1
-3
/
+1
*
LinGui: prevent entering bitrates above 160 for faac
jstebbins
2008-09-17
3
-94
/
+120
*
WinGui:
sr55
2008-09-17
1
-0
/
+8
*
MacGui: fix chapter markers which were borked in 1703
dynaflash
2008-09-17
1
-1
/
+1
*
MacGui: Fix subtitle scan which I broke in 1703
dynaflash
2008-09-17
1
-3
/
+4
*
LinGui: Add mp4 options to queue description
jstebbins
2008-09-17
7
-33
/
+215
*
Bug fix to r1691: had the offsets for PTS & DTS reversed so we were trying to...
van
2008-09-16
1
-7
/
+7
*
Another bug fix in the per-stream timing code: If the clock reference changes...
van
2008-09-16
1
-7
/
+29
*
MacGui: Resilient Queue: Initial Implementation
dynaflash
2008-09-16
6
-3201
/
+2302
*
WinGui:
sr55
2008-09-16
4
-66
/
+67
*
LinGui: update queue descriptions to match what joe is doing in the mac gui
jstebbins
2008-09-15
6
-94
/
+193
[next]