summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates to 2019.Bradley Sepos2019-01-011-1/+1
* contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.Bradley Sepos2018-08-161-9/+0
* Fix arithmetic exception in hb_set_anamorphic_size2() when displaying previewEmeric2018-08-081-1/+1
* fix race in getting sequence_id of completed jobJohn Stebbins2018-08-071-4/+3
* audio_resample: switch from avresample to swresampleJohn Stebbins2018-06-271-0/+1
* libhb: fix snprintf compiler warningsJohn Stebbins2018-06-131-29/+45
* libhb: eliminate use of deprecated av_register_all...John Stebbins2018-06-131-2/+0
* libhb: eliminate use of deprecated ffmpeg lockmgrJohn Stebbins2018-06-131-27/+0
* FFMPEG: Use avcodec_free_context(..) instead of deprecated leaking avcodec_cl...Sven Gothel2018-05-281-4/+2
* Misc. typosluz.paz2018-02-201-1/+1
* Update copyright dates to 2018.Bradley Sepos2018-01-011-1/+1
* Auto-rotate video that has rotation tagJohn Stebbins2017-11-091-185/+0
* fix use of deprecated libav definesJohn Stebbins2017-07-061-1/+1
* opencl: removit it (#777)John Stebbins2017-06-121-25/+0
* filter: add frame parallelizing filter wrapperJohn Stebbins2017-06-061-0/+4
* libhb: force title rescan after completing a job encode (#488)John Stebbins2017-01-161-0/+5
* opencl: Workaround broken drivers that crash when you call clGetPlatformIDs w...Scott2017-01-151-2/+19
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* libhb: add new color tags for Bt 2020 and SMPTE ST 2084Damiano Galassi2016-12-211-0/+5
* libhb: immediately set hb_state_t pass and pass_count to -1 in hb_start(), so...Damiano Galassi2016-12-201-0/+2
* libhb: remove scanCount variable from hb_handle_s, it's not needed anymore si...Damiano Galassi2016-11-111-8/+3
* libhb: re-enable SWS_FULL_CHR_H_INT and SWS_FULL_CHR_H_INP swscale flags to i...Damiano Galassi2016-11-111-2/+0
* Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-081-4/+28
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-311-3/+44
* libhb: set HB_ERROR_CANCELED status for canceled encodesJohn Stebbins2016-10-261-1/+2
* libhb: make preview reader and writer both more robustSean McGovern2016-07-111-4/+42
* Revert "libhb: don't ignore the return result from fread()"Bradley Sepos2016-07-071-7/+1
* libhb: Replace PTW32_STATIC_LIB with PTW32_VERSION.Bradley Sepos2016-07-071-1/+1
* 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-011-1/+7
* 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
* remove dxva hw decode (#189)John Stebbins2016-05-171-20/+0
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
* hb: cosmetics, removing trailing whitespaceJohn Stebbins2016-03-231-15/+15
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-121-68/+2
* qsv: fix buildJohn Stebbins2016-03-111-0/+1
* filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-091-4/+73
* libhb: Add libavfilter support and pad filterJohn Stebbins2016-01-211-0/+2
* sync: gut and rewriteJohn Stebbins2016-01-211-0/+1
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-0/+2
* libhb: make muxer, sync, and reader behave like other work objectsJohn Stebbins2015-11-091-2/+6
* libhb: don't use deprecated AVPictureJohn Stebbins2015-10-291-15/+37
* Enforce min/max dimensionsJohn Stebbins2015-10-261-24/+98
* libhb: prevent crashes in hb_get_preview2John Stebbins2015-10-261-1/+23
* Fix bizarre custom anamorphic behaviorJohn Stebbins2015-10-261-37/+0
* lame: Use libav wrapper to encode mp3lameJohn Stebbins2015-10-261-1/+0
* scan: fix rescan avoidance logicJohn Stebbins2015-09-291-5/+20
* build: use git version info instead of svnJohn Stebbins2015-08-251-3/+57