Skip to content

Commit

Permalink
Automated submodule update: vrs
Browse files Browse the repository at this point in the history
  • Loading branch information
facebook-github-bot committed Feb 12, 2024
1 parent ceee9be commit de46f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/vrs
Submodule vrs updated 85 files
+1 −0 sample_apps/CMakeLists.txt
+19 −10 sample_apps/SamplePlaybackApp.cpp
+1 −1 sample_apps/SampleRecordingApp.cpp
+0 −1 sample_code/SampleRecordAndPlay.cpp
+0 −1 sample_code/SampleRecordFormatDataLayout.cpp
+5 −2 tools/vrs/VrsCommand.cpp
+53 −45 tools/vrsplayer/AudioPlayer.cpp
+6 −23 tools/vrsplayer/AudioPlayer.h
+0 −2 vrs/Compressor.h
+36 −17 vrs/ContentBlockReader.cpp
+0 −1 vrs/ContentBlockReader.h
+12 −0 vrs/DataLayout.cpp
+0 −1 vrs/DataLayout.h
+4 −0 vrs/DataLayoutConventions.h
+7 −11 vrs/DataSource.h
+35 −16 vrs/Decompressor.cpp
+1 −2 vrs/DescriptionRecord.cpp
+0 −1 vrs/DiskFile.cpp
+1 −0 vrs/FileDetailsCache.cpp
+0 −2 vrs/FileHandler.h
+0 −2 vrs/FileSpec.h
+3 −3 vrs/LegacyFormatsProvider.cpp
+1 −1 vrs/MultiRecordFileReader.cpp
+3 −0 vrs/ProgressLogger.h
+0 −1 vrs/RecordFileWriter.cpp
+57 −35 vrs/RecordFormat.cpp
+36 −30 vrs/RecordFormat.h
+0 −1 vrs/RecordManager.h
+15 −2 vrs/RecordReaders.cpp
+5 −0 vrs/RecordReaders.h
+0 −1 vrs/StreamId.h
+0 −1 vrs/TagsRecord.h
+0 −2 vrs/helpers/EnumTemplates.hpp
+2 −0 vrs/helpers/MemBuffer.h
+0 −1 vrs/helpers/Strings.cpp
+0 −2 vrs/helpers/Strings.h
+72 −0 vrs/helpers/Throttler.cpp
+88 −0 vrs/helpers/Throttler.h
+54 −0 vrs/helpers/test/ThrottlerTest.cpp
+2 −2 vrs/os/Utils.h
+1 −0 vrs/test/DataLayoutFormatTest.cpp
+0 −1 vrs/test/FileHandlerJsonTest.cpp
+0 −2 vrs/test/FrameCompressionTest.cpp
+3 −1 vrs/test/GetRecordTest.cpp
+2 −2 vrs/test/MultiRecordFileReaderTest.cpp
+0 −2 vrs/test/NestedDataLayoutTest.cpp
+4 −3 vrs/test/RecordFormatFileTest.cpp
+33 −19 vrs/test/RecordFormatTest.cpp
+7 −4 vrs/test/file_tests/ChunkedFileTest.cpp
+2 −0 vrs/test/file_tests/DeviceSimulatorTest.cpp
+19 −0 vrs/test/file_tests/FileCacheTest.cpp
+1 −0 vrs/test/file_tests/RecordableTest.cpp
+1 −0 vrs/test/file_tests/SimpleFileHandlerTest.cpp
+1 −0 vrs/test/file_tests/UserRecordsFileHandlerTest.cpp
+1 −0 vrs/test/helpers/TestProcess.h
+4 −3 vrs/test/helpers/VRSTestsHelpers.cpp
+0 −1 vrs/test/helpers/VRSTestsHelpers.h
+94 −0 vrs/utils/AudioBlock.cpp
+129 −0 vrs/utils/AudioBlock.h
+25 −10 vrs/utils/AudioExtractor.cpp
+2 −0 vrs/utils/AudioTrackExtractor.cpp
+27 −19 vrs/utils/BufferRecordReader.hpp
+16 −4 vrs/utils/DataExtractor.cpp
+0 −1 vrs/utils/DataExtractor.h
+2 −0 vrs/utils/DataLayoutReader.hpp
+0 −1 vrs/utils/DecoderFactory.cpp
+0 −1 vrs/utils/DecoderFactory.h
+16 −2 vrs/utils/FilterCopyHelpers.cpp
+0 −9 vrs/utils/FilteredFileReader.cpp
+0 −8 vrs/utils/FilteredFileReader.h
+19 −13 vrs/utils/ImageExtractor.cpp
+0 −3 vrs/utils/ImageExtractor.h
+17 −15 vrs/utils/PixelFrame.cpp
+8 −2 vrs/utils/PixelFrame.h
+0 −2 vrs/utils/PixelFramePng.cpp
+0 −3 vrs/utils/RecordFileInfo.cpp
+21 −8 vrs/utils/Validation.cpp
+1 −1 vrs/utils/Validation.h
+0 −1 vrs/utils/VideoRecordFormatStreamPlayer.h
+0 −1 vrs/utils/cli/CliParsing.cpp
+2 −2 vrs/utils/cli/DataExtraction.cpp
+5 −5 vrs/utils/converters/Raw10ToGrey10Converter.h
+3 −3 vrs/utils/test/JxlTest.cpp
+0 −1 vrs/utils/xxhash/xxhash.h
+1,774 −1,521 website/yarn.lock

0 comments on commit de46f3b

Please sign in to comment.