Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decavsub: fix SSA hardsub when the stream contains subtitle lines with ↵ | Damiano Galassi | 2021-02-24 | 1 | -1/+1 |
| | | | | | | duration equals to zero. Allow setting the subtitles packet duration to 0 if the source format is not PGS. Fixed #3424. | ||||
* | Update copyright dates to 2021. | Bradley Sepos | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | libhb: Fix decavsub copyright date. | Bradley Sepos | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | decavsub: fix decoding PGS from ffmpeg streams | John Stebbins | 2020-03-30 | 1 | -2/+10 |
| | | | | | Duration of subtitle packets was getting set to 0 and sync was dropping the subs. | ||||
* | decavsub: patch ffmpeg to fix workaround hacks | John Stebbins | 2020-03-29 | 1 | -37/+6 |
| | |||||
* | decavsub: reduce EIA 608 font size | John Stebbins | 2020-03-29 | 1 | -1/+1 |
| | | | | The larger font size was causing rendering outside the frame boundaries | ||||
* | decavsub: fix dvb subtitle passthrough | John Stebbins | 2020-03-29 | 1 | -1/+5 |
| | | | | The "clear" subtitle packets were not making it through to the muxer | ||||
* | decavsub: remove dvb subtitle post-stuffing during demux | John Stebbins | 2020-03-29 | 1 | -9/+1 |
| | | | | | This seems to be what ffmpeg expects. This way we also mux it correctly into mkv, i.e. without the trailing 0xff stuffing byte. | ||||
* | decavsub: use libav to decode dvd subtitles | John Stebbins | 2020-03-29 | 1 | -29/+79 |
| | | | | Simplifies code, removes encvobsub.c (was never used) and decvobsub.c. | ||||
* | decavsub: use libav to decode EIA 608 subtitles | John Stebbins | 2020-03-29 | 1 | -4/+43 |
| | | | | simplifies code, eliminates deccc608sub.c | ||||
* | decavsub: add DVB subtitle *burn-only* support | John Stebbins | 2020-03-29 | 1 | -14/+8 |
| | | | | passthrough will hopefully come later ;) | ||||
* | decavsub: add general purpose avcodec subtitle decoder | John Stebbins | 2020-03-29 | 1 | -0/+650 |
Currently using it for pgs, srt, and ssa subtitles. |