summaryrefslogtreecommitdiffstats
path: root/libhb
Commit message (Expand)AuthorAgeFilesLines
* decavcodec: fix audio decoder frame countJohn Stebbins2016-04-211-0/+5
* stream: fix memory leak during PS stream probeJohn Stebbins2016-04-201-0/+7
* buffers: add more buffer debugging supportJohn Stebbins2016-04-201-7/+33
* muxavformat: fix mp4 subtitle empty packet durationJohn Stebbins2016-04-141-1/+1
* Merge pull request #153 from jstebbins/qsv-freeJohn Stebbins2016-04-131-39/+39
|\
| * qsv: fix access to freed memory when interrupting encodeJohn Stebbins2016-04-131-39/+39
* | qsv_filter: fix crash when unpacking crop parametersJohn Stebbins2016-04-131-4/+4
|/
* bd: change angles before seekingJohn Stebbins2016-04-041-4/+4
* json: fix typo.Tim Walker2016-04-031-1/+1
* json: fix sanitization of vqualityTim Walker2016-04-031-4/+8
* json: fix sanitization of vqualityJohn Stebbins2016-04-032-24/+35
* filters: don't add disabled rotate filter to filter listJohn Stebbins2016-03-312-5/+33
* hb_json: sanitize JSON where both of video bitrate and quality are valid.Tim Walker2016-03-311-0/+6
* libhb: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-3111-13/+16
* libhb: fix quality limits for high bit depth video encoders.Tim Walker2016-03-311-2/+25
* libhb: remove superfluous ifdefs.Tim Walker2016-03-311-4/+0
* x265: use more permissive x265_api_query instead of x265_api_getJohn Stebbins2016-03-302-3/+3
* QSV: better compatibility with recent SW libmaxd2016-03-301-1/+2
* libhb: fix x265 encoding with CRF == 0.0Tim Walker2016-03-291-1/+1
* presets: fix PictureRotate importJohn Stebbins2016-03-281-1/+2
* muxavformat: fix muxer interleaving in mkvJohn Stebbins2016-03-271-3/+5
* stream: fix negative array indexJohn Stebbins2016-03-251-1/+1
* hb: cosmetics, removing trailing whitespaceJohn Stebbins2016-03-231-15/+15
* muxavformat: fix sync issue when bframes are enabledJohn Stebbins2016-03-231-19/+16
* stream: fix potential use of uninitialized variableJohn Stebbins2016-03-231-10/+18
* reader: fix memory leakJohn Stebbins2016-03-231-0/+6
* presets: fix memory leakJohn Stebbins2016-03-231-2/+6
* libhb: reorder buffer type enum so uninitialized type is OTHER_BUFJohn Stebbins2016-03-231-1/+1
* fifo: when HB_BUFFER_DEBUG is set, memset buffers to 0John Stebbins2016-03-231-0/+6
* decavcodec: cosmeticsJohn Stebbins2016-03-231-9/+19
* scan: quit looking for audio if a preview scan reaches EOFJohn Stebbins2016-03-231-44/+58
* Merge pull request #114 from shakim/support_old_iso639Scott2016-03-212-6/+8
|\
| * Support language code changes between ISO639 and ISO639-1Shlomo Hakim2016-03-032-6/+8
* | presets: fix import of old version-less preset filesJohn Stebbins2016-03-212-29/+44
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ...sr552016-03-124-293/+4
* | comb-detect: adjust default sensitivity and add "Less Sensitive" presetJohn Stebbins2016-03-111-8/+12
* | qsv: fix buildJohn Stebbins2016-03-115-20/+43
* | decomb: split comb detection out into it's own filterJohn Stebbins2016-03-1114-1582/+2033
* | sync: fix hang at end of p-to-p encoding with subtitlesJohn Stebbins2016-03-111-1/+8
* | reader: fix p-to-p seconds for non-seekable streamsJohn Stebbins2016-03-111-1/+20
* | sync: fix yet another subtitle issue.John Stebbins2016-03-111-1/+2
* | filters: make job filter settings an hb_dict_tJohn Stebbins2016-03-0924-916/+1946
* | hb_dict: convert json null to empty string upon string xformJohn Stebbins2016-03-091-1/+1
* | sync: fix handling of end-of-subtitle markersJohn Stebbins2016-03-061-0/+4
* | libhb: fix buffer over-reads by libav get_bits()John Stebbins2016-03-061-16/+20
* | libhb: fix memory leaksJohn Stebbins2016-03-062-2/+5
|/
* scan: check if the video decoder was properly initialized before decoding the...Damiano Galassi2016-03-011-1/+10
* decavcodec: recompute frame duration for every frameJohn Stebbins2016-02-281-2/+3
* deinterlace: fix mapping of legacy "slow" presetJohn Stebbins2016-02-161-1/+1
* decomb: fix decomb checkJohn Stebbins2016-02-161-2/+1