summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-bad/ext/svtav1
Commit message (Expand)AuthorAgeFilesLines
* svtav1enc: Drain and completely reallocate the encoder instance on caps changesSebastian Dröge2023-02-141-3/+7
* svtav1enc: Use G_DECLARE_FINAL_TYPE and GST_ELEMENT_REGISTER_DEFINESebastian Dröge2023-02-032-41/+39
* svtav1enc: Fix compilation with SVT-AV1 1.1 and drop GStreamer 1.16 compatibi...Sebastian Dröge2023-02-031-8/+6
* svtav1enc: Fix indentationSebastian Dröge2023-02-031-780/+895
* svtav1: Integrate into the build system properlySebastian Dröge2023-02-032-65/+17
* gstreamer: Decide rate-control-mode based on the bitrate/cqp/crf settingsSebastian Dröge2023-02-032-159/+141
* gstreamer: Use GLib types instead of stdint.h types consistentlySebastian Dröge2023-02-031-2/+2
* gstreamer: Fix double unrefSebastian Dröge2023-02-031-1/+0
* gstreamer: Configure colorimetry and HDR metadata if presentSebastian Dröge2023-02-032-6/+154
* gstreamer: Set correct maximum width/height limitsSebastian Dröge2023-02-031-4/+4
* gstreamer: Use correct 10-bit format on big endian systemsSebastian Dröge2023-02-031-1/+7
* gstreamer: Set `force_key_frames=true` in CQP/CRF modeSebastian Dröge2023-02-031-0/+3
* gstreamer: Add support for setting arbitrary parameters via `parameters-strin...Sebastian Dröge2023-02-032-1/+58
* gstreamer: Fix naming of function name that was taken over from the SVT-HEVC ...Sebastian Dröge2023-02-031-3/+3
* gstreamer: Don't overwrite application configuration on initialization and in...Sebastian Dröge2023-02-031-1/+17
* gstreamer: Clean up property handlingSebastian Dröge2023-02-031-193/+204
* gstreamer: Mark all internal functions as `static`Sebastian Dröge2023-02-031-18/+15
* gstreamer: Fix encoder and buffer state life cycleSebastian Dröge2023-02-031-66/+56
* gstreamer: Remove unused `frame_count` and `dts_offset`Sebastian Dröge2023-02-032-8/+2
* gstreamer: Fix debug category descriptionSebastian Dröge2023-02-031-1/+1
* gstreamer: Use stream-format=obu-stream alignment=tu in the capsSebastian Dröge2023-01-261-2/+2
* gstreamer: Fix code style by running `clang-format`Sebastian Dröge2023-01-122-696/+659
* gstreamer: Don't leak all video framesSebastian Dröge2023-01-121-0/+1
* gstreamer: Don't explicitly drop frames on `stop()`Sebastian Dröge2023-01-121-10/+0
* gstreamer: Remove unused variableSebastian Dröge2023-01-121-6/+0
* gstreamer: Stop outputting frames if pushing one has caused an errorSebastian Dröge2023-01-121-1/+1
* gstreamer: Don't set bogus LIVE flag on output buffersSebastian Dröge2023-01-121-1/+0
* gstreamer: Allocate output buffers via the encoderSebastian Dröge2023-01-121-2/+5
* gstreamer: Negotiate the encoder immediately after setting the formatSebastian Dröge2023-01-121-1/+1
* gstreamer: Fix output state reference leakSebastian Dröge2023-01-121-1/+3
* gstreamer: Add missing property setter/getter for lookahead propertySebastian Dröge2023-01-121-0/+6
* gstreamer: Fix reference leak of the input state if the caps are changingSebastian Dröge2023-01-121-2/+2
* gstreamer: The encoder has no maximum latencySebastian Dröge2023-01-121-2/+1
* gstreamer: Announce support for video meta on the input sideSebastian Dröge2023-01-121-1/+3
* gstreamer: Don't override various virtual methods unnecessarilySebastian Dröge2023-01-121-115/+0
* gstreamer: Don't unnecessarily override `decide_allocation()`Sebastian Dröge2023-01-121-14/+0
* gstreamer: Don't set a DTS and remove non-working DTS hackSebastian Dröge2023-01-121-21/+2
* gstreamer: Don't use private data but simply always get the oldest frameSebastian Dröge2023-01-121-36/+3
* gst: init metadata to nullChristopher Degawa2022-07-091-0/+4
* refine reference scalingCidana-Developers2022-05-261-10/+0
* add random access for reference scalingCidana-Developers2022-05-261-0/+17
* - In lowdelay VBR is not supported: forces CBR, In RA, CBR is not supported,...anaghdin2022-04-011-17/+15
* Prevent gstreamer from reinitializing svt default valuesAcky Xu2022-03-261-76/+0
* SVT-AV1 0.9 speed updated. Wojciech Kapsa2022-02-181-2/+2
* Fix warning typos and Gstreamer ci testhassount2022-01-151-1/+1
* rename unrestricted motion vector to restricted motion vectorChristopher Degawa2022-01-061-1/+1
* rename disable-dlf to enable-dlfChristopher Degawa2022-01-061-3/+3
* rename --tf-level to --enable-tfChristopher Degawa2022-01-051-1/+1
* gstreamer: remove useless if 0Christopher Degawa2021-12-291-3/+0
* Cleanup some API signalshassount2021-12-291-85/+0