~thong-u/unoptimized/+git/gstreamer-vaapi:0.4

Last commit made on 2013-02-05
Get this branch:
git clone -b 0.4 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer-vaapi

Branch merges

Branch information

Recent commits

5bd3c8d... by Gwenole Beauchesne <email address hidden>

Bump version for development.

620cf3c... by Gwenole Beauchesne <email address hidden>

0.4.3.

8224b76... by Gwenole Beauchesne <email address hidden>

NEWS: updates.

16a0a59... by Gwenole Beauchesne <email address hidden>

codecparsers: update to gst-vaapi-branch commit b8efe57.

b8efe57 mpeg2: add helpers to convert quantization matrices
f8c2672 mpeg2: store quantization matrices in zigzag-order

221c883... by Gwenole Beauchesne <email address hidden>

mpeg2: fix decoding of 4K videos.

Account for slice_vertical_position_extension when vertical_size > 2800.

61b96ee... by Gwenole Beauchesne <email address hidden>

legal: fix year for some copyright notices (2013).

6227742... by Gwenole Beauchesne <email address hidden>

legal: fix year for some copyright notices (2012).

8f82c62... by Gwenole Beauchesne <email address hidden>

legal: add Intel copyright on modified files.

9cd98a5... by Gwenole Beauchesne <email address hidden>

wayland: use a local event queue to avoid lock contention.

389bb77... by Gwenole Beauchesne <email address hidden>

wayland: fix thread-safe issues.

The Wayland API is not fully thread-safe and client applications shall
perform locking themselves on key functions. Besides, make sure to
release the lock if the _render() function fails.