| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | LinGui: Fix a crash with re-scanning prior to encoding. Incorrect title | jstebbins | 2008-09-06 | 3 | -5/+30 |
* | LinGui: Fix a non-fatal Gtk assert when switching the source selection mode | jstebbins | 2008-09-06 | 1 | -14/+7 |
* | LinGui: missed adding a file with last commit | jstebbins | 2008-09-06 | 1 | -0/+2 |
* | LinGui: Add queue save/restore | jstebbins | 2008-09-06 | 17 | -255/+2946 |
* | LinGui: Presets and preferences are now stored as plists | jstebbins | 2008-09-02 | 27 | -3302/+8338 |
* | LinGui: plug small memory leak | jstebbins | 2008-08-27 | 1 | -0/+1 |
* | LinGui: oops. presets weren't saved after refreshing standard presets, so the | jstebbins | 2008-08-24 | 2 | -3/+6 |
* | LinGui: bundle the standard presets in the exe. eliminates installing | jstebbins | 2008-08-24 | 4 | -84/+646 |