Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add adaptive streaming support (#972) | John Stebbins | 2017-11-09 | 1 | -0/+1 |
| | | | | | | | "Adaptive streaming" allows changing video parameters mid-stream at IDR boundaries. Such changes require new SPS and PPS NALs at the IDR. MP4 supports this with 'avc3' and 'hev1' sample entry types. | ||||
* | sync: work-around players with broken edit list support | John Stebbins | 2017-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This adds a preset key AlignAVStart that enables this work-around. When enabled, blank frames are inserted or frames are dropped to force alignment of the initial timestamp of every audio and video stream. Aligning the start times minimizes the impact of broken edit list support in players. Closes #763. Squashed: sync: improve alignment when passthru audio is present presets: enable AlignAVStart for General and Gmail presets LinGui: Improve AlignAVStart tooltip sync: avoid inserting a black frame < nominal frame duration sync: fix start alignment when doing p-to-p encoding sync: add comments | ||||
* | libhb: Add Unsharp sharpening filter. | Bradley Sepos | 2017-05-30 | 1 | -0/+4 |
| | | | | Closes #525. | ||||
* | preset: Remove invalid VideoTune 'none' from template. | Bradley Sepos | 2016-06-25 | 1 | -1/+1 |
| | |||||
* | preset: Move preset-related resources to separate directory. | Bradley Sepos | 2016-06-25 | 1 | -0/+107 |