summaryrefslogtreecommitdiffstats
path: root/libhb/common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libhb: Allow log level changes and update checks *after* hb_init()jstebbins2015-06-121-6/+0
* libhb: Eliminate string length limit in hb_valogjstebbins2015-06-091-19/+48
* Fix flac fallback for passthruritsuka2015-06-031-0/+1
* libhb: fix issues with video optionsjstebbins2015-05-281-0/+20
* libhb: assume remix support when input layout is not set.Rodeo2015-05-191-0/+8
* libhb: make libFDK the default (HE-)AAC encoder.Rodeo2015-05-171-1/+1
* libhb: return the global bitrate limits for a given mixdown when the samplera...Rodeo2015-05-161-0/+14
* libhb,cli: add preset management to libhb, use it in clijstebbins2015-05-061-9/+12
* libhb: enable vbr encoding with fdk-aac and libav-aacjstebbins2015-05-041-0/+22
* deccc608sub: improve CC positioningjstebbins2015-04-051-3/+1
* deccc608sub: fix column alignment issuesjstebbins2015-04-051-3/+4
* libhb: add functions to lookup details of mixdown, video, audio, containerjstebbins2015-04-021-0/+56
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-1/+0
* json: automatically scan title when processing json jobsjstebbins2015-03-071-2/+7
* New audio output options.Rodeo2015-02-151-2/+49