summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* NVENC: Remaining fixes for a 1st working draft on GNU/Linux (GTK)259-add-nvenc-encoderSven Gothel2017-11-011-6/+11
* updated libhb/common.c values to match those provided by sr55 gist.matthew2017-10-081-7/+17
* fixed nvidia encoder namesMatthew2017-09-261-4/+4
* modified the nvidia codecs in common codeMatthew2017-09-241-7/+7
* first attempt adding nvenc to common.cMatthew Lazarow2017-09-121-0/+6
* Allow audio fallback to be "None" (#623)John Stebbins2017-06-121-24/+23
* filter: add frame parallelizing filter wrapperJohn Stebbins2017-06-061-1/+27
* libhb: Add LapSharp sharpening filter.Bradley Sepos2017-05-301-0/+4
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-301-0/+4
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-8/+10
* Fix various spelling mistakes (#613)Sebastian Ramacher2017-03-101-1/+1
* qsv: added HEVC 10-bit as encoder, should help for GUI integrationmaxd2017-03-051-0/+4
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: fix audio bitrate when using fallback encoderJohn Stebbins2016-12-291-31/+1
* qsv: rename av_qsv* to hb_qsv*John Stebbins2016-12-171-1/+1
* libhb: Remove redundant check in common.cmidzer2016-12-141-1/+1
* opus: disable quality mode, enable compression levelsJohn Stebbins2016-09-231-10/+10
* contrib: Add opus audio encoder.John Stebbins2016-09-021-54/+152
* vpx: add encoder presetsJohn Stebbins2016-05-291-0/+5
* enable libvpx VP9 encoderJohn Stebbins2016-05-271-0/+5
* encx265: simplify chapter mark handlingJohn Stebbins2016-05-251-0/+2
* libhb: send initial chapter through pipelineJohn Stebbins2016-05-171-0/+73
* libhb: add hb_buffer_list_rem()John Stebbins2016-05-171-0/+34
* libhb: fix buffer list size calculationJohn Stebbins2016-05-171-2/+2
* libhb: Expand default frame rates to include 72, 75, 90, 100, 120.Bradley Sepos2016-05-031-0/+5
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* libhb: fix quality limits for high bit depth video encoders.Tim Walker2016-03-311-2/+25
* libhb: remove superfluous ifdefs.Tim Walker2016-03-311-4/+0
* x265: use more permissive x265_api_query instead of x265_api_getJohn Stebbins2016-03-301-1/+1
* decomb: split comb detection out into it's own filterJohn Stebbins2016-03-111-0/+25
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-4/+295
* libhb: fix he-aac fallback setupJohn Stebbins2016-02-121-2/+1
* libhb: fix crash in hb_filter_info_closeJohn Stebbins2016-01-241-1/+4
* libhb: do not add invalid audio encoders to audio listJohn Stebbins2016-01-221-18/+19
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-211-2/+143
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: add some NULL checksJohn Stebbins2015-11-151-0/+4
* x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-121-9/+44
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-20/+47
* libhb: repair split packets in readerJohn Stebbins2015-11-101-0/+21
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-0/+20
* grayscale: make it a real filterJohn Stebbins2015-10-141-0/+4
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-0/+182
* qsv: HEVC encoding support.Tim Walker2015-09-201-0/+1
* libhb: Fix compiler issues in previous commit.Bradley Sepos2015-09-101-3/+7
* libhb: Clock/frame rate handling improvements.Bradley Sepos2015-09-101-0/+10
* libhb: Expand framerates to include 20 and 48.Bradley Sepos2015-09-101-0/+2
* libhb: fix display of audio copy maskjstebbins2015-08-121-1/+2
* DXVA2: cleanup decode support checks.Rodeo2015-06-231-12/+0
* libhb: add DXVA2-accelerated HEVC decoding.Rodeo2015-06-231-1/+2