Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
ohos-3.0.21
ohos_vlc
/
test
/
src
/
input
下载当前目录
S
Steve Lhomme
rename mtime_t to vlc_tick_t
3f9fc441
创建于
2022年12月2日
历史提交
文件
最后提交记录
最后更新时间
common.c
test: input: test demux controls This a partial merge of the work done by Shaleen during GSOC 2017. See
https://code.videolan.org/GSoC2017/shalzz/vlc.git
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 年前
common.h
test: input: test demux controls This a partial merge of the work done by Shaleen during GSOC 2017. See
https://code.videolan.org/GSoC2017/shalzz/vlc.git
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 年前
decoder.c
test: input: fix decoder reload Be sure to not use the previous decoder context.
8 年前
decoder.h
test: input: test decoder from demux This a merge of the work done by Shaleen during GSOC 2017. See
https://code.videolan.org/GSoC2017/shalzz/vlc.git
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
8 年前
demux-run.c
rename mtime_t to vlc_tick_t Keep a copy of vlc_tick_tfor backward compatibility. (cherry picked from commit ff56c92a5ed62d713fb9842f36494a2e9d90fc6f) (edited) edited: * some of the 3.0 code is different
3 年前
demux-run.h
test: input: change args handling vlc arguments are passed by environment variable in order to don't mess libfuzzer arguments handling: - "VLC_TARGET" to pass the target name (or demux name). - "V" to specify the verbose level.
8 年前
stream.c
stream: rename vlc_stream_NewMRL to vlc_stream_NewURL The function does not open MRLs, as correctly described in its documentation, as such it is rather unfortunate that its name uses MRL instead of URL (especially given that it cannot handle MRLs). These changes are simply renaming all occurrences of the function, so that the behavior of the function is properly reflected by its name. Signed-off-by: Thomas Guillem <thomas@gllm.fr>
9 年前
stream_fifo.c
stream: revector
9 年前