summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* LinGui: add queue statisticsJohn Stebbins2019-06-251-20/+19
* vce: use HB_PROJECT_FEATURE_VCE instead of USE_VCEJohn Stebbins2019-04-171-1/+1
* nvenc: use HB_PROJECT_FEATURE_NVENC instead of USE_NVENCJohn Stebbins2019-04-171-1/+1
* qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSVJohn Stebbins2019-04-171-7/+7
* encx265: Use HB_PROJECT_FEATURE_X265 instead of USE_X265John Stebbins2019-04-171-1/+1
* work: fix pix_fmt init input to filter pipelineJohn Stebbins2019-04-141-1/+5
* libhb: propagate color matrix info through the pipelineJohn Stebbins2019-04-081-1/+2
* avfilter: simplify internal API to avfilterJohn Stebbins2019-04-081-12/+33
* fix setting sequence_id of final job statusJohn Stebbins2019-03-091-1/+1
* libhb: do not set HB_STATE_WORKDONE before all the work threads are closed.Damiano Galassi2019-02-051-3/+2
* work: fix videotoolbox encoder loggingJohn Stebbins2019-01-181-0/+5
* Add SSA subtitle importJohn Stebbins2019-01-141-4/+4
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* Add VideoToolbox hardware encoding thru FFmpeg.Damiano Galassi2018-11-151-0/+10
* Refactor the color tag code, and pass it to the FFmpeg encoders.Damiano Galassi2018-08-281-12/+2
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-071-4/+23
* Add NVEnc encoder. (Round 3) (#1437)Scott2018-06-291-0/+15
* libhb: test: Guard VCE encoders behind USE_VCE.Bradley Sepos2018-06-081-0/+2
* Add support for VCE hardware encoding.Michael Wootton2018-06-061-0/+12
* Misc. typosluz.paz2018-02-201-2/+2
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* add align a/v start to logJohn Stebbins2017-11-221-0/+4
* Add adaptive streaming support (#972)John Stebbins2017-11-091-0/+4
* opencl: removit it (#777)John Stebbins2017-06-121-35/+0
* decsrt: fix p-to-p start time after seekingJohn Stebbins2017-04-151-0/+7
* subtitles: simplify and shorten subtitle descriptions (#591)John Stebbins2017-03-101-15/+19
* qsv: added HEVC 10-bit as encoder, should help for GUI integrationmaxd2017-03-051-0/+3
* work: set orig_vrate correctlyJohn Stebbins2017-02-281-1/+3
* opencl: better release of OpenCL context to avoid more leaksmaxd2017-02-201-0/+6
* libhb: fix Bob + CFR Same As Source + 2 Pass encodeJohn Stebbins2017-02-091-4/+5
* libhb: force title rescan after completing a job encode (#488)John Stebbins2017-01-161-0/+6
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* fix unreachable code, really fix boolean logic this timeJohn Stebbins2016-12-211-1/+2
* fix compiler warning and operator precedence problemJohn Stebbins2016-12-211-1/+1
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-4/+5
* fix chapter markers when encoding with libav video encoderJohn Stebbins2016-12-171-1/+1
* potential fix for hard to reproduce crashJohn Stebbins2016-12-171-3/+12
* decavcodec: enable QSV-accelerated H.264 decoding with libavcodec.Tim Walker2016-12-171-5/+9
* fix logging of of PtoP frame range in jobJohn Stebbins2016-11-111-2/+3
* contrib: Add opus audio encoder.John Stebbins2016-09-021-3/+2
* vpx: add encoder presetsJohn Stebbins2016-05-291-15/+3
* enable libvpx VP9 encoderJohn Stebbins2016-05-271-0/+4
* work: add log to track work object shutdownJohn Stebbins2016-05-181-0/+1
* work: add commentsJohn Stebbins2016-05-181-0/+3
* work: make video decoder input fifo smallerJohn Stebbins2016-05-181-1/+1
* work: don't allocate fifos that are not needed for indepth_scanJohn Stebbins2016-05-181-9/+18
* libhb: remove unused subtitle fifo_syncJohn Stebbins2016-05-171-2/+0
* remove dxva hw decode (#189)John Stebbins2016-05-171-24/+0
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* qsv: fix buildJohn Stebbins2016-03-111-19/+21