summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder_jpeg.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Update plugin docs and add more pluginsTim-Philipp Müller1-0/+3
2020-03-17vaapijpegenc: Add a quantization quirk for iHD driverHaihao Xiang1-5/+23
2019-12-29libs: encoder: set context info profile by encoderHe Junyan1-0/+3
2019-12-20libs: codedbuffer: port to GstMiniObjectHe Junyan1-1/+1
2019-09-11libs: encoders: use GST_PARAM_USER_SHIFT to define internal paramsVíctor Manuel Jáquez Leal1-3/+3
2019-08-30libs: encoder: delete old set_property and property enum in jpegHe Junyan1-17/+0
2019-08-30libs: encoder: delete get_default_properties of JPEGHe Junyan1-32/+0
2019-08-30libs: encoder: add flags to all encoder properties.He Junyan1-3/+7
2019-08-30libs: encoder: Add properties for jpeg encoder.He Junyan1-2/+97
2019-08-30lib: encoder: gstobjectfy all vaapi encoders.He Junyan1-20/+24
2019-08-19libs: profile: add gst_vaapi_profile_get_va_name()Víctor Manuel Jáquez Leal1-1/+1
2018-07-04libs: encoder: jpeg: set component id and TqiTianhao Liu1-5/+9
2018-05-06libs: remove gstbitwriterVíctor Manuel Jáquez Leal1-2/+2
2017-08-28libs: encoder: remove unused cast macroVíctor Manuel Jáquez Leal1-14/+6
2017-08-13libs: encoder: remove va.h includeVíctor Manuel Jáquez Leal1-1/+0
2017-08-13build: consolidate the VA sub API includesVíctor Manuel Jáquez Leal1-1/+0
2017-06-13libs: encoder: log out the name of the profileVíctor Manuel Jáquez Leal1-1/+2
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-4/+9
2016-02-29Add memset to initialize value for VAEncSliceParameterBufferJPEGLim Siew Hoon1-0/+2
2015-06-02encoder: jpeg: Fix the packed header generationSreerenj Balachandran1-2/+38
2015-02-18Fix compiler warningsVíctor Manuel Jáquez Leal1-22/+0
2015-02-05encoder: jpeg: Fix the sampling factor calculation for ENCODED format.Sreerenj Balachandran1-4/+17
2015-02-04encoder: Add JPEG EncoderSreerenj Balachandran1-0/+807