| LOW | mpv_talloc.h | 1 | #include <stdlib.h> |
| LOW | misc/json.c | 41 | * invalid UTF-8 sequences to replacement characters. |
| LOW | misc/dispatch.c | 261 | // if executing the dispatch items takes time. On the other hand, this function |
| LOW | misc/io_utils.c | 21 | #include <errno.h> |
| LOW | misc/thread_tools.h | 21 | .wakeup = MP_STATIC_COND_INITIALIZER, \ |
| LOW | misc/thread_tools.h | 61 | void mp_cancel_reset(struct mp_cancel *c); |
| LOW | misc/thread_pool.h | 1 | #ifndef MPV_MP_THREAD_POOL_H |
| LOW | misc/thread_pool.h | 21 | // If no worker thread is currently available, it's appended to a list in memory |
| LOW | misc/jni.h | 21 | |
| LOW | misc/bstr.h | 81 | void bstr_lower(struct bstr str); |
| LOW | misc/bstr.h | 101 | // |
| LOW | misc/bstr.h | 121 | // Return the UTF-8 code point at the start of the string. |
| LOW | misc/codepoint_width.c | 1 | #include "codepoint_width.h" |
| LOW | misc/path_utils.c | 21 | #include <stdio.h> |
| LOW | misc/charset_conv.c | 21 | |
| LOW | filters/f_auto_filters.c | 1 | #include <math.h> |
| LOW | filters/f_autoconvert.h | 21 | // format changes and continue filtering when ready. |
| LOW | filters/f_autoconvert.h | 41 | // otherwise must be 0. (Mismatches lead to conversion errors.) |
| LOW | filters/f_hwtransfer.c | 1 | #include <libavutil/buffer.h> |
| LOW | filters/f_lavfi.c | 21 | #include <math.h> |
| LOW | filters/f_lavfi.c | 41 | #include "common/tags.h" |
| LOW | filters/filter_internal.h | 1 | #pragma once |
| LOW | filters/filter_internal.h | 21 | // In practice, this means process() is repeated. |
| LOW | filters/filter_internal.h | 61 | |
| LOW | filters/filter_internal.h | 81 | // The common case will be that process() is called running stage 1 a bunch |
| LOW | filters/filter_internal.h | 101 | // Return the mp_filter_info this filter was created with. |
| LOW | filters/f_swscale.c | 21 | #include <math.h> |
| LOW | filters/f_output_chain.c | 1 | #include "audio/aframe.h" |
| LOW | filters/filter.c | 1 | #include <math.h> |
| LOW | filters/filter.c | 21 | // mp_pin.conn is used to skip redundant connected pins. |
| LOW | filters/f_autoconvert.c | 1 | #include "audio/aframe.h" |
| LOW | filters/f_utils.h | 1 | #pragma once |
| LOW | filters/f_utils.h | 21 | // filtering.) |
| LOW | filters/f_utils.h | 41 | |
| LOW | filters/f_utils.h | 61 | void mp_subfilter_destroy(struct mp_subfilter *sub); |
| LOW | filters/f_async_queue.h | 1 | #pragma once |
| LOW | filters/f_async_queue.h | 21 | // further communication until mp_async_queue_resume() is called. |
| LOW | filters/f_async_queue.h | 41 | // accepts no further frames. Always returns false if not active (then it does |
| LOW | filters/f_async_queue.h | 61 | // has read requests on its mp_pin. |
| LOW | filters/f_async_queue.h | 81 | // create one with mp_filter_create_root()) |
| LOW | filters/f_async_queue.h | 121 | // at least 2 samples. Behavior is unclear on timestamp resets (even if EOF |
| LOW | filters/f_decoder_wrapper.c | 21 | #include <stdbool.h> |
| LOW | filters/f_decoder_wrapper.c | 41 | #include "common/recorder.h" |
| LOW | filters/f_lavfi.h | 1 | #pragma once |
| LOW | filters/f_swresample.c | 21 | #include <libavutil/channel_layout.h> |
| LOW | filters/filter.h | 1 | #pragma once |
| LOW | filters/filter.h | 41 | bool mp_pin_in_write(struct mp_pin *p, struct mp_frame frame); |
| LOW | filters/filter.h | 61 | // Read a frame. Returns MP_FRAME_NONE if currently no frame is available. |
| LOW | filters/filter.h | 81 | // If this is called, the next mp_pin_out_read() call will return the same frame |
| LOW | filters/filter.h | 101 | // a typical filter implementation) |
| LOW | filters/filter.h | 121 | // mp_pin_can_transfer_data(). Returns whether a transfer happened. |
| LOW | filters/filter.h | 141 | // on pin state changes. Using mp_pin_set_manual_connection() will default to |
| LOW | filters/filter.h | 321 | // output (MP_PIN_OUT). This is the default convention for filters. Some |
| LOW | filters/filter.h | 421 | // missing external input or unread output). It returns whether any outside |
| LOW | filters/filter.h | 441 | // call is interrupted and no filtering is done for that call. |
| LOW | filters/filter.h | 461 | struct mp_filter *mp_filter_create_root(struct mpv_global *global); |
| LOW | filters/f_output_chain.h | 41 | // and the implementation drained the filter chain and unset the internal ao |
| LOW | filters/f_output_chain.h | 81 | |
| LOW | options/m_property.h | 21 | #include <stdbool.h> |
| LOW | options/m_property.h | 41 | // If unimplemented, the property is read-only. |
| 282 more matches not shown… |