summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2020-01-02libs: encoder: get surfaces resolution the same time with formats.He Junyan2-41/+76
2019-12-29libs: encoder: vp9: fix code styleVíctor Manuel Jáquez Leal1-2/+2
2019-12-29libs: encoder: set entrypoint based on tune automaticallyHe Junyan5-18/+82
2019-12-29libs: encoder: set context info profile by encoderHe Junyan7-16/+23
2019-12-29libs: context: add invalid entrypoint symbolHe Junyan2-4/+13
2019-12-29libs: pixmap: Fix a pixmap creation crash.He Junyan1-1/+1
2019-12-22libs: encoder: Add NULL pointer check for context when finalize.He Junyan1-1/+2
2019-12-20libs: display: code clean upVíctor Manuel Jáquez Leal2-20/+24
2019-12-20libs: display: refine the profile/entrypoint map.He Junyan3-49/+64
2019-12-20libs: surface: port to GstMiniObjectHe Junyan20-126/+181
2019-12-20libs: surface: rename create function names to initVíctor Manuel Jáquez Leal1-8/+8
2019-12-20libs: surface: use macro accessorsVíctor Manuel Jáquez Leal1-22/+24
2019-12-20libs: surface: fix internal documentationVíctor Manuel Jáquez Leal1-4/+4
2019-12-20libs: codedbuffer: port to GstMiniObjectHe Junyan14-49/+98
2019-12-20libs: image: port to GstMiniObject base classHe Junyan8-55/+154
2019-12-20libs: context: port to a plain C structureHe Junyan8-50/+91
2019-12-17libs: encoder: h264fei: remove unnecessary checkVíctor Manuel Jáquez Leal1-2/+3
2019-12-17libs: encoder: h264fei: remove unnecessary assertVíctor Manuel Jáquez Leal1-1/+1
2019-12-17libs: encoder: h264fei: remove unnecessary checkVíctor Manuel Jáquez Leal1-3/+2
2019-12-17libs: encoder: h264fei: don't free memory on stackVíctor Manuel Jáquez Leal2-2/+1
2019-12-17libs: encoder: h264fei: fix surface leakVíctor Manuel Jáquez Leal1-1/+3
2019-11-29libs: decoder: h265: skip all pictures prior the first I-frameVíctor Manuel Jáquez Leal1-1/+23
2019-11-27libs: video-format: remove dead codeVíctor Manuel Jáquez Leal1-6/+0
2019-11-27libs: video-format: add GST_VAAPI_FORMATS_ALLHe Junyan2-0/+8
2019-11-06libs: video-format: change GST_VIDEO_FORMAT_AYUV to VUYA.He Junyan1-1/+1
2019-10-14Remove autotools buildTim-Philipp Müller3-551/+0
2019-10-11libs: window: x11: Avoid usage of deprecated APIVíctor Manuel Jáquez Leal1-6/+2
2019-10-09libs: filter: fix default orientation regressionU. Artie Eoff1-1/+1
2019-10-08libs: filter: use OP_DATA_DEFAULT_VALUE macroU. Artie Eoff1-43/+12
2019-10-07libs: filter: use macro for returning op default valueU. Artie Eoff1-40/+19
2019-10-07libs: filter: query param spec for default scale methodU. Artie Eoff1-5/+7
2019-10-07libs: filter: query param spec for default skin-tone valuesU. Artie Eoff1-2/+20
2019-10-07libs: filter: query param spec for default video-directionU. Artie Eoff1-5/+15
2019-09-30vaapipostproc: Use level value for skin-tone-enhancement filter.Yan Wang2-7/+105
2019-09-27libs: decoder: h264, h266: fix g_return_val_if_fail() missuseVíctor Manuel Jáquez Leal2-13/+20
2019-09-23libs: encoder: remove gst_vaapi_encoder_{ref,unref}()Víctor Manuel Jáquez Leal2-33/+0
2019-09-24libs: encoder: correct encoder's ref/unref function.He Junyan1-2/+2
2019-09-19libs: encoder: h264_fei: fix potential overflow before widenU. Artie Eoff1-1/+1
2019-09-19libs: encoder: h264_fei: remove dead error conditionU. Artie Eoff1-2/+0
2019-09-19libs: utils: add missing break in switchU. Artie Eoff1-0/+1
2019-09-18libs: video-format: Make all YUV format availableHe Junyan1-35/+35
2019-09-18egl: Fix racyness in display thread creationMatthew Waters2-1/+9
2019-09-18egl: don't advertise a wrapped EGLContext as actually wrappedMatthew Waters1-2/+0
2019-09-17libs: h264decoder: do not return error for unhandled NAL unit.He Junyan1-2/+15
2019-09-11libs: encoders: use GST_PARAM_USER_SHIFT to define internal paramsVíctor Manuel Jáquez Leal10-120/+122
2019-09-10libs: Add BGR10A2_LE support for color space conversion.He Junyan2-0/+3
2019-09-10libs: surface: add pointer check for surface_new_from_formats.He Junyan1-4/+6
2019-09-07libs: utils: guard the VAEntrypointFEI symbolVíctor Manuel Jáquez Leal1-0/+2
2019-09-06libs: video-format: Refine the video format mapping.He Junyan3-62/+301
2019-08-30libs: encoder: clean two virtual func in encoder classHe Junyan1-6/+0