vlc/src/misc
Steve Lhomme b92c25d085 subpicture: init the position of the PIP region
It's positioned at the center of the display by default as the PIP doesn't set any
alignment or set the absolute flag.

It was the value set by the calloc before 4f0d7e7731.
2024-04-09 07:14:12 +00:00
..
actions.c misc: actions: avoid using sprintf 2024-01-10 09:57:27 +00:00
addons.c addons: signal while locked 2024-02-08 10:26:57 +00:00
ancillary.c core: add the vlc_ancillary API 2021-12-24 08:03:44 +01:00
ancillary.h core: add the vlc_ancillary API 2021-12-24 08:03:44 +01:00
cpu.c remove deprecated ATOMIC_VAR_INIT() usage 2024-02-06 08:32:48 +00:00
diffutil.c diffutil: fix return type 2023-01-20 08:31:24 +00:00
epg.c core: include vlc_arrays.h when using TAB_xxx API 2023-05-04 10:00:11 +00:00
es_format.c es_format: fix description of chroma/multiview mode changing 2023-11-29 05:59:15 +00:00
executor.c executor: broadcast while locked 2024-02-06 17:50:12 +00:00
exit.c thread: remove vlc_mutex_destroy() 2020-02-21 19:16:09 +02:00
fifo.c vlc_frame: add vlc_fifo_Held/Assert 2022-09-12 06:13:46 +00:00
filesystem.c fs: add vlc_mkdir_parent function that correspond to 'mkdir -p' 2024-03-21 09:50:58 +00:00
filter.c vlc_es: remove always 0 video_format_t RGB mask 2023-10-07 10:20:59 +00:00
filter_chain.c filter_chain: log the pointer of the filter chain 2023-10-04 08:10:07 +00:00
fingerprinter.c objects: introduce vlc_object_delete() 2019-03-06 22:53:24 +02:00
fourcc.c fourcc: add VLC_CODEC_D3D11_OPAQUE_ALPHA in the list of YUV formats 2024-02-23 07:39:30 +00:00
fourcc_gen.c core: add a vlc_rational_t type for unsigned rational numbers 2017-04-07 14:26:43 +02:00
fourcc_list.h fourcc: add a D3D11 opaque that combines an opaque texture and an alpha one 2024-02-16 13:21:45 +00:00
frame.c core: explicitly include windows.h when needed 2023-07-05 13:47:59 +00:00
httpcookies.c core: include vlc_arrays.h when using vlc_array_t 2023-05-04 10:00:11 +00:00
image.c image: separate the encoding codec from the output video format 2023-10-12 05:42:24 +00:00
interrupt.c vlc_threads: move poll() definitions in a separate header 2024-01-30 09:39:00 +00:00
interrupt.h Include <stdatomic.h> or <atomic> directly where applicable 2017-12-19 19:34:56 +02:00
keystore.c keystore: return -EINTR when interrupted 2022-06-04 06:38:18 +00:00
md5.c src: remove old md5 API 2020-04-16 12:06:12 +02:00
medialibrary.c medialibrary: add filename field on media 2022-07-30 17:27:58 +00:00
messages.c load module with a logger 2023-10-20 13:31:31 +00:00
mime.c mime: add image/qoi 2023-04-05 09:51:06 -04:00
mtime.c core: rename NTPtime64 to vlc_ntp_time 2023-07-06 20:32:36 +00:00
objects.c core: include vlc_threads.h when using/defining vlc_savecancel() 2023-04-27 19:44:35 +00:00
objects_cxx_test.cpp objects: add test for C++ wrappers 2023-12-22 13:00:09 +00:00
objres.c core: use <stdckdint.h> 2024-02-20 19:34:53 +00:00
picture.c picture: use a real copy of the video format 2024-03-13 08:46:12 +00:00
picture.h picture: use the ancillary API 2021-12-24 08:03:44 +01:00
picture_fifo.c core: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
picture_pool.c picture_pool: use stdc_trailing_zeros() 2024-01-06 13:23:18 +00:00
probe.c objects: introduce vlc_object_delete() 2019-03-06 22:53:24 +02:00
queue.c queue: Remove invalid return 2020-12-04 11:08:32 +01:00
rand.c core: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
rcu.c core: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
rcu.h rcu: add initial RCU implementation and docs 2021-11-30 13:10:36 +00:00
renderer_discovery.c core: include vlc_configuration.h when using config_ChainCreate() 2023-05-06 06:56:32 +00:00
sort.c core: add vlc_qsort 2019-01-22 18:32:59 +01:00
subpicture.c subpicture: init the position of the PIP region 2024-04-09 07:14:12 +00:00
subpicture.h Revert "subpicture: remove unused subpicture_region_private" 2024-01-11 10:16:01 +00:00
text_style.c subtitle: allow lowercase hex colors 2023-05-05 06:13:15 +00:00
threads.c threads: remove clang 6/7 hack for const in atomic_loadXXX 2024-02-06 08:32:48 +00:00
threads.h remove deprecated ATOMIC_VAR_INIT() usage 2024-02-06 08:32:48 +00:00
tracer.c tracer: use an array of entries instead of va_list 2024-03-07 09:26:22 +00:00
update.c update: update to 64-bit VLC on 64-bit Windows 2024-03-15 13:20:49 +00:00
update.h objects: merge vlc_object_t and vlc_common_members 2019-04-14 22:24:33 +03:00
update_crypto.c core: update_crypto: Ensure we don't overflow while shifting 2021-04-27 09:53:39 +00:00
variables.c variable: fix doxygen warning 2023-08-10 09:30:35 +00:00
variables.h variables: privatise the callback CV 2020-12-19 18:03:58 +02:00
viewpoint.c viewpoint: add vlc_viewpoint_from_orientation 2023-06-20 07:56:02 +00:00
xml.c objects: introduce vlc_object_delete() 2019-03-06 22:53:24 +02:00