1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-05 09:46:01 +00:00
mpv/common
Kacper Michajłow 3d5949366c {osd,msg}: use PU{1,2} for escape codes instead of invalid Unicode
Some languages actually require strings to be valid UTF-8, unlike C
which couldn't care less as long as it is NULL terminated.

Change triggered by Python support, but is also useful for Rust and Java.
2025-04-09 18:09:03 +02:00
..
av_common.c various: remove av channel layout check 2024-06-22 16:12:14 +02:00
av_common.h stream: implement get_protocols method for stream_lavf 2024-05-22 20:10:52 +00:00
av_log.c common/av_log: make FFmpeg libs ABI mismatch log clearer 2025-03-03 10:44:44 -05:00
av_log.h player: rearrange libav* library check 2020-03-08 19:38:10 +01:00
codecs.c codecs: remove unused family field 2018-02-01 10:21:55 +01:00
codecs.h codecs: remove unused family field 2018-02-01 10:21:55 +01:00
common.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
common.h misc/language: parse forced tag from external subtitle tracks 2025-03-31 11:47:52 +02:00
encode_lavc.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
encode_lavc.h player/main: select msg output stream early 2024-05-06 22:21:46 +02:00
encode.h options: remove a few options marked with .deprecation_message 2023-09-21 16:06:29 +00:00
global.h demux: reclaim demux_packets to reduce memory allocator pressure 2025-02-05 05:09:33 +01:00
meson.build build: add early exit if git is not found 2025-02-06 02:16:51 +01:00
msg_control.h common: don't force terminal log buffer to small size 2024-01-27 10:04:16 +01:00
msg.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
msg.h {osd,msg}: use PU{1,2} for escape codes instead of invalid Unicode 2025-04-09 18:09:03 +02:00
playlist.c misc/random: add mp_rand_in_range32() 2025-04-02 17:28:49 +02:00
playlist.h common/playlist: add playlist_set_current() 2024-08-10 23:27:40 +02:00
recorder.c demux: reclaim demux_packets to reduce memory allocator pressure 2025-02-05 05:09:33 +01:00
recorder.h recorder: add support for attachments (fonts) 2021-07-08 12:44:06 +03:00
stats.c various: use mp_assert macro 2025-03-04 20:07:29 +01:00
stats.h mp_thread: prefer tracking threads with id 2023-11-05 17:36:17 +00:00
tags.c various: move strings.h inclusion to common.h 2024-05-06 22:01:17 +02:00
tags.h common/tags: add mp_tags_move_from_av_dictionary() 2023-10-18 16:52:47 +02:00
version.c version: move NO_BUILD_TIMESTAMPS check to version.h.in 2023-08-02 18:51:13 +00:00
version.h.in version.h.in: bump copyright year 2025-01-03 01:21:15 +01:00