summaryrefslogtreecommitdiffstats
path: root/misc/charset_conv.c
Commit message (Expand)AuthorAgeFilesLines
* osx: consistent normalisation when searching for external filesAkemi2017-02-021-1/+5
* charset_conv: fallback to interpreting subs as latin1 if iconv failswm42017-01-221-1/+1
* charset_conv: support minimum compatibility to utf8:... syntaxwm42017-01-221-1/+5
* options: drop deprecated --sub-codepage syntaxwm42017-01-191-70/+5
* charset_conv: fix "auto" fallback with uchardet not compiledwm42016-12-281-1/+3
* charset_conv: simplify and change --sub-codepage optionwm42016-12-091-44/+49
* charset_conv: drop enca and libguess supportwm42016-12-091-67/+0
* charset_conv: Use CP949 instead of EUC-KRJeong Woon Choi2016-09-021-0/+5
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* charset_conv: check for UTF-8 if uchardet returns unknownwm42015-12-201-0/+2
* sub: detect charset in demuxerwm42015-12-171-0/+7
* demux_libass: remove this demuxerwm42015-11-111-18/+0
* sub: fix --sub-codepage UTF-8 with fallbackwm42015-09-011-0/+4
* charset_conv: use our own UTF-8 check with ENCA onlywm42015-08-041-6/+5
* charset_conv: "auto" encoding detection now uses uchardet.Jehan2015-08-041-1/+3
* charset_conv: fix switched parameterswm42015-08-021-1/+1
* charset_conv: add uchardet supportwm42015-08-021-0/+39
* charset_conv: make it possible to return an allocated string as guesswm42015-08-011-4/+8
* sub: add detection via BOMwm42014-07-221-4/+30
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* charset_conv: mp_msg conversionswm42013-12-211-20/+21
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-0/+287