mpv/common
David Vaughan da753196af player: change insert_next to insert_at
Change the `playlist_insert_next` function to `playlist_insert_at` (ie,
insert at the location of an entry, rather than after it, and rename to
be clearer that it doesn't have anything to do with the
currently-playing entry).

Also, replace calls to `playlist_add` with calls to
`playlist_insert_at`, since the former has become redundant.
2024-02-26 02:03:21 +00:00
..
av_common.c common/av_common: clean up mp_lavc_set_extradata 2023-03-14 23:59:47 +02:00
av_common.h common/av_common: clean up mp_lavc_set_extradata 2023-03-14 23:59:47 +02:00
av_log.c common: stream: don't mention Libav in errors/warnings 2024-01-20 16:10:20 +00: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 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 encode_lavc: don't use deprecated `avcodec_close` 2024-02-19 18:09:58 +01:00
encode_lavc.h ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
global.h path: simplify "cache" and "state" fallback 2023-05-21 20:11:24 +02:00
meson.build build: restrict git describe to top level source directory 2023-11-27 15:22:22 +00:00
msg.c common: don't force terminal log buffer to small size 2024-01-27 10:04:16 +01:00
msg.h msg: add function to reduce log level 2020-05-10 16:40:26 +02:00
msg_control.h common: don't force terminal log buffer to small size 2024-01-27 10:04:16 +01:00
playlist.c player: change insert_next to insert_at 2024-02-26 02:03:21 +00:00
playlist.h player: change insert_next to insert_at 2024-02-26 02:03:21 +00:00
recorder.c recorder: fix a couple of memory leaks 2023-09-26 22:09:15 +00:00
recorder.h recorder: add support for attachments (fonts) 2021-07-08 12:44:06 +03:00
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: 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 2024-01-27 10:00:36 +01:00