summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow the preview encode to run at the same time as an actual encode.Scott2015-10-315-32/+46
* CLI: fix linking with broken ubuntu linkerJohn Stebbins2015-10-301-2/+2
* Missed file from last checkin.Scott2015-10-301-0/+1
* Tidy up the Preset Service. Preset version checking should now be working fo...Scott2015-10-305-37/+88
* Merge pull request #26 from jstebbins/avpictureJohn Stebbins2015-10-297-55/+84
|\
| * libhb: don't use deprecated AVPictureJohn Stebbins2015-10-297-55/+84
|/
* LinGui: Fix duplicate preset name creationJohn Stebbins2015-10-291-1/+30
* MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets inste...Damiano Galassi2015-10-299-52/+101
* libav: add lame dependencyJohn Stebbins2015-10-281-1/+1
* MacGui: annotate the type of some arrays, and check the count of the input jo...Damiano Galassi2015-10-287-16/+19
* MacGui: add some subtitles tracks to the fake title used in tests.Damiano Galassi2015-10-283-46/+30
* MacGui: switched the audio defaults track tableview to view based, and fixed ...Damiano Galassi2015-10-286-310/+377
* Merge pull request #19 from jstebbins/ana-customJohn Stebbins2015-10-264-78/+155
|\
| * Double HB_MAX_WIDTH/HEIGHTJohn Stebbins2015-10-261-2/+2
| * Enforce min/max dimensionsJohn Stebbins2015-10-263-68/+136
| * LinGui: don't call hb_get_preview2 with outragious dimensionsJohn Stebbins2015-10-261-5/+27
| * libhb: prevent crashes in hb_get_preview2John Stebbins2015-10-261-1/+23
| * LinGui: custom-ana reduce PAR when it's modified indirectlyJohn Stebbins2015-10-261-0/+2
| * Fix bizarre custom anamorphic behaviorJohn Stebbins2015-10-262-44/+7
|/
* Merge pull request #22 from jstebbins/lameJohn Stebbins2015-10-266-232/+8
|\
| * lame: Use libav wrapper to encode mp3lameJohn Stebbins2015-10-266-232/+8
|/
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-253-58/+43
* MacGui: add some simple tests for the undo/redo implementation of HBJob.Damiano Galassi2015-10-253-2/+198
* MacGui: change the title selection sheet to use a view-based table view.Damiano Galassi2015-10-253-98/+177
* MacGui: align some UI elements.Damiano Galassi2015-10-253-9/+10
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-252-248/+347
* Improving the Deinterlace / Decomb Filters Tab UI. Now uses the same "preset...Scott2015-10-2412-99/+197
* Update HandBrakeCLI to read presets.json on Windows. This is the file that wi...Scott2015-10-241-2/+2
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-248-10/+88
* Tidy up some code for the new inline queue view.Scott2015-10-243-26/+0
* Improve the In-line queue display.Scott2015-10-248-21/+336
* Initial commit to allow the Queue Window to be embedded in the main window. S...Scott2015-10-2412-352/+136
* MacGui: improve subtitles defaults undo support.Damiano Galassi2015-10-243-10/+22
* MacGui: add type parameter to some arrays.Damiano Galassi2015-10-243-5/+7
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-2415-142/+295
* Merge pull request #27 from bradleysepos/buildBradley Sepos2015-10-231-1/+5
|\
| * contrib: Update to CMake 3.3.2.Bradley Sepos2015-10-231-1/+5
|/
* libhb: Add rebeccapurple to color map.Bradley Sepos2015-10-231-0/+1
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ...Damiano Galassi2015-10-2212-977/+1159
* MacGui: align the chapters title textfield.Damiano Galassi2015-10-221-3/+3
* MacGui: partial undo/redo support in the defaults sheets.Damiano Galassi2015-10-228-6/+245
* libhb: fix dereference of null pointerJohn Stebbins2015-10-201-1/+2
* CLI: silence uninitialized variable warningsJohn Stebbins2015-10-201-8/+8
* libhb: Fix potentially uninitialized variableJohn Stebbins2015-10-201-0/+2
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-2016-106/+508
* MacGui: expose a property to set the log level in HBCore.Damiano Galassi2015-10-202-0/+13
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-1912-36/+294
|\
| * grayscale: wingui changesJohn Stebbins2015-10-163-7/+8
| * macui: add grayscale filterJohn Stebbins2015-10-151-2/+7
| * grayscale: make it a real filterJohn Stebbins2015-10-148-27/+279