summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* preset: Use Main profile for Android 1080p30 and use fast combing detection f...Bradley Sepos2016-07-261-6/+6
* libhb: make preview reader and writer both more robustSean McGovern2016-07-111-4/+42
* libhb: add an implementation of strerror_r()Sean McGovern2016-07-112-0/+47
* configure: check for strerror_r()Sean McGovern2016-07-101-0/+4
* Revert "libhb: don't ignore the return result from fread()"Bradley Sepos2016-07-073-24/+9
* libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.Bradley Sepos2016-07-071-1/+1
* libhb: Move ogg in link order.Bradley Sepos2016-07-011-2/+2
* libhb: don't ignore the return result from pipe()Sean McGovern2016-07-011-1/+2
* libhb: don't ignore the return result from fread()Sean McGovern2016-07-013-9/+24
* libhb: add a declaration for hb_presets_add_internalSean McGovern2016-07-011-1/+2
* decssasub: fix ssa start times when p-to-p is usedJohn Stebbins2016-06-271-6/+7
* reader: fix p-to-p start pos in avformat demuxed streamsJohn Stebbins2016-06-271-27/+27
* preset: Add CLI Default preset. (#214)Bradley Sepos2016-06-273-5/+133
* Merge pull request #232 from bradleysepos/mingwScott2016-06-271-2/+2
|\
| * libhb: Improve pthreads-win32 compatibility when PTW32_STATIC_BUILD isn't def...Bradley Sepos2016-06-211-2/+2
* | preset: Remove invalid VideoTune none from template in preset_builtin.h.Bradley Sepos2016-06-261-1/+1
* | preset: Remove 'Vita' from Playstation preset names.Bradley Sepos2016-06-251-3/+3
* | preset: Move preset-related resources to separate directory.Bradley Sepos2016-06-255-6919/+1
|/
* subtitle scan: tighten up scan pass dropping logicJohn Stebbins2016-06-111-1/+3
* subtitle scan: drop scan pass if there are no suitable subtitlesJohn Stebbins2016-06-101-2/+21
* libhb: Add "Very Fast" presets.Bradley Sepos2016-06-103-2/+782
* sync: speed up p-to-p finalization when there are subtitlesJohn Stebbins2016-06-101-0/+46
* sync: fix potential stall when searching for p-to-p startJohn Stebbins2016-06-101-2/+11
* sync: when p-to-p end reached return HB_WORK_DONE asapJohn Stebbins2016-06-101-0/+12
* libhb: Make new presets names less verbose.Bradley Sepos2016-06-103-114/+114
* decsrtsub: simplify code and improve commentsJohn Stebbins2016-06-091-23/+19
* decsrt: don't add extra hard line break at end of subtitleJohn Stebbins2016-06-091-5/+11
* decsrt: fix dropping of first srt when it's start time is 0John Stebbins2016-06-091-2/+2
* sync: fix some p-to-p issuesJohn Stebbins2016-06-091-72/+123
* json: fix extraction of negative SRT offsetsJohn Stebbins2016-06-091-9/+9
* libhb: Fix invalid VideoTune value in new presets.Bradley Sepos2016-06-022-108/+108
* libhb: Add new built-in presets, mark old presets as legacy.Bradley Sepos2016-06-023-254/+11388
* encavcodec: error out on invalid encoder presetJohn Stebbins2016-05-301-11/+18
* vpx: fix NULL encoder preset caseJohn Stebbins2016-05-291-1/+7
* vpx: add encoder presetsJohn Stebbins2016-05-294-19/+91
* vpx: allow user to change deadline and cpu-used settingsJohn Stebbins2016-05-281-3/+17
* libhb: pass through "default" subtitle flag ... (#203)John Stebbins2016-05-282-1/+28
* vpx: use faster settingsJohn Stebbins2016-05-271-4/+1
* enable libvpx VP9 encoderJohn Stebbins2016-05-275-1/+22
* contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.Bradley Sepos2016-05-251-2/+3
* sync: fix CC burn-inJohn Stebbins2016-05-251-1/+2
* bd: log playlist clips at log level 2John Stebbins2016-05-251-0/+22
* encx265: simplify chapter mark handlingJohn Stebbins2016-05-252-79/+24
* sync: correct timestamp discontinuities in sync instead of reader (#192)John Stebbins2016-05-2412-892/+1022
* muxcommon: fix check_realloc_outputJohn Stebbins2016-05-241-9/+2
* sync: fill queues completelyJohn Stebbins2016-05-211-1/+1
* stream: create default chapter names for empty chapter titlesJohn Stebbins2016-05-201-1/+1
* sync: silence compiler warningJohn Stebbins2016-05-201-1/+1
* sync: detect and drop 0 duration initial video frameJohn Stebbins2016-05-191-7/+12
* work: add log to track work object shutdownJohn Stebbins2016-05-181-0/+1