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
/
gtk
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
LinGui: fix initial audio selection problem
jstebbins
2008-10-19
1
-0
/
+3
*
LinGui: change chapter start "to" end --> start "thru" end
jstebbins
2008-10-19
3
-3
/
+3
*
LinGui: fix problem with disk getting full warning.
jstebbins
2008-10-19
1
-1
/
+1
*
LinGui: add pref option to scale down high def previews
jstebbins
2008-10-18
6
-12
/
+119
*
LinGui: fix handling of HD resolutions. max dimension threshold too low.
jstebbins
2008-10-18
3
-6
/
+6
*
LinGui: fix a problem with converting strings to int values.
jstebbins
2008-10-17
1
-6
/
+6
*
LinGui: Make preset key/values mostly align with macui presets.
jstebbins
2008-10-17
21
-4712
/
+5801
*
LinGui: nested presets
jstebbins
2008-10-15
16
-5026
/
+5279
*
LinGui: fix incorrect display of target file size in queue.
jstebbins
2008-10-10
1
-1
/
+1
*
LinGui: Changes required by latest x264
jstebbins
2008-10-09
11
-290
/
+47
*
LinGui: nested presets and drag n drop re-ordering of presets
jstebbins
2008-10-05
11
-201
/
+1314
*
LinGui: queue item editing
jstebbins
2008-10-04
12
-5
/
+288
*
LinGui: refactoring that will make nested presets easier to implement.
jstebbins
2008-10-03
3
-102
/
+103
*
LinGui: change the top level structure that contains presets from a dictionary
jstebbins
2008-10-03
4
-94
/
+237
*
LinGui: When the source is a file, be more intelligent about auto-naming the
jstebbins
2008-09-29
1
-5
/
+23
*
LinGui: fix audio mixdown validation problem when source is 2 channel
jstebbins
2008-09-29
1
-1
/
+1
*
LinGui: fix a small scanning status display problem and a compiler warning.
jstebbins
2008-09-29
2
-1
/
+9
*
LinGui: move some preset handling to a more appropriate place
jstebbins
2008-09-26
4
-354
/
+356
*
LinGui: trim both callbacks.c and settings.c. Move code to x264handler
jstebbins
2008-09-26
8
-638
/
+678
*
LinGui: continue callbacks.c reduction. move audio tab handling to separate
jstebbins
2008-09-26
6
-605
/
+662
*
LinGui: callbacks.c is getting too big. Separate out queue handling into
jstebbins
2008-09-26
5
-1139
/
+1192
*
LinGui: remove another part of the x264 analyse/direct-pred (non)dependency
jstebbins
2008-09-26
1
-7
/
+1
*
LinGui: Ditto
jstebbins
2008-09-26
4
-12
/
+12
*
LinGui: fix del key handling on queue item. Was deleting when any key pressed
jstebbins
2008-09-25
1
-1
/
+4
*
LinGui: remove the dependency between direct-pred and analyse
jstebbins
2008-09-25
5
-28
/
+0
*
LinGui: Work around a silly treeview formatting bug.
jstebbins
2008-09-25
5
-21
/
+51
*
LinGui: Store the activity log in the users config dir instead of PWD.
jstebbins
2008-09-25
7
-27
/
+90
*
LinGui: fix my misunderstanding of faac bitrate capabilities.
jstebbins
2008-09-24
5
-20
/
+26
*
LinGui: Add filters line to queue description. Improve framerate description
jstebbins
2008-09-24
4
-12
/
+63
*
LinGui: vfr checkbox is toast.
jstebbins
2008-09-24
10
-305
/
+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
*
LinGui: delete key now deletes items in the queue
jstebbins
2008-09-21
5
-1
/
+61
*
LinGui: improve the precision of the scaling of the preview image for display
jstebbins
2008-09-20
1
-0
/
+1
*
LinGui: tidy up how combobox values are handled internally and stored in plists
jstebbins
2008-09-19
12
-750
/
+698
*
LinGui: prevent entering bitrates above 160 for faac
jstebbins
2008-09-17
3
-94
/
+120
*
LinGui: Add mp4 options to queue description
jstebbins
2008-09-17
7
-33
/
+215
*
LinGui: update queue descriptions to match what joe is doing in the mac gui
jstebbins
2008-09-15
6
-94
/
+193
*
LinGui: refine the drop zone for queue drag n drop. now it only highlights
jstebbins
2008-09-14
1
-0
/
+11
*
LinGui: Add queue drag n drop reordering
jstebbins
2008-09-13
12
-63
/
+448
*
LinGui: fix another memory leak
jstebbins
2008-09-12
2
-2
/
+2
*
LinGui: change deblock control to a slider to set deblock strength
jstebbins
2008-09-11
21
-11964
/
+15907
*
LinGui: consolidate all resources into one stringified plist file that gets
jstebbins
2008-09-09
41
-5958
/
+3889
*
LinGui: internalize the UI description xml file. That's the last external
jstebbins
2008-09-08
4
-55
/
+4677
*
LinGui: simplify the makefile icon building command
jstebbins
2008-09-08
1
-24
/
+24
*
LinGui: Internalize all the icons so I don't have to install them in
jstebbins
2008-09-08
55
-55
/
+5964
*
LinGui: yikes, this thing leaks worse than my roof, fixed
jstebbins
2008-09-08
9
-24
/
+75
*
LinGui: fix memory issues found by valgrind
jstebbins
2008-09-08
3
-1
/
+3
*
LinGui: Fix crash on ubuntu intrepid. Just luck it didn't crash on other
jstebbins
2008-09-07
1
-26
/
+26
*
LinGui: Fix several strict-aliasing warnings and a null pointer dereference
jstebbins
2008-09-07
4
-19
/
+67
[prev]
[next]