summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: eliminate use of deprecated ffmpeg lockmgrJohn Stebbins2018-06-131-27/+0
* muxavformat: fix use of deprecated AVFormat.filenameJohn Stebbins2018-06-131-1/+1
* comb_detect: fix crash when no valid frames are passedJohn Stebbins2018-06-111-1/+4
* encavcodec: fix encoding with vp8 and vp8 encodersJohn Stebbins2018-06-101-2/+2
* muxavformat: Fix muxing SSA subtitlesJohn Stebbins2018-06-091-35/+0
* decssasub: Fix decoding SSA subtitlesJohn Stebbins2018-06-092-207/+18
* VCE: Add support for fetching levels for H.264 and H.265sr552018-06-081-0/+12
* VCE: Stub out VCE available methods for the UI. This will need to check for ...sr552018-06-082-0/+45
* libhb: test: Guard VCE encoders behind USE_VCE.Bradley Sepos2018-06-083-0/+10
* libhb: Restore HB_VCODEC_MASK value.Bradley Sepos2018-06-081-1/+1
* libhb: Cosmetic in encavcodec.c.Bradley Sepos2018-06-061-1/+1
* Add support for VCE hardware encoding.Michael Wootton2018-06-066-10/+160
* bd: Don't fail titles with unknown aspectJohn Stebbins2018-06-061-2/+4
* libhb: allow muxing E-AC3 in mp4.Damiano Galassi2018-06-051-2/+2
* decavcodec: fix issues with audio that has no explicit channel_layoutJohn Stebbins2018-06-041-9/+32