| .. |
|
adaptive
|
demux: adaptive: rename AbstractSource to BlockStreamInterface
|
1 year ago |
|
asf
|
demux: asf: check the duration doesn't overflow
|
1 year ago |
|
avformat
|
demux: use size_t for xiph-related functions
|
2 years ago |
|
avi
|
demux: avi: cut QNap title on first invalid character
|
12 months ago |
|
dash
|
demux: adaptive: replace mtime() method with type conversion for UTCTime
|
1 year ago |
|
filter
|
plugins: purge use of set_category()
|
5 years ago |
|
hls
|
demux: adaptive: replace mtime() method with type conversion for UTCTime
|
1 year ago |
|
json
|
demux/json: ignore generated lexicon file
|
1 year ago |
|
mkv
|
use es_format_HasVpxAlpha instead of local check
|
12 months ago |
|
mp4
|
demux: mp4: use the p_mvhd::i_duration once
|
12 months ago |
|
mpeg
|
demux: mpeg: ensure FROM_SCALE_NZ/TO_SCALE_NZ are in sync with CLOCK_FREQ
|
12 months ago |
|
playlist
|
demux: playlist: set VLC_META_PRIORITY_PLAYLIST after metadata parsing
|
2 years ago |
|
smooth
|
demux: adaptive: remove trivial setters/getters
|
1 year ago |
|
Makefile.am
|
demux: adaptive: rename AbstractSource to BlockStreamInterface
|
1 year ago |
|
aiff.c
|
demux: aiff: add support for meta tags
|
1 year ago |
|
au.c
|
modules: replace skip size comparisons by skip size equality check
|
4 years ago |
|
av1_unpack.h
|
av1_unpack: check header overflow
|
5 years ago |
|
caf.c
|
caf: don't keep extra data for an unknown codec
|
2 years ago |
|
cdg.c
|
modules: demux: move priorities from 3 to 6
|
3 years ago |
|
demuxdump.c
|
plugins: purge use of set_category()
|
5 years ago |
|
directory.c
|
plugins: purge use of set_category()
|
5 years ago |
|
dmxmus.c
|
modules: replace skip size comparisons by skip size equality check
|
4 years ago |
|
dvb-text.h
|
dvb-text: fix format string
|
9 years ago |
|
flac.c
|
demux: flac: prevent seeking logic get stuck
|
1 year ago |
|
g64rtp.c
|
g64: fix leak in case of error
|
2 years ago |
|
gme.c
|
plugins: purge use of set_category()
|
5 years ago |
|
hx.c
|
modules: include vlc_arrays.h when using DECL_ARRAY()
|
3 years ago |
|
image.c
|
fixup! demux: image: handle farbfeld
|
2 years ago |
|
meson.build
|
demux: adaptive: rename AbstractSource to BlockStreamInterface
|
1 year ago |
|
mjpeg.c
|
modules: demux: move priorities from 5 to 7
|
3 years ago |
|
mock.c
|
demux: mock: fix track pts when periods are not matching
|
1 year ago |
|
mod.c
|
meta: vlc_meta_AddExtra() rename to vlc_meta_SetExtra()
|
3 years ago |
|
moving_avg.h
|
demux: moving_avg: do not use durationless last packet
|
7 years ago |
|
mpc.c
|
demux: mpc: fix compilation when the header location is used properly
|
4 years ago |
|
mxpeg_helper.h
|
remove the $Id$ in the source code
|
8 years ago |
|
nsv.c
|
modules: replace skip size comparisons by skip size equality check
|
4 years ago |
|
nuv.c
|
demux: nuv: bring the vlc_stream_Read(NULL) check on one line
|
4 years ago |
|
ogg.c
|
demux: xiph: use common replay gain parser
|
1 year ago |
|
ogg.h
|
vlc_es: change i_extra into size_t
|
2 years ago |
|
ogg_granule.c
|
demux: ogg: check first frame granule index
|
8 years ago |
|
ogg_granule.h
|
rename mtime_t to vlc_tick_t
|
8 years ago |
|
oggseek.c
|
demux: ogg: limit discarded frames to pre-skip on bos
|
3 years ago |
|
oggseek.h
|
oggseek: remove unused members
|
4 years ago |
|
opus.h
|
remove the $Id$ in the source code
|
8 years ago |
|
pva.c
|
demux: pva: avoid using data that were not read
|
12 months ago |
|
rawaud.c
|
rawaud: don't create local variable for audio FourCC
|
3 years ago |
|
rawdv.c
|
Remove double trailing semicolons
|
3 years ago |
|
rawdv.h
|
demux: rawdv: bail if block_Alloc failed
|
2 years ago |
|
rawvid.c
|
modules: remove write-only video format i_bits_per_pixel
|
3 years ago |
|
sid.cpp
|
plugins: purge use of set_category()
|
5 years ago |
|
smf.c
|
modules: replace skip size comparisons by skip size equality check
|
4 years ago |
|
stl.c
|
modules: demux: increase stl and vobsub priorities
|
3 years ago |
|
subtitle.c
|
demux: subtitle: fix potential integer overflow in SubRip timings
|
1 year ago |
|
subtitle_helper.h
|
stream: stream_ -> vlc_stream_
|
10 years ago |
|
timestamps_filter.h
|
timestamps_filter: switch function to static inline
|
2 years ago |
|
tta.c
|
tta: use the actual size of pi_seektable elements rather than uint32_t
|
3 years ago |
|
ttml.c
|
ttml: fix null deref on empty namespace uri
|
1 year ago |
|
ty.c
|
codec: cc: use return value from cc_AppendData()
|
1 year ago |
|
vc1.c
|
demux: pass a vlc_object_t to create a custom packetizer
|
4 years ago |
|
vobsub.c
|
demux: ps: define what flavor of PS streams can be expected
|
12 months ago |
|
vobsub.h
|
turn SPU original dimensions into unsigned
|
3 years ago |
|
voc.c
|
demux: voc: limit the maximum sampling rate to 768000
|
12 months ago |
|
wav.c
|
demux: wav: check the size of the fmt chunk is legit
|
1 year ago |
|
webvtt.c
|
webvtt: fix null pointer passed in qsort
|
1 year ago |
|
windows_audio_commons.h
|
windows_audio: more readable structs
|
4 years ago |
|
xa.c
|
plugins: purge use of set_category()
|
5 years ago |
|
xiph.h
|
demux: use size_t for xiph-related functions
|
2 years ago |
|
xiph_metadata.c
|
xiph_metadata: ensure the tracks metadata are valid numbers
|
12 months ago |
|
xiph_metadata.h
|
demux: xiph: use common replay gain parser
|
1 year ago |
|
xiph_test.c
|
demux: use size_t for xiph-related functions
|
2 years ago |
|
ytdl.c
|
modules: include vlc_configuration.h when using config_GetSysPath()
|
3 years ago |