summaryrefslogtreecommitdiffstats
path: root/libhb/deccc608sub.c
Commit message (Expand)AuthorAgeFilesLines
* text subs: use generic font family names (#614)John Stebbins2017-03-101-1/+1
* Update copyright dates to 2017.Bradley Sepos2017-01-011-1/+1
* deccc608sub: fix crash caused by invalid CC streamJohn Stebbins2016-10-181-17/+22
* sync: correct timestamp discontinuities in sync instead of reader (#192)John Stebbins2016-05-241-0/+14
* sync: fix merging of multiple SSA to tx3gJohn Stebbins2016-05-171-4/+4
* deccc608sub: remove function get_last_ptsJohn Stebbins2016-05-171-20/+12
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* libhb: add hb_buffer_listJohn Stebbins2015-09-241-39/+8
* libhb: Use a buffer flat to indicate EOFjstebbins2015-05-011-1/+1
* deccc608sub: tweak font size once againjstebbins2015-04-111-2/+2
* decccsub608: make font size independent on the amount of croppingjstebbins2015-04-101-4/+4
* deccc608sub: don't ignore text attributes in PACjstebbins2015-04-071-4/+5
* deccc608sub: fix range for tab offsetsjstebbins2015-04-071-1/+1
* deccc608sub: improve CC positioningjstebbins2015-04-051-19/+45
* deccc608sub: fix column alignment issuesjstebbins2015-04-051-43/+65
* Update year to 2015.bradleys2015-02-011-1/+1
* json: add json APIsjstebbins2014-12-161-4/+4
* deccc608sub: fix positioning of popup CCsjstebbins2014-11-101-1/+1
* deccc608sub: fix writing outside bufferjstebbins2014-10-301-0/+15
* libhb: fix CC roll-ups that move around the screenjstebbins2014-10-221-0/+102
* deccc608: fix rollup style CC problemsjstebbins2014-09-261-37/+36
* libhb: fix CC text attributesjstebbins2014-09-081-16/+23
* libhb: add gpl v2 copyright message do deccc608subjstebbins2014-08-291-0/+9
* deccc608sub: fix positioning once againjstebbins2014-05-231-3/+4
* deccc608sub: fix invalid subtitle position when extreme cropping applied.jstebbins2014-05-221-5/+5
* deccc608sub: fix cropping of CCsjstebbins2014-05-061-5/+6
* Convert all text subtitles to ASS subsjstebbins2014-04-131-1070/+492
* deccc608sub: fix roll-up subtitlesjstebbins2014-04-031-19/+18
* decccsub: fix timestamp of "clear" subtitlesjstebbins2014-04-031-0/+6
* libhb: enable burn-in of all supported text subtitle formatsjstebbins2014-03-301-508/+237
* libhb: add experimental avformat muxer for mkv and mp4jstebbins2013-06-301-0/+2
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-1/+1
* Rework filter pipelinejstebbins2012-03-271-6/+6
* fix compiler warnings in several libhb filesjstebbins2010-05-301-12/+12
* fix some mingw warnings and a mingw build issuejstebbins2010-04-101-3/+3
* allow srt and cc subtitles to be up to 2 lines high.jstebbins2009-10-281-1/+2
* First try at fixing a crash in quicktime if the subtitles contains an inverte...ritsuka2009-08-021-1/+1
* Closed Captions: Don't mess with the case.eddyg2009-06-291-1/+1
* - Fixed the size for tx3g samples in muxmp4.c I forgot to add the size of the...ritsuka2009-05-081-1/+3
* Combine multiple CC lines into one, trimming whitespace, and adding proper la...eddyg2009-05-071-65/+73
* Change CC608 decoder to be its own threadeddyg2009-05-071-10/+115
* Removed double EOF for CC's (one from dvd and one from cc), fixed compiler wa...eddyg2009-05-061-15/+18
* Fix Closed Caption start/stop times, switched to SRT encoding including marku...eddyg2009-05-061-21/+28
* Push an EOF onto the subtitle fifos from the reader for DVD VOBSUBs and also ...eddyg2009-05-061-1/+9
* Soft Subs Part 2: Auto-detect CC during scan, add CC to subtitle list in titl...eddyg2009-05-041-0/+2403