summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* flatpak: conform to freedesktop metainfo standardsJohn Stebbins2020-05-083-10/+10
| | | | (cherry picked from commit 368576dc9aa94c792a309e227c9a893776d8cdd1)
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-2/+2
| | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
* contrib: Use libdav1d for AV1 decoding in FFmpeg.Justin Bull2019-09-171-1/+1
|
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-122-4/+4
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-102-2/+2
| | | | Rename hb.h to handbrake.h
* CLI: add subtitle name supportJohn Stebbins2019-08-111-2/+31
|
* Remove libsamplerateJohn Stebbins2019-08-111-1/+1
| | | | Convert the last use of libsamplerate in sync.c to swresample
* Fix some typos (#2202)Nomis1012019-07-311-1/+1
| | | Fix some typos
* dvd: remove dvd specific details from hb_title_tJohn Stebbins2019-07-121-7/+3
| | | | This information isn't needed by the frontends and pollutes the API
* CLI: Don't ignore PictureKeepRatio preset keyJohn Stebbins2019-05-311-1/+1
| | | | Fixes https://forum.handbrake.fr/viewtopic.php?f=10&t=39075
* deblock: replace pp7 with avfilter vf_deblockJohn Stebbins2019-05-021-13/+53
| | | | | | Adds deblock presets and tunes. Old preset values are converted upon preset import. Old PictureDeblock preset key is now PictureDeblockPreset.
* cli: remove unused compiler definesJohn Stebbins2019-04-171-12/+0
|
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-172-7/+6
|
* make: finish correcting host/build semanticsJohn Stebbins2019-04-173-12/+12
|
* configure: add option to enable/disable libnumaJohn Stebbins2019-04-151-1/+4
| | | | | It is not supported or not useful in some Linux environments, so allow disabling it.
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-1/+2
| | | | | | Reserve VideoColorMatrixCode for doing color conversion. VideoColorMatrixCodeOverride sets color flags without transforming video frame colors.
* x265: enable building with libnuma on linuxJohn Stebbins2019-04-041-1/+1
| | | | | | | | | Threadripper and other modern CPUs are now multi-core modules that benefit from having NUMA available. Adds a dependency for libnuma. Fixes https://github.com/HandBrake/HandBrake/issues/1142
* libhb: Initial implementation of Chroma Smooth filter.Bradley Sepos2019-03-281-10/+103
|
* LinGui: make QSV encoding actually workJohn Stebbins2019-03-071-0/+1
| | | | | | Assuming you built HandBrake with 'configure --enable-qsv' and you have built and installed Intel MediaSDK in a directory that is in your LD search path, the QSV encoders now work. HW decode is not supported.
* CLI: fix initialization of audio bitrate overrideJohn Stebbins2019-02-141-0/+1
|
* 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
* cli: Make --start-at and --stop-at strings more intuitive.Bradley Sepos2019-01-281-6/+12
| | | | Inspired by https://github.com/HandBrake/HandBrake-docs/pull/70.
* cli: Clarify --start-at and --stop-at help language.Bradley Sepos2019-01-271-6/+7
| | | | https://github.com/HandBrake/HandBrake-docs/pull/70
* Fix a few warnings.Damiano Galassi2019-01-231-1/+2
|
* Add SSA subtitle importJohn Stebbins2019-01-141-2/+113
|
* Update copyright dates to 2019.Bradley Sepos2019-01-014-4/+4
|
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-1/+1
|
* CLI: Add command line override for SubtitleBurnDVDSubJohn Stebbins2018-10-311-1/+12
| | | | | | | ... and SubtitleBurnBDSub. If these preset values were true, there was no way to encode without burning the first DVD or BD subtitle track using the CLI.
* build: Allows to use clang/clang++ compiler on FreeBSD.Yuichiro NAITO2018-08-221-0/+1
| | | | | LOCALBASE variable is used to indicate where FreeBSD ports are installed. default is /usr/local.
* contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.Bradley Sepos2018-08-161-1/+1
| | | | Extension of and closes #1422.
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-071-1/+1
| | | | | | | | | The sequence_id was only available for the WORKING state and not the WORKDONE state. But frontends poll for status periodically and can miss all status updates for the WORKING state if the file is very short or an error occurs early during transcoding. When WORKING status is missed, there was no way to know the sequence_id associated with the WORKDONE status.
* build: Fix libavresample link order.Yuichiro NAITO2018-07-011-1/+1
| | | | avfilter referes to avresample.
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-0/+4
| | | | | | Adding the Nvidia NVEnc H.264 and H.265 encoders. Based on Initial work by sgothel --enable-nvenc is the new compile time configure option to enable for builds.
* libhb: test: Guard VCE encoders behind USE_VCE.Bradley Sepos2018-06-081-0/+4
| | | | Fixes #1403.
* MacGui: set the minimum deployment target to 10.10. Remove Growl and use ↵Damiano Galassi2018-06-081-31/+9
| | | | macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
* flatpak: Add OARS metadata to HandBrakeCLI appdataJohn Stebbins2018-06-081-0/+30
| | | | | | | | | | | Copied from https://github.com/HandBrake/HandBrake/commit/5738051afb008d880d85e90ce1a0fd536e9a4058 OARS https://hughsie.github.io/oars/ is a content description system that allows software stores (such as GNOME Software) to categorise and classify applications. Having the markup available is a flathub requirement. Thanks to Nick Richards
* flatpak: automatically add <release> tag to cli appdataJohn Stebbins2018-06-073-1/+17
|
* flatpak: change "appdata" dir to "metainfo"John Stebbins2018-06-051-1/+1
| | | | The specificaion for where appstream files go changed
* CLI: add flatpak manifestJohn Stebbins2018-06-053-0/+77
|
* cli: Update help to list FFmpeg yadif.Bradley Sepos2018-05-291-1/+1
|
* contrib: add lzma supportJohn Stebbins2018-05-291-1/+1
| | | | | lzma may be used by the ffmpeg tiff decoder which can be used in matroska files.
* contrib: Add Speex decoder libspeex.Bradley Sepos2018-05-291-1/+1
|
* contrib: test: Strip dll and cli binary in build phase if debug=none.Bradley Sepos2018-05-291-0/+7
|
* libhb: cli: Link to libbcrypt on mingw-w64.Bradley Sepos2018-05-291-1/+1
|
* FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2)Sven Gothel2018-05-281-1/+1
| | | | | | | | Patch 1/2 for https://github.com/HandBrake/HandBrake/issues/974 moving to FFMPEG 3.4.1 from LIBAV 12.2. The re-ordering of to be linked modules was required to solve statically linked dependencies. See libhb/module.defs etc.
* build: Add FreeBSD support.Yuichiro NAITO2018-01-131-1/+1
| | | | Closes #1076.
* Update copyright dates to 2018.Bradley Sepos2018-01-013-3/+3
|
* cli: Don't throttle non-tty output. #1067Bradley Sepos2017-12-241-8/+1
|
* cli: Fix typo in 6eb3ef1a.Bradley Sepos2017-12-241-2/+4
| | | | Properly fixes #1067.