mpv/common
Kacper Michajłow 2bcdf591fd common/av_log: use bstr for log callback
- don't use 4KiB stack array
- keep one bstr allocation for lifetime of the log
- avoid dummy strlen
2023-11-28 10:46:16 +01:00
..
av_common.c
av_common.h
av_log.c common/av_log: use bstr for log callback 2023-11-28 10:46:16 +01:00
av_log.h
codecs.c
codecs.h
common.c common: add mp_lcm helper 2023-10-19 18:26:05 +02:00
common.h video/mp_image: handle non-power-of-two alignment 2023-10-19 18:26:05 +02:00
encode.h options: remove a few options marked with .deprecation_message 2023-09-21 16:06:29 +00:00
encode_lavc.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
encode_lavc.h ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
global.h
meson.build build: restrict git describe to top level source directory 2023-11-27 15:22:22 +00:00
msg.c common/msg: remove redundant check 2023-11-18 23:55:28 +00:00
msg.h
msg_control.h various: add missing include in header flles 2023-09-21 14:40:11 +00:00
playlist.c command: fix segfault with playlist-{next,prev}-playlist 2023-10-13 13:54:43 +00:00
playlist.h command: add playlist-next-playlist and playlist-prev-playlist 2023-10-09 15:09:35 +00:00
recorder.c recorder: fix a couple of memory leaks 2023-09-26 22:09:15 +00:00
recorder.h
stats.c mp_thread: add win32 implementation 2023-11-05 17:36:17 +00:00
stats.h mp_thread: prefer tracking threads with id 2023-11-05 17:36:17 +00:00
tags.c common/tags: add mp_tags_move_from_av_dictionary() 2023-10-18 16:52:47 +02:00
tags.h common/tags: add mp_tags_move_from_av_dictionary() 2023-10-18 16:52:47 +02:00
version.c
version.h.in