summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiencoder_vp8.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Update plugin docs and add more pluginsTim-Philipp Müller1-0/+3
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-5/+5
2019-08-30libs: encoder: delete old set_property and property enum in vp8He Junyan1-23/+0
2019-08-30libs: encoder: delete get_default_properties of VP8He Junyan1-51/+0
2019-08-30libs: encoder: add flags to all encoder properties.He Junyan1-5/+13
2019-08-30libs: encoder: Add properties for vp8 encoder.He Junyan1-2/+123
2019-08-30lib: encoder: gstobjectfy all vaapi encoders.He Junyan1-18/+32
2019-08-19libs: profile: add gst_vaapi_profile_get_va_name()Víctor Manuel Jáquez Leal1-1/+1
2019-06-06libs: encoder: vp8,vp9: reset frame_counter when input frame's format changesFreyr1-0/+5
2017-08-28libs: encoder: remove unused cast macroVíctor Manuel Jáquez Leal1-10/+7
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
2017-06-07libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor ratecontrol paramVíctor Manuel Jáquez Leal1-10/+3
2017-06-07libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor framerate paramVíctor Manuel Jáquez Leal1-6/+0
2017-06-07libs: encoder: vp8: Adds VBR Encoding supportHyunjun Ko1-2/+5
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: set misc param onceVíctor Manuel Jáquez Leal1-4/+4
2017-06-07libs: encoder: vp8,h264,h265,mpeg2: refactor misc parametersVíctor Manuel Jáquez Leal1-49/+20
2017-06-07libs: encoder: vp8: fix frame rate calculationVíctor Manuel Jáquez Leal1-2/+2
2017-06-07libs: encoder: vp8: refactor FrameRate parameterVíctor Manuel Jáquez Leal1-15/+14
2017-06-07libs: encoder: h264,h265,mpeg2,vp8: refactor HDRVíctor Manuel Jáquez Leal1-17/+17
2017-06-07libs: encoder: h264,vp8,mpeg2: refactor control rateVíctor Manuel Jáquez Leal1-19/+38
2017-05-23libs: encoder: vp8: set quality level regardless of rate control modeHyunjun Ko1-2/+3
2017-05-11encoders: add quality level tuningSreerenj Balachandran1-0/+2
2017-02-10libs: encoder: vp8: add CBR encoding modeHyunjun Ko1-1/+67
2017-02-10libs: encoder: vp8: fix bitrate calculationHyunjun Ko1-2/+3
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-7/+17
2016-09-21encoder: vp8: Increase the allocation size for coded bufferSreerenj Balachandran1-1/+2
2016-08-10encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale() for bitrateVíctor Manuel Jáquez Leal1-4/+5
2015-05-28encoder: vp8: Fix the size over-flow for encoded buffer.Sreerenj Balachandran1-3/+2
2015-04-08libs: remove unused variablesVíctor Manuel Jáquez Leal1-3/+0
2015-02-13Add VP8 Encoder to core libgstvaapi.Sreerenj Balachandran1-0/+568