Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | muxavformat: fix last subtitle persistence in mp4 | John Stebbins | 2016-05-17 | 1 | -0/+22 |
| | | | | | | libav doesn't seems to honor the duration of the subtitle AVPacket. It is required to send an "empty" subtitle packet to terminate all subtitles, including the last one. | ||||
* | buffers: add more buffer allocation debugging | John Stebbins | 2016-05-17 | 1 | -0/+31 |
| | |||||
* | demux: cosmetics | John Stebbins | 2016-05-17 | 1 | -6/+10 |
| | |||||
* | demux: make demux functions static | John Stebbins | 2016-05-17 | 1 | -9/+9 |
| | |||||
* | decpgssub: allow PGS to have negative timestamps | John Stebbins | 2016-05-17 | 1 | -4/+12 |
| | | | | | This can happen due to poorly muxed MTS files that result in a suboptimal scr offset calculation in reader.c | ||||
* | libhb: remove unused subtitle fifo_sync | John Stebbins | 2016-05-17 | 2 | -3/+0 |
| | |||||
* | libhb: add hb_buffer_list_rem() | John Stebbins | 2016-05-17 | 2 | -0/+35 |
| | |||||
* | libhb: fix buffer list size calculation | John Stebbins | 2016-05-17 | 1 | -2/+2 |
| | |||||
* | remove dxva hw decode (#189) | John Stebbins | 2016-05-17 | 25 | -2567/+65 |
| | | | | | | | | | * remove dxva hw decode It provides practically no speed increase even on a slow CPU and results in a speed decrease on fast CPUs. And the code is exceptionally fugly. * cli: remove USE_HWD | ||||
* | doc: Update BUILD-Linux with instructions for Ubuntu 16.04. | Bradley Sepos | 2016-05-16 | 2 | -6/+25 |
| | |||||
* | tx3g: fix conversion of empty SSA subtitle | John Stebbins | 2016-05-16 | 1 | -0/+5 |
| | | | | an empty SSA caused a crash | ||||
* | WinGui: Language tweak to make the UI clearer. | sr55 | 2016-05-14 | 2 | -2/+2 |
| | |||||
* | WinGui: UI improvements to the Audio Defaults panel. | sr55 | 2016-05-14 | 4 | -176/+191 |
| | |||||
* | WinGui: Bug fix in the new behaviour tracks preset loading. | sr55 | 2016-05-14 | 1 | -3/+3 |
| | |||||
* | WinGui: Don't allow the user to enter invalid filename characters in the ↵ | sr55 | 2016-05-13 | 4 | -6/+55 |
| | | | | "File Format" autoname text box. Also sanitise the input on startup for legacy users which bad options. Fixes #182 | ||||
* | WinGui: Add a track list on the Audio Defaults screen. This changes the ↵ | sr55 | 2016-05-12 | 10 | -71/+924 |
| | | | | behaviour to match the Mac and Linux GUIs. So you no longer have to have a source audio track before you can create presets. | ||||
* | WinGui: Update the UpdateSourceTrigger on the AddPresetView so you don't ↵ | sr55 | 2016-05-12 | 1 | -4/+4 |
| | | | | need to tab out of the controls for it to recognise the name. Fixes #183 | ||||
* | remove debug printf | John Stebbins | 2016-05-08 | 1 | -2/+0 |
| | |||||
* | mux: eliminate 2048 byte size limit of SSA subtitles | John Stebbins | 2016-05-08 | 3 | -63/+158 |
| | |||||
* | LinGui: allow the main window to be taller | John Stebbins | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | LinGui: add {preset} auto-file naming option | John Stebbins | 2016-05-05 | 4 | -3/+10 |
| | |||||
* | cli: fix race during queue processing | John Stebbins | 2016-05-05 | 1 | -0/+11 |
| | | | | | | during queue processing, the pre-scan of an encode could trigger an attempt to encode using command line options, which would fail and abort the queue | ||||
* | Merge pull request #178 from bradleysepos/framerate | Scott | 2016-05-04 | 1 | -0/+5 |
|\ | | | | | libhb: Expand default frame rates to include 72, 75, 90, 100, 120. | ||||
| * | libhb: Expand default frame rates to include 72, 75, 90, 100, 120. | Bradley Sepos | 2016-05-03 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #179 from bradleysepos/toolchain | Scott | 2016-05-04 | 1 | -0/+48 |
|\ \ | | | | | | | scripts: Add script to install prebuilt MinGW on Linux. | ||||
| * | | scripts: Add script to install prebuilt MinGW on Linux. | Bradley Sepos | 2016-05-03 | 1 | -0/+48 |
| | | | |||||
* | | | MacGui: fix build on 10.10 sdk. | Damiano Galassi | 2016-05-04 | 3 | -4/+15 |
| | | | |||||
* | | | MacGui: delete an unused patch. | Damiano Galassi | 2016-05-04 | 1 | -18/+0 |
|/ / | |||||
* | | MacGui: disable code signing, it had been inadvertently enabled some commits ↵ | Damiano Galassi | 2016-05-03 | 1 | -2/+0 |
| | | | | | | | | ago. | ||||
* | | MacGui: use AVFoundation as the first option for the preview playback. Add ↵ | Damiano Galassi | 2016-05-03 | 33 | -948/+2389 |
|/ | | | | volume and tracks controls to the player hud. | ||||
* | libhb: Describe NLMeans tunes Tape and Sprite in comments. | Bradley Sepos | 2016-05-02 | 1 | -0/+2 |
| | |||||
* | libhb: Add NLMeans tune Sprite. | Bradley Sepos | 2016-05-02 | 1 | -0/+26 |
| | |||||
* | libhb: Add NLMeans tune Tape. | Bradley Sepos | 2016-05-02 | 1 | -0/+27 |
| | |||||
* | WinGui: Actually check in the fix for #158 | sr55 | 2016-04-29 | 1 | -1/+3 |
| | |||||
* | WinGui: Force the Optimise MP4 / iPod 5G Checkbox to refresh when changing ↵ | sr55 | 2016-04-29 | 1 | -0/+1 |
| | | | | the Output Format dropdown. Fixes #158 | ||||
* | Another gitignore update for windows. | sr55 | 2016-04-29 | 1 | -0/+1 |
| | |||||
* | WinGui: Simple tool for generating a signed hash of the HandBrake download. | sr55 | 2016-04-29 | 5 | -0/+256 |
| | |||||
* | Update .gitignore with more ignored files for the windows build. | sr55 | 2016-04-29 | 1 | -1/+2 |
| | |||||
* | WinGui: Improve the security of the update checker on windows. This download ↵ | sr55 | 2016-04-29 | 5 | -28/+59 |
| | | | | is now verified against a signed RSA-SHA256 hash verifying both file integrity and origin. | ||||
* | Update README.md | Scott | 2016-04-24 | 1 | -3/+2 |
| | |||||
* | WinGui: Wrap text on popup window container. | sr55 | 2016-04-23 | 1 | -1/+2 |
| | |||||
* | WinGui: Fix the Subtitle Defaults popup text. | sr55 | 2016-04-23 | 3 | -1/+13 |
| | |||||
* | WinGui: If you invoke HandBrake.exe with "--auto-start-queue" it will ↵ | sr55 | 2016-04-23 | 7 | -15/+55 |
| | | | | | | automatically start the queue and not prompt to recover the queue. Behaviour Change: When reloading the queue, any job that is "In progress" will be marked as "Error" now. We don't know if HandBrake crashed or the system restarted. This avoids any crash -> restart loops that may occur. This allows HandBrake to get on with the rest of the queue until the user can action the failed encode. | ||||
* | MacGui: do not stop the preview encoding when the showWindow: is called and ↵ | Damiano Galassi | 2016-04-22 | 1 | -1/+3 |
| | | | | the window is already on screen. | ||||
* | decavcodec: fix audio decoder frame count | John Stebbins | 2016-04-21 | 1 | -0/+5 |
| | | | | it was always 0 | ||||
* | stream: fix memory leak during PS stream probe | John Stebbins | 2016-04-20 | 1 | -0/+7 |
| | |||||
* | buffers: add more buffer debugging support | John Stebbins | 2016-04-20 | 1 | -7/+33 |
| | |||||
* | WinGui: Some initial work to make the HandBrake.ApplicationServices library ↵ | sr55 | 2016-04-19 | 10 | -322/+334 |
| | | | | more portable. | ||||
* | Merge branch 'Idea2' | sr55 | 2016-04-19 | 1 | -3/+8 |
|\ | |||||
| * | WinGui: Small code optimisation in the QueueRecoveryHelper | sr55 | 2016-04-18 | 1 | -3/+8 |
| | |