summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* VCE: Fix a typo that was preventing the VCE H.265 encoder from working.sr552018-07-091-1/+1
* VCE: Implement missing compile time availability flag. This should stop it sh...sr552018-07-071-1/+6
* libhb: Fix broken encoder masks.sr552018-07-051-2/+2
* libhb: Fix an ifdef typosr552018-07-021-1/+1
* nvenc: fix crash in nvenc_load_functionsJohn Stebbins2018-06-291-1/+1
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-299-43/+249
* bd: fix title->name for BDs that have disc infoJohn Stebbins2018-06-281-17/+33
* presets: fix importing file with "Official" presetsJohn Stebbins2018-06-271-0/+11
* resample: fix ditheringJohn Stebbins2018-06-271-11/+2
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-278-89/+85
* decavcodec: fix crash during audio probeJohn Stebbins2018-06-201-2/+5
* contrib: gtk: libhb: make: scripts: Remove yasm contrib.Bradley Sepos2018-06-172-36/+2
* libhb: Allow 7.1 channels AAC encoding.Simon Lämmle2018-06-161-3/+11
* muxavformat: silence mp4 frame size warningJohn Stebbins2018-06-151-0/+1
* muxavformat: use alternate API to initialize out contextJohn Stebbins2018-06-151-12/+5
* muxavformat: fix crash on windowsJohn Stebbins2018-06-151-1/+1
* Fix PGS subtitle decoding...John Stebbins2018-06-138-97/+147
* libhb: fix snprintf compiler warningsJohn Stebbins2018-06-137-71/+100
* libhb: eliminate use of deprecated av_register_all...John Stebbins2018-06-131-2/+0