summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2017-08-09libs: decoder: h265: remove spurious codeHEADmasterVíctor Manuel Jáquez Leal1-6/+1
2017-08-08libs: context: use attribs index instead pointersVíctor Manuel Jáquez Leal1-10/+18
2017-08-08libs: windows: wayland: fail if cannot remove last frameVíctor Manuel Jáquez Leal1-4/+7
2017-08-08libs: utils: glx: check return valueVíctor Manuel Jáquez Leal1-3/+7
2017-08-08libs: vaapi: object: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-1/+1
2017-08-08libs: encoder: h265: remove spurious assignationVíctor Manuel Jáquez Leal1-1/+0
2017-08-08libs: encoder: h264: fix copy & paste errorVíctor Manuel Jáquez Leal1-1/+1
2017-08-08libs: encoder: h265: fix possible integer overflowVíctor Manuel Jáquez Leal2-2/+4
2017-08-08libs: decoder: mpeg4: fail if return value is not OKVíctor Manuel Jáquez Leal1-0/+6
2017-08-08libs: decoder: h265: check for nullVíctor Manuel Jáquez Leal1-2/+4
2017-08-08libs: decoder: h265: untaint loop control variableVíctor Manuel Jáquez Leal1-1/+11
2017-08-08libs: decoder: h264: remove unrequired NULL checkVíctor Manuel Jáquez Leal1-5/+2
2017-08-03libs: decoder: h264: decode MVC base view onlyorestisf1-4/+3
2017-08-03libs: decoder: h264: add setter for base-only modeorestisf2-0/+23
2017-08-02libs: encoder: h264: missing property enum documentationVíctor Manuel Jáquez Leal1-0/+1
2017-08-02libs: encoder: h264: add multi reference supportHyunjun Ko1-19/+17
2017-08-02libs: encoder: h264: add refs propertyHyunjun Ko2-0/+18
2017-08-02libs: encoder: implements gst_vaapi_encoder_ensure_max_num_ref_framesHyunjun Ko2-0/+53
2017-08-01libs: display: when appending formats change pointers to indexesTomas Rataj1-12/+12
2017-08-01libs: encoder: h264: Add uncompliant mode reducing coded buffer sizeSreerenj Balachandran2-0/+71
2017-08-01libs: utils_h264: Extend LevelLimit table with MinCR fieldSreerenj Balachandran2-18/+20
2017-07-31libs: utils: libva 1.0 changed the loggingVíctor Manuel Jáquez Leal1-4/+35
2017-07-31libs: decoder: h264: libva 1.0 deprecated baselineVíctor Manuel Jáquez Leal1-0/+3
2017-07-26build: meson: remove gstvaapidisplaycache.cVíctor Manuel Jáquez Leal1-1/+0
2017-07-18libs: display: x11: add gst_vaapi_display_x11_new_with_va_display()Hyunjun Ko2-0/+19
2017-07-18libs: display: pass display info when foreign displayHyunjun Ko1-13/+27
2017-07-18libs: display: remove cacheVíctor Manuel Jáquez Leal8-758/+16
2017-07-17libs: encoder: vp9: array terminated in zerosVíctor Manuel Jáquez Leal1-1/+2
2017-07-10libs: decoder: h264: push frames as soon as possibleMatt Staples1-5/+68
2017-07-07libs: decoder: h264: add getter/setter for low latency modeVíctor Manuel Jáquez Leal2-0/+45
2017-07-04libs: encoder: h264: submit sps in case of IDR pictureHyunjun Ko1-2/+5
2017-07-04libs: encoder: h264: set the frame as IDR if forced key unitHyunjun Ko1-2/+4
2017-07-04libs: encoder: h264: insert AU delimiterSreerenj Balachandran2-0/+76
2017-07-04libs: encoder: h264: initialize all elements of view_idsHyunjun Ko1-1/+1
2017-07-03Revert "encoder: h264: Use high profile by default"Hyunjun Ko1-3/+3
2017-07-03libs: encoder: h264: set profile via capsfilterHyunjun Ko1-12/+22
2017-06-15libs: decoder: h264: initialize active_sps/pps in resetHyunjun Ko1-0/+2
2017-06-15libs: encoder: fix compilation with old versions of libvaVíctor Manuel Jáquez Leal2-3/+7
2017-06-13libs: encoder: Fix the quality level clampingSreerenj Balachandran1-5/+5
2017-06-13libs: encoder: log out the name of the profileVíctor Manuel Jáquez Leal6-6/+12
2017-06-13libs: encoder: h264: changes raw number of profile to macro name of itsHyunjun Ko1-4/+5
2017-06-08libs: encoder: set framerate if bigger than 0/1Víctor Manuel Jáquez Leal1-3/+7
2017-06-07libs: encoder: bitrate target percentage calculationVíctor Manuel Jáquez Leal1-2/+6
2017-06-07libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor ratecontrol paramVíctor Manuel Jáquez Leal6-43/+30
2017-06-07libs: encoder: h264,h265,mpeg2,vp8,vp9: refactor framerate paramVíctor Manuel Jáquez Leal6-30/+4
2017-06-07libs: encoder: vp9: Adds CBR and VBR Encoding supportSreerenj Balachandran2-2/+102
2017-06-07libs: encoder: vp8: Adds VBR Encoding supportHyunjun Ko1-2/+5
2017-06-07libs: encoder: h265: Adds VBR Encoding supportHyunjun Ko1-4/+7
2017-06-07libs: encoder: Describes more detail about the bitrate propertyHyunjun Ko1-0/+11
2017-06-07libs: encoder: h265: add rate control parameterVíctor Manuel Jáquez Leal1-0/+11