index
:
~adn770/gst-plugins-bad
0.10
backport
build
eglglessink_backport
hacking
master
opensles
osx-fix-pthread
shm-fixes
srtp
tsdemux
videoparsers
GStreamer plugins bad hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
srt
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-30
srt: Allow the host name "localhost"
Seungha Yang
2
-10
/
+53
2018-07-30
srtclientsink: Fix SRT socket option setting
Seungha Yang
2
-2
/
+1
2018-07-30
srt: Do not ignore SRT socket error event
Seungha Yang
2
-5
/
+7
2018-07-30
srtbasesrc: Use GstBaseSrc's timestamp impl.
Seungha Yang
3
-24
/
+6
2018-07-30
srt: Add "const" keyword to a function argument
Seungha Yang
2
-2
/
+2
2018-07-30
srt: Remove duplicated code for setting server socket
Seungha Yang
4
-152
/
+119
2018-07-30
srt: Fix signal args mismatch
Seungha Yang
2
-4
/
+5
2018-07-30
srtserversrc: Emit client-closed signal in _stop()
Seungha Yang
1
-1
/
+1
2018-07-30
srtclientsink: Do not leak string
Seungha Yang
1
-0
/
+12
2018-07-30
srtclient: Fix bind-port and rendez-vous property getter
Seungha Yang
2
-4
/
+4
2018-07-30
srt: Reduce useless call depth
Seungha Yang
4
-20
/
+3
2018-07-30
srt: Remove white space
Seungha Yang
11
-20
/
+21
2018-07-27
Add feature options for almost all plugins
Nirbheek Chauhan
1
-1
/
+7
2018-04-25
Meson: Generate pc file for all plugins in bad
Xavier Claessens
1
-0
/
+1
2018-03-14
srt: Add missing gstsrt.h to noinst_HEADERS
Jan Alexander Steffens (heftig)
1
-4
/
+6
2018-02-23
srt: Add support for streamheaders to sinks
Jan Alexander Steffens (heftig)
4
-0
/
+128
2018-02-23
srt: Refactor gst_srt_*_sink_send_buffer, extract send
Jan Alexander Steffens (heftig)
2
-16
/
+42
2018-02-23
srt: Add gst_srt_base_sink_stop
Jan Alexander Steffens (heftig)
3
-3
/
+9
2018-02-23
srt: Remove unused queued_buffers field
Jan Alexander Steffens (heftig)
2
-4
/
+2
2018-02-21
Fix SRT Library package config name
Nicolas Dufresne
1
-1
/
+1
2018-01-09
srt: Include srt.h inside object header
Olivier CrĂȘte
2
-1
/
+1
2018-01-03
srt: Remove platform dependent socket headers
Justin Kim
6
-8
/
+1
2017-12-07
srt: Post error message for NULL host
Seungha Yang
1
-0
/
+6
2017-12-06
srt: Fix warning error
Seungha Yang
1
-1
/
+1
2017-11-15
srt: add passphrase and key length properties
Justin Kim
10
-6
/
+113
2017-11-07
srt: Introduce SRT source and sink
Justin Kim
16
-0
/
+2907