summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MacGui: removed some attributes from the xib that might building on 10.8 .ritsuka2014-08-286-15/+15
* WinGui: Update the Gong WPF Drag/Drop library. This fixes a few issues with t...sr552014-08-284-23/+87
* MacGui: realigned the video quality options.ritsuka2014-08-281-19/+19
* MacGui: removed unused outlets in PicturePreview.xib.ritsuka2014-08-281-9/+3
* libhb: fix small error in "empty" mp4 subtitle durationjstebbins2014-08-271-3/+1
* libhb: fix tx3g styles when the entire line is one stylejstebbins2014-08-271-2/+12
* libhb: fix merging of ssa subtitlesjstebbins2014-08-271-6/+34
* libhb: remove emptry tx3g subtitlesjstebbins2014-08-271-3/+12
* libhb: fix stop time of subtitlesjstebbins2014-08-271-0/+4
* MacGui: corrected the file header.ritsuka2014-08-274-28/+20
* MacGui: removed the PresetIndexNum from the queue job dict.ritsuka2014-08-271-17/+4
* CLI: fix dimensions problem when both width and height are specifiedjstebbins2014-08-273-13/+23
* WinGui: Only show Turbo First pass checkbox on x264sr552014-08-263-2/+36
* x264: bump to version r2479-dd79a61jstebbins2014-08-262-2/+2
* x265: enable 2-pass ABR encodingjstebbins2014-08-263-25/+52
* x265: fix maxCUSize errorjstebbins2014-08-261-0/+19
* LinGui: set x265 preset/tune/profile/level in jobjstebbins2014-08-261-7/+12
* libhb: fix accumulating rounding error in CoreAudio timestampsjstebbins2014-08-261-4/+5
* bump x265 to version 1.3jstebbins2014-08-251-1/+1
* MacGui: aligns the time/start textfield in the main window.ritsuka2014-08-251-5/+12
* MacGui: store the audio and subtitles defaults in each queue item so they can...ritsuka2014-08-258-44/+46
* MacGui: fix build with 10.8 sdk.ritsuka2014-08-251-4/+1
* WinGui: Queue only checks duplicates against waiting items now.sr552014-08-251-1/+1
* MacGui: corrected a label text in the prefs audio tab.ritsuka2014-08-251-1/+1
* MacGui: added a note in the prefs audio tab about the native languages and cu...ritsuka2014-08-251-5/+14
* MacGui: toggle the Advanced tab when the prefs setting changes.ritsuka2014-08-251-0/+33
* MacGui: disable/enable the encoder options label when needed and fix the enco...ritsuka2014-08-252-6/+10
* MacGui: removed a couple of unused preferences keys (CheckForUpdates, Disable...ritsuka2014-08-243-102/+76
* MacGui: fixed the HUD background on Snow Leopard.ritsuka2014-08-242-46/+34
* MacGui: fixed two small leaks.ritsuka2014-08-232-0/+2
* MacGui: replaced the last two NSBeginCriticalAlertSheet calls, and two NSEnum...ritsuka2014-08-231-42/+39
* MacGui: removed the “Large file size” checkbox.ritsuka2014-08-233-37/+5
* WinGui: Switch to using hb_set_anamorphic_size2. This simplifies the picture ...sr552014-08-226-536/+531
* MacGui: fixed the preview controller HUD style on the next OS X release.ritsuka2014-08-225-229/+381
* MacGui: fixed auto naming for dvd sources.ritsuka2014-08-221-1/+13
* MacGui: removed an unnecessary NSBox in the Advanced tab.ritsuka2014-08-223-20/+11
* libav: update fraem threading state patchjstebbins2014-08-221-57/+110
* LinGui: fix tooltip indentation and spelling errorsjstebbins2014-08-221-194/+197
* Added back two files Xcode killed on its own in the previous commitritsuka2014-08-222-0/+11
* MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to...ritsuka2014-08-2218-80/+67
* LinGui: fix queue formattingjstebbins2014-08-211-6/+6
* LinGui: Fix queue display when no audio tracksjstebbins2014-08-211-1/+4
* MacGui: load the old lavcOption format too is preset in the preset.ritsuka2014-08-211-2/+9
* MacGui: remapped lavcOption to VideoOptionExtra.ritsuka2014-08-214-31/+27
* MacGui: load the lavcOption from preset and fixed the encoder selection when ...ritsuka2014-08-211-0/+10
* WinGui: Remove some cruft from the solution.sr552014-08-214-47/+1
* MacGui: generalize video preset/tune/profile/level handling to make it works ...ritsuka2014-08-219-716/+754
* MacGui: removed unneeded outlets from PictureSettings.xib.ritsuka2014-08-211-11/+7
* WinGui: Further updates to the preset import/export functionality. sr552014-08-212-143/+30
* CLI: make string split function aware of escaping and quotingjstebbins2014-08-211-8/+53