summaryrefslogtreecommitdiffstats
path: root/misc/charset_conv.c
Commit message (Expand)AuthorAgeFilesLines
* 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