sctp: Ensure pad is still a child of element before removal
[platform/upstream/gstreamer.git] / gst-libs /
2021-05-18 Víctor Manuel Jáqu... libs: va: Documentation and annotations.
2021-05-18 He Junyanexamples: va: Update the VA examples because of the...
2021-05-18 Víctor Manuel Jáqu... libs: va: display_wrapper: Use gpointer for VADisplay.
2021-05-18 He Junyanlibs: va: Move the VA common logic as a lib.
2021-05-13 Olivier Crêtewebrtcbin: Hold lock while accessing the codec preferences
2021-05-13 Olivier Crêtewebrtc rtptransceiver: Implement "codec-preferences...
2021-05-13 Olivier Crêtewebrtc rtptransceiver: Implement "kind" property
2021-05-13 Olivier Crêtewebrtc rtptransceiver: Implement "current-direction...
2021-05-13 Olivier Crêtewebrtc rtptransceiver: Implement "mid" property
2021-05-07 Víctor Manuel Jáqu... libs: codecs: h264decoder: Assert output_picture virtua...
2021-04-30 Daniel Almeidacodecs: gstvp9statefulparser: do not carry over segment...
2021-04-21 Seungha Yangd3d11: Add support for BGRx and RGBx formats
2021-04-09 Seungha Yangcodecs: vp9decoder: Update docs
2021-04-09 Seungha Yangcodecs: vp9decoder: Make duplicate_picture() vfunc...
2021-04-07 Matthieu De BeuleTell programmers that set_volume uses linear scale...
2021-04-07 Seungha Yangcodecs: vp9decoder: Allow decoding start with intra...
2021-04-07 Seungha Yangcodecs: vp9decoder: Pass GstVideoCodecFrame to duplicat...
2021-04-07 Seungha Yangcodecs: vp9decoder: Port to GstVp9StatefulParser
2021-04-07 Seungha Yangcodecparsers: Reimplement VP9 parser
2021-04-07 Seungha Yangcodecs: vp9decoder: Don't check codec change with show_...
2021-04-06 Wim Taymansvulkan: provide a custom VK_DEFINE_NON_DISPATCHABLE_HANDLE
2021-03-28 Marijn SuijtenAdd @ prefix to enum-variant references in documentation
2021-03-26 Seungha Yangcodecs: vp9decoder: Fix to output frame when show_exist...
2021-03-24 Seungha Yangd3d11decoder: Resurrect zero-copy for fixed-size DPB...
2021-03-24 Seungha Yangd3d11: Implement memory pool
2021-03-24 Seungha Yangd3d11decoder: Temporarily remove zero-copy related...
2021-03-24 Sebastian Drögeh2645parser: Catch overflows in AVC/HEVC NAL unit lengt...
2021-03-22 Matthew Watersgst: don't use volatile to mean atomic
2021-03-20 Seungha YangRevert "d3d11: Enable native multi-thread protection...
2021-03-18 Seungha Yangd3d11: Enable native multi-thread protection layer...
2021-03-14 Seungha Yangd3d11device: Hold ID3D11VideoDevice and ID3D11VideoCont...
2021-03-11 Seungha Yangd3d11device: Fix wrong printf formatting
2021-03-10 Philippe Normandtranscoder: Add state-changed signal
2021-03-09 Philippe Normandplayer: Rewrite as GstPlay wrapper
2021-03-09 Philippe Normandplay: Flush API bus before exiting main loop
2021-03-09 Philippe Normandplay: Plug media_info leak
2021-03-09 Stephan Hesseplay: Rename internal buffering field to buffering_percent
2021-03-09 Stephan Hesseplay: Introducing the new playback library
2021-03-02 Seungha Yangd3d11memory: Fix for wrong texture_array_size returns
2021-03-02 Seungha Yangd3d11: Fix wrong preprocessing blocks
2021-03-01 Thibault Sauniertranscoder: Add some missing API guards
2021-03-01 Thibault Sauniertranscoder: Fix potential use of uninitialized variables
2021-03-01 Thibault Sauniertranscoder: Rework the API to create/get SignalAdapter
2021-02-26 Philippe Normandtranscoder: Remove un-needed gst_init call
2021-02-26 Thibault Sauniertranscoder: Port to a GstBus API instead
2021-02-26 Thibault Sauniertranscoder: Automatically generate enums GTypes
2021-02-26 Thibault Sauniertranscoder: Port to G_DECLARE
2021-02-23 He Junyancodecs: AV1decoder: Add the AV1 decoder base class.
2021-02-16 Seungha Yangd3d11: Add a method for conversion from DXGI format...
2021-02-11 He Junyancodecs: mpeg2decoder: Move frame_unref to handle_frame.
2021-02-09 Seungha Yangcodecs: h265decoder: Add support for interlaced stream
2021-02-03 Seungha Yangd3d11memory: Add a method for querying texture array...
2021-01-29 Seungha Yangcodecs: h264decoder: Add support for output delay
2021-01-26 Seungha Yangd3d11: Suppress some warning debug messages
2021-01-23 He Junyancodecparsers: av1: Fix a typo in frame_restoration_type...
2021-01-22 Matthew Watersvulkan: remove duplicated check
2021-01-19 He Junyancodecparsers: Exclude the size of obu_size when identif...
2021-01-19 He Junyancodecs: mpeg2decoder: Fix a typo in header file's comment.
2021-01-19 Seungha Yangd3d11: Allow building UWP features with Desktop feature...
2021-01-13 Mathieu Duponchellewebrtc: expose transport property on sender and receiver
2021-01-13 Seungha Yangd3d11: Move core methods to gst-libs
2021-01-10 Seungha Yangcodecs: h264picture: Count only complete complementary...
2021-01-10 Seungha Yangcodecs: h264decoder: Add support for field-pair input...
2021-01-10 Seungha Yangcodecs: h264decoder: Remove unused private variables
2021-01-06 Víctor Manuel Jáqu... codecs: mpeg2decoder: decode only if B and not closed gop
2021-01-06 Víctor Manuel Jáqu... codecs: mpeg2decoder: rename variables
2021-01-04 He Junyancodecs: mpeg2decoder: Creating the field based on its...
2021-01-04 He Junyancodecs: Add buffer_flags for mpeg2 picture.
2021-01-04 He Junyancodecs: Reset the quant matrices for each sequence...
2020-12-28 He Junyancodecs: Fix a typo in mpeg2 stateless decoder base...
2020-12-28 Víctor Manuel Jáqu... codecs: mpeg2decoder: fix documentation
2020-12-28 Víctor Manuel Jáqu... codecs: mpeg2decoder: simplify macros
2020-12-28 He Junyancodecs: Add mpeg2 stateless decoder base class.
2020-12-14 Edward Herveympegts: Add support for SIT sections
2020-12-14 Edward Herveympegts: Update documentation
2020-12-14 Thibault Saunierplayer/transcoder: Use bus signal watch
2020-12-03 Marius Vladgst-libs/gst/wayland: Install "unstable" wayland header
2020-12-02 Sebastian Drögeadaptivedemux: Don't log with non-GObject objects
2020-11-30 Thibault Sauniertranscoder: Handle the case where several errors are...
2020-11-30 Thibault Sauniertranscoder: Minor refactoring to output better debug...
2020-11-25 Philippe Normandplayer: Fix get_current_subtitle_track annotation
2020-11-24 Olivier Crêtewebrtc: Also remove rtcp_transport from the structure
2020-11-24 Olivier Crêtewebrtc: Remove APIs to set transport on sender/receiver
2020-11-24 Olivier Crêtewebrtc: Remove non rtcp-mux code
2020-11-23 Víctor Manuel Jáqu... codecs: h264decoder: fix memory leak
2020-11-21 Edward Herveympegts: Documentation fixes
2020-11-17 He Junyancodecparsers: av1: add the set_operating_point() API.
2020-11-17 He Junyancodecparsers: av1: Add an API to reset the annex_b...
2020-11-17 He Junyancodecparsers: av1: clean the seen_frame_header in parse...
2020-11-17 He Junyancodecparsers: av1: fix a typo in parse_metadata_scalability
2020-11-17 He Junyancodecparsers: av1: Do not assert in identify_one_obu...
2020-11-17 He Junyancodecparsers: av1: Add unknow AV1 profile define for...
2020-11-17 He Junyancodecparsers: av1: Improve the parse_tile_info.
2020-11-17 He Junyancodecparsers: av1: Fix a tile info read typo in frame...
2020-11-17 He Junyancodecparsers: av1: Fix a typo when get value of segment...
2020-11-17 He Junyancodecparsers: av1: add valid check for global motion...
2020-11-17 He Junyancodecparsers: av1: uint8 range is not enough for av1_bi...
2020-11-17 He Junyancodecparsers: av1: delete duplicated GST_AV1_GM_ABS_ALP...
2020-11-17 He Junyancodecparsers: av1: Improve the loop filter setting.
2020-11-17 He Junyancodecparsers: av1: Fix a error report for metadata...
next