platform/upstream/gstreamer.git
2020-11-04 Nirbheek Chauhanmeson: Enable some MSVC warnings for parity with GCC...
2020-11-04 Nicolas Dufresneva: Add HEVC decoding support
2020-11-04 Nicolas Dufresneh265parser: Fix wrong warning message
2020-11-04 Nicolas Dufresneh265decoder: Remove unsued WpOffsetHalfRangeC
2020-11-04 Seungha Yangcodecs: h264decoder: Rework for DPB management
2020-11-04 Seungha Yangcodecs: h264decoder: Remove unused pts variable
2020-11-04 youngh.leeaiffparse: Also set a channel mask for 2 channels
2020-11-03 Olivier Crêtewebrtc: Add properties to change the socket buffer...
2020-11-03 Jan Schmidtvkdeviceprovider: Avoid deadlock on physical device
2020-11-02 Seungha Yangcodecs: h265picture: Minor update for coding style
2020-11-02 Seungha Yangcodecs: h265decoder: Make GstVideoCodecFrame hold the...
2020-11-02 Seungha Yangcodecs: h265decoder: Clear GstVideoCodecFrame on DPB...
2020-11-02 Seungha Yangcodecs: h265decoder: Don't drain DPB on EOB/EOS/IDR...
2020-11-02 Nicolas Dufresneh265decoder: Complete dependent slice header
2020-11-02 Nicolas Dufresneh265decoder: Prevent possible infinite loop
2020-11-02 Nicolas Dufresneh265parse: Add missing const qualifier
2020-11-02 Seungha YangRevert "d3d11decoder: Use D3D11/DXGI standard colorimetry"
2020-11-02 Randy Liwlvideoformat: fix DMA format convertor
2020-11-02 Seungha Yangd3d11decoder: Use D3D11/DXGI standard colorimetry
2020-11-02 Seungha Yangd3d11window: Use ID3D11VideoProcessor only if device...
2020-11-01 Seungha Yangd3d11h{264,265}dec: Submit picture level parameters...
2020-11-01 Seungha Yangcodecs: h265decocer: Rework for DPB management
2020-10-31 Seungha Yangd3d11decoder: Get rid of framerate field from pad template
2020-10-31 Jan Schmidttests: Don't set dtlsenc state before linking.
2020-10-31 Jan Schmidtdtls: Catch bus errors and fail instead of hanging.
2020-10-31 Jan Schmidtsctp: Do downward state change logic after chaining up.
2020-10-31 Jan Schmidtdtls: Avoid bio_buffer assertion on shutdown.
2020-10-31 Jan Schmidtwebrtc: Fix a race on shutdown.
2020-10-30 Olivier Crêtewebrtc: Set the DSCP markings based on the priority
2020-10-30 Olivier Crêtertpsender: Add API to set the priority
2020-10-30 Olivier Crêtertptransceiver: Store the SSRC of the current stream
2020-10-30 Olivier Crêtewebrtc: Save the media kind in the transceiver
2020-10-30 Olivier Crêtewebrtcbin: Remove unused function
2020-10-30 Olivier Crêtewebrtc: Document more objects
2020-10-30 Seungha Yangd3d11decoder: Allow 10bits only profiles
2020-10-30 Sebastian Drögedecklink: Remove \n from debug output
2020-10-30 Sebastian Drögedecklink: Correctly indent everything
2020-10-30 Sebastian Drögedecklink: Add a default profile id
2020-10-30 Sebastian Drögedecklink: Mark internal function as static
2020-10-30 Sebastian Drögedecklink: Remove some dead code
2020-10-30 Sebastian Drögedecklink: Update enum value bounds check in gst_decklin...
2020-10-30 Chris Bassttmlparse: Handle whitespace before XML declaration
2020-10-30 Chris Bassttmlparse: Ensure only single TTML doc parsed
2020-10-29 Xavier Claessensamc: Fix crash when encoding AVC
2020-10-29 Guillaume Desmottesisac: add iSAC plugin
2020-10-29 Thibault Sauniertranscodebin: Create the decodebin in _init
2020-10-29 Philippe Normandtranscodebin: Accept more than one stream
2020-10-29 Thibault Sauniertranscodebin: Port to decodebin3
2020-10-29 Thibault Saunieruritranscodebin: Move to using a urisourcebin for our...
2020-10-29 Thibault Sauniertranscoder: Base sync transcoding variant on a GMainLoop
2020-10-29 Randy Liwaylandsink: release frame callback when destroyed
2020-10-28 Seungha Yangrtmp2src: Set buffer timestamp on output buffer
2020-10-28 Seungha Yangd3d11videoprocessor: Fix wrong input/output supportabil...
2020-10-27 Seungha Yangnvcodec: nvsldec: Add support for CUDA memory
2020-10-27 Seungha Yangd3d11memory: Adjust log level for some spammy debug...
2020-10-27 Seungha Yangd3d11convert: Use ID3D11VideoProcessor only if device...
2020-10-27 Seungha Yangd3d11videoprocessor: Add a method for device's conversi...
2020-10-27 Seungha Yangd3d11format: Map more colorimetry with dxgi colorspace
2020-10-27 He Junyanva: pool: Set the video_alignment after we get image...
2020-10-27 He Junyanva: h264dec: Set the padding to VideoAlignment's right.
2020-10-27 He Junyanva: basedec: No need to call base class' decide_allocat...
2020-10-27 He Junyanva: allocator: use _update_image_info() to set allocato...
2020-10-27 He Junyanva: allocator: Add a helper function to update the...
2020-10-27 He Junyanva: allocator: Decide the allocator's parameters when...
2020-10-27 Nicola Murinoopencv: allow compilation against 4.5.x
2020-10-27 Aaron Boxerjpeg2000parse: sub-sampling parse should take component...
2020-10-27 Stéphane Cerveaujpeg2000parse: no pts interpolation with subframe.
2020-10-27 Aaron Boxerjpeg2000parse: support frame and stripe alignment in...
2020-10-25 Sebastian Drögedecklink: Reset skip counters when starting the sources
2020-10-25 Vivia Nikolaidoudecklink*src: Post a warning message on the bus about...
2020-10-25 Georg Lippitschdecklink*src: Aggregate dropped frame/packet logging
2020-10-24 Seungha Yangd3d11memory: Protect view object with lock
2020-10-24 Seungha Yangd3d11convert: Add support for conversion using ID3D11Vi...
2020-10-24 Seungha Yangd3d11memory: Store ID3D11VideoProcessorOutputView object
2020-10-23 He Junyancodecs: h265decoder: Fix picture leaks because of refer...
2020-10-23 He Junyancodecs: h265decoder: Fix 3 ref array leaks in finalize.
2020-10-23 Seungha Yangd3d11window: Reuse ID3D11VideoProcessorInputView if...
2020-10-23 Seungha Yangd3d11memory: Implement ID3D11VideoProcessorInputView...
2020-10-23 Xavier ClaessensMeson: Use pkg-config generator
2020-10-21 Nicolas Dufresneh265decoder: Add support for l0/l1
2020-10-21 Nicolas Dufresneh265decoder: Sync with the H264 implementation
2020-10-20 Seungha Yangd3d11decoder: Directly access ID3D11VideoDecoderOutputV...
2020-10-20 Seungha Yangd3d11memory: Implement ID3D11VideoDecoderOutputView...
2020-10-19 Seungha Yangd3d11memory: Move to GArray to store texture-array...
2020-10-19 Víctor Manuel... va: Add VP9 decoder
2020-10-18 Philippe Normandwpe: Convert launch lines to markdown and move since tag
2020-10-16 Víctor Manuel... codecs: vp9decoder: Add segmentation to picture.
2020-10-16 Víctor Manuel... codecs: vp9decoder: Pass parser as new_sequence() param...
2020-10-16 Nicolas Dufresnertpsrc: Cleanup on BYE, timeout or when pad is reused
2020-10-16 George Kiagiadakisrtpsrc: re-use the same src pad for streams that have...
2020-10-16 Seungha Yangd3d11: Introduce d3d11compositor element
2020-10-16 Seungha Yangd3d11shader: Allow drawing without shader resource...
2020-10-16 Seungha Yangd3d11convert: Add new subclasses for only color convert...
2020-10-16 Seungha Yangd3d11colorconverter: Allow setting alpha value to use
2020-10-16 Seungha Yangd3d11colorconverter: Add support conversion with blending
2020-10-16 Seungha Yangd3d11colorconverter: Add method to support updating...
2020-10-16 Seungha Yangd3d11: Clarify target rect to be updated
2020-10-16 Julian Bouzasnvcodec: Report latency in decoder based on max-display...
2020-10-16 Julian Bouzasnvcodec: Add max-display-delay decoder property
2020-10-16 Julian Bouzasnvcodec: Fix compiler error if OpenGL is not enabled
next