| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tx3g: fix conversion of empty SSA subtitle | John Stebbins | 2016-05-16 | 1 | -0/+5 |
* | remove debug printf | John Stebbins | 2016-05-08 | 1 | -2/+0 |
* | mux: eliminate 2048 byte size limit of SSA subtitles | John Stebbins | 2016-05-08 | 3 | -63/+158 |
* | libhb: Expand default frame rates to include 72, 75, 90, 100, 120. | Bradley Sepos | 2016-05-03 | 1 | -0/+5 |
* | libhb: Describe NLMeans tunes Tape and Sprite in comments. | Bradley Sepos | 2016-05-02 | 1 | -0/+2 |
* | libhb: Add NLMeans tune Sprite. | Bradley Sepos | 2016-05-02 | 1 | -0/+26 |
* | libhb: Add NLMeans tune Tape. | Bradley Sepos | 2016-05-02 | 1 | -0/+27 |
* | decavcodec: fix audio decoder frame count | John Stebbins | 2016-04-21 | 1 | -0/+5 |
* | stream: fix memory leak during PS stream probe | John Stebbins | 2016-04-20 | 1 | -0/+7 |
* | buffers: add more buffer debugging support | John Stebbins | 2016-04-20 | 1 | -7/+33 |
* | muxavformat: fix mp4 subtitle empty packet duration | John Stebbins | 2016-04-14 | 1 | -1/+1 |
* | Merge pull request #153 from jstebbins/qsv-free | John Stebbins | 2016-04-13 | 1 | -39/+39 |
|\ |
|
| * | qsv: fix access to freed memory when interrupting encode | John Stebbins | 2016-04-13 | 1 | -39/+39 |
* | | qsv_filter: fix crash when unpacking crop parameters | John Stebbins | 2016-04-13 | 1 | -4/+4 |
|/ |
|
* | bd: change angles before seeking | John Stebbins | 2016-04-04 | 1 | -4/+4 |
* | json: fix typo. | Tim Walker | 2016-04-03 | 1 | -1/+1 |
* | json: fix sanitization of vquality | Tim Walker | 2016-04-03 | 1 | -4/+8 |
* | json: fix sanitization of vquality | John Stebbins | 2016-04-03 | 2 | -24/+35 |
* | filters: don't add disabled rotate filter to filter list | John Stebbins | 2016-03-31 | 2 | -5/+33 |
* | hb_json: sanitize JSON where both of video bitrate and quality are valid. | Tim Walker | 2016-03-31 | 1 | -0/+6 |
* | libhb: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-03-31 | 11 | -13/+16 |
* | libhb: fix quality limits for high bit depth video encoders. | Tim Walker | 2016-03-31 | 1 | -2/+25 |
* | libhb: remove superfluous ifdefs. | Tim Walker | 2016-03-31 | 1 | -4/+0 |
* | x265: use more permissive x265_api_query instead of x265_api_get | John Stebbins | 2016-03-30 | 2 | -3/+3 |
* | QSV: better compatibility with recent SW lib | maxd | 2016-03-30 | 1 | -1/+2 |
* | libhb: fix x265 encoding with CRF == 0.0 | Tim Walker | 2016-03-29 | 1 | -1/+1 |
* | presets: fix PictureRotate import | John Stebbins | 2016-03-28 | 1 | -1/+2 |
* | muxavformat: fix muxer interleaving in mkv | John Stebbins | 2016-03-27 | 1 | -3/+5 |
* | stream: fix negative array index | John Stebbins | 2016-03-25 | 1 | -1/+1 |
* | hb: cosmetics, removing trailing whitespace | John Stebbins | 2016-03-23 | 1 | -15/+15 |
* | muxavformat: fix sync issue when bframes are enabled | John Stebbins | 2016-03-23 | 1 | -19/+16 |
* | stream: fix potential use of uninitialized variable | John Stebbins | 2016-03-23 | 1 | -10/+18 |
* | reader: fix memory leak | John Stebbins | 2016-03-23 | 1 | -0/+6 |
* | presets: fix memory leak | John Stebbins | 2016-03-23 | 1 | -2/+6 |
* | libhb: reorder buffer type enum so uninitialized type is OTHER_BUF | John Stebbins | 2016-03-23 | 1 | -1/+1 |
* | fifo: when HB_BUFFER_DEBUG is set, memset buffers to 0 | John Stebbins | 2016-03-23 | 1 | -0/+6 |
* | decavcodec: cosmetics | John Stebbins | 2016-03-23 | 1 | -9/+19 |
* | scan: quit looking for audio if a preview scan reaches EOF | John Stebbins | 2016-03-23 | 1 | -44/+58 |
* | Merge pull request #114 from shakim/support_old_iso639 | Scott | 2016-03-21 | 2 | -6/+8 |
|\ |
|
| * | Support language code changes between ISO639 and ISO639-1 | Shlomo Hakim | 2016-03-03 | 2 | -6/+8 |
* | | presets: fix import of old version-less preset files | John Stebbins | 2016-03-21 | 2 | -29/+44 |
* | | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ... | sr55 | 2016-03-12 | 4 | -293/+4 |
* | | comb-detect: adjust default sensitivity and add "Less Sensitive" preset | John Stebbins | 2016-03-11 | 1 | -8/+12 |
* | | qsv: fix build | John Stebbins | 2016-03-11 | 5 | -20/+43 |
* | | decomb: split comb detection out into it's own filter | John Stebbins | 2016-03-11 | 14 | -1582/+2033 |
* | | sync: fix hang at end of p-to-p encoding with subtitles | John Stebbins | 2016-03-11 | 1 | -1/+8 |
* | | reader: fix p-to-p seconds for non-seekable streams | John Stebbins | 2016-03-11 | 1 | -1/+20 |
* | | sync: fix yet another subtitle issue. | John Stebbins | 2016-03-11 | 1 | -1/+2 |
* | | filters: make job filter settings an hb_dict_t | John Stebbins | 2016-03-09 | 24 | -916/+1946 |
* | | hb_dict: convert json null to empty string upon string xform | John Stebbins | 2016-03-09 | 1 | -1/+1 |