summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* encavcodec: set AVFrame width and heightJohn Stebbins2018-06-021-0/+2
* avfilter: fix flushing final frameJohn Stebbins2018-05-311-2/+11
* scan: fix crash due to last commitJohn Stebbins2018-05-301-1/+2
* scan: rationalize ffmpeg codec/profile namesJohn Stebbins2018-05-301-45/+66
* encx264: fix encoding of very short duration framesJohn Stebbins2018-05-302-46/+3
* libhb: build: README: Replace instances of Libav with FFmpeg.Bradley Sepos2018-05-298-12/+12
* contrib: add lzma supportJohn Stebbins2018-05-291-0/+6
* libhb: fix segfault when decoding empty audio trackJohn Stebbins2018-05-291-1/+2
* contrib: Add Speex decoder libspeex.Bradley Sepos2018-05-291-2/+2
* contrib: test: Strip dll and cli binary in build phase if debug=none.Bradley Sepos2018-05-291-0/+3
* libhb: cli: Link to libbcrypt on mingw-w64.Bradley Sepos2018-05-291-1/+1
* contrib: Use AV_CODEC_ID_ASS for FFmpeg.Bradley Sepos2018-05-282-4/+4
* FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-05-286-22/+16
* FFMPEG decavcodec: Consider returned error from av_buffersrc_add_frame(..)Sven Gothel2018-05-281-2/+6
* Using AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_SRT (libav->ffmpeg)Sven Gothel2018-05-281-2/+2
* FFMPEG #974: Use latest FFMPEG 3.4.1 (1/2)Sven Gothel2018-05-282-1/+3
* libhb: Increase maximum packet read size in stream.c.Bradley Sepos2018-05-131-1/+1
* libhb: don't drop "escape" char in hb_str_vsplitJohn Stebbins2018-04-031-5/+0
* libhb/param: skip redundant checks.Tim Walker2018-02-261-3/+3
* libhb: fix parsing of filters' tunes.Tim Walker2018-02-261-12/+16
* Missed typo in previous commitluz.paz2018-02-201-1/+1
* please review....luz.paz2018-02-201-2/+2
* Misc. typosluz.paz2018-02-2032-46/+46
* encx264: fix apply_h264_profile's lossless check for high bit depth.Tim Walker2018-02-181-4/+12
* sync: fix hang in searching for PtoP start frameJohn Stebbins2018-01-251-11/+21
* libhb: Define SYS_FREEBSD in libhb module.Yuichiro NAITO2018-01-131-3/+5
* libhb: fix a number of issues reported by clang.Damiano Galassi2018-01-1212-50/+89
* libhb: Allow NLMeans prefilter passthru when strength is 0 (zero).Bradley Sepos2018-01-101-6/+6
* libhb: Make NLMeans prefilter order consistent.Bradley Sepos2018-01-101-6/+6
* libhb: Make prefiltered check in NLMeans more explicit.Bradley Sepos2018-01-101-1/+1
* libhb: Reorder some code in nlmeans_prefilter for clarity.Bradley Sepos2018-01-101-11/+7
* libhb: Plug memory leak in NLMeans.Bradley Sepos2018-01-101-2/+10
* qsv: better dimensions adjustments for HEVC 10bmaxd2018-01-101-3/+5
* libhb: fixed a dead assignment in avfilter.c.Damiano Galassi2018-01-101-1/+1
* libhb: fix a leak in decssasubDamiano Galassi2018-01-101-0/+3
* ports: fix a possible null deference.Damiano Galassi2018-01-101-0/+2
* encx264: check correct build number in ifdefJohn Stebbins2018-01-101-4/+4
* x264: bump to build 155John Stebbins2018-01-101-3/+45
* libhb: Better prioritize NLMeans prefilter order.Bradley Sepos2018-01-091-11/+11
* libhb: Add CSM prefilter to NLMeans.Bradley Sepos2018-01-091-3/+108
* QSV: fix ICQ availability detection for HEVC encoder.Tim Walker2018-01-041-0/+3
* Update copyright dates to 2018.Bradley Sepos2018-01-0189-89/+89
* libhb: Fix nlmeans prefilter passthru only outputting some frames.Bradley Sepos2017-12-301-7/+0
* libhb: Output result of nlmeans prefilter when passthru enabled.Chris Darroch2017-12-301-2/+11
* libhb: Fix nlmeans prefilter passthru frame addressing.Chris Darroch2017-12-301-1/+1
* QSV: adding HEVC10b decode supportmaxim_d332017-12-221-3/+5
* theora: fix a crash when enctheoraClose is called and pv is NULL.Damiano Galassi2017-12-161-0/+5
* FreeBSD 11.1 compatibility.Bradley Sepos2017-12-064-11/+22
* qsv: range as 0-63maxd2017-12-041-7/+5
* QSV: adjusting QP range to address all valuesmaxd2017-12-041-3/+14