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
/
src
/
callbacks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
LinGui: add a file chooser button for the dest directory. dest file is
jstebbins
2008-11-26
1
-64
/
+48
*
LinGui: make socket connect for appcast run in its own thread. prevents
jstebbins
2008-11-25
1
-8
/
+8
*
LinGui: live preview.
jstebbins
2008-11-24
1
-111
/
+65
*
LinGui: fix a race in update checking that causes random crashes
jstebbins
2008-11-11
1
-10
/
+2
*
LinGui: add update checking. shows a dialog similar to the macui when
jstebbins
2008-11-09
1
-4
/
+224
*
LinGui: fix start chapter range. allowed entry of chapter numbers beyond
jstebbins
2008-11-06
1
-0
/
+1
*
LinGui: silence a new warning message on ubuntu 8.10
jstebbins
2008-11-01
1
-1
/
+1
*
LinGui: purge old activity logs that are older than 1 week
jstebbins
2008-10-31
1
-0
/
+44
*
LinGui: Activity Logs for individual encodes
jstebbins
2008-10-31
1
-5
/
+53
*
LinGui: add handbrake version and preset used to activity log
jstebbins
2008-10-30
1
-7
/
+35
*
LinGui: fix a problem with setting proper picture dimensions when title changed
jstebbins
2008-10-26
1
-0
/
+1
*
LinGui: Make preset key/values mostly align with macui presets.
jstebbins
2008-10-17
1
-52
/
+85
*
LinGui: nested presets
jstebbins
2008-10-15
1
-7
/
+10
*
LinGui: nested presets and drag n drop re-ordering of presets
jstebbins
2008-10-05
1
-1
/
+4
*
LinGui: queue item editing
jstebbins
2008-10-04
1
-4
/
+42
*
LinGui: When the source is a file, be more intelligent about auto-naming the
jstebbins
2008-09-29
1
-5
/
+23
*
LinGui: fix a small scanning status display problem and a compiler warning.
jstebbins
2008-09-29
1
-1
/
+8
*
LinGui: move some preset handling to a more appropriate place
jstebbins
2008-09-26
1
-351
/
+0
*
LinGui: trim both callbacks.c and settings.c. Move code to x264handler
jstebbins
2008-09-26
1
-103
/
+22
*
LinGui: continue callbacks.c reduction. move audio tab handling to separate
jstebbins
2008-09-26
1
-605
/
+23
*
LinGui: callbacks.c is getting too big. Separate out queue handling into
jstebbins
2008-09-26
1
-1139
/
+36
*
LinGui: Ditto
jstebbins
2008-09-26
1
-3
/
+3
*
LinGui: fix del key handling on queue item. Was deleting when any key pressed
jstebbins
2008-09-25
1
-1
/
+4
*
LinGui: Work around a silly treeview formatting bug.
jstebbins
2008-09-25
1
-17
/
+40
*
LinGui: fix my misunderstanding of faac bitrate capabilities.
jstebbins
2008-09-24
1
-2
/
+20
*
LinGui: Add filters line to queue description. Improve framerate description
jstebbins
2008-09-24
1
-8
/
+59
*
LinGui: vfr checkbox is toast.
jstebbins
2008-09-24
1
-15
/
+1
*
LinGui: refine deblock slider. now shows "Off" and values 5-15.
jstebbins
2008-09-23
1
-0
/
+12
*
LinGui: Add progress info to queue window
jstebbins
2008-09-23
1
-44
/
+62
*
LinGui: delete key now deletes items in the queue
jstebbins
2008-09-21
1
-0
/
+57
*
LinGui: tidy up how combobox values are handled internally and stored in plists
jstebbins
2008-09-19
1
-153
/
+152
*
LinGui: prevent entering bitrates above 160 for faac
jstebbins
2008-09-17
1
-2
/
+12
*
LinGui: Add mp4 options to queue description
jstebbins
2008-09-17
1
-2
/
+25
*
LinGui: update queue descriptions to match what joe is doing in the mac gui
jstebbins
2008-09-15
1
-91
/
+109
*
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
1
-39
/
+296
*
LinGui: change deblock control to a slider to set deblock strength
jstebbins
2008-09-11
1
-12
/
+16
*
LinGui: yikes, this thing leaks worse than my roof, fixed
jstebbins
2008-09-08
1
-0
/
+2
*
LinGui: fix memory issues found by valgrind
jstebbins
2008-09-08
1
-0
/
+1
*
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
1
-1
/
+4
*
LinGui: Fix a crash with re-scanning prior to encoding. Incorrect title
jstebbins
2008-09-06
1
-3
/
+8
*
LinGui: Fix a non-fatal Gtk assert when switching the source selection mode
jstebbins
2008-09-06
1
-14
/
+7
*
LinGui: Add queue save/restore
jstebbins
2008-09-06
1
-87
/
+334
*
LinGui: Presets and preferences are now stored as plists
jstebbins
2008-09-02
1
-678
/
+848
*
LinGui: oops. presets weren't saved after refreshing standard presets, so the
jstebbins
2008-08-24
1
-2
/
+5
*
LinGui: bundle the standard presets in the exe. eliminates installing
jstebbins
2008-08-24
1
-0
/
+7
*
LinGui: allow standard presets to be deleted and provide a button to reload
jstebbins
2008-08-23
1
-40
/
+34
*
LinGui: improve data entry method for deinterlace and denoise settings in
jstebbins
2008-08-22
1
-0
/
+132
*
LinGui: add a hidden feature to allow tweaking some settings. currently
jstebbins
2008-08-21
1
-0
/
+64
[next]