61 Commits

Author SHA1 Message Date
zergon321
834b509801 pkg-config directives added to the dependent files. v0.1.9 v0.1.9-test 2023-07-26 20:25:17 +03:00
Replicate
8fb0b08f67 Merge pull request #20 from TurbineOne/embrace-the-unknown
Handle the unknown
v0.1.8
2023-04-02 16:31:25 +03:00
keithgoldberg
23ce1f7212 Added a subtitle track 2023-03-14 18:39:25 -04:00
Keith Goldberg
a4b7d40b16 Created an UnknownStream type to prevent the library from dying when there are streams present in the file that aren't video or audio. 2023-03-06 11:00:57 -05:00
zergon321
ab2f7da3b2 Command added. 2023-03-05 17:44:56 +03:00
zergon321
69619fcf32 Readme added to the RTMP example. v0.1.7 2023-03-05 17:27:54 +03:00
zergon321
9e8a6c89ad RTMP streaming example added. 2023-03-05 17:16:24 +03:00
zergon321
4dc6bc6f5c Corrected the Mac OS instruction. v0.1.6 2022-10-31 19:38:42 +03:00
Replicate
9b2179b5c9 Merge pull request #15 from kibab/cgo-pkgconfig
Use pkg-config to determine correct compile/link flags
2022-10-31 19:33:42 +03:00
Ilya Bakulin
b1ffeb627a Use pkg-config to determine correct CFLAGS and LDFLAGS for ffmpeg libraries
This fixes build on the recent Mac OS installations where HomeBrew doesn't
have libav anymore.
2022-10-31 10:02:31 +01:00
Replicate
a3b6b5cb5d Merge pull request #13 from samhocevar-forks/fix/audio-buffer-size
Fix a potential crash in audio decoding
v0.1.5
2022-10-25 22:47:21 +03:00
Sam Hocevar
241286deb0 Fix a potential crash in audio decoding
Random heap corruptions would happen whenever an audio frame required a buffer
larger than the previously allocated one. Fixes #12.
2022-10-25 17:03:55 +02:00
zergon321
0513409116 BSF header added. v0.1.4 2022-02-23 21:41:20 +03:00
zergon321
05a1f912c3 Merge branch 'master' of github.com:zergon321/reisen
Just forgot to pull in advance LOL.
v0.1.3
2022-01-02 02:01:00 +03:00
zergon321
f9ab193d9e Filtering API added. 2022-01-02 02:00:51 +03:00
zergon321
c4e26e0f6f Filtering added. 2022-01-02 02:00:38 +03:00
zergon321
178a0eaffb Compatibility fixed. v0.1.2 2021-12-24 22:08:33 +03:00
zergon321
36a7c8a03b Rewind method added. 2021-12-24 21:42:55 +03:00
zergon321
ba1408df33 Rewind added. 2021-12-24 21:42:41 +03:00
zergon321
94ae36c7cc go.mod updated. 2021-12-24 01:07:03 +03:00
zergon321
3ec90287df Merge branch 'master' of github.com:zergon321/reisen 2021-12-24 01:06:14 +03:00
zergon321
ca72290eb0 Encoded packet data is now available. 2021-12-24 01:05:47 +03:00
zergon321
145714b3a0 Added a directive to prefer discrete GPU. 2021-12-18 00:13:05 +03:00
zergon321
66e680dd09 Bundle script for the second example changed. 2021-12-17 22:47:19 +03:00
zergon321
d85c0e7b2f Merge branch 'master' of https://github.com/zergon321/reisen 2021-12-17 22:46:14 +03:00
zergon321
5e7b7bc480 Bundle script changed. 2021-12-17 22:45:42 +03:00
zergon321
8f03055a3a A link to the building on Windows tutorial added to the readme file. 2021-12-04 20:46:23 +03:00
zergon321
e7fc5ed640 Bundling added to the second example. 2021-12-04 20:00:07 +03:00
zergon321
eea8c1c923 Windows bundle added. 2021-11-30 21:54:44 +03:00
zergon321
6a874e3792 .gitignoe added 2021-11-29 23:12:31 +03:00
NightGhost
583044c386 Merge pull request #6 from andydotxyz/fix/osspecifics
Move OS Specific code to separate files, remove duplication.
2021-11-21 20:11:45 +03:00
zergon321
5b756748e0 Windows fix. 2021-11-20 17:14:48 +03:00
zergon321
c765a5c2af Added missing imports. 2021-11-20 16:58:02 +03:00
Andy Williams
689a5eba60 Move OS Specific code to separate files, remove duplication.
Also fix up macOS long vs longlong issue.
Fixes #5
2021-11-19 21:24:39 +00:00
zergon321
7b9e910bde Fixed Mac OS build. 2021-11-17 12:30:43 +03:00
zergon321
8a651316c0 Methods and fields renamed and commented. 2021-11-07 22:33:23 +03:00
zergon321
6e90eeb5bd Frame index methods added. 2021-11-07 22:29:10 +03:00
zergon321
04dde536b0 Frame index added. 2021-11-07 22:28:52 +03:00
zergon321
3b8e8ded52 Windows fix. 2021-10-31 22:07:47 +03:00
zergon321
3db11732b2 Helper functions for looking for streams added. v0.1.1 2021-09-12 19:12:34 +00:00
zergon321
d54df55e64 String() method added. 2021-09-12 19:12:08 +00:00
zergon321
3aca0501b1 Segmentation violation fixed. 2021-09-11 18:34:54 +00:00
zergon321
80d4170b83 Scaling parameters for video decoding added. 2021-09-11 15:12:53 +00:00
zergon321
6b120aa2a4 Interpolation algorithms enumeration added. 2021-09-11 14:52:38 +00:00
zergon321
3e9120e6e5 Added a link to the tutorial. 2021-09-03 16:37:23 +03:00
zergon321
27473b815b Fixed typo. v0.1.0 2021-09-01 22:30:17 +03:00
zergon321
ac95894ac3 More docs added. 2021-09-01 22:28:48 +03:00
zergon321
419e34ef3a New example added. 2021-08-28 20:07:37 +00:00
NightGhost
2eafab64c4 Added license. 2021-08-27 00:25:46 +00:00
zergon321
4e1d13cdf2 README added. 2021-08-27 01:17:32 +00:00