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
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-10
h265parse: Fix periodic SPS/PPS sending work after a seek
Seungha Yang
1
-1
/
+5
2018-09-10
h265parse: Add support insert parameter set per IDR
Seungha Yang
2
-112
/
+132
2018-09-10
h265parse: Don't discard first AU delimiter
Seungha Yang
1
-0
/
+6
2018-09-10
h265parse: Consider SEI NALU as "HEADER" packets
Seungha Yang
1
-0
/
+1
2018-09-10
h265parse: Don't unref buffer that was unreffed just a few lines before already
Seungha Yang
1
-1
/
+0
2018-09-10
h265parse: Reset the parser information when caps changes
Seungha Yang
1
-19
/
+36
2018-09-10
h265parse: Fix collection of access units to preserve config headers
Seungha Yang
1
-2
/
+9
2018-09-10
h265parse: Improve conditions for skipping NAL units
Seungha Yang
1
-14
/
+36
2018-09-10
h265parse: Introduce new state tracking variables
Seungha Yang
2
-1
/
+33
2018-09-10
h265parse: Fix and optimize NAL collection function
Seungha Yang
1
-3
/
+3
2018-09-10
h265parse: Unref/replace force_key_unit_event in gst_h265_parse_reset
Seungha Yang
1
-1
/
+1
2018-09-10
h265parse: Copy over DISCONT flag from input buffers
Seungha Yang
2
-0
/
+14
2018-09-10
watchdog: Add missing static keyword
Nicolas Dufresne
1
-4
/
+2
2018-09-03
timecodestamper: Fix typo in set_drop_frame
Vivia Nikolaidou
1
-1
/
+1
2018-08-28
audiobuffersplit: Fix format string warning
Johan Bjäreholt
1
-2
/
+2
2018-08-19
freeverb: update for g_type_class_add_private() deprecation
Tim-Philipp Müller
1
-8
/
+5
2018-08-17
audiobuffersplit: Add a gapless mode which inserts silence/drops samples on d...
Sebastian Dröge
2
-11
/
+178
2018-08-17
audiobuffersplit: Always set DISCONT flag after resyncs
Sebastian Dröge
1
-0
/
+4
2018-08-17
audiobuffersplit: Keep track of resync time separately
Sebastian Dröge
2
-5
/
+3
2018-08-17
audiobuffersplit: Update output buffer size after each buffer to compensate f...
Sebastian Dröge
1
-0
/
+7
2018-08-17
avwait: Start video and audio together if audio starts late
Vivia Nikolaidou
2
-14
/
+72
2018-08-16
compositor: Define crossfade-ratio to have range [0.0,1.0]
Sebastian Dröge
1
-10
/
+9
2018-08-16
rfbdecoder: don't free decoder data
Wim Taymans
1
-3
/
+0
2018-08-01
avwait: Don't wait if audio_running_time_to_wait_for is NONE
Vivia Nikolaidou
1
-12
/
+2
2018-07-27
jpegparse: Generate timestamp if framerate is known
Nicolas Dufresne
1
-0
/
+3
2018-07-27
Add feature options for almost all plugins
Nirbheek Chauhan
1
-1
/
+1
2018-07-27
meson: Add feature options for many plugins
Nirbheek Chauhan
1
-63
/
+18
2018-07-26
compositor: Don't leak all buffers while crossfading and not all pads are cro...
Sebastian Dröge
1
-0
/
+5
2018-07-24
avwait: Add recording property
Vivia Nikolaidou
2
-40
/
+164
2018-07-23
compositor: Use 255 as maximum alpha instead of 256
Sebastian Dröge
1
-7
/
+5
2018-07-18
compositor: Update conversion info in property setter
Seungha Yang
1
-4
/
+4
2018-06-29
ivfparse: Add the AV01 FOURCC for parsing AV1 IVFs
Georg Ottinger
1
-1
/
+9
2018-06-23
jpegformat: get rid of unnecessary private structs
Tim-Philipp Müller
4
-188
/
+154
2018-06-19
tsdemux: Don't set invalid seqnum on segment event
Nicolas Dufresne
1
-1
/
+3
2018-06-12
tsdemux: Don't query duration if program isn't active
Edward Hervey
1
-0
/
+5
2018-06-06
mpegtsdemux: Fix SEGMENT seqnum propagation
Edward Hervey
3
-3
/
+10
2018-05-07
gdp: ignore timestamp of event
Kyrylo Polezhaiev
2
-3
/
+3
2018-05-06
videoaggregator: Switch to a GstVideoAggregatorConvertPad subclass
Sebastian Dröge
2
-221
/
+55
2018-05-05
videoaggregator: Move needs_alpha pad field to the private struct
Sebastian Dröge
1
-1
/
+2
2018-05-05
videoaggregator: Move aggregated_frame and the pad buffer into the private st...
Sebastian Dröge
1
-52
/
+46
2018-05-04
videoaggregator: Move GstChildProxy implementations into leaf classes
Sebastian Dröge
1
-1
/
+90
2018-05-04
tsdemux: ignore sparse stream when checking for initial timestamp
Aurélien Zanelli
1
-4
/
+17
2018-05-04
scenechange: improve detection algorithm
Vineeth T M
1
-2
/
+9
2018-04-25
rfbsrc: Fix decide_allocation to support NULL pool
Nicolas Dufresne
1
-1
/
+5
2018-04-25
rfbsrc: Fix support for applevncserver
Nicolas Dufresne
1
-1
/
+1
2018-04-25
Meson: Generate pc file for all plugins in bad
Xavier Claessens
62
-0
/
+62
2018-04-25
h264parse: add constrained and progressive profiles
Guillaume Desmottes
1
-1
/
+9
2018-04-22
Fix code indentation
Tim-Philipp Müller
1
-2
/
+2
2018-04-21
testsrcbin: typo fixes
Tim-Philipp Müller
1
-2
/
+2
2018-04-21
testsrcbin: fix bug setting stream flags
Tim-Philipp Müller
1
-1
/
+1
[next]