summaryrefslogtreecommitdiff
path: root/sys/v4l2codecs
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp8decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-16/+21
* v4l2codecs: h264: Fix split field handlingNicolas Dufresne2021-08-201-34/+93
* v4l2codec: h264: Implement support for split fieldsNicolas Dufresne2021-08-201-1/+33
* v4l2codecs: h264: Fix filling weight factorsNicolas Dufresne2021-08-201-2/+2
* v4l2slh264dec: Fix slice header bit size calculationNicolas Dufresne2021-08-181-2/+2
* v4l2codecs: vp8: Check kernel versionEzequiel Garcia2021-06-291-0/+14
* v4l2codecs: vp8: Update to the new uAPIEzequiel Garcia2021-06-295-154/+237
* alphadecodebin: Fix stall due to QoSNicolas Dufresne2021-06-141-0/+5
* v4l2codecs: gstv4l2codecsvp8dec: implement a render delayDaniel Almeida2021-05-311-1/+25
* v4lcodecs: Validate src formatsNicolas Dufresne2021-05-275-8/+49
* v4l2codecs: add wrappers for alpha decodeDaniel Almeida2021-05-277-11/+357
* v4l2codecs: allocator: Keep dmabuf mappedNicolas Dufresne2021-04-081-1/+2
* v4l2codecs: Fix holding of reference picture bufferNicolas Dufresne2021-04-071-1/+0
* v4l2codecs: gstv4l2decoder.c: Add missing includeDaniel Almeida2021-04-061-0/+1
* v4l2codecs: h264: retrieve interlaced informationBenjamin Gaignard2021-03-021-3/+19
* v4l2codecs: h264: Reduce controls for subsequent slicesNicolas Dufresne2021-03-021-22/+29
* v4l2codecs: h264: Implement optional scaling matrixEzequiel Garcia2021-03-021-9/+25
* v4l2codecs: h264: Only set SPS control if neededEzequiel Garcia2021-03-021-7/+13
* v4l2codecs: h264: Only slice-based need SLICE_PARAMS and PRED_WEIGHTSEzequiel Garcia2021-03-021-19/+27
* v4l2codecs: h264: Add API checksEzequiel Garcia2021-03-023-0/+110
* v4l2codecs: h264: Update to the new uAPIEzequiel Garcia2021-03-028-593/+907
* v4l2codecs: h264: Set the scaling matrix present flag unconditionallyEzequiel Garcia2021-03-021-1/+1
* v4l2decoder: Small documentation fixSeungha Yang2021-02-021-5/+5
* v4l2codecs: h264: Enable 1 frame delay on non-liveNicolas Dufresne2021-01-292-4/+27
* v4l2codecs: Add support for render delayNicolas Dufresne2021-01-292-3/+43
* v4l2codecs: Coding style fixNicolas Dufresne2021-01-291-2/+1
* v4l2codecs: Poll inside set_done()Nicolas Dufresne2021-01-294-32/+11
* v4l2codecs: Make request structure ref-countedNicolas Dufresne2021-01-294-16/+46
* v4l2codecs: Rework handling of queues and pending requestsNicolas Dufresne2021-01-294-171/+235
* codecs: h264decoder: Store reference picture type using enum valueSeungha Yang2020-11-131-2/+4
* v4l2codecs: vp8: Allow baseclass from skipping framesNicolas Dufresne2020-10-151-11/+7
* v4l2codecs: decoder: Unmark previously pending requestNicolas Dufresne2020-10-151-0/+1
* v4l2codecs: decoder: Properly remove pending requestsNicolas Dufresne2020-10-151-1/+1
* v4l2slh264dec: Minor cleanupNicolas Dufresne2020-09-101-3/+4
* v4l2slh264dec: Fix B-Frame weight tableNicolas Dufresne2020-09-101-6/+6
* codecs: vp8decoder: Sync up with h264decoder implementationSeungha Yang2020-07-231-27/+23
* v4l2codecs: vp8dec: Remove white spaceSeungha Yang2020-07-231-1/+1
* v4l2codecs: h264dec: Remove outdated commentSeungha Yang2020-07-231-14/+0
* v4l2codecs: h264dec: Fix leak on decoding failureSeungha Yang2020-07-231-5/+10
* v4l2codecs: h264dec: Use the new picture lookupNicolas Dufresne2020-07-211-20/+2
* codecs: h264decoder: Pass GstVideoCodecFrame to output_picture()Seungha Yang2020-07-211-7/+24
* codecs: h264decoder: Don't attach extra ref of GstH264Picture to GstVideoCode...Seungha Yang2020-07-211-1/+14
* v4l2codecs: Enable 32x32 tiled NV12 supportNicolas Dufresne2020-07-153-7/+31
* v4l2decoder: Track pending requestNicolas Dufresne2020-07-021-3/+38
* v4l2decoder: Improve debug tracingNicolas Dufresne2020-07-021-2/+11
* v4l2decoder: Convert request pool to GstQueueArrayNicolas Dufresne2020-07-021-6/+8
* v4l2slh264dec: Wait on previous pending request in slice modeNicolas Dufresne2020-07-021-3/+13
* v4l2slh264dec: Renew bitstream buffer after submitting sliceNicolas Dufresne2020-07-021-6/+11
* v4l2slh264dec: Factor out bitstream allocationNicolas Dufresne2020-07-021-20/+30
* v4l2slh264dec: Add a helper to ensure output bufferNicolas Dufresne2020-07-021-22/+37