summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* decomb: split comb detection out into it's own filterJohn Stebbins2016-03-111-2/+27
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-16/+20
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-211-5/+21
* sync: gut and rewriteJohn Stebbins2016-01-211-7/+0
* libhb: fix hang during subtitle scanJohn Stebbins2016-01-191-2/+3
* work: fix failure to die upon canceled encodeJohn Stebbins2016-01-151-1/+2
* work: fix hang in p-to-p encodingJohn Stebbins2016-01-141-0/+9
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: use LL for int64 constants to make mingw happyJohn Stebbins2015-12-261-1/+1
* decsrt: configure as buffer sourceJohn Stebbins2015-11-151-2/+7
* x265: add support for 10, 12, and 16 bit x265 libsJohn Stebbins2015-11-121-5/+18
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-8/+13
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-726/+739
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2015-10-261-2/+2
* grayscale: make it a real filterJohn Stebbins2015-10-141-3/+2
* libhb: fix OpenCL initialization.Tim Walker2015-09-211-4/+7
* qsv: HEVC encoding support.Tim Walker2015-09-201-0/+4
* libhb: disable OpenCL scaling when QSV scaling is used.Rodeo2015-07-041-0/+6
* libhb: re-work OpenCL cleanup a bit.Rodeo2015-06-231-8/+13
* DXVA2: cleanup decode support checks.Rodeo2015-06-231-3/+24
* libhb: log json job stringjstebbins2015-06-091-0/+2
* lingui: use libhb preset management from linux guijstebbins2015-05-141-4/+13
* sync: fix frame p-to-p extra audio after end framejstebbins2015-04-221-4/+15
* Propagate an error when hb_json_to_job fails.Rodeo2015-04-051-0/+1
* libhb: log "default" filter settings when settings string is 0 lengthjstebbins2015-04-021-1/+1
* libhb: Eliminate global variable hb_gui_use_hwd_flagjstebbins2015-03-291-23/+26
* json: fix crash when foreign audio search is *not* enabledjstebbins2015-03-111-0/+7
* json: automatically scan title when processing json jobsjstebbins2015-03-071-20/+57
* Update year to 2015.bradleys2015-02-011-1/+1
* libhb: automatically add rendersub filter when requiredjstebbins2015-01-301-24/+24
* libhb: reduce framerate fps/num for all encoders.Rodeo2015-01-091-0/+7
* libhb: only sanitize PAR for the MPEG-4 encoder.Rodeo2015-01-091-17/+7
* libhb: fix job configuration when qsv removes all filtersjstebbins2015-01-051-0/+9
* libhb: eliminate unnecessary references to mp4v2jstebbins2014-12-231-2/+1
* eliminate job->largeFileSizejstebbins2014-12-231-3/+0
* json: fix building with qsv enabled.jstebbins2014-12-161-4/+4
* json: add json APIsjstebbins2014-12-161-68/+57
* x265: enable 2-pass ABR encodingjstebbins2014-08-261-5/+8