Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Nov 18, 2024
1 parent cc081ed commit d8ca929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/commons
2 changes: 1 addition & 1 deletion third_party/ss4s
Submodule ss4s updated 52 files
+223 −0 mocks/include/ndl-directmedia2/esplayer-api.h
+150 −0 mocks/include/ndl-directmedia2/media-common.h
+156 −0 mocks/include/ndl-directmedia2/media-types.h
+56 −0 mocks/include/ndl-directmedia2/states.h
+2 −0 modules/webos/CMakeLists.txt
+1 −1 modules/webos/lgnc/CMakeLists.txt
+4 −17 modules/webos/lgnc/lgnc_module.c
+16 −1 modules/webos/ndl/CMakeLists.txt
+9 −0 modules/webos/ndl/esplayer/CMakeLists.txt
+105 −0 modules/webos/ndl/esplayer/ndl_audio.c
+32 −0 modules/webos/ndl/esplayer/ndl_common.h
+32 −0 modules/webos/ndl/esplayer/ndl_module.c
+99 −0 modules/webos/ndl/esplayer/ndl_player.c
+134 −0 modules/webos/ndl/esplayer/ndl_video.c
+2 −0 modules/webos/ndl/fakelib/dummy.c
+22 −0 modules/webos/ndl/fakelib/ndl-directmedia2.lds
+1 −1 modules/webos/ndl/webos4/CMakeLists.txt
+4 −14 modules/webos/ndl/webos4/ndl_module.c
+3 −6 modules/webos/ndl/webos4/ndl_video.c
+10 −4 modules/webos/ndl/webos5/CMakeLists.txt
+55 −37 modules/webos/ndl/webos5/ndl_audio.c
+4 −4 modules/webos/ndl/webos5/ndl_common.h
+13 −2 modules/webos/ndl/webos5/ndl_player.c
+8 −0 modules/webos/ndl/webos5/ndl_video.c
+11 −11 modules/webos/smp/CMakeLists.txt
+6 −0 modules/webos/smp/src/smp_audio.c
+18 −0 modules/webos/smp/src/smp_module.c
+68 −18 modules/webos/smp/src/smp_player.c
+4 −0 modules/webos/smp/src/smp_resource.h
+32 −8 modules/webos/smp/src/smp_resource_acb.c
+12 −0 modules/webos/smp/src/smp_resource_webos5.c
+5 −0 modules/webos/utils/CMakeLists.txt
+31 −0 modules/webos/utils/knlp_check.c
+9 −0 modules/webos/utils/knlp_check.h
+15 −1 samples/CMakeLists.txt
+32 −0 samples/av-threaded/CMakeLists.txt
+10 −0 samples/av-threaded/appinfo.json
+ samples/av-threaded/icon.png
+1 −0 samples/av-threaded/nalu_reader.h
+220 −0 samples/av-threaded/sample.c
+ samples/av-threaded/sample.h264
+ samples/av-threaded/sample.pcm
+22 −2 samples/bigbuckbunny/CMakeLists.txt
+9 −0 samples/bigbuckbunny/appinfo.json
+ samples/bigbuckbunny/icon.png
+42 −8 samples/bigbuckbunny/sample.c
+14 −7 samples/esplayer-datasrc/esplayer-datasrc.c
+3 −1 samples/esplayer-datasrc/esplayer-datasrc.h
+2 −0 src/stats.c
+2 −2 tests/CMakeLists.txt
+0 −140 tests/test_av_threaded.c
+1 −1 tests/test_h264_playback.c

0 comments on commit d8ca929

Please sign in to comment.