index
:
delta/gst-vaapi.git
0.2
0.2-branch
0.3
0.3-branch
0.4
0.4-branch
0.6
0.6-branch
1.6
baserock/0.7.0-13-gbeb936d+no_gitmodules
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for GStreamer 1.0.
Sreerenj Balachandran
2013-04-10
15
-35
/
+168
*
decoder: drop obsolete functions.
Gwenole Beauchesne
2013-04-03
4
-197
/
+7
*
decoder: delegate surface size check to VA context reset.
Gwenole Beauchesne
2013-04-03
1
-13
/
+0
*
decoder: simplify acquisition/release of spare surface.
Gwenole Beauchesne
2013-04-03
6
-22
/
+69
*
plugins: integrate GstVaapiVideoMeta from libgstvaapi.
Gwenole Beauchesne
2013-03-26
3
-803
/
+0
*
plugins: integrate GstVaapiVideoBuffer from libgstvaapi.
Gwenole Beauchesne
2013-03-21
3
-199
/
+0
*
plugins: integrate GstVaapiVideoConverterGLX from libgstvaapi.
Gwenole Beauchesne
2013-03-21
3
-219
/
+0
*
vc1: fix use of possibly uninitialized variable.
Gwenole Beauchesne
2013-03-21
1
-0
/
+2
*
jpeg: propagate buffer data as a const guchar * pointer (cosmetics).
Gwenole Beauchesne
2013-03-21
1
-9
/
+10
*
decoder: sanitize codec-data decoding.
Gwenole Beauchesne
2013-03-21
6
-43
/
+75
*
decoder: get rid of GstVaapiDecoderUnit::buffer field.
Gwenole Beauchesne
2013-03-21
4
-46
/
+14
*
decoder: sanitize uses of codec frame input buffer (cosmetics).
Gwenole Beauchesne
2013-03-21
5
-15
/
+19
*
plugins: use modern GstElement metadata information.
Gwenole Beauchesne
2013-03-20
1
-0
/
+12
*
tests: modernize GstTypeFind functions.
Gwenole Beauchesne
2013-03-20
1
-0
/
+9
*
subpicture: use gst_video_overlay_rectangle_get_pixels_unscaled_raw().
Gwenole Beauchesne
2013-03-20
3
-22
/
+31
*
image: add gst_vaapi_image_format_from_structure() helper.
Gwenole Beauchesne
2013-03-20
2
-4
/
+23
*
sysdeps: split out GStreamer API compatibility glue to "gstcompat.h".
Gwenole Beauchesne
2013-03-20
3
-6
/
+37
*
sysdeps: add more standard includes by default.
Gwenole Beauchesne
2013-03-20
1
-0
/
+4
*
configure: rename GST_MAJORMINOR to GST_API_VERSION.
Gwenole Beauchesne
2013-03-20
1
-41
/
+41
*
build: fix compiling of local GstVideoDecoder and codecparsers.
Xiang, Haihao
2013-02-25
2
-2
/
+2
*
h264: set {luma,chroma}_log2_weight_denom to 0 if no pred_weight_table().
Gwenole Beauchesne
2013-02-08
1
-2
/
+5
*
h264: use new profile definitions from codecparsers.
Gwenole Beauchesne
2013-02-07
1
-8
/
+8
*
glibcompat: add replacement for g_async_queue_timeout_pop().
Gwenole Beauchesne
2013-01-31
1
-0
/
+12
*
glibcompat: add replacement for g_cond_wait().
Gwenole Beauchesne
2013-01-31
1
-0
/
+4
*
mpeg2: fix decoding of 4K videos.
Gwenole Beauchesne
2013-01-30
1
-2
/
+3
*
mpeg2: fix decoding of sequence_end().
Gwenole Beauchesne
2013-01-30
1
-5
/
+0
*
mpeg2: improve robustness when packets are missing.
Gwenole Beauchesne
2013-01-30
1
-16
/
+78
*
decoder: handle decode-only frames in raw API mode.
Gwenole Beauchesne
2013-01-30
1
-3
/
+7
*
decoder: allow frames to be dropped.
Gwenole Beauchesne
2013-01-30
2
-0
/
+35
*
mpeg2: implement GstVaapiDecoder::flush() as a DPB flush.
Sreerenj Balachandran
2013-01-29
1
-0
/
+12
*
decoder: fix documentation for GstVaapiDecoderFrame.
Sreerenj Balachandran
2013-01-29
1
-2
/
+0
*
decoder: assume current frame is complete at end-of-stream.
Gwenole Beauchesne
2013-01-29
1
-1
/
+8
*
legal: fix year for some copyright notices (2013).
Gwenole Beauchesne
2013-01-29
33
-33
/
+33
*
legal: fix year for some copyright notices (2012).
Gwenole Beauchesne
2013-01-29
20
-20
/
+20
*
legal: add Intel copyright on modified files.
Gwenole Beauchesne
2013-01-29
29
-0
/
+29
*
wayland: use a local event queue to avoid lock contention.
Gwenole Beauchesne
2013-01-28
1
-6
/
+19
*
wayland: fix thread-safe issues.
Gwenole Beauchesne
2013-01-28
1
-2
/
+9
*
wayland: really wait until the pending redraw completed.
Gwenole Beauchesne
2013-01-28
1
-4
/
+24
*
wayland: fix frame_redraw callback.
Gwenole Beauchesne
2013-01-28
1
-5
/
+4
*
wayland: fix display sharing.
Gwenole Beauchesne
2013-01-28
1
-6
/
+13
*
vc1: handle frames with multiple slices.
Gwenole Beauchesne
2013-01-23
1
-20
/
+47
*
vc1: handle CLOSED_ENTRY.
Gwenole Beauchesne
2013-01-23
1
-1
/
+5
*
vc1: cope with latest codecparser changes.
Gwenole Beauchesne
2013-01-23
1
-6
/
+7
*
vc1: fix size of encapsulated BDU.
Gwenole Beauchesne
2013-01-22
1
-2
/
+2
*
vc1: fix decoding of WMV3 videos in AVI format.
Wind Yuan
2013-01-22
1
-0
/
+7
*
vc1: review and report errors accordingly.
Gwenole Beauchesne
2013-01-22
1
-12
/
+12
*
vc1: don't create GstBuffers for all decoder units.
Gwenole Beauchesne
2013-01-22
1
-13
/
+4
*
vc1: implement flush() hook.
Gwenole Beauchesne
2013-01-22
1
-0
/
+11
*
vc1: implement {start,end}_frame() hooks.
Gwenole Beauchesne
2013-01-22
1
-29
/
+42
*
vc1: fix next POC for new sequence layers.
Gwenole Beauchesne
2013-01-22
1
-0
/
+7
[next]