summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for GStreamer 1.0.Sreerenj Balachandran2013-04-1015-35/+168
* decoder: drop obsolete functions.Gwenole Beauchesne2013-04-034-197/+7
* decoder: delegate surface size check to VA context reset.Gwenole Beauchesne2013-04-031-13/+0
* decoder: simplify acquisition/release of spare surface.Gwenole Beauchesne2013-04-036-22/+69
* plugins: integrate GstVaapiVideoMeta from libgstvaapi.Gwenole Beauchesne2013-03-263-803/+0
* plugins: integrate GstVaapiVideoBuffer from libgstvaapi.Gwenole Beauchesne2013-03-213-199/+0
* plugins: integrate GstVaapiVideoConverterGLX from libgstvaapi.Gwenole Beauchesne2013-03-213-219/+0
* vc1: fix use of possibly uninitialized variable.Gwenole Beauchesne2013-03-211-0/+2
* jpeg: propagate buffer data as a const guchar * pointer (cosmetics).Gwenole Beauchesne2013-03-211-9/+10
* decoder: sanitize codec-data decoding.Gwenole Beauchesne2013-03-216-43/+75
* decoder: get rid of GstVaapiDecoderUnit::buffer field.Gwenole Beauchesne2013-03-214-46/+14
* decoder: sanitize uses of codec frame input buffer (cosmetics).Gwenole Beauchesne2013-03-215-15/+19
* plugins: use modern GstElement metadata information.Gwenole Beauchesne2013-03-201-0/+12
* tests: modernize GstTypeFind functions.Gwenole Beauchesne2013-03-201-0/+9
* subpicture: use gst_video_overlay_rectangle_get_pixels_unscaled_raw().Gwenole Beauchesne2013-03-203-22/+31
* image: add gst_vaapi_image_format_from_structure() helper.Gwenole Beauchesne2013-03-202-4/+23
* sysdeps: split out GStreamer API compatibility glue to "gstcompat.h".Gwenole Beauchesne2013-03-203-6/+37
* sysdeps: add more standard includes by default.Gwenole Beauchesne2013-03-201-0/+4
* configure: rename GST_MAJORMINOR to GST_API_VERSION.Gwenole Beauchesne2013-03-201-41/+41
* build: fix compiling of local GstVideoDecoder and codecparsers.Xiang, Haihao2013-02-252-2/+2
* h264: set {luma,chroma}_log2_weight_denom to 0 if no pred_weight_table().Gwenole Beauchesne2013-02-081-2/+5
* h264: use new profile definitions from codecparsers.Gwenole Beauchesne2013-02-071-8/+8
* glibcompat: add replacement for g_async_queue_timeout_pop().Gwenole Beauchesne2013-01-311-0/+12
* glibcompat: add replacement for g_cond_wait().Gwenole Beauchesne2013-01-311-0/+4
* mpeg2: fix decoding of 4K videos.Gwenole Beauchesne2013-01-301-2/+3
* mpeg2: fix decoding of sequence_end().Gwenole Beauchesne2013-01-301-5/+0
* mpeg2: improve robustness when packets are missing.Gwenole Beauchesne2013-01-301-16/+78
* decoder: handle decode-only frames in raw API mode.Gwenole Beauchesne2013-01-301-3/+7
* decoder: allow frames to be dropped.Gwenole Beauchesne2013-01-302-0/+35
* mpeg2: implement GstVaapiDecoder::flush() as a DPB flush.Sreerenj Balachandran2013-01-291-0/+12
* decoder: fix documentation for GstVaapiDecoderFrame.Sreerenj Balachandran2013-01-291-2/+0
* decoder: assume current frame is complete at end-of-stream.Gwenole Beauchesne2013-01-291-1/+8
* legal: fix year for some copyright notices (2013).Gwenole Beauchesne2013-01-2933-33/+33
* legal: fix year for some copyright notices (2012).Gwenole Beauchesne2013-01-2920-20/+20
* legal: add Intel copyright on modified files.Gwenole Beauchesne2013-01-2929-0/+29
* wayland: use a local event queue to avoid lock contention.Gwenole Beauchesne2013-01-281-6/+19
* wayland: fix thread-safe issues.Gwenole Beauchesne2013-01-281-2/+9
* wayland: really wait until the pending redraw completed.Gwenole Beauchesne2013-01-281-4/+24
* wayland: fix frame_redraw callback.Gwenole Beauchesne2013-01-281-5/+4
* wayland: fix display sharing.Gwenole Beauchesne2013-01-281-6/+13
* vc1: handle frames with multiple slices.Gwenole Beauchesne2013-01-231-20/+47
* vc1: handle CLOSED_ENTRY.Gwenole Beauchesne2013-01-231-1/+5
* vc1: cope with latest codecparser changes.Gwenole Beauchesne2013-01-231-6/+7
* vc1: fix size of encapsulated BDU.Gwenole Beauchesne2013-01-221-2/+2
* vc1: fix decoding of WMV3 videos in AVI format.Wind Yuan2013-01-221-0/+7
* vc1: review and report errors accordingly.Gwenole Beauchesne2013-01-221-12/+12
* vc1: don't create GstBuffers for all decoder units.Gwenole Beauchesne2013-01-221-13/+4
* vc1: implement flush() hook.Gwenole Beauchesne2013-01-221-0/+11
* vc1: implement {start,end}_frame() hooks.Gwenole Beauchesne2013-01-221-29/+42
* vc1: fix next POC for new sequence layers.Gwenole Beauchesne2013-01-221-0/+7