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
/
sys
/
va
Commit message (
Expand
)
Author
Age
Files
Lines
*
vapostproc: Use vapostproc as debug category name.
Víctor Manuel Jáquez Leal
2021-08-18
1
-1
/
+1
*
vapostproc: Disable cropping in pass-through mode.
Víctor Manuel Jáquez Leal
2021-08-18
1
-36
/
+14
*
vapostproc: Update filters update_properties().
Víctor Manuel Jáquez Leal
2021-08-18
1
-0
/
+1
*
va: Use GST_CAPS_FEATURE_MEMORY_VA to replace "memory:VAMemory".
He Junyan
2021-08-16
10
-22
/
+35
*
va: Use MEMORY_DMABUF definition to replace "memory:DMABuf" strings.
He Junyan
2021-08-16
2
-2
/
+2
*
va: caps: Make the template raw video caps classified by features.
He Junyan
2021-08-11
1
-1
/
+44
*
vapostproc: Inherit from GstVaBaseTransform.
Víctor Manuel Jáquez Leal
2021-08-10
1
-745
/
+58
*
va: Add base transform class.
Víctor Manuel Jáquez Leal
2021-08-10
3
-0
/
+898
*
va: pool: Add gst_va_pool_new_with_config().
Víctor Manuel Jáquez Leal
2021-08-10
2
-0
/
+32
*
va: vp8: fix the overflow in _fill_quant_matrix().
He Junyan
2021-07-29
1
-1
/
+1
*
va: filter: refactor convert_surface() to process()
Víctor Manuel Jáquez Leal
2021-07-27
3
-4
/
+3
*
va: filter: Refactor set_formats() to set_video_info().
Víctor Manuel Jáquez Leal
2021-07-27
3
-4
/
+4
*
vapostproc: Don't add video alignment option in buffer pool.
Víctor Manuel Jáquez Leal
2021-07-27
1
-2
/
+0
*
va: h265dec: Do not assign the frame->output_buffer until output_picture.
He Junyan
2021-07-23
1
-3
/
+14
*
va: H265: Add odd bit depth and chroma depth in get_rtformat.
He Junyan
2021-07-22
1
-4
/
+9
*
va: vp9dec: Minor cleanups.
Víctor Manuel Jáquez Leal
2021-07-17
1
-4
/
+8
*
va: decoder: Group decoder methods.
Víctor Manuel Jáquez Leal
2021-07-17
2
-27
/
+28
*
va: Refactor _format_changed() to _config_is_equal().
Víctor Manuel Jáquez Leal
2021-07-17
8
-23
/
+30
*
va: Refactor _change_resolution() to _update_frame_size().
Víctor Manuel Jáquez Leal
2021-07-17
3
-4
/
+6
*
va: Refactor _set_format() to _set_frame_size().
Víctor Manuel Jáquez Leal
2021-07-17
8
-16
/
+26
*
va: h265dec: Do not add non reference frames into ref list.
He Junyan
2021-07-16
1
-3
/
+10
*
va: h265dec: Fix a temp var overflow bug when write pred weight table.
He Junyan
2021-07-15
1
-2
/
+2
*
va: vp9dec: We need to check the resolution changes for every frame.
He Junyan
2021-07-15
1
-0
/
+27
*
va: vp9dec: Do not re-create context for dynamical resolution change.
He Junyan
2021-07-15
1
-8
/
+35
*
va: decoder: Add helper functions to get and change the resolution.
He Junyan
2021-07-15
2
-0
/
+57
*
va: vpp: Improve the color properties setting.
He Junyan
2021-07-08
1
-48
/
+69
*
va: basedec: Fix some artifact when do the crop copy.
He Junyan
2021-07-05
1
-0
/
+6
*
va: Consider the compatibility when we get_profile() for H265 decoder.
He Junyan
2021-07-02
1
-1
/
+32
*
va: vp9dec: update segmentation and store the result.
He Junyan
2021-07-02
1
-42
/
+68
*
va: allocator: dma: Fail when mapping the non-linear buffer.
He Junyan
2021-07-02
1
-12
/
+10
*
va: change AV1 GstVideoAlignment setting to left-top corner.
He Junyan
2021-06-28
1
-1
/
+1
*
va: h264dec: Set the GstVideoAlignment correctly.
He Junyan
2021-06-28
1
-2
/
+18
*
va: h265dec: Set the GstVideoAlignment correctly.
He Junyan
2021-06-28
1
-2
/
+18
*
va: pool: Add VideoCropMeta to the buffer if crop_top/left > 0.
He Junyan
2021-06-28
1
-8
/
+34
*
va: basedec: Copy the frames into other_pool if needed.
He Junyan
2021-06-28
2
-12
/
+88
*
va: basedec: Setup the other_pool to copy output if crop_left/top.
He Junyan
2021-06-28
2
-12
/
+220
*
va: No need to set the alignment for VideoMeta
He Junyan
2021-06-28
1
-37
/
+7
*
va: Delete the useless align expand in va_pool_set_config().
He Junyan
2021-06-28
1
-9
/
+0
*
va: Improve the default mapping between rt_format and video format.
He Junyan
2021-06-16
1
-3
/
+16
*
va: Add 12 bits rt_format setting in H265.
He Junyan
2021-06-16
1
-0
/
+8
*
va: Fix a typo in video format mapping.
He Junyan
2021-06-16
1
-1
/
+1
*
va: h265dec: Add current picture into reference list for SCC.
He Junyan
2021-05-25
1
-0
/
+14
*
va: h265dec: Set Screen Content extension (SCC) for picture parameters.
He Junyan
2021-05-25
1
-4
/
+71
*
va: h265dec: Use get_profile_from_sps() to recognize the profile.
He Junyan
2021-05-25
1
-2
/
+1
*
va: h265dec: Set range extension for picture and slice parameters.
He Junyan
2021-05-25
1
-2
/
+96
*
va: h265dec: Use picture and slide extension parameters.
Víctor Manuel Jáquez Leal
2021-05-25
1
-36
/
+41
*
va: h265dec: Set LastSliceOfPic for multi sliced frames.
He Junyan
2021-05-21
1
-33
/
+119
*
libs: va: display_wrapper: Use gpointer for VADisplay.
Víctor Manuel Jáquez Leal
2021-05-18
1
-1
/
+1
*
libs: va: Move the VA common logic as a lib.
He Junyan
2021-05-18
20
-861
/
+176
*
va: Do not use a common parent_class in vabasedec.
He Junyan
2021-05-10
8
-40
/
+32
[next]