summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Update the UpdateSourceTrigger on the AddPresetView so you don't need...sr552016-05-121-4/+4
* remove debug printfJohn Stebbins2016-05-081-2/+0
* mux: eliminate 2048 byte size limit of SSA subtitlesJohn Stebbins2016-05-083-63/+158
* LinGui: allow the main window to be tallerJohn Stebbins2016-05-051-1/+1
* LinGui: add {preset} auto-file naming optionJohn Stebbins2016-05-054-3/+10
* cli: fix race during queue processingJohn Stebbins2016-05-051-0/+11
* Merge pull request #178 from bradleysepos/framerateScott2016-05-041-0/+5
|\
| * libhb: Expand default frame rates to include 72, 75, 90, 100, 120.Bradley Sepos2016-05-031-0/+5
* | Merge pull request #179 from bradleysepos/toolchainScott2016-05-041-0/+48
|\ \
| * | scripts: Add script to install prebuilt MinGW on Linux.Bradley Sepos2016-05-031-0/+48
* | | MacGui: fix build on 10.10 sdk.Damiano Galassi2016-05-043-4/+15
* | | MacGui: delete an unused patch.Damiano Galassi2016-05-041-18/+0
|/ /
* | MacGui: disable code signing, it had been inadvertently enabled some commits ...Damiano Galassi2016-05-031-2/+0
* | MacGui: use AVFoundation as the first option for the preview playback. Add vo...Damiano Galassi2016-05-0333-948/+2389
|/
* libhb: Describe NLMeans tunes Tape and Sprite in comments.Bradley Sepos2016-05-021-0/+2
* libhb: Add NLMeans tune Sprite.Bradley Sepos2016-05-021-0/+26
* libhb: Add NLMeans tune Tape.Bradley Sepos2016-05-021-0/+27
* WinGui: Actually check in the fix for #158sr552016-04-291-1/+3
* WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing t...sr552016-04-291-0/+1
* Another gitignore update for windows.sr552016-04-291-0/+1
* WinGui: Simple tool for generating a signed hash of the HandBrake download.sr552016-04-295-0/+256
* Update .gitignore with more ignored files for the windows build.sr552016-04-291-1/+2
* WinGui: Improve the security of the update checker on windows. This download ...sr552016-04-295-28/+59
* Update README.mdScott2016-04-241-3/+2
* WinGui: Wrap text on popup window container.sr552016-04-231-1/+2
* WinGui: Fix the Subtitle Defaults popup text.sr552016-04-233-1/+13
* WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will automa...sr552016-04-237-15/+55
* MacGui: do not stop the preview encoding when the showWindow: is called and t...Damiano Galassi2016-04-221-1/+3
* decavcodec: fix audio decoder frame countJohn Stebbins2016-04-211-0/+5
* stream: fix memory leak during PS stream probeJohn Stebbins2016-04-201-0/+7
* buffers: add more buffer debugging supportJohn Stebbins2016-04-201-7/+33
* WinGui: Some initial work to make the HandBrake.ApplicationServices library m...sr552016-04-1910-322/+334
* Merge branch 'Idea2'sr552016-04-191-3/+8
|\
| * WinGui: Small code optimisation in the QueueRecoveryHelpersr552016-04-181-3/+8
* | WinGui: Strip out the overlay panel code. It's not used.sr552016-04-188-211/+1
|/
* Few updates to NEWSsr552016-04-181-4/+4
* WinGui: Change the Audio Default and Subtitle panels to be modal windows. (Si...sr552016-04-179-139/+71
* muxavformat: fix mp4 subtitle empty packet durationJohn Stebbins2016-04-141-1/+1
* qsv: support building on linux with libvaJohn Stebbins2016-04-141-0/+3
* Merge pull request #153 from jstebbins/qsv-freeJohn Stebbins2016-04-131-39/+39
|\
| * qsv: fix access to freed memory when interrupting encodeJohn Stebbins2016-04-131-39/+39
* | Merge pull request #154 from jstebbins/qsv-decode-uninitialized-varJohn Stebbins2016-04-131-55/+44
|\ \
| * | qsv: fix crash in decode init due to uninitialized variableJohn Stebbins2016-04-131-55/+44
* | | WinGui: Don't call hb_x264_param_unparse when we are not using x264sr552016-04-131-1/+1
|/ /
* / qsv_filter: fix crash when unpacking crop parametersJohn Stebbins2016-04-131-4/+4
|/
* WinGui: Handle null mixdowns properly. Fixes #152sr552016-04-123-6/+9
* lingui: fix mispellingJohn Stebbins2016-04-101-14/+14
* lingui: fix file nameJohn Stebbins2016-04-091-0/+0
* lingui: add ubuntu xenial to nightly buildsJohn Stebbins2016-04-093-0/+130
* WinGui: Sanitise all Mixdown selections. Passthru the Codec into the Scanned...sr552016-04-094-61/+78