summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* contrib: Update to fribidi 1.0.5.Bradley Sepos2019-02-246-62/+17
|
* contrib: Update to FreeType 2.9.1.Bradley Sepos2019-02-241-3/+3
|
* configure: Enable hardware encoders by default on suitable platforms.Bradley Sepos2019-02-241-17/+29
| | | | Print special encoders status at end of configure output, minor cosmetics.
* WinGui: Further evolving the new queue design.sr552019-02-233-163/+229
|
* WinGui: Reinstate "Resume" vs "Start" encode on the Main screen. Fixes #1919sr552019-02-223-1/+24
|
* Updated gitignoresr552019-02-211-0/+1
|
* WinGui: Attempt to be smarter with the Autonaming when dealing with ↵sr552019-02-211-10/+16
| | | | directories with ".". Fixes #1917
* contrib: Remove fdk-aac SourceForge url.Bradley Sepos2019-02-211-1/+0
| | | | Checksum does not match the other urls. The GitHub repo by mstorsjo seems preferable at this time, anyway.
* contrib: Update bzip2 upstream url.Bradley Sepos2019-02-211-1/+1
| | | | The previous url is gone.
* WinGui: Fix summary tab delayed refresh. Fixes #1914sr552019-02-201-0/+2
|
* LinGui: adjust the size of subtitle widgetsJohn Stebbins2019-02-192-5/+8
| | | | | | | Make language text smaller. Some of the native characters are quite tall and result in an overly tall widget. Fixes https://github.com/HandBrake/HandBrake/issues/1869
* WinGui: Fix a crash for new installs or users upgrading from older versions. ↵sr552019-02-191-0/+4
| | | | Fixes #1916
* MacGui: upgrade Sparkle to version 1.21.3Damiano Galassi2019-02-1918-15/+25
|
* WinGui: Set the button text to "Apply" on the Defaults Windows rather than ↵sr552019-02-187-18/+33
| | | | "Save" to try avoid confusion. Improves #1907
* MacGui: improve view sizing.Damiano Galassi2019-02-171-3/+3
|
* WinGui: Undo some debugging code.sr552019-02-171-1/+1
|
* News: Remove item that's no longer relevant.sr552019-02-171-1/+0
|
* WinGui: Backout Handling of AccessViolations. Makes the hardware handling ↵sr552019-02-171-6/+6
| | | | issue worse.
* contrib: Update to AMF 1.4.9Ewout ter Hoeven2019-02-171-4/+4
|
* WinGui: Attempt to fix the the exception handling when AccessViolations occur.sr552019-02-161-4/+21
|
* WinGui: Add HandleProcessCorruptedStateExceptions around Init.sr552019-02-161-5/+11
|
* NEWS Updates and correctionssr552019-02-161-4/+2
|
* meta: Update NEWS.markdown for 1.2.1 release.Bradley Sepos2019-02-151-0/+82
|
* MacGui: made some more strings localisable, update Italian locasation.Damiano Galassi2019-02-157-17/+27
|
* MacGui: disable NSWindow tabbing support.Damiano Galassi2019-02-152-0/+10
|
* Fix a warning.Damiano Galassi2019-02-151-1/+1
|
* MacGui: Use the 00:00:00 format for all the time strings.Damiano Galassi2019-02-151-3/+3
|
* MacGui: add a missing localized resource and fix the build.Damiano Galassi2019-02-152-13/+428
|
* contrib: Update to libsamplerate 0.1.9-49-ga2eb281.Bradley Sepos2019-02-141-6/+6
|
* contrib: Add local patch to fix missing x265 animation tune.Nomis1012019-02-144-0/+88
|
* CLI: fix initialization of audio bitrate overrideJohn Stebbins2019-02-141-0/+1
|
* decavcodec: fix setting up AVCodecContext extradataJohn Stebbins2019-02-141-8/+9
| | | | | It was getting set up, but then deleted right after in avcodec_free_context.
* MacGui: add Italian localisation.Damiano Galassi2019-02-1435-23/+3065
|
* MacGui: fix documentation link, some property annotations.Damiano Galassi2019-02-149-29/+21
|
* libhb: enable SWS_CS_BT2020 matrix.Damiano Galassi2019-02-141-3/+2
|
* WinGui: Temp fix for the build until we can refactor the queue error handling.sr552019-02-133-1/+13
|
* CLI: interpret --all-audio as implicit list of all tracksJohn Stebbins2019-02-131-3/+6
| | | | | | | --all-audio was setting up the preset to apply each audio encoder in the preset to each source track. And it was adding new entries in the presets audio encoder list for any audio command line overrides. This results in very unintuitive behavior.
* CLI: fix error in setting up audio preset valuesJohn Stebbins2019-02-131-52/+114
| | | | | duplication of "last" audio setting was done wrong and resulted in NULL settings values
* MacGui: remove two old unused classes, remove some old compatibility hacks, ↵Damiano Galassi2019-02-1316-423/+45
| | | | and fix warnings.
* Add WebM support (#1822)Justin Bull2019-02-1331-52/+337
| | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.
* flatpak: fix hb logo fileJohn Stebbins2019-02-123-116385/+57
| | | | Reduce the "resolution" of the SVG because flatpak-builder is anal
* LinGui: sanitize preset export filenameJohn Stebbins2019-02-122-3/+16
| | | | | Removes illegal characters that may be in the preset name from the suggested filename and trims leading and trailing white space.
* MacGui: send integerForKey: instead of [objectForKey:] intValue]Damiano Galassi2019-02-127-14/+15
|
* MacGui: serialize the queue item status to disk.Damiano Galassi2019-02-121-0/+6
|
* MacGui: update German localization (housekeeping #1)Nomis1012019-02-1214-54/+54
| | | | This is the housekeeping #1 2019 set of german localization changes from Transifex. It does not include new strings from recent macos patches, just fixes and corrections.
* contrib: Restore FFmpeg VideoToolbox patch.Bradley Sepos2019-02-111-0/+27
| | | | Mistakenly removed in 66a362ee92331fa1393fbdb0c1e1b26d8f39de6a.
* contrib: Update to x265 3.0.Ewout ter Hoeven2019-02-114-20/+20
|
* contrib: Update to FFmpeg 4.1.1.Ewout ter Hoeven2019-02-118-321/+3
|
* WinGui: Remove hard coded ordering on the in-line presets selector.sr552019-02-112-42/+57
|
* contrib: Update to nvenc 8.2.15.7Ewout ter Hoeven2019-02-111-4/+4
|