Added an octave interface for reading multi-stream video files.
authorMichael Zucchi <notzed@gmail.com>
Sat, 13 Jul 2019 03:17:19 +0000 (12:47 +0930)
committerMichael Zucchi <notzed@gmail.com>
Sat, 13 Jul 2019 03:17:19 +0000 (12:47 +0930)
commite1e2763f86e7c99227a2afce0675499609b489fc
tree9c1f5f646d0226660ac85aecf7f93bfef2ee379e
parent2658217810bb49250eb6c2b8dbc0f3458f6aa1c8
Added an octave interface for reading multi-stream video files.
contrib/octave/Makefile [new file with mode: 0644]
contrib/octave/README [new file with mode: 0644]
contrib/octave/javaclasspath.txt [new file with mode: 0644]
contrib/octave/jjPlayAll.m [new file with mode: 0644]
contrib/octave/jjVideoClose.m [new file with mode: 0644]
contrib/octave/jjVideoFrame.m [new file with mode: 0644]
contrib/octave/jjVideoNext.m [new file with mode: 0644]
contrib/octave/jjVideoOpen.m [new file with mode: 0644]
contrib/octave/jjoctave/VideoReader.java [new file with mode: 0644]