index
:
gstreamer/gst-plugins-bad
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
discontinued-for-monorepo
master
'Bad' GStreamer plugins and helper libraries (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-20
codecs: av1decoder: Use GstFlowReturn everywhere
Seungha Yang
2
-57
/
+78
2021-09-20
codecs: vp9decoder: Use GstFlowReturn everywhere
Seungha Yang
2
-21
/
+37
2021-09-20
codecs: vp8decoder: Use GstFlowReturn everywhere
Seungha Yang
2
-31
/
+71
2021-09-20
player: Fix/add various annotations
Sebastian Dröge
4
-70
/
+83
2021-09-19
player: Add missing nullable annotations
Marijn Suijten
2
-11
/
+12
2021-09-19
play: Add missing nullable annotations
Marijn Suijten
2
-7
/
+8
2021-09-17
codecs: mpeg2decoder: Use tsg framerate for latency.
Víctor Manuel Jáquez Leal
1
-10
/
+16
2021-09-15
codecs: h264dec: Check bumping again after inserting current picture.
He Junyan
1
-27
/
+28
2021-09-15
codecs: h264: Add protection to to_insert picture in bump check.
He Junyan
1
-5
/
+6
2021-09-15
codecs: h264dec: Improve the policy to infer max_num_reorder_frames.
He Junyan
1
-3
/
+13
2021-09-13
codecs: h264dec: Improve the fast bump for the live mode.
He Junyan
1
-2
/
+39
2021-09-13
codecs: h264: Change the low_latency to an enum for dpb_needs_bump().
He Junyan
2
-19
/
+34
2021-09-13
codecs: h264dec: Add a compliance property to control behavior.
He Junyan
2
-0
/
+142
2021-09-09
codecs: gstvp9statefulparser: feature_data should be 0 if feature_enable is 0
Daniel Almeida
1
-2
/
+10
2021-09-09
gsth264parser: Fix handling of NALs with emulation byte set
Marek Vasut
1
-4
/
+8
2021-09-09
gsth264parser: reject memory management control op greater than 6
Aaron Boxer
1
-1
/
+1
2021-09-08
vulkan: don't link to XOpenDisplay in documentation
Mathieu Duponchelle
1
-1
/
+1
2021-08-27
codecs: av1dec: Fix to output frame with highest spatial layer
Mengkejiergeli Ba
1
-3
/
+25
2021-08-27
gsth264parser: fix typo in debug message
Brad Hards
1
-1
/
+1
2021-08-25
webrtc: Split sctptransport into lib and implementation parts
Johan Sternerup
5
-0
/
+147
2021-08-22
d3d11bufferpool: Hide buffer_size field from header
Seungha Yang
2
-6
/
+1
2021-08-16
va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".
He Junyan
1
-0
/
+7
2021-08-12
codecs: h264dec: Output the picture directly if already a frame.
He Junyan
1
-1
/
+1
2021-08-05
Use g_memdup2() where available and add fallback for older GLib versions
Tim-Philipp Müller
4
-11
/
+11
2021-07-29
d3d11: Disable packed and subsampled YUV formats
Seungha Yang
2
-2
/
+17
2021-07-28
codecs: h264dec: Improve the find_first_field_picture().
He Junyan
1
-31
/
+53
2021-07-28
codecs: h264dec: consider the last field when add picture to DPB.
He Junyan
1
-6
/
+28
2021-07-28
codecs: h264dec: Consider the field case when directly output.
He Junyan
1
-5
/
+73
2021-07-28
codecs: h264dec: Fix a error print of dpb_add.
He Junyan
1
-1
/
+1
2021-07-28
player: Add static keyword to _config_quark_table
Imanol Fernandez
2
-2
/
+2
2021-07-23
codecs: h264decoder: let print_ref_pic_list_b print the correct list name.
He Junyan
1
-10
/
+13
2021-07-23
codecs: h264dec: Fix a typo in construct_ref_field_pic_lists_b.
He Junyan
1
-1
/
+2
2021-07-21
codecs: h264dec: Improve the algorithm for low latency mode.
He Junyan
3
-13
/
+149
2021-07-21
codecs: h264dec: Add help function of dpb_set_max_num_reorder_frames.
He Junyan
3
-10
/
+35
2021-07-21
codecs: h264dec: Add a flag to record whether picture is reference.
He Junyan
3
-2
/
+11
2021-07-21
codecs: h264dec: Change the order of dpb_add and dpb_bump.
He Junyan
1
-33
/
+63
2021-07-21
codecs: h264dec: Modify the DPB need bump check.
He Junyan
3
-59
/
+41
2021-07-21
codecs: h264dec: Make dpb_has_empty_frame_buffer a codecs API.
He Junyan
2
-1
/
+12
2021-07-21
codecs: h264dec: Set picture to a small poc when mem_mgmt_5.
He Junyan
1
-0
/
+16
2021-07-16
codecs: h265decoder: Fix a typo of NumPocTotalCurr when process ref pic list.
He Junyan
2
-5
/
+5
2021-07-14
codecs: h265decoder: Always free messages while parsing SEI
Mads Buvik Sandvei
1
-1
/
+2
2021-07-13
codecs: vp9statefulparser: not init segmentation_abs_or_delta_update.
He Junyan
1
-1
/
+0
2021-07-12
codecparsers: av1: fix underflow in last_frame_idx
Daniel Almeida
1
-1
/
+1
2021-07-12
play: Emit correct signal
Guido Günther
1
-2
/
+1
2021-07-12
vulkan: Declare missing auto-pointer cleanup functions.
Víctor Manuel Jáquez Leal
12
-6
/
+24
2021-07-12
vulkan: filter: Use filter variable name for choosing queue.
Víctor Manuel Jáquez Leal
1
-4
/
+4
2021-07-09
gst-libs/gst/wayland: handle display passing better
Dominique Martinet
1
-3
/
+6
2021-07-06
codecs: h265dec: Disable the POC order warning for negative POC.
He Junyan
1
-3
/
+5
2021-07-06
codecs: h264dec: Disable the POC order warning for negative POC.
He Junyan
1
-2
/
+4
2021-07-02
codecparsers: vp9statefulparser: Fix the gst_vp9_get_qindex clamp issue.
He Junyan
1
-1
/
+1
[next]