index
:
delta/gstreamer-plugins-bad.git
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
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
codecparsers: Exclude the size of obu_size when identify OBU.
He Junyan
2021-01-19
1
-1
/
+5
*
codecs: mpeg2decoder: Fix a typo in header file's comment.
He Junyan
2021-01-20
1
-1
/
+1
*
d3d11: Allow building UWP features with Desktop features if possible
Seungha Yang
2021-01-19
2
-6
/
+11
*
webrtc: expose transport property on sender and receiver
Mathieu Duponchelle
2021-01-13
2
-1
/
+42
*
d3d11: Move core methods to gst-libs
Seungha Yang
2021-01-13
17
-0
/
+4767
*
codecs: h264picture: Count only complete complementary field pair for dpb ful...
Seungha Yang
2021-01-10
1
-2
/
+3
*
codecs: h264decoder: Add support for field-pair input frame
Seungha Yang
2021-01-10
1
-2
/
+30
*
codecs: h264decoder: Remove unused private variables
Seungha Yang
2021-01-10
1
-22
/
+19
*
codecs: mpeg2decoder: decode only if B and not closed gop
Víctor Manuel Jáquez Leal
2021-01-06
1
-0
/
+5
*
codecs: mpeg2decoder: rename variables
Víctor Manuel Jáquez Leal
2021-01-06
1
-3
/
+4
*
codecs: mpeg2decoder: Creating the field based on its arriving time.
He Junyan
2021-01-04
1
-16
/
+5
*
codecs: Add buffer_flags for mpeg2 picture.
He Junyan
2021-01-04
2
-0
/
+8
*
codecs: Reset the quant matrices for each sequence in mpeg2 decoder.
He Junyan
2021-01-04
1
-1
/
+5
*
codecs: Fix a typo in mpeg2 stateless decoder base class.
He Junyan
2020-12-28
1
-1
/
+1
*
codecs: mpeg2decoder: fix documentation
Víctor Manuel Jáquez Leal
2020-12-28
4
-10
/
+93
*
codecs: mpeg2decoder: simplify macros
Víctor Manuel Jáquez Leal
2020-12-28
1
-88
/
+100
*
codecs: Add mpeg2 stateless decoder base class.
He Junyan
2020-12-28
5
-0
/
+1807
*
mpegts: Add support for SIT sections
Edward Hervey
2020-12-14
5
-0
/
+243
*
mpegts: Update documentation
Edward Hervey
2020-12-14
17
-386
/
+831
*
player/transcoder: Use bus signal watch
Thibault Saunier
2020-12-14
2
-14
/
+4
*
gst-libs/gst/wayland: Install "unstable" wayland header
Marius Vlad
2020-12-03
1
-1
/
+2
*
adaptivedemux: Don't log with non-GObject objects
Sebastian Dröge
2020-12-02
1
-5
/
+7
*
transcoder: Handle the case where several errors are posted
Thibault Saunier
2020-11-30
1
-2
/
+12
*
transcoder: Minor refactoring to output better debug logs
Thibault Saunier
2020-11-30
1
-15
/
+19
*
player: Fix get_current_subtitle_track annotation
Philippe Normand
2020-11-25
1
-1
/
+1
*
webrtc: Also remove rtcp_transport from the structure
Olivier Crête
2020-11-24
4
-14
/
+2
*
webrtc: Remove APIs to set transport on sender/receiver
Olivier Crête
2020-11-24
4
-36
/
+0
*
webrtc: Remove non rtcp-mux code
Olivier Crête
2020-11-24
6
-48
/
+6
*
codecs: h264decoder: fix memory leak
Víctor Manuel Jáquez Leal
2020-11-23
1
-1
/
+3
*
mpegts: Documentation fixes
Edward Hervey
2020-11-21
4
-12
/
+5
*
codecparsers: av1: add the set_operating_point() API.
He Junyan
2020-11-17
2
-2
/
+35
*
codecparsers: av1: Add an API to reset the annex_b state only.
He Junyan
2020-11-17
2
-18
/
+37
*
codecparsers: av1: clean the seen_frame_header in parse_tile_group().
He Junyan
2020-11-17
1
-10
/
+9
*
codecparsers: av1: fix a typo in parse_metadata_scalability
He Junyan
2020-11-17
1
-1
/
+1
*
codecparsers: av1: Do not assert in identify_one_obu when check annex b size.
He Junyan
2020-11-17
1
-4
/
+10
*
codecparsers: av1: Add unknow AV1 profile define for saint check.
He Junyan
2020-11-17
1
-0
/
+9
*
codecparsers: av1: Improve the parse_tile_info.
He Junyan
2020-11-17
2
-13
/
+34
*
codecparsers: av1: Fix a tile info read typo in frame header.
He Junyan
2020-11-17
1
-1
/
+1
*
codecparsers: av1: Fix a typo when get value of segmentation params.
He Junyan
2020-11-17
1
-1
/
+2
*
codecparsers: av1: add valid check for global motion params.
He Junyan
2020-11-17
2
-0
/
+162
*
codecparsers: av1: uint8 range is not enough for av1_bitstreamfn_ns
He Junyan
2020-11-17
1
-2
/
+2
*
codecparsers: av1: delete duplicated GST_AV1_GM_ABS_ALPHA_BITS define.
He Junyan
2020-11-17
1
-1
/
+0
*
codecparsers: av1: Improve the loop filter setting.
He Junyan
2020-11-17
2
-65
/
+54
*
codecparsers: av1: Fix a error report for metadata obu.
He Junyan
2020-11-17
1
-1
/
+7
*
codecparsers: av1: Fix a level index bug in sequence.
He Junyan
2020-11-17
1
-1
/
+1
*
codecparsers: av1: all ref idx should be gint8.
He Junyan
2020-11-17
2
-4
/
+9
*
codecs: h264decoder: Add support for field ref picture list modification
Seungha Yang
2020-11-17
2
-2
/
+275
*
codecs: h264decoder: Add more option arguments for reference picture getter
Seungha Yang
2020-11-17
3
-17
/
+53
*
codecs: h264decoder: Split gap picture as well if needed
Seungha Yang
2020-11-17
2
-34
/
+62
*
h264dec: Fix POC calculation for type 0
Nicolas Dufresne
2020-11-17
1
-8
/
+14
[next]