summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* libs: remove unneeded headersVíctor Manuel Jáquez Leal2015-11-092-4/+0
* VP9: libgstvaapi: Add VP9 decoderSreerenj Balachandran2015-11-063-0/+725
* VP9: gstvaapiprofile: Add profile definitionsSreerenj Balachandran2015-11-062-0/+11
* VP9: Allow building vp9 codecparser internallySreerenj Balachandran2015-11-061-0/+5
* decoder: h264: initialize PPS's slice_group_idVíctor Manuel Jáquez Leal2015-09-151-0/+1
* decoder: hevc: Don't flush dpb for EOS/EOB nalSreerenj Balachandran2015-09-041-1/+0
* decoder: hevc: Fix the dpb_add() based on C.5.2.3Sreerenj Balachandran2015-09-041-7/+7
* decoder: hevc: Fix the picture addition in dpb() based on spec H265 v3 (04/2015)Sreerenj Balachandran2015-09-041-6/+8
* decoder: h265: Fix indentationSreerenj Balachandran2015-09-041-4/+4
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-314-2/+78
* decoder: hevc: remove unused functionsVíctor Manuel Jáquez Leal2015-08-311-18/+7
* decoder: hevc: Fix the scaling list scan orderSreerenj Balachandran2015-08-261-4/+4
* decoder: hevc: sync with the codecparser changesSreerenj Balachandran2015-08-261-41/+0
* wayland: rename is_cancelled to sync_failedVíctor Manuel Jáquez Leal2015-08-241-4/+4
* wayland: Don't return GST_FLOW_ERROR on flushingOlivier Crete2015-08-241-8/+2
* surface pool config based on video infoVíctor Manuel Jáquez Leal2015-08-132-0/+35
* gstvaapiencoder: validate chroma according to the VA's RT formatVictor Jaquez2015-08-131-8/+32
* decoder: hevc: Add calculation of WpOffsetHalfRangeCSreerenj Balachandran2015-08-131-6/+20
* decoder: hevc: Fix ChromaOffsetL0/ChromaOffsetL1 calculationSreerenj Balachandran2015-08-131-3/+3
* decoder: hevc: Fix default value assignment of pred_weight_tableSreerenj Balachandran2015-08-131-17/+18
* decoder: hevc: Fix the value assigning for delta_chroma_log2_weight_denomSreerenj Balachandran2015-08-131-1/+1
* decoder: hevc: Add SEI parsingSreerenj Balachandran2015-08-101-20/+24
* decoder: hevc: Workaround to recognize wrongly encoded main profile streamsSreerenj Balachandran2015-08-071-3/+17
* decoder: hevc: Fix decoding of stream when it has temporal sublayersSreerenj Balachandran2015-08-061-1/+4
* decoder: hevc: Fix the decoding of dependent slice segmentSreerenj Balachandran2015-08-051-4/+5
* gstvaapicontext: fix the JPEG encoder attribs valueVíctor Manuel Jáquez Leal2015-08-041-9/+1
* gstvaapiencoder: framerate 0/1 is valid tooVictor Jaquez2015-08-041-1/+1
* decoder: jpeg: Align with new API/ABI changes in codecparserSreerenj Balachandran2015-07-221-31/+26
* decoder: h264: track previous reference frames.Gwenole Beauchesne2015-07-201-34/+41
* decoder: h264: fix integration of second field into the DPB.Gwenole Beauchesne2015-07-201-27/+7
* decoder: h264: fix closure of "other-field" gap.Gwenole Beauchesne2015-07-201-6/+29
* decoder: h264: track corrupted frames.Gwenole Beauchesne2015-07-201-0/+33
* decoder: add initial infrastructure for marking corrupted output.Gwenole Beauchesne2015-07-203-1/+19
* vaapidecoder: no wmv profiles gstreamer 1.4/1.2Víctor Manuel Jáquez Leal2015-07-151-0/+12
* build: Add missing CFLAGS to Makefile.amSreerenj Balachandran2015-07-071-0/+1
* gstvaapifilter: Only register STE property if it supported by corresponding V...Sreerenj Balachandran2015-07-031-0/+2
* gstvaapifilter: Add guard for VAProcFilterSkinToneEnhancementSreerenj Balachandran2015-07-031-0/+2
* encoder:h265: Fix the check for packed-header supportSreerenj Balachandran2015-07-021-3/+3
* encoder:h264: Fix the check for packed-header supportSreerenj Balachandran2015-07-021-3/+3
* encoder: h264: submit SEI buffering_period() and picture_timing() messages fo...Sreerenj Balachandran2015-07-021-3/+220
* Fix build error for older VA-API versionsSreerenj Balachandran2015-06-182-1/+8
* vaapipostproc: add skin tone enhancementVíctor Manuel Jáquez Leal2015-06-082-0/+90
* encoder: jpeg: Fix the packed header generationSreerenj Balachandran2015-06-021-2/+38
* decoder: h264: fix uninitialized variables in avcC mode.Gwenole Beauchesne2015-06-021-0/+6
* encoder: hevc: Fix the size over-flow for encoded buffer.Sreerenj Balachandran2015-05-281-3/+3
* encoder: vp8: Fix the size over-flow for encoded buffer.Sreerenj Balachandran2015-05-281-3/+2
* encoder: hevc: fix bug in multi slice encoding.Sreerenj Balachandran2015-05-281-5/+22
* decoder: h264: add initial support for loss of pictures.Gwenole Beauchesne2015-05-281-1/+139
* decoder: h264: add support for missing first field.Gwenole Beauchesne2015-05-281-0/+93
* decoder: h264: add support for missing second field.Gwenole Beauchesne2015-05-281-17/+150