vlc/modules/demux
Rémi Denis-Courmont cc129a71d7 Remove old mail address from sources 2019-09-04 22:11:04 +03:00
..
adaptive adaptive: probing: packed audio starts with ID3 2019-08-28 19:32:14 +02:00
asf asf: Fix out of bound read 2019-08-14 18:05:59 +02:00
avformat xiph: constify xiph_SplitHeaders() 2019-07-23 20:43:15 +03:00
avi demux/avi: remove short ternary which is a GNU extension 2019-07-24 23:43:11 +02:00
dash demux: adaptive: use vlc_object as Demuxer parent 2019-07-18 19:57:29 +02:00
filter Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
hls demux: adaptive: use vlc_object as Demuxer parent 2019-07-18 19:57:29 +02:00
mkv mkv: Improve PCI events handling 2019-08-14 18:06:03 +02:00
mp4 demux: mp4: change track references handling 2019-08-21 16:46:11 +02:00
mpeg demux: ps: change track id signedness 2019-08-19 20:25:53 +02:00
playlist Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
smooth demux: adaptive: use vlc_object as Demuxer parent 2019-07-18 19:57:29 +02:00
Makefile.am adaptive: probing: packed audio starts with ID3 2019-08-28 19:32:14 +02:00
aiff.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
au.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
av1_unpack.h demux: av1_unpack: fix leb128 width estimation 2018-10-11 22:41:16 +02:00
caf.c caf: Reject samples without samplerate 2019-08-14 14:03:49 +02:00
cdg.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
demuxdump.c config: remove advanced from add_module() 2018-04-24 21:36:45 +03:00
directory.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
dvb-text.h dvb-text: fix format string 2017-08-07 22:02:18 +03:00
flac.c flac: fix unused expression warning 2019-07-14 12:09:35 +03:00
gme.c core: use vlc_tick_t for DEMUX_SET_TIME officially 2018-09-20 10:07:08 +02:00
image.c demux: image: fix always fail probing 2019-05-03 19:18:57 +02:00
mjpeg.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
mock.c demux: add DEMUX_SET_ES_LIST control 2019-06-25 20:50:07 +02:00
mod.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
moving_avg.h demux: add moving average helper 2018-10-22 20:17:28 +02:00
mpc.c remove unused #include <vlc_input.h> 2019-06-03 16:15:55 +02:00
mxpeg_helper.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
nsc.c nsc: Fix potential integer overflow 2019-05-23 17:16:13 +02:00
nsv.c nsv: fix boundary check, signedness warning 2019-07-13 12:52:37 +03:00
nuv.c nuv: remove hopeless seek on error 2019-03-03 10:24:20 +02:00
ogg.c ogg: Fix potential integer overflow 2019-08-14 14:03:49 +02:00
ogg.h demux: ogg: rename field 2019-02-13 19:00:21 +01: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 oggseek: mute warning 2019-03-03 10:05:28 +02:00
oggseek.h rename mtime_t to vlc_tick_t 2018-06-22 13:19:24 +02:00
opus.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
pva.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
rawaud.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
rawdv.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
rawdv.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
rawvid.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
sid.cpp core: use vlc_tick_t for DEMUX_GET_TIME officially 2018-09-20 10:05:34 +02:00
smf.c smf: fix signedness warning 2019-07-13 12:52:39 +03:00
stl.c Use vlc_object_parent() 2019-02-28 21:20:32 +02:00
subtitle.c remove unused #include <vlc_input.h> 2019-06-03 16:15:55 +02:00
subtitle_helper.h stream: stream_ -> vlc_stream_ 2016-07-21 22:26:57 +03:00
timestamps_filter.h demux: add timestamps continuity helper 2018-10-22 20:17:28 +02:00
tta.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
ttml.c codec/ttml: fix callback type 2019-07-24 22:26:53 +03:00
ty.c ty: fix signedness warning, missing limit check 2019-07-13 12:52:39 +03:00
vc1.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vobsub.c demux: ps: const correctness and less block_t dependency 2019-08-19 19:58:16 +02:00
vobsub.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
voc.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
wav.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
webvtt.c demux: webvtt: fix set_time null deref with no valid cues (fix #22448) 2019-06-19 18:00:11 +02:00
windows_audio_commons.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
xa.c Remove old mail address from sources 2019-09-04 22:11:04 +03:00
xiph.h demux: xiph: improve old ffmpeg xiph extradata test 2019-08-14 14:03:49 +02:00
xiph_metadata.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
xiph_metadata.h remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00