summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-07libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne11-499/+294
2013-05-07libs: use GstVaapiObject for texture objects.Gwenole Beauchesne2-301/+180
2013-05-07libs: use GstVaapiObject for window objects.Gwenole Beauchesne13-809/+575
2013-05-07libs: use GstVaapiObject for VA objects.Gwenole Beauchesne11-1182/+385
2013-05-07Port GstVaapiObject to GstVaapiMiniObject.Gwenole Beauchesne4-201/+196
2013-05-07libs: refine GstVaapiMiniObject.Gwenole Beauchesne6-115/+32
2013-05-07decoder: update picture size from the bitstream.Gwenole Beauchesne1-0/+2
2013-04-25decoder: fix raw decoding mode.Gwenole Beauchesne1-1/+1
2013-04-25decoder: add gst_vaapi_decoder_get_frame_with_timeout().Gwenole Beauchesne5-26/+55
2013-04-19Bump version for development.Gwenole Beauchesne1-2/+2
2013-04-180.5.3.Gwenole Beauchesne2-3/+3
2013-04-18NEWS: updates.Gwenole Beauchesne1-0/+3
2013-04-18vaapidecode: rework heuristics to detect decode timeout.Gwenole Beauchesne1-5/+21
2013-04-18vaapidecode: rework GstVideoDecoder::handle_frame() with a task.Gwenole Beauchesne2-56/+86
2013-04-18plugins: use gst_object_unref() wherever applicable.Gwenole Beauchesne4-8/+8
2013-04-17docs: drop obsolete plug-ins.Gwenole Beauchesne3-32/+0
2013-04-17debian: fix build of GStreamer 0.10 packages.Gwenole Beauchesne1-2/+4
2013-04-17vaapipostproc: minor clean-ups.Gwenole Beauchesne1-9/+5
2013-04-17vaapipostproc: fix reference counting buf for passthrough mode.Gwenole Beauchesne1-2/+5
2013-04-17vaapipostproc: port to GStreamer 1.0.Gwenole Beauchesne6-39/+132
2013-04-17decoder: fix GstVideoCodecFrame flags for interlaced contents.Gwenole Beauchesne1-0/+1
2013-04-16decoder: rename GstVaapiDecoderFrame to GstVaapiParserFrame.Gwenole Beauchesne5-70/+57
2013-04-16decoder: export presentation timestamp for raw decoding mode.Gwenole Beauchesne1-1/+4
2013-04-16decoder: use new GstVaapiSurfaceProxy utility functions.Gwenole Beauchesne2-16/+34
2013-04-16surfaceproxy: add more attributes for raw decoding modes.Gwenole Beauchesne5-25/+224
2013-04-16surfaceproxy: drop user-data support from GstVaapiSurfaceProxy.Gwenole Beauchesne5-52/+36
2013-04-15build: link libgstvaapi-glx-1.0.so against libdl.Víctor Manuel Jáquez Leal2-0/+7
2013-04-15decoder: fix gst_vaapi_decoder_get_codec_state().Gwenole Beauchesne1-1/+1
2013-04-15decoder: make gst_vaapi_decoder_get_codec_state() return the original state.Gwenole Beauchesne2-8/+6
2013-04-15plugins: mark a few more functions as internal.Gwenole Beauchesne2-0/+3
2013-04-15plugins: implement GstSurfaceMeta API.Gwenole Beauchesne1-2/+108
2013-04-12vaapisink: optimize GstVideoOverlayInterface::expose().Gwenole Beauchesne1-6/+11
2013-04-12vaapisink: fix memory leak of GstSample objects.Gwenole Beauchesne1-1/+2
2013-04-12plugins: fix description for gst-inspect.Gwenole Beauchesne2-15/+15
2013-04-11README: updates.Gwenole Beauchesne1-0/+17
2013-04-10NEWS: updates.Gwenole Beauchesne1-1/+5
2013-04-10Fix make dist to include all source files, in any case.Gwenole Beauchesne2-9/+36
2013-04-10Bump library major version.Gwenole Beauchesne1-7/+13
2013-04-10plugins: implement direct-rendering mode for raw YUV buffer uploads.Gwenole Beauchesne2-2/+38
2013-04-10plugins: implement uploads from raw YUV buffers for GStreamer 1.0.Gwenole Beauchesne3-5/+242
2013-04-10vaapidecode: submit all decoded frames before decoding a new one.Gwenole Beauchesne1-0/+8
2013-04-10vaapidecode: reply to CAPS queries.Gwenole Beauchesne1-3/+17
2013-04-10decoder: fix unpaired GstBuffer map/unmaps.Gwenole Beauchesne6-0/+7
2013-04-10Allow build against either GStreamer API (0.10 or 1.0).Gwenole Beauchesne11-17/+249
2013-04-10plugins: use new video buffer pools.Sreerenj Balachandran3-3/+209
2013-04-10plugins: add GstVaapiVideoMemory and GstVaapiVideoBufferPool objects.Sreerenj Balachandran5-0/+674
2013-04-10plugins: allow copies of GstVaapiVideoMeta objects.Gwenole Beauchesne2-3/+59
2013-04-10plugins: make it possible to clear VA objects from GstVaapiVideoMeta.Gwenole Beauchesne1-3/+0
2013-04-10plugins: initial port to GStreamer 1.0.Sreerenj Balachandran13-55/+228
2013-04-10tests: add support for GStreamer 1.0.Gwenole Beauchesne5-11/+39