vlc/modules
Alexandre Janniaux 13ffce3086 stream out: display: add explicit input decoder flush
Ensure the input_decoder is flushed before deletion, so that it's not
stuck waiting on the decoder implementation or the output for the ES.

The end goal is to simplify vlc_input_decoder_Delete to ensure it is
either flushed or drained before being deleted, so that the wanted
behaviour is written in the code and frames are neither dropped when
they should have been played, nor drained during interruption, resulting
in increased response time.
2023-03-24 06:35:39 +00:00
..
access decklink: fix fourcc string to enum conversion 2023-03-14 08:12:04 +00:00
access_output meson: fix dict key/value style 2023-01-15 09:26:33 +00:00
audio_filter filter: avoid casting void* to/from p_sys 2023-02-11 13:19:46 +00:00
audio_mixer meson: add initial meson build system 2023-01-04 14:48:39 +00:00
audio_output audiotrack: use precise latency 2023-03-17 20:44:54 +00:00
codec modules: split android_env from android_utils 2023-03-15 15:30:09 +01:00
control control: remove unimotion motion handling 2023-03-15 09:00:38 +00:00
demux demux: mp4: always check and use next edit list 2023-03-24 01:04:39 +00:00
gui qt: report 0 size when the ml cache is loaded but empty 2023-03-23 15:09:15 +00:00
hw d3d11_surface: add mapping VLC_CODEC_D3D11_OPAQUE_RGBA to VLC_CODEC_RGBA10 2023-02-13 13:30:54 +00:00
isa arm: neon: return VLC_SUCCESS for packed to planar 2022-08-15 13:15:12 +00:00
keystore modules: split android_env from android_utils 2023-03-15 15:30:09 +01:00
logger logger/json: change license to LGPL 2.1 2023-03-16 08:37:18 +00:00
lua lua: vlc: remove forward declaration 2023-02-21 10:24:59 +00:00
meta_engine taglib: wav: fix RIFF INFO tags parsing 2023-03-17 12:14:52 +00:00
misc webservices/json: update the JSON parser to version 1.1.0 2023-03-20 08:19:23 +00:00
mux mp4: explicitly set the 'soun' compression to 0xFFFE when needed 2023-02-17 09:32:59 +00:00
notify modules: fix typos 2022-01-08 15:19:32 +00:00
packetizer packetizers: allow inclusion HXXX NAL helpers from C++ code 2023-02-28 07:35:45 +00:00
services_discovery services_discovery: bonjour: fix uninitialized variable 2023-01-11 14:35:06 +00:00
spu filter: avoid casting void* to/from p_sys 2023-02-11 13:19:46 +00:00
stream_extractor archive: fix the type used for libarchive_skip_cb 2023-01-07 22:21:26 +00:00
stream_filter avoid empty function parameters 2023-01-17 10:37:49 +00:00
stream_out stream out: display: add explicit input decoder flush 2023-03-24 06:35:39 +00:00
text_renderer avoid empty function parameters 2023-02-10 18:18:54 +00:00
video_chroma d3d11_fmt: add helper to set a ID3D11Texture inside a picture 2023-02-13 13:30:54 +00:00
video_filter opengl: add an alpha config to the activate cb 2023-03-05 14:48:33 +00:00
video_output interop_dxva2: fix flickering effect 2023-03-22 14:32:07 +00:00
video_splitter meson: add initial meson build system 2023-01-04 14:48:39 +00:00
visualization opengl: add an alpha config to the activate cb 2023-03-05 14:48:33 +00:00
.gitignore modules: remove unused dummy.cpp 2022-09-14 10:51:42 +00:00
Makefile.am modules: remove unused dummy.cpp 2022-09-14 10:51:42 +00:00
common.am plugins: rename __PLUGIN__ to VLC_DYNAMIC_PLUGIN 2023-03-03 14:13:29 +00:00
meson.build plugins: rename __PLUGIN__ to VLC_DYNAMIC_PLUGIN 2023-03-03 14:13:29 +00:00
module.rc.in