summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* WinGui: Fix previews after hb_image_s change. Fixes #2044sr552019-04-161-0/+1
* vfr: improve duplicate frame drop detectionJohn Stebbins2019-04-141-19/+47
* work: fix pix_fmt init input to filter pipelineJohn Stebbins2019-04-141-1/+5
* ports: increase HB_LOW_PRIORITY on macOS to avoid threads being stalled on mo...Damiano Galassi2019-04-091-1/+1
* ports: set pthreads name on macOS.Damiano Galassi2019-04-091-0/+4
* cropscale: force output pixfmt to YUV420PJohn Stebbins2019-04-081-0/+9
* hbavfilter: fix filename in header commentJohn Stebbins2019-04-081-1/+1
* hbavfilter: hide internals of hb_avfilter_graph_sJohn Stebbins2019-04-084-51/+61
* avfilter: split individual filters to separate filesJohn Stebbins2019-04-0810-939/+1024
* avfilter: fix header file commentJohn Stebbins2019-04-081-1/+1
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-0810-110/+218
* Add missing yuv444p12 colorspace optonJohn Stebbins2019-04-081-0/+2
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-0819-47/+650
* avfilter: simplify internal API to avfilterJohn Stebbins2019-04-0812-827/+910
* Fix crash when chroma smooth tune is NULLJohn Stebbins2019-04-081-6/+6
* decvobsub: fix crash due to malformed vobsubJohn Stebbins2019-04-041-10/+14
* contrib: Remove local pthreads-w32 in favor of winpthreads.Bradley Sepos2019-03-311-5/+1
* Libhb: Some minor logging cleanupsr552019-03-306-16/+16
* libhb: Consolidate plane functions and eliminate a malloc in Chroma Smooth.Bradley Sepos2019-03-281-48/+38
* libhb: Tweak Chroma Smooth filter presets and tunes.Bradley Sepos2019-03-282-122/+30
* libhb: Initial implementation of Chroma Smooth filter.Bradley Sepos2019-03-287-1/+875
* qsv: fix build when qsv is disabledJohn Stebbins2019-03-131-4/+4
* qsv: add i965 VA driver fallbackJohn Stebbins2019-03-123-25/+63
* qsv: allow user to override VA driver nameJohn Stebbins2019-03-121-1/+4
* fix spurious libswscale warningJohn Stebbins2019-03-121-0/+2
* sync: imporve accuracy of logged min/max fpsJohn Stebbins2019-03-121-2/+2
* encavcodec: fix bitrate ceiling overflow for VP8/9John Stebbins2019-03-121-16/+2
* qsv: fix logging of implementation 'via' optionJohn Stebbins2019-03-101-4/+4
* fix setting sequence_id of final job statusJohn Stebbins2019-03-091-1/+1
* qsv: fix building without qsv when libdrm is not presentJohn Stebbins2019-03-091-0/+2
* LinGui: make QSV encoding actually workJohn Stebbins2019-03-075-7/+219
* libhb: Only display audio source bitrates greater than one, resolves #1944Andrew Brezovsky2019-03-011-5/+9
* Fix a warning.Damiano Galassi2019-02-151-1/+1
* decavcodec: fix setting up AVCodecContext extradataJohn Stebbins2019-02-141-8/+9
* libhb: enable SWS_CS_BT2020 matrix.Damiano Galassi2019-02-141-3/+2
* Add WebM support (#1822)Justin Bull2019-02-136-24/+49
* nvenc: silence a compiler warning.sr552019-02-111-1/+1
* nvenc_common: fix compiler warningJohn Stebbins2019-02-111-0/+2
* encavcodec: fix potential use of uninitialized variableJohn Stebbins2019-02-111-1/+1
* dvdnav: fix potentially unterminated stringJohn Stebbins2019-02-111-1/+2
* scan: fix potential buffer overflow in sprintfJohn Stebbins2019-02-111-7/+6
* Fix return value of hb_blobal_init_no_hardwareJohn Stebbins2019-02-111-1/+1
* decavcodec: fix error when ffmpeg parser changes the codec_idJohn Stebbins2019-02-111-4/+17
* dvd: Add support for MPEG-1 on DVDJohn Stebbins2019-02-112-0/+36
* stream: Improve probing of unknown streamsJohn Stebbins2019-02-111-48/+146
* libhb: Add a hb_global_init_no_hardware that disables all the hardware encode...sr552019-02-117-39/+91
* libhb: Append input bitrate to end of audio source description. Closes #1718.Andrew Brezovsky2019-02-081-0/+6
* libhb: do not set HB_STATE_WORKDONE before all the work threads are closed.Damiano Galassi2019-02-051-3/+2
* libhb: Temporarily log out the error code for unlink to figure out why previe...sr552019-01-281-1/+4
* Fix an annoying warning in Xcode.Damiano Galassi2019-01-231-2/+2