summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2014-07-03build: fix for GStreamer 0.10.Gwenole Beauchesne1-0/+2
2014-06-19decoder: h264: add support for NALU "alignment" optimization.Sreerenj Balachandran1-0/+18
2014-06-19vaapipostproc: don't crash with dynamic framerate (0/1).Gwenole Beauchesne1-4/+5
2014-06-18vaapipostproc: create filter surface pool if it does not exist yet.Simon Farnsworth1-1/+1
2014-06-18vaapipostproc: reset deinterlacer state when there is a discontinuity.Zhao, Halley1-2/+14
2014-06-18vaapipostproc: add support for crop regions in VPP mode.Gwenole Beauchesne1-0/+19
2014-06-18vaapipostproc: make deinterlace-mode behave as expected.Simon Farnsworth1-9/+20
2014-06-18vaapidecode: do not discard video info props when the format changed.Matthieu Bouron1-2/+19
2014-06-18vaapidecode: plug a memory leak.Matthew Waters1-0/+2
2014-06-18vaapidecode: parse source data until a frame is obtained.Gwenole Beauchesne1-2/+16
2014-06-13vaapisink: fix initialization with "drm" display type.Gwenole Beauchesne1-4/+22
2014-06-13plugins: fix initialization with foreign context.Gwenole Beauchesne1-0/+2
2014-06-13plugins: add built-in video parsers as "vaapiparse" element.Gwenole Beauchesne3-0/+158
2014-06-02encoder: h264: add initial support for H.264 Stereo High profile.Li Xiaowei1-1/+1
2014-05-09build: fix conditional compilation of VP8 decoder.Sreerenj Balachandran1-0/+2
2014-04-21build: fix make dist with certain conditionals not met.Gwenole Beauchesne1-2/+4
2014-04-18Add initial VP8 decoder.Zhao, Halley1-0/+5
2014-01-22legal: update copyright notice dates.Gwenole Beauchesne15-15/+15
2014-01-22legal: add per-file authorship information.Gwenole Beauchesne6-0/+12
2014-01-15vaapisink: set csc render flags from sinkpad caps.Holger Kaelberer2-0/+27
2014-01-15surface: rework render flags.Gwenole Beauchesne1-4/+2
2014-01-15vaapipostproc: add support for colorbalance filters.Zhao, Halley2-0/+102
2014-01-15vaapipostproc: fix support for "sharpen" filter.Zhao, Halley1-1/+1
2014-01-15vaapisink: fix display initialization in GstVideoOverlay implementation.Holger Kaelberer1-1/+8
2014-01-15vaapisink: expose the raw video formats in static caps template.Sreerenj Balachandran1-1/+2
2014-01-14vaapidecode: query downstream caps features like GLTextureUploadMeta.Matthieu Bouron1-10/+62
2014-01-14vaapidecode: add system memory caps to template caps.Matthieu Bouron1-1/+2
2014-01-14vaapidecode: fix hang on SIGINT.Wind Yuan1-0/+19
2014-01-14vaapiencode: fix possible hang on SIGINT.Wind Yuan1-0/+20
2014-01-14vaapiencode: fix typo in error message.Gwenole Beauchesne1-1/+1
2014-01-14plugins: add helpers to create video caps with features.Gwenole Beauchesne2-0/+111
2014-01-14plugins: don't apply overlay composition in GLTextureUpload function.Matthieu Bouron1-4/+0
2014-01-13encoder: h264: allow target decoder constraints.Gwenole Beauchesne1-1/+85
2014-01-13encoder: h264: clean-ups.Gwenole Beauchesne1-2/+2
2014-01-13encoder: add video codec-state API.Gwenole Beauchesne2-20/+8
2014-01-13vaapiencode: don't crash on NULL encoder on _finish().Gwenole Beauchesne1-0/+7
2014-01-13vaapiencode: use more GstVaapiPluginBase facilities.Gwenole Beauchesne3-57/+28
2014-01-13vaapiencode: fix negotiation process of output caps.Gwenole Beauchesne5-102/+135
2014-01-13vaapiencode: make GstVaapiEncode an abstract type.Gwenole Beauchesne1-1/+1
2014-01-13vaapiencode: rename a few member functions.Gwenole Beauchesne4-17/+17
2014-01-13vaapiencode: update for new properties API.Gwenole Beauchesne5-251/+192
2014-01-13encoder: add bitrate API.Gwenole Beauchesne3-4/+4
2014-01-13encoder: add rate control API.Gwenole Beauchesne4-35/+8
2014-01-13vaapiencode: fix indentation.Gwenole Beauchesne3-31/+42
2014-01-13encoder: fix indentation.Gwenole Beauchesne1-1/+0
2014-01-06plugins: do not free debug category in finalize method.Matthieu Bouron1-1/+0
2014-01-06Fix printf()-like formats.Gwenole Beauchesne1-2/+2
2013-12-21download: use GstVideoInfo facilities to build output caps.Gwenole Beauchesne1-7/+10
2013-12-21plugins: factor out construction of template caps.Gwenole Beauchesne4-32/+115
2013-12-21plugins: factor out construction of GValue from GstVideoFormat.Gwenole Beauchesne3-48/+58