summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.21.31.21.3Tim-Philipp Müller2022-12-0559-120/+300
* Remove ChangeLog files from git repositoryTim-Philipp Müller2022-12-0419-933735/+0
* meson: Generate ChangeLog files for release tarballs on distTim-Philipp Müller2022-12-0431-0/+3683
* flacparse: Fix handling of headers advertising 32bpsPhilippe Normand2022-12-041-2/+2
* v4l2src: Fix crash in renegotiationNicolas Dufresne2022-12-021-1/+6
* Change name of property from Exists to Availabilitytasoss foobaridis2022-12-021-1/+1
* ges: Add API to disable timeline coherence checksThibault Saunier2022-12-024-1/+98
* d3d11av1dec: Promote rank to primary + 1Seungha Yang2022-12-022-2/+3
* git: Show all suggestions on pre-commit hookColin Kinloch2022-12-021-5/+15
* uridecodebin3: Protect against NULL uri/suburiEdward Hervey2022-12-021-0/+6
* README: Add section how to build and visualize documentationXavier Claessens2022-12-021-0/+16
* meson: Add toplevel "gst-doc" alias targetXavier Claessens2022-12-021-1/+5
* meson: Add doc directory to XDG_DATA_DIRSXavier Claessens2022-12-021-0/+4
* multiqueue: Handle gapless with flushingEdward Hervey2022-12-021-6/+3
* uridecodebin3: Always store pending buffering messagesEdward Hervey2022-12-021-2/+6
* vajpegdec: Reenable element negotiation.Víctor Manuel Jáquez Leal2022-12-021-13/+16
* gstinfo: Optimize color escape code creationEdward Hervey2022-12-021-22/+36
* webrtc: Fix possible use-after-free of GstWebRTCICETransportJohan Sternerup2022-12-021-31/+62
* rtspsrc: fix seek event leaksAleksandr Slobodeniuk2022-12-011-2/+5
* va: Handle input caps change.Victor Manuel Jaquez Leal2022-12-019-8/+29
* vaav1dec: Use gst_va_base_dec_set_output_state().Victor Manuel Jaquez Leal2022-12-011-45/+31
* vavp9dec: Use gst_va_base_dec_set_output_state().Victor Manuel Jaquez Leal2022-12-011-25/+9
* vampeg2dec: Streams are progressive by default.Victor Manuel Jaquez Leal2022-12-011-0/+1
* va: Add and use common decode negotiate vmethod.Victor Manuel Jaquez Leal2022-12-016-246/+115
* vaav1dec: Use gst_va_base_dec_prepare_output_frame().Víctor Manuel Jáquez Leal2022-12-011-26/+33
* va: Add and use gst_va_base_dec_prepare_output_frame().Víctor Manuel Jáquez Leal2022-12-017-48/+29
* va: Remove last_ret error handling in decoders.Víctor Manuel Jáquez Leal2022-12-014-57/+24
* va: Add and use gst_va_base_dec_process_output().Víctor Manuel Jáquez Leal2022-12-019-55/+72
* va: Fix the caps memory leak by gst_va_pool_new_with_config().He Junyan2022-12-012-2/+5
* va: Add render node name in non-first devices.Víctor Manuel Jáquez Leal2022-12-0111-66/+56
* vafilter: Increase the caps for HDR.Victor Manuel Jaquez Leal2022-12-011-8/+13
* vafilter: Increase the number of 3DLUT caps to 16.Victor Manuel Jaquez Leal2022-12-011-1/+4
* qt: deactivate context if fill_info failsBo Elmgreen2022-12-012-0/+2
* av{aud,vid}dec: Report decoding errors to the base classSebastian Dröge2022-12-012-12/+18
* v4l2: Fix SIGSEGV on 'change state' during 'format change'Pawel Stawicki2022-12-019-107/+279
* gst-inspect: Don't leak listEdward Hervey2022-12-011-5/+5
* example: vaenc-dynamic-reconfigure: Support H265.Víctor Manuel Jáquez Leal2022-12-011-51/+43
* va: Add H265 SCC profile support.He Junyan2022-12-011-11/+191
* va: Add extended formats support such as 10/12 bits, 4:2:2 and 4:4:4.He Junyan2022-12-011-41/+191
* va: enable multi tile support for H265 encoder.He Junyan2022-12-013-55/+533
* va: enable vah265lpenc for low power mode H265 encoder.He Junyan2022-12-011-16/+27
* va: Add the low-delay-b frame support for H265.He Junyan2022-12-011-12/+73
* va: Add prediction direction attribute support for H265 encoder.He Junyan2022-12-012-0/+41
* va: Register and enable and the vah265enc plugin.He Junyan2022-12-011-0/+8
* va: Implement the vah265enc plugin for va HEVC encoding.He Junyan2022-12-013-0/+4551
* opusdec: Use proper guint/guint8 type conversionVivia Nikolaidou2022-11-301-2/+6
* opusdec: Negotiate default to 2 channelsVivia Nikolaidou2022-11-301-1/+1
* opusenc: Reverse channel order in template capsVivia Nikolaidou2022-11-301-10/+9
* avviddec: Report flow error when decoder refused packetPhilippe Normand2022-11-301-1/+2
* audiodecoder: Make data processing errors non-fatal by defaultPhilippe Normand2022-11-301-1/+1