summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* cli: Avoid carriage return in progress output when piping.Bradley Sepos2017-05-311-9/+31
|
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-301-0/+95
|
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-301-0/+94
| | | | Closes #525.
* CLI: don't override preset subtitle burn defaults...John Stebbins2017-03-221-21/+24
| | | | Unless user explicitly overrides with command line options
* CLI: clean up when exiting earlyJohn Stebbins2017-03-211-11/+14
| | | | "HandBrakeCLI --help" and other options didn't delete temp directories
* Remove Fontconfig on Windows (#610)Oleg Oshmyan2017-03-121-1/+1
| | | | | | | | | | | * Remove Fontconfig on Windows Let libass use its DirectWrite font provider backend instead of Fontconfig. This eliminates Fontconfig's font cache generation delay that occurred at the start of an encode after a system font was (un)installed or when HandBrake was installed and used to burn text subtitles for the first time. * Remove LibHB's dependency on Fontconfig when it's not used
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-5/+1
| | | | | | | | | | | | | | | | | | * subtitles: simplify and shorten subtitle descriptions Generally, it eliminates parens to make things more readable. I.e. it turns this: English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB) Into this: English, Closed Caption [Wide Screen, VOBSUB] * Revise punctuation per BradleyS request * fix subtitle description formatting * incorporate suggestions from PR
* Fix various spelling mistakes (#613)Sebastian Ramacher2017-03-101-4/+4
| | | | | | | | | | * Fix spelling of 'source' * Fix spelling of 'specify' * Fix spelling of 'internal' * Fix spelling of 'quitting'
* disable fontconfig on macOSDamiano Galassi2017-01-181-2/+6
|
* cli: Adding hb_opencl_set_enable when --use-opencl is set. #496sr552017-01-151-0/+5
|
* json: revise range "End" for time and frame rangesJohn Stebbins2017-01-111-2/+9
| | | | | "End" was a duration. It is now the actual "End" position in 90khz ticks or frames.
* Update copyright dates to 2017.Bradley Sepos2017-01-013-3/+3
|
* CLI: fix csv file chapter importJohn Stebbins2016-12-291-2/+2
|
* build: Add install, install-strip, and uninstall targets for Darwin/Mac.Bradley Sepos2016-12-221-24/+21
| | | | | | | Also refactor test.* convenience targets for Darwin/Mac. Configure parameter --prefix now sets HandBrakeCLI install directory [/usr/local] like on other systems. New configure parameter --xcode-prefix sets HandBrake.app install directory [/Applications]. Not used on other systems.
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-0/+3
|
* CLI: allow overriding automatically selected "default" subtitleJohn Stebbins2016-12-151-4/+22
|
* CLI: fix --no-comb-detectJohn Stebbins2016-12-011-1/+1
|
* CLI: fix specifying audio track namesJohn Stebbins2016-11-181-1/+1
| | | | Was using codec instead of name strings. yet another cut/paste error :(
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-311-9/+10
| | | | | | | | | * Add new anamorphic mode "Automatic", delete "Strict" Anamorphic mode automatic is added to support Bradley's new presets that are designed to pick a PAR that maximizes storage resolution. Strict is converted to Loose + mod == 2 + UsesPictureSettings == 2 when importing presets
* CLI: fix short arg optional parameter processingJohn Stebbins2016-10-101-2/+8
| | | | | | | Some short args were missing the '::' flags to indicate optional parameters. Also distinguish missing parameters from unknown options.
* cli: Add --version to help.Bradley Sepos2016-09-151-0/+1
|
* CLI: Revise CLI help.Bradley Sepos2016-09-091-240/+303
| | | | Fixes a number of typos. Better formatting in some cases. Clarifies optional parameter usage (fixes #300).
* contrib: Add opus audio encoder.John Stebbins2016-09-021-1/+1
| | | | | | | | | | Remove: hb_audio_samplerate_get_best() Add: hb_audio_samplerate_is_supported() hb_audio_samplerate_find_closest() hb_audio_samplerate_get_sr_shift()
* LinGui: Add flatpak support (#231)John Stebbins2016-08-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | * LinGui: add --flatpak configure option For building a linux flatpak bundle * LinGui: add rules to build flatpak repo and bundles * LinGui: add flatpak compatible icon * LinGui: add flatpak compatible desktop file * LinGui: add flatpak appdata xml * pkg: disable building LinGui when creating cli flatpak * pkg: clean flatpak build cache when updating source package * pkg: fix source package build dependencies Fixes errors when the git ref being packaged changes and you have not manually deleted stage and pkg build directories.
* cli: fix pad filter helpJohn Stebbins2016-08-091-6/+6
| | | | and move from "Picture Settings" to "Filters" section
* cli: move ogg in link orderSean McGovern2016-07-011-2/+2
| | | | It can depend on the vorbis libraries.
* cli: include strings.h on Solaris where necessarySean McGovern2016-07-011-0/+4
|
* cli: only link to iconv on Solaris 10Sean McGovern2016-07-011-1/+4
|
* preset: Add CLI Default preset. (#214)Bradley Sepos2016-06-271-0/+1
|
* cli: Add --no-two-pass and --no-turbo.Bradley Sepos2016-06-251-4/+16
| | | | Closes #234.
* cli: fix initialization of SubtitleTrackSelectionBehaviorJohn Stebbins2016-06-101-1/+1
| | | | | | We should only override the original presets value when --all-subtitles, --first-subtitle, or an explicit subtitle list is specified on the command line.
* cli: Take preset frame rate / mode into account.Bradley Sepos2016-06-031-3/+13
|
* cli: Fix frame rate mode when not explicitly set.Bradley Sepos2016-06-031-0/+2
|
* CLI: fix behaviour of --subtitle-lang-listJohn Stebbins2016-06-021-2/+4
| | | | It did not default to "first" subittle selection behaviour.
* contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.Bradley Sepos2016-05-251-1/+1
| | | | | | | | | | | | HarfBuzz is now enabled when building libass. Resolves #162. Additional libass notes: - Add yasm dependency for better performance. - Remove no longer valid configure params. - Disable new coretext and directwrite font selection backends pending additional testing (coretext did not build properly).
* cli: fix application of subtitle flags when scan enabledJohn Stebbins2016-05-191-9/+25
| | | | | forced, default, and burned flags were getting assigned to the wrong output tracks.
* remove dxva hw decode (#189)John Stebbins2016-05-172-21/+0
| | | | | | | | | * 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
* cli: fix race during queue processingJohn Stebbins2016-05-051-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
* qsv: support building on linux with libvaJohn Stebbins2016-04-141-0/+3
|
* CLI: fix incorrect assumption that video quality is always positive.Tim Walker2016-04-031-2/+2
|
* cli: remove unused variables version and buildJohn Stebbins2016-03-121-2/+0
|
* Missed updating an hb_init call for the removal of updates.sr552016-03-121-1/+1
|
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ↵sr552016-03-121-31/+0
| | | | HTTPS and it's terrible code.
* cli: add support for import of GUI queue fileJohn Stebbins2016-03-121-123/+215
|
* cli: add comb detection optionsJohn Stebbins2016-03-111-2/+83
|
* qsv: fix buildJohn Stebbins2016-03-111-13/+1
| | | | I missed some of the qsv filter settings bits that needed changing.
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-68/+240
| | | | | | This simplifies accessing and changing filter parameters programatically. It also changes the custom filter string format to a ':' separated list of key/value pairs.
* cli: fix constant framerateJohn Stebbins2016-03-051-1/+1
|
* deinterlace: use avfilter yadif deinterlacerJohn Stebbins2016-02-151-2/+8
|
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-212-199/+120
| | | | | | | | | | | | | | New filter types HB_FILTER_AVFILTER and HB_FILTER_PAD. Settings for HB_FILTER_AVFILTER are the same as you would pass to avconv from the command line -vf option, except that we do not support multi-input or multi-output filters. Settings for HB_FILTER_PAD are "width:height:color:x_offset:y_offset". width x height is the size of the output frame after padding. color may be a w3c color name or RGB value (default black). x_offset, y_offset is the position of the video within the padded area (default centered). Any of the values may be omitted or "auto".