summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-150.6.0gstreamer-vaapi-0.6.0Sreerenj Balachandran1-4/+8
2015-07-15NEWS: updatesSreerenj Balachandran1-1/+44
2015-07-15vaapidecoder: no wmv profiles gstreamer 1.4/1.2Víctor Manuel Jáquez Leal1-0/+12
2015-07-07Marking rank of vaapidecodebin as GST_RANK_MARGINAL for now.Sreerenj Balachandran1-1/+1
2015-07-07build: Add missing CFLAGS to Makefile.amSreerenj Balachandran1-0/+1
2015-07-03gstvaapifilter: Only register STE property if it supported by corresponding V...Sreerenj Balachandran1-0/+2
2015-07-03vaapipostproc: no format convert on GL tex upload metaVíctor Manuel Jáquez Leal1-1/+7
2015-07-03gstvaapifilter: Add guard for VAProcFilterSkinToneEnhancementSreerenj Balachandran1-0/+2
2015-07-02encoder:h265: Fix the check for packed-header supportSreerenj Balachandran1-3/+3
2015-07-02encoder:h264: Fix the check for packed-header supportSreerenj Balachandran1-3/+3
2015-07-02encoder: h264: submit SEI buffering_period() and picture_timing() messages fo...Sreerenj Balachandran1-3/+220
2015-07-02vaapidecodebin: notify if vpp is disabledVíctor Manuel Jáquez Leal1-26/+28
2015-07-02vaapidecodebin: enable vpp if it is availableVíctor Manuel Jáquez Leal2-59/+124
2015-07-02tests: Fix compilation while enabling egl as the only renderer in buildSreerenj Balachandran2-0/+7
2015-07-02configure: fix the build while enabling egl as the only rendererSreerenj Balachandran1-1/+1
2015-07-02libs: Bump library major versionSreerenj Balachandran1-5/+2
2015-06-30gst/vaapi: Switch to upstreram like indentation.Sreerenj Balachandran11-70/+57
2015-06-30vaapidecodebin: Add property to disable VPPSreerenj Balachandran2-20/+71
2015-06-29vaapipostproc: Fix wrong selection of passthrough mode.Sreerenj Balachandran1-0/+1
2015-06-29vaapipostproc: prevent advanced-deinterlacing of non-native video formats.Sreerenj Balachandran1-0/+25
2015-06-29Work around ABBA deadlock between vaapisink and vaapipostprocSimon Farnsworth1-0/+3
2015-06-25vaapidecodebin: expose deinterlace-method property from inner vaapipostprocJacobo Aragunde Pérez2-1/+22
2015-06-22vaapipostproc: log negotiated capsVíctor Manuel Jáquez Leal1-0/+4
2015-06-22vaapipostproc: remove useless debug messageVíctor Manuel Jáquez Leal1-2/+0
2015-06-22vaapidecode: log negotiated src/sink capsVíctor Manuel Jáquez Leal1-0/+2
2015-06-22vaapisink: error handling if rendering failsVíctor Manuel Jáquez Leal1-8/+19
2015-06-18vaapisink: Fix the conditional pad template creation.Sreerenj Balachandran1-4/+2
2015-06-18build: Don't build simple-encoder test program if there is no VA Encoding sup...Sreerenj Balachandran1-0/+5
2015-06-18Fix build error for older VA-API versionsSreerenj Balachandran2-1/+8
2015-06-17vaapisink: Fix the capsfeature advertisement in padtemplateSreerenj Balachandran1-5/+7
2015-06-17vaapisink: Expose the overlay capability for compatibility with dvbsuboverlay.Adrian Cox1-3/+13
2015-06-17vaapipluginbase: Override downstream allocation reply if no poolOlivier Crete1-3/+2
2015-06-12vaapipostproc: add color balance interfaceVíctor Manuel Jáquez Leal2-1/+199
2015-06-08vaapipostproc: add skin tone enhancementVíctor Manuel Jáquez Leal4-0/+117
2015-06-04doc: add VA-API reference in freedesktopVíctor Manuel Jáquez Leal1-0/+5
2015-06-04patches/videoparsers: rebase all the h264parse patchesVíctor Manuel Jáquez Leal3-10/+10
2015-06-04build: don't build in parallel libvpxVíctor Manuel Jáquez Leal1-0/+4
2015-06-02encoder: jpeg: Fix the packed header generationSreerenj Balachandran1-2/+38
2015-06-02decoder: h264: fix uninitialized variables in avcC mode.Gwenole Beauchesne1-0/+6
2015-06-01vaapidecode: remove unneeded castingVíctor Manuel Jáquez Leal1-3/+2
2015-06-01vaapidecode: calculate decoding latencyVíctor Manuel Jáquez Leal1-0/+16
2015-06-01configure: Compiling against libgstgl requires libgstvideoJan Schmidt1-1/+1
2015-05-28encoder: hevc: Fix the size over-flow for encoded buffer.Sreerenj Balachandran1-3/+3
2015-05-28encoder: vp8: Fix the size over-flow for encoded buffer.Sreerenj Balachandran1-3/+2
2015-05-28encoder: hevc: fix bug in multi slice encoding.Sreerenj Balachandran1-5/+22
2015-05-28decoder: h264: add initial support for loss of pictures.Gwenole Beauchesne1-1/+139
2015-05-28decoder: h264: add support for missing first field.Gwenole Beauchesne1-0/+93
2015-05-28decoder: h264: add support for missing second field.Gwenole Beauchesne1-17/+150
2015-05-28decoder: h264: improve tracking of "top-field-first" flag.Gwenole Beauchesne1-7/+20
2015-05-28decoder: h264: skip all pictures prior the first I-frame.Gwenole Beauchesne1-2/+27