va: Fix some code defects
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-bad / sys / va / gstvah264enc.c
2023-02-22 Mengkejiergeli Bava: Fix some code defects
2023-01-19 Edward Herveyva: Fix path leak
2022-12-01 Víctor Manuel Jáqu... va: Add render node name in non-first devices.
2022-11-09 Víctor Manuel Jáqu... va: caps: Fix raw caps for H264 encoding.
2022-11-09 Víctor Manuel Jáqu... vah264enc: Enable parameters change while running.
2022-11-09 Víctor Manuel Jáqu... vah264enc: Avoid reopen encoder or renegotiate.
2022-11-08 Victor Manuel Jaqu... vah264enc: Fix properties documentation.
2022-11-01 Eric Knappvah264enc: Added option to insert CEA-708 closed captions
2022-10-27 He Junyanh264bitwriter: Correct the all API to byte aligned.
2022-10-26 Víctor Manuel Jáqu... vah264enc: Fail if unsupported rate control.
2022-10-26 Víctor Manuel Jáqu... vah264enc: Add todo item.
2022-10-26 Víctor Manuel Jáqu... vaencoder: Honor entrypoint at constructor.
2022-10-26 Víctor Manuel Jáqu... vabaseenc: Use class entrypoint.
2022-09-19 He Junyanva: h264enc: Fix rate control enum register failure...
2022-09-17 Víctor Manuel Jáqu... vah264enc: Avoid precision lost by just rounding up.
2022-09-17 Víctor Manuel Jáqu... vah264enc: Update AUD property if driver can't handle...
2022-09-17 Víctor Manuel Jáqu... vah264enc: Remove unused dispose method.
2022-09-16 Víctor Manuel Jáqu... va: baseenc: Fix gobject style for chained method.
2022-09-13 Víctor Manuel Jáqu... va: Complete library and plugin documentation.
2022-09-13 Víctor Manuel Jáqu... va: Move gstvavideoformat out of library headers.
2022-08-10 Víctor Manuel Jáqu... vah264enc: Set codec frame sync point if IDR
2022-08-10 Víctor Manuel Jáqu... vah264enc: Packed headers can be zero.
2022-08-08 Víctor Manuel Jáqu... vah264enc: Fix caps for mesa gallium.
2022-08-04 Víctor Manuel Jáqu... vah264enc: Lock properties read/write.
2022-08-04 Víctor Manuel Jáqu... vah264enc: Use guint32 for rc_ctrl as it's for rc_ctrl_...
2022-08-04 Víctor Manuel Jáqu... vah264enc: Split aud property and its usage.
2022-07-27 Eric Knappva: h264enc: Make AUD the first NAL unit
2022-06-07 Víctor Manuel Jáqu... vah264enc: Guard logging functions
2022-06-07 Víctor Manuel Jáqu... vah264enc: Support default and none rate control.
2022-06-07 Víctor Manuel Jáqu... va: encoder: Rate control property.
2022-05-29 Víctor Manuel Jáqu... va264enc: Fix typo.
2022-05-25 He Junyanva: H264enc: Add encoder for VAEntrypointEncSliceLP.
2022-05-25 He Junyanva: encoder: change reset_state() to a virtual function...
2022-05-24 Víctor Manuel Jáqu... va: Keep include's code style
2022-05-20 He Junyanva: Apply the va base encoder to the vah264enc.
2022-04-22 He Junyanva: h264enc: Do not let L0 number surplus the HW limita...
2022-04-20 Víctor Manuel Jáqu... va: Expose a couple va surface/buffer methods.
2022-04-18 He Junyanva: h264enc: Fix the forgotten unlock() when getting...
2022-04-16 Víctor Manuel Jáqu... vah264enc: Use GstVaFeature enum for enabling MBBRC.
2022-04-16 Víctor Manuel Jáqu... vah264enc: Move rate-control enum to encoder class...
2022-04-16 Víctor Manuel Jáqu... vah264enc: Add device-path property.
2022-04-13 He Junyanva: h264enc: Correct the hierarchical level name for...
2022-04-04 Seungha YangRevert "vah264enc: Disable derived image support"
2022-04-02 Seungha Yangvah264enc: Disable derived image support
2022-04-02 He Junyanva: h264enc: Do not use USAGE_HINT_ENCODER for input...
2022-03-31 Víctor Manuel Jáqu... libs: va: add VA allocator parameter for derived images...
2022-03-29 Víctor Manuel Jáqu... va: Set <gst/va/gstva.h> as library single point entry...
2022-03-29 He Junyanva: Move allocators and pool objects into gstva library.
2022-03-12 He Junyanva: Fix a regression because of "Invert video codec...
2022-03-09 Víctor Manuel Jáqu... vah264enc: Invert video codec frame dependency.
2022-03-07 Víctor Manuel Jáqu... va: encoder: Don't preallocate reconstruct buffers.
2022-03-04 Víctor Manuel Jáqu... vah264enc: Remove GST_PARAM_CONDITIONALLY_AVAILABLE.
2022-03-04 Víctor Manuel Jáqu... vah264enc: Remove preferred_output_delay.
2022-03-04 Víctor Manuel Jáqu... vah264enc: Avoid mapping coded buffer twice.
2022-03-04 Víctor Manuel Jáqu... vah264enc: Single parameter array per picture.
2022-03-01 He Junyanva: Add H264 encoder.