summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2013-05-07libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne10-498/+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 Beauchesne3-25/+52
2013-04-18vaapidecode: rework GstVideoDecoder::handle_frame() with a task.Gwenole Beauchesne1-0/+13
2013-04-17vaapipostproc: port to GStreamer 1.0.Gwenole Beauchesne1-1/+18
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 Beauchesne4-25/+221
2013-04-16surfaceproxy: drop user-data support from GstVaapiSurfaceProxy.Gwenole Beauchesne2-46/+31
2013-04-15build: link libgstvaapi-glx-1.0.so against libdl.Víctor Manuel Jáquez Leal1-0/+1
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 Beauchesne1-4/+4
2013-04-12plugins: fix description for gst-inspect.Gwenole Beauchesne1-6/+0
2013-04-10Fix make dist to include all source files, in any case.Gwenole Beauchesne1-2/+9
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 Beauchesne3-3/+173
2013-04-10tests: add support for GStreamer 1.0.Gwenole Beauchesne1-0/+9
2013-04-10Add initial support for GStreamer 1.0.Sreerenj Balachandran15-35/+168
2013-04-03decoder: drop obsolete functions.Gwenole Beauchesne4-197/+7
2013-04-03decoder: delegate surface size check to VA context reset.Gwenole Beauchesne1-13/+0
2013-04-03decoder: simplify acquisition/release of spare surface.Gwenole Beauchesne6-22/+69
2013-03-26plugins: integrate GstVaapiVideoMeta from libgstvaapi.Gwenole Beauchesne3-803/+0
2013-03-21plugins: integrate GstVaapiVideoBuffer from libgstvaapi.Gwenole Beauchesne3-199/+0
2013-03-21plugins: integrate GstVaapiVideoConverterGLX from libgstvaapi.Gwenole Beauchesne3-219/+0
2013-03-21vc1: fix use of possibly uninitialized variable.Gwenole Beauchesne1-0/+2
2013-03-21jpeg: propagate buffer data as a const guchar * pointer (cosmetics).Gwenole Beauchesne1-9/+10
2013-03-21decoder: sanitize codec-data decoding.Gwenole Beauchesne6-43/+75
2013-03-21decoder: get rid of GstVaapiDecoderUnit::buffer field.Gwenole Beauchesne4-46/+14
2013-03-21decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne5-15/+19
2013-03-20plugins: use modern GstElement metadata information.Gwenole Beauchesne1-0/+12
2013-03-20tests: modernize GstTypeFind functions.Gwenole Beauchesne1-0/+9
2013-03-20subpicture: use gst_video_overlay_rectangle_get_pixels_unscaled_raw().Gwenole Beauchesne3-22/+31
2013-03-20image: add gst_vaapi_image_format_from_structure() helper.Gwenole Beauchesne2-4/+23
2013-03-20sysdeps: split out GStreamer API compatibility glue to "gstcompat.h".Gwenole Beauchesne3-6/+37
2013-03-20sysdeps: add more standard includes by default.Gwenole Beauchesne1-0/+4
2013-03-20configure: rename GST_MAJORMINOR to GST_API_VERSION.Gwenole Beauchesne1-41/+41
2013-02-25build: fix compiling of local GstVideoDecoder and codecparsers.Xiang, Haihao2-2/+2
2013-02-08h264: set {luma,chroma}_log2_weight_denom to 0 if no pred_weight_table().Gwenole Beauchesne1-2/+5
2013-02-07h264: use new profile definitions from codecparsers.Gwenole Beauchesne1-8/+8
2013-01-31glibcompat: add replacement for g_async_queue_timeout_pop().Gwenole Beauchesne1-0/+12
2013-01-31glibcompat: add replacement for g_cond_wait().Gwenole Beauchesne1-0/+4
2013-01-30mpeg2: fix decoding of 4K videos.Gwenole Beauchesne1-2/+3