summaryrefslogtreecommitdiffstats
path: root/player/external_files.c
Commit message (Expand)AuthorAgeFilesLines
* command: restore lang after track reloadGuido Cella2024-01-201-0/+8
* external_files: remove duplicate from cover art whitelistGuido Cella2023-10-041-1/+0
* external_files: base cover-art-whitelist on cover-art-auto-extsGuido Cella2023-10-011-41/+10
* player: make all autoload extensions configurableDudemanguy2023-08-261-21/+18
* external_files: add sbv to the sub whitelistDudemanguy2023-08-101-2/+2
* external_files: alphabetize file extensionsDudemanguy2023-08-101-8/+8
* player: don't load unwanted files after 519e56fArthur Williams2023-06-071-9/+9
* player: always try to detect subtitle language from file nameArthur Williams2023-05-211-3/+2
* external_files: recognize jxl and avif files as cover artMartin Eesmaa2023-02-271-1/+17
* external_files: recognize webp files as cover artRon Shabi2022-12-291-0/+8
* external_files: set log level for potential files to traceNicolas F2022-12-211-1/+1
* player: add tiff/tif (TIFF) to list of image extensionsAtticFinder655362022-06-071-1/+1
* player: add jxl (JPEG XL) to list of image extensionsAtticFinder655362022-06-071-1/+1
* player: add cover-art-whitelist optionGuido Cella2022-04-211-1/+1
* player: add thd (TrueHD) to whitelist of audio extensionschelobaka2022-01-191-1/+1
* player: eac3 to the whitelist of audio extensionsDudemanguy2021-07-301-1/+1
* player: change cover-art-auto behaviorGuido Cella2021-06-231-8/+4
* player: remove unnecessary checkGuido Cella2021-06-211-1/+1
* player: fix segfaultGuido Cella2021-06-211-2/+1
* player: load cover art with the media filenameGuido Cella2021-05-271-11/+17
* player: fix external cover file prioritizationsfan52020-10-281-4/+8
* player: reorder list of external cover files for optimal resultssfan52020-10-251-7/+9
* player: add automatic loading of external cover art fileswm42020-09-281-0/+37
* external_files: add .pgs subtitle extensionEva2020-07-211-1/+1
* player: make external subtitle auto-loading stricterwm42020-05-091-24/+39
* external_files: add .lrc subtitle extensionGuido Cella2019-09-021-1/+1
* player: get rid of mpv_global.optswm42018-05-241-14/+13
* player: make track language matching case insensitivewm42017-12-231-1/+1
* player: match subtitles with language tags with --sub-auto=exactwm42017-11-271-18/+15
* player: readd smi subtitle extensionwm42017-08-081-1/+1
* external_files: change license to LGPLwm42017-06-201-10/+10
* external_files: parse ~ in --{sub,audio}-pathsrr-2017-05-311-3/+7
* external_files.c: add GPL headerwm42017-04-211-0/+17
* external_files: enable autoloading with URLsRicardo Constantino2017-04-011-3/+4
* external_files: actually try to autoload from fallback pathsRicardo Constantino2017-04-011-2/+2
* sub: remove .txt as text subtitle extensionwm42017-02-031-1/+1
* osx: consistent normalisation when searching for external filesAkemi2017-02-021-3/+13
* player: add .scc subtitle extensionwm42017-01-311-1/+2
* ta: remove old and redundant macrowm42016-05-171-1/+1
* player: add wv to list of external audio file extensionsMartin Herkt2016-03-261-0/+1
* player: fix previous commitwm42015-12-251-11/+17
* options: add --audio-file-pathswm42015-12-251-15/+22
* external_files: deduplicate bstr functionsKevin Mitchell2015-11-091-20/+4
* player: add wav to list of external audio file extensionswm42015-10-041-1/+2
* player: rename and move find_subfiles.cwm42015-09-201-0/+284