summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* preset: Add Chromecast 1080p60 Surround preset and update some descriptions.Bradley Sepos2018-12-121-4/+120
* Extend the range of allowed bitrate inputs to allow Opus to go down as low as...sr552018-12-111-0/+3
* VideoToolbox: Remove unsupported main10 mode #1719sr552018-12-101-1/+1
* VCE: Fix an issue with where the h264 stream was not correctly written to the...sr552018-12-071-9/+2
* Default Nvenc to use slower, higher quality settings. Fix some issues around ...sr552018-12-011-12/+56
* nvenc: fix chapter mark positionsJohn Stebbins2018-11-291-0/+3
* build: Remove GCC.I and GCC.L for FreeBSD.Yuichiro NAITO2018-11-271-0/+1
* Nvenc: Don't override rc-lookahead or spartial-aq settings.sr552018-11-241-6/+0
* WinGui: Get rid of some erroneous logging for NVEnc.sr552018-11-231-2/+1
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-157-3/+196
* Give VCE and NVENC encoders more descriptive long namesJohn Stebbins2018-11-141-4/+4
* Fix display of null nvenc encoder names in job logJohn Stebbins2018-11-141-1/+1
* muxavformat: fix error messagesJohn Stebbins2018-11-141-4/+4
* encavcodec: fix passing extradata to muxerJohn Stebbins2018-11-142-44/+69
* decavcodec: fix use after freeJohn Stebbins2018-11-071-1/+1
* decsrtsub: support timecodes that use '.' for fractionsJohn Stebbins2018-11-071-1/+7
* decsrtsub: fix crash when file can't be openedJohn Stebbins2018-11-071-3/+7
* decavcodec: packetize data before searching for extradataJohn Stebbins2018-11-061-197/+158
* stream: enable probing for all unrecognized stream typesJohn Stebbins2018-11-061-1/+1
* libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec op...sr552018-10-011-1/+0
* VCE: Remove unnecessary VCE logging.sr552018-10-011-6/+0
* VCE: Try to improve the reliability of the VCE hardware detection.sr552018-09-291-3/+4
* presets: Bump presets major version.Bradley Sepos2018-09-261-1/+1
* presets: Minor revision to Amazon Fire descriptions.Bradley Sepos2018-09-261-3/+3
* presets: Update descriptions for Apple devices.Bradley Sepos2018-09-261-5/+5
* presets: Add iPad 1st Gen to Apple 540p30 Surround description.Bradley Sepos2018-09-261-1/+1
* presets: Make all 2-channel mixdowns stereo instead of DPL2.Bradley Sepos2018-09-261-73/+73
* presets: Explicitly disable Align A/V Start where not set.Bradley Sepos2018-09-261-0/+43
* presets: Disable unused Align A/V Start for Roku 2160p (MKV).Bradley Sepos2018-09-261-1/+1
* presets: Add Amazon Fire 720p preset.Bradley Sepos2018-09-261-0/+101
* presets: Rename Fire TV to Amazon Fire and update compatibility info.Bradley Sepos2018-09-261-4/+4
* presets: Remove Legacy 0.10.x presets.Bradley Sepos2018-09-261-745/+0
* VCE: Add positive logging.sr552018-09-251-0/+4
* VCE: Add temp logging to vce_common.c to give a hint as to why some users can...sr552018-09-241-0/+6
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-289-149/+73
* libhb: use the same padding as FFmpeg when allocating buffer.Damiano Galassi2018-08-221-1/+1
* build: Allows to use clang/clang++ compiler on FreeBSD.Yuichiro NAITO2018-08-221-1/+1
* contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.Bradley Sepos2018-08-162-10/+1
* Fixing available Levels for VCE and other H265 encoders.sr552018-08-162-8/+17
* VCE: Show only supported H264 / HEVC profiles.sr552018-08-162-3/+8
* VCE: Small Adjustment to the Quality settings passed to ffmpeg. B-Frames +2 ...sr552018-08-161-2/+7
* vfr: fix jitter in 59.94 to 29.97 framerate conversionJohn Stebbins2018-08-111-7/+13
* Fix arithmetic exception in hb_set_anamorphic_size2() when displaying previewEmeric2018-08-081-1/+1
* presets: fix setting of default preset valuesJohn Stebbins2018-08-081-1/+1
* NVEnc: Add human names for encoder presets and remove currently invalid options.sr552018-08-081-2/+2
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-074-17/+31
* bd: handle "broken units" betterJohn Stebbins2018-08-061-20/+46
* sync: fix duration of silence buffersJohn Stebbins2018-08-051-4/+10
* VCE: Working on CQ mode for AMD VCE. #1408sr552018-07-301-1/+16
* Amf enc availability check (#1489)OvchinnikovDmitrii2018-07-211-2/+84