summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* preset: Set default to false for Gmail presets.Bradley Sepos2016-12-151-3/+3
* sync: fix compiler warningJohn Stebbins2016-12-151-1/+1
* reader: fix compiler warning "buf uninitialized"John Stebbins2016-12-151-0/+7
* preset: Add Web presets category and Gmail presets.Bradley Sepos2016-12-151-1/+296
* libhb: fix small leaksJohn Stebbins2016-12-143-2/+22
* libhb: Remove redundant check in common.cmidzer2016-12-141-1/+1
* libhb: Remove redundant check in preset.c.midzer2016-12-141-4/+3
* qsv: Fix possible null pointer dereference.midzer2016-12-141-2/+2
* libhb: Fix possible null pointer dereference in stream.c.midzer2016-12-141-6/+6
* stream: fix invalid ES packet generationJohn Stebbins2016-12-101-2/+2
* sync: fix PtoP hangJohn Stebbins2016-11-211-7/+10
* stream: be more forgiving of TS continuity errorsJohn Stebbins2016-11-211-4/+8
* libhb: add a missing argument to a hb_sws_get_context.Damiano Galassi2016-11-121-1/+2
* libhb: do not free hb_work_private_t in reader_init() if the reader open fail...Damiano Galassi2016-11-121-1/+0
* 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
* LinGui: fix setting default presetJohn Stebbins2016-11-111-0/+1
* fix logging of of PtoP frame range in jobJohn Stebbins2016-11-111-2/+3
* Merge pull request #384 from galad87/colorspaceDamiano Galassi2016-11-106-70/+110
|\
| * Select the appropriate coefficients for yuv<->rgb conversions.Damiano Galassi2016-11-086-70/+110
* | encx265: fix turbo first passJohn Stebbins2016-11-071-3/+8
|/
* Add new anamorphic mode "Automatic", delete "Strict" (#367)John Stebbins2016-10-314-68/+143
* libhb: set HB_ERROR_CANCELED status for canceled encodesJohn Stebbins2016-10-261-1/+2
* deccc608sub: fix crash caused by invalid CC streamJohn Stebbins2016-10-181-17/+22
* encvorbis: fix use of wrong union memberJohn Stebbins2016-10-121-2/+2
* avfilter: fix stop time of final filtered frameJohn Stebbins2016-09-291-1/+7
* sync: more robust handling of p-to-p end timeJohn Stebbins2016-09-261-2/+2
* sync: fix off-by-one errorJohn Stebbins2016-09-261-1/+1
* sync: fix a hang with p-to-p end timeJohn Stebbins2016-09-261-1/+22
* opus: disable quality mode, enable compression levelsJohn Stebbins2016-09-231-10/+10
* bd: fix crash when invalid title specifiedJohn Stebbins2016-09-211-1/+4
* decsrtsub: fix crash on empty UTF8 filesJohn Stebbins2016-09-211-9/+10
* sync: fix use of closed bufferJohn Stebbins2016-09-201-7/+12
* vfr: fix log messagesJohn Stebbins2016-09-201-4/+4
* fifo: fix log messageJohn Stebbins2016-09-201-1/+1
* enc_qsv: flag all HEVC random access points as keyframes.Tim Walker2016-09-171-7/+17
* encx265: flag all HEVC random access points as keyframes.Tim Walker2016-09-172-0/+9
* libhb: rename some masks to better reflect their purpose.Tim Walker2016-09-173-4/+4
* libhb: use the new keyframe flag.Tim Walker2016-09-178-82/+73
* libhb: add dedicated buffer flags to indicate whether an encoded frame is a k...Tim Walker2016-09-171-0/+2
* internal: reorder PIC_FLAG_* elements by ascending value.Tim Walker2016-09-171-3/+3
* x264: fix memory leak in 10bit encodingJohn Stebbins2016-09-161-0/+1
* opus: fix comment in 5.1 audio encoding fixJohn Stebbins2016-09-121-1/+1
* opus: fix 5.1 encodingJohn Stebbins2016-09-111-0/+4
* sync: fix small memory leakJohn Stebbins2016-09-091-0/+3
* libhb: Add functions to get filter tunes names to param.c.Bradley Sepos2016-09-092-0/+38
* libhb: fix memory leakJohn Stebbins2016-09-091-1/+1
* LinGui: fix some issues with reloading audio defaultsJohn Stebbins2016-09-082-0/+101
* preset: Replace Vorbis with Opus for VP9 MKV presets.Bradley Sepos2016-09-051-13/+13
* contrib: Add opus audio encoder.John Stebbins2016-09-026-62/+187