summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* sync: fix subtitle timestamps that go backwardsJohn Stebbins2016-02-101-3/+22
* rendersub: fix crash when processing EOF in subtitle renderJohn Stebbins2016-02-091-0/+29
* libhb: fix use of uninitialized variable in lang.cJohn Stebbins2016-01-292-4/+4
* sync: fix hang in subtitle scan passJohn Stebbins2016-01-271-0/+9
* LinGui: use language table provided by libhbJohn Stebbins2016-01-272-5/+26
* sync: fix delayed subtitles when burned-inJohn Stebbins2016-01-271-0/+14
* rotate: use libavfilterJohn Stebbins2016-01-253-435/+142
* 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
* qsv: fix build with qsv enabledJohn Stebbins2016-01-221-1/+1
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-2116-114/+848
* sync: fix hang in ssa subtitle syncJohn Stebbins2016-01-211-1/+5
* sync: gut and rewriteJohn Stebbins2016-01-219-1212/+1657
* libhb: fix hang during subtitle scanJohn Stebbins2016-01-192-2/+9
* Merge pull request #45 from RandomEngy/masterScott2016-01-171-170/+170
|\
| * Updating header from lang.h to lang.c .RandomEngy2015-12-271-1/+1
| * Adding native language names to lang.c .RandomEngy2015-12-261-169/+169
* | sync: fix typo that could result in dropping subtitlesJohn Stebbins2016-01-151-1/+1
* | work: fix failure to die upon canceled encodeJohn Stebbins2016-01-151-1/+2
* | Change the PictureRotate key to be a string.Damiano Galassi2016-01-152-2/+2
* | work: fix hang in p-to-p encodingJohn Stebbins2016-01-141-0/+9
* | Merge pull request #48 from bradleysepos/copyrightJohn Stebbins2016-01-0397-97/+97
|\ \
| * | Update copyright dates to 2016.Bradley Sepos2016-01-0197-97/+97
* | | presets: fix PicturePAR importJohn Stebbins2016-01-021-1/+1
|/ /
* | using dispatcher from https://github.com/lu-zero/mfx_dispatchMax Dmytrychenko2015-12-273-4/+4
* | libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-266-16/+16
|/
* libhb: Remove stray UTF-8 BOM character from lang.c.Bradley Sepos2015-12-251-1/+1
* reader: fix stream discontinuity splicing...John Stebbins2015-12-091-3/+9
* qsv: fix compile errorJohn Stebbins2015-11-191-1/+1
* ports: add NULL checksJohn Stebbins2015-11-151-0/+8
* encx264: only show warning log after first frameJohn Stebbins2015-11-151-1/+2
* libhb: add some NULL checksJohn Stebbins2015-11-151-0/+4
* vfr: timestamps are signedJohn Stebbins2015-11-151-9/+17
* decsrt: configure as buffer sourceJohn Stebbins2015-11-152-19/+11
* presets: use first audio lang for foreign audio search...John Stebbins2015-11-151-1/+9
* reader: remove track count limitationJohn Stebbins2015-11-131-7/+15
* Added missing NULL pointer check in encx265Closeschrotthaufen2015-11-131-0/+1
* x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-127-39/+100
* x265: use multi-lib APIJohn Stebbins2015-11-121-30/+45
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-1213-146/+518
* bd: fix discontinuity handlingJohn Stebbins2015-11-122-15/+19
* libhb: repair split packets in readerJohn Stebbins2015-11-105-1/+107
* presets: handle importing old string PicturePAR "integers"John Stebbins2015-11-101-0/+37
* muxavformat: add support for mp4 fallback audio signallingJohn Stebbins2015-11-091-1/+51
* scan: increase sensitivity to video flagsJohn Stebbins2015-11-091-26/+34
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-0920-1337/+1298
* decavcodec: don't try to memset NULL buffersJohn Stebbins2015-11-061-2/+8
* decavcodec: fix hang in avcodec decoderJohn Stebbins2015-11-061-0/+10
* stream: fix pts to buffer start conversionJohn Stebbins2015-11-051-6/+6
* libhb: don't use deprecated AVPictureJohn Stebbins2015-10-297-55/+84