add fps caculation macro
[profile/ivi/gstreamer-vaapi.git] / gst-libs /
2013-02-05 Wind Yuanadd fps caculation macro
2013-02-05 Wind Yuansupport YUY2 convert to surface
2013-02-05 Wind Yuanvaapiconvert: try directly copy buffer to derived surfa...
2013-02-05 Wind Yuansupport multiple threads for vaapivideopool
2013-02-05 Wind Yuansupport raw-buffer directly converted to surface in...
2013-02-05 Wind YuanAdd context API <gst_vaapi_context_get_surface_pool>
2013-02-05 Wind Yuanadd h264encoder
2013-02-05 Wind Yuancaps: vaapi doesn't need framerate
2013-02-05 Zhao,Halleyfix typo do not create color-balance filter when not...
2013-02-05 Zhao Halleyadd color balance support in vpp
2013-02-05 Zhao Halleyshare property operation code between GstVaapiPostproc...
2013-02-05 Zhao Halleyadd vpp process in gstvaapipostprocess
2013-02-05 Zhao HalleyAdd new object GstVaapiPostProcess for post-processing
2013-02-05 Zhao Halleyadd fourcc for GstVaapiSurface
2013-01-25 Zhao Halleyh264: reset got_{sps,pps} when corrupted SPS/PPS header...
2013-01-25 Gwenole Beauchesnevc1: handle CLOSED_ENTRY.
2013-01-25 Wind Yuanvc1: fix decoding of WMV3 videos in AVI format.
2013-01-25 Gwenole Beauchesnevc1: review and report errors accordingly.
2013-01-25 Gwenole Beauchesnevc1: cope with latest codecparser changes.
2012-12-17 Gwenole Beauchesneimage: fix GstVaapiImage map and unmap.
2012-12-17 Wind Yuanmpeg4: fix decoding at end-of-stream.
2012-12-17 Wind Yuanmpeg4: fix size argument to gst_adapter_flush().
2012-12-17 Gwenole Beauchesneh264: initialize VA context before allocating the first...
2012-12-17 Gwenole Beauchesnelibs: only export gst_vaapi_*() symbols.
2012-12-17 Gwenole Beauchesnelibs: fix compatibility with glib 2.28.
2012-12-17 Gwenole Beauchesnelibs: use glib >= 2.32 semantics for mutexes.
2012-12-17 Wind Yuanvideobuffer: fix memory leak for surface and image.
2012-11-19 Rob Bradfordwayland: port to 1.0 version of the protocol.
2012-11-19 Gwenole Beauchesneh264: fix picture size in macroblocks.
2012-11-16 Gwenole Beauchesneh264: start decoding slices after first SPS/PPS activation.
2012-11-16 Gwenole Beauchesneh264: fix VAPictureParameterBufferH264.ReferenceFrames...
2012-11-16 Gwenole Beauchesneh264: fix interlaced stream decoding with MMCO.
2012-11-16 Gwenole Beauchesneh264: add initial support for interlaced streams.
2012-11-16 Gwenole Beauchesneh264: split remove_reference_at() into finer units.
2012-11-16 Gwenole Beauchesnedecoder: fix gst_vaapi_picture_new_field() object type.
2012-11-16 Gwenole Beauchesneh264: add picture structure for reference picture marki...
2012-11-16 Gwenole Beauchesneh264: introduce new frame store structure.
2012-11-16 Gwenole Beauchesneh264: minor clean-ups.
2012-11-16 Gwenole Beauchesneh264: simplify reference picture marking process.
2012-11-16 Gwenole Beauchesneh264: introduce per-field POC in GstVaapiPictureH264.
2012-11-16 Gwenole Beauchesneh264: introduce GST_VAAPI_PICTURE_{SHORT,LONG}_TERM_REF...
2012-11-16 Gwenole Beauchesneh264: introduce GST_VAAPI_PICTURE_FLAG_IDR flag.
2012-11-16 Gwenole Beauchesneh264: fill in GstVaapiPicture structure.
2012-11-16 Gwenole Beauchesneh264: add vaapi_fill_picture() helper.
2012-11-16 Gwenole Beauchesneh264: fix activation order of picture and sequence...
2012-11-16 Gwenole Beauchesneh264: fix detection of picture boundaries.
2012-11-16 Gwenole Beauchesneh264: optimize handling of scaling lists.
2012-11-16 Gwenole Beauchesneh264: simplify code when MMCO is 5.
2012-11-16 Gwenole Beauchesneh264: fix MMCO-based reference picture marking process.
2012-11-16 Gwenole Beauchesneh264: move MMCO handlers out of the loop (cosmetics).
2012-11-16 Gwenole Beauchesneh264: add flag to compile with strict DPB ordering...
2012-11-16 Gwenole Beauchesneh264: drop extra code covered by built-in codecparsers.
2012-11-16 Simon Farnsworthh264: use pixel-aspect-ratio from SPS header.
2012-11-16 Gwenole Beauchesneh264: add decode_nalu() helper function.
2012-11-16 Gwenole Beauchesneh264: fix end-of-stream conditions (flush).
2012-11-16 Gwenole Beauchesnevc1: use framerate information from bitstream parser.
2012-11-16 Simon Farnsworthvc1: use pixel-aspect-ratio from bitstream parser.
2012-11-16 Sreerenj Balachandranmpeg2: fix PAR calculation from commit 132922d.
2012-11-16 Simon Farnsworthmpeg2: use pixel-aspec-ratio information from bitstream...
2012-11-16 Gwenole Beauchesnempeg2: add decode_packet() helper function.
2012-11-16 Gwenole Beauchesnempeg2: fix end-of-stream conditions (flush).
2012-11-16 Gwenole Beauchesnempeg2: fix memory leak of empty packets.
2012-11-16 Gwenole Beauchesnempeg2: fix return value for "no-data" conditions.
2012-11-16 Gwenole Beauchesnedecoder: refine semantics of gst_vaapi_decoder_put_buff...
2012-11-16 Gwenole Beauchesnedecoder: drop unused functions.
2012-11-16 Gwenole BeauchesneAdd codecparsers submodule.
2012-11-16 Gwenole BeauchesneFix build with the GNU gold linker.
2012-10-05 Gwenole Beauchesnewayland: cosmetics (remove tabs).
2012-10-05 Rob Bradfordwayland: add support for windowed mode.
2012-09-27 Gwenole Beauchesneutils: drop unused GLX helpers.
2012-09-27 Gwenole Beauchesneutils: fix build with <GL/glext.h> version >= 85.
2012-09-21 Gwenole Beauchesneh264: review and report errors accordingly.
2012-09-20 Gwenole Beauchesneh264: exclusively use GstAdapter, drop sub-buffer hack.
2012-09-17 Kristian Høgsbergwayland: set opaque region for YUV surface.
2012-09-12 Gwenole Beauchesneglibcompat: add replacement for g_cond_wait_until().
2012-09-12 Gwenole Beauchesnecodecparsers: jpeg: add missing includes.
2012-09-11 Gwenole Beauchesnevaapidecode: don't reset decoder if codec type is the...
2012-09-11 Gwenole Beauchesnedecoder: propagate buffer duration downstream.
2012-09-11 Gwenole Beauchesnesurfaceproxy: add "duration" property.
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-10 Gwenole Beauchesnecontext: JPEG codec does not need any reference frame.
2012-09-10 Gwenole Beauchesnecontext: allow number of reference frames to be set.
2012-09-07 Gwenole Beauchesnempeg4: fix debug info for unsupported profile.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
2012-09-07 Gwenole Beauchesnedecoder: drop extraneous return for void function.
2012-09-07 Gwenole Beauchesneimage: don't use (void *) pointer arithmetic.
2012-09-07 Philip LorenzDo not forward declare enums.
2012-09-06 Gwenole Beauchesnedisplay: fix display aspect ratio when display is rotated.
2012-09-06 Gwenole Beauchesnedisplay: fix physical display size when display is...
2012-08-30 Gwenole Beauchesnedisplay: fix GstVaapiRotation enumeration of values.
2012-08-29 Gwenole Beauchesnevaapisink: drop obsolete GstVaapiVideoSink interface.
2012-08-29 Gwenole Beauchesnedisplay: partially revert 8ebe4d6.
2012-08-28 Gwenole Beauchesnedisplay: fix validation process of properties during...
2012-08-28 Gwenole Beauchesnedisplay: add color balance properties.
2012-08-28 Gwenole Beauchesnedisplay: initialize default attribute values.
2012-08-28 Gwenole Beauchesnedisplay: raise "notify" for property changes.
2012-08-28 Gwenole Beauchesnedisplay: expose display attributes as GObject properties.
2012-08-28 Gwenole Beauchesnedisplay: install properties in batch.
2012-08-27 Gwenole Beauchesnedisplay: fix gst_vaapi_display_has_property().
2012-08-27 Wind Yuandisplay: add support for rotation modes.
next