nvcodec: Fix various typos
[platform/upstream/gstreamer.git] / sys / nvcodec / gstnvbaseenc.c
2021-08-21 Seungha Yangnvcodec: Fix various typos
2020-10-16 Seungha Yangnvcodec: Peer direct access support
2020-10-16 Seungha Yangnvenc: Support CUDA buffer pool
2020-06-23 Mathieu Duponchelledocs: mark more types as plugin API
2020-01-21 Seungha Yangnvenc: Do not access to broken encode session
2019-12-24 Seungha Yangnvcodec: Refactor plugin initialization
2019-11-22 Seungha Yangnvenc: Fix crash when nvenc was reused then freed witho...
2019-11-22 Seungha Yangnvenc: Remove unused code path
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-09-11 Seungha Yangnvenc: Early terminate handle_frame if the last flow...
2019-09-11 Seungha Yangnvenc: Add support VUYA format
2019-09-11 Seungha Yangnvenc: Reduce the number of pre-allocated device memory
2019-09-11 Seungha Yangnvenc: Adjust DTS when bframe is enabled
2019-09-11 Seungha Yangnvenc: Add qp-{min,max,const}-{i,p,b} properties
2019-09-11 Seungha Yangnvenc: Add properties to support bframe encoding if...
2019-09-11 Seungha Yangnvenc: Refactoring internal buffer pool structure
2019-09-11 Seungha Yangnvenc: Remove pointless iteration and cleanup some...
2019-09-11 Seungha Yangnvenc: Add more rate-control options
2019-09-11 Seungha Yangnvenc: Add support for weighted prediction option
2019-09-11 Seungha Yangnvenc: Add property for AUD insertion
2019-09-11 Seungha Yangnvenc: Refactor class hierarchy to handle device capabi...
2019-09-02 Seungha Yangnvenc: Add support runtime resolution change freely
2019-08-29 Seungha Yangnvenc: Add support for old drivers which could not...
2019-08-29 Seungha Yangnvenc: Use consistent snake case convention
2019-08-29 Seungha Yangnvenc: Port to GstCudaGraphicsResource
2019-08-19 Seungha Yangnvcodec: Use default flag for CUDA stream creation
2019-08-19 Seungha Yangnvenc: Use non default CUDA stream and async operation
2019-08-09 Seungha Yangnvenc: Add support YV12 format
2019-08-07 Seungha Yangnvh265enc: Add support YUV 444 10bits encoding
2019-08-07 Seungha Yangnvenc: Fix broken RGB format support
2019-08-07 Seungha Yangnvcodec: Wrap CUDA API return check with gst_cuda_result
2019-08-07 Seungha Yangnvenc: Port to GstCudaContext
2019-08-06 Seungha Yangnvenc: Return profile compatible input formats from...
2019-08-06 Seungha Yangnvenc: Fix caps negotiation failure on unspecified...
2019-08-05 Seungha Yangnvenc: Add support RGB 8/10bits formats
2019-08-05 Seungha Yangnvenc: Fix crash with unspecified framerate
2019-07-30 Seungha Yangnvenc: Fix deadlock when pad_push return was not GST_FL...
2019-07-23 Seungha Yangnvcodec: Keep requested rank for default device
2019-07-22 Seungha Yangnvenc: Register elements per GPU device with capability...
2019-07-22 Seungha Yangnvcodec: Drop cudaGL.h dependency
2019-07-08 Seungha Yangnvdec,nvenc: Port to dynamic library loading