vlc/modules/demux
Alexandre Janniaux ab6e2ec2cd test: FakeESOut: switch to lambda initialization
Switching to a zero-initialized structure provides the same behaviour as
designated initializers in C code, ie. optional callbacks don't need to
be specified during initialization. This simplify a lot adding and
removing callbacks to the virtual tables since we don't need to modify
every files using the table at the same time as changing the table
itself.
2024-04-30 21:09:23 +00:00
..
adaptive test: FakeESOut: switch to lambda initialization 2024-04-30 21:09:23 +00:00
asf demux: fix libasf memory leak in extended stream properties 2024-02-29 12:29:29 +00:00
avformat avcodec: pass the whole es_format when looking for a codec. 2024-02-06 11:53:38 +00:00
avi libavi: fix hang with zerosized strd chunks 2024-01-24 11:42:23 +00:00
dash demux: adaptive: match namespaces 2024-04-03 19:10:26 +00:00
filter plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
hls demux: hls: do not track explicit time offset at stream level 2024-04-04 03:49:46 +00:00
json demux: json: don't include config.h in grammar files 2023-07-05 13:47:59 +00:00
mkv demux/mkv: avoid dynamic_cast to check EOF 2024-03-10 06:18:24 +00:00
mp4 demux: mp4: fallback on timescale when rate is invalid 2024-04-23 11:21:16 +00:00
mpeg access: rtp: add H265 payload 2024-02-28 09:54:31 +00:00
playlist modules: set VLC_MALLOC on strings allocated by a memstream 2023-11-28 06:35:20 +00:00
smooth demux: adaptive: match namespaces 2024-04-03 19:10:26 +00:00
Makefile.am demux: adaptive: add shared namespaces 2024-04-03 19:10:26 +00:00
aiff.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
au.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
av1_unpack.h av1_unpack: check header overflow 2021-04-27 09:53:39 +00:00
caf.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
cdg.c modules: demux: move priorities from 3 to 6 2023-04-15 07:48:47 +00:00
demuxdump.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
directory.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
dmxmus.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
dvb-text.h dvb-text: fix format string 2017-08-07 22:02:18 +03:00
flac.c modules: include vlc_arrays.h when using TAB_xxx API 2023-05-04 10:00:11 +00:00
gme.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
hx.c modules: include vlc_arrays.h when using DECL_ARRAY() 2023-05-04 10:00:11 +00:00
image.c demux/image: use NULL for the default chroma string 2023-12-03 06:27:01 +00:00
meson.build demux: adaptive: add shared namespaces 2024-04-03 19:10:26 +00:00
mjpeg.c modules: demux: move priorities from 5 to 7 2023-04-15 07:48:47 +00:00
mock.c mock: add some meta 2023-12-22 15:55:41 +00:00
mod.c meta: vlc_meta_AddExtra() rename to vlc_meta_SetExtra() 2023-06-25 17:16:35 +00:00
moving_avg.h demux: moving_avg: do not use durationless last packet 2019-12-18 20:53:54 +01:00
mpc.c demux: mpc: fix compilation when the header location is used properly 2022-09-14 12:37:20 +00:00
mxpeg_helper.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
nsv.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
nuv.c demux: nuv: bring the vlc_stream_Read(NULL) check on one line 2022-11-02 06:37:41 +00:00
ogg.c demux: ogg: add missing allocation check 2023-09-21 08:50:00 +00:00
ogg.h demux: ogg: limit discarded frames to pre-skip on bos 2023-05-12 16:36:54 +07:00
ogg_granule.c demux: ogg: check first frame granule index 2019-02-13 19:00:21 +01:00
ogg_granule.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
oggseek.c demux: ogg: limit discarded frames to pre-skip on bos 2023-05-12 16:36:54 +07:00
oggseek.h oggseek: remove unused members 2022-07-12 11:08:43 +00:00
opus.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
pva.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
rawaud.c rawaud: don't create local variable for audio FourCC 2023-12-03 06:27:01 +00:00
rawdv.c Remove double trailing semicolons 2023-04-27 06:24:26 +00:00
rawdv.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
rawvid.c modules: remove write-only video format i_bits_per_pixel 2023-09-04 07:08:04 +02:00
sid.cpp plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
smf.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
stl.c modules: demux: increase stl and vobsub priorities 2023-04-15 07:48:47 +00:00
subtitle.c demux: subtitle: improve parsing of sized string 2023-08-28 11:32:14 +00:00
subtitle_helper.h
timestamps_filter.h demux: timestamps_filter: use PRId64 for vlc_tick_t 2023-08-10 21:20:20 +00:00
tta.c tta: use the actual size of pi_seektable elements rather than uint32_t 2023-07-13 06:40:42 +00:00
ttml.c codec/demux: ttml: handle non-default namespaces 2024-03-22 20:15:27 +00:00
ty.c meta: vlc_meta_AddExtra() rename to vlc_meta_SetExtra() 2023-06-25 17:16:35 +00:00
vc1.c demux: pass a vlc_object_t to create a custom packetizer 2022-05-18 10:14:50 +00:00
vobsub.c turn SPU original dimensions into unsigned 2023-08-03 14:49:52 +00:00
vobsub.h turn SPU original dimensions into unsigned 2023-08-03 14:49:52 +00:00
voc.c modules: replace skip size comparisons by skip size equality check 2022-11-02 06:37:41 +00:00
wav.c demux: wav: only check the vlc_stream_Read(NULL) result against the size skipped 2022-11-02 06:37:41 +00:00
webvtt.c webvtt: don't reset empty memstream pointer 2023-11-28 06:35:20 +00:00
windows_audio_commons.h windows_audio: more readable structs 2022-11-05 19:47:45 +00:00
xa.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
xiph.h demux: xiph: improve old ffmpeg xiph extradata test 2019-08-14 14:03:49 +02:00
xiph_metadata.c meta: vlc_meta_AddExtra() rename to vlc_meta_SetExtra() 2023-06-25 17:16:35 +00:00
xiph_metadata.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
xiph_test.c xiph: use truth value for test results 2021-09-13 18:19:59 +03:00
ytdl.c modules: include vlc_configuration.h when using config_GetSysPath() 2023-05-06 06:56:32 +00:00