summaryrefslogtreecommitdiffstats
path: root/sub/filter_sdh.c
Commit message (Expand)AuthorAgeFilesLines
* filter_sdh: optimize get_char_bytesDudemanguy2024-01-151-5/+5
* filter_sdh: fix incorrect placement of null terminatorDudemanguy2024-01-121-1/+1
* filter_sdh: sanitize get_char_bytes heuristic to avoid overflowDudemanguy2024-01-121-4/+4
* filter_sdh: add full width parentheses to the enclosures stringDudemanguy2023-12-081-5/+7
* filter_sdh: add --sub-filter-sdh-enclosures optionDudemanguy2023-12-081-10/+62
* filter_sdh: combine skip_bracketed and skip_parenthesizedDudemanguy2023-12-081-67/+28
* various: fix various typos in the code baseAlexander Seiler2023-03-281-2/+2
* various: remove trailing whitespaceGuido Cella2022-05-141-1/+1
* various: fix typosCœur2022-04-251-4/+4
* sub: SDH filter: use unified text-extraction utilsAvi Halachmi (:avih)2021-08-051-46/+17
* sub: SDH filter: small refinementsAvi Halachmi (:avih)2021-08-051-6/+10
* sub: make filter_sdh a "proper" filter, allow runtime changeswm42020-02-161-9/+52
* sub: enhance SDH filteringDan Oscarsson2020-02-091-0/+8
* sub: recognize UTF-8 characters in SDH subtitle filterzc622019-03-021-1/+4
* filter_sdh: remove pointless set_pos functionwm42017-04-201-17/+10
* filter_sdh: change license to LGPLwm42017-04-201-7/+7
* sub: minor sdh filter fixesDan Oscarsson2017-04-151-1/+2
* sub: add SDH subtitle filterDan Oscarsson2017-03-251-0/+459