ffmpeg: add support for interlaced streams.
[platform/upstream/gstreamer-vaapi.git] / gst-libs /
2012-03-19 Holger Kaelbererffmpeg: add support for interlaced streams.
2012-03-19 Holger Kaelbererdecoder: maintain caps for interlaced streams.
2012-03-19 Holger Kaelberersurfaceproxy: add TFF property.
2012-03-16 Gwenole Beauchesnempeg2: fix is_first_field calculation.
2012-03-16 Gwenole Beauchesnempeg2: catch incorrect picture_structure from bitstreams.
2012-03-16 Gwenole Beauchesnempeg2: fix slice_vertical_position calculation (again).
2012-03-02 Gwenole Beauchesneh264: fix slice_data_bit_offset calculation.
2012-03-01 Wind Yuanh264: skip all Access Unit (AU) NALs.
2012-03-01 Wind Yuanh264: fix modification process of reference picture...
2012-02-24 Sreerenj Balachandranmpeg2: fix size calculation from sequence_extension().
2012-02-23 Gwenole Beauchesnempeg2: fix slice_vertical_position calculation.
2012-02-23 Gwenole Beauchesnedecoder: add picture structure flags.
2012-02-23 Gwenole Beauchesnempeg2: fix decoding at end-of-sequence.
2012-02-23 Gwenole Beauchesnempeg2: fix slice_horizontal_position calculation.
2012-02-23 Gwenole Beauchesnempeg2: drop useless mb_y and mb_height members.
2012-02-23 Gwenole Beauchesnempeg2: fix decoding of multiple slices with same slice_...
2012-02-15 Gwenole Beauchesneimage: fix source stride in picture copy.
2012-02-13 Gwenole Beauchesnedecoder: fix double buffer free with some VA drivers.
2012-02-08 Gwenole Beauchesneh264: complete any current picture decoder before SPS...
2012-02-08 Gwenole Beauchesneh264: create VA context earlier when SPS is parsed.
2012-02-08 Gwenole Beauchesneh264: don't allocate too big data structures on stack.
2012-02-07 Gwenole Beauchesneglib: map deprecated API to glib >= 2.32 equivalents.
2012-02-07 Gwenole Beauchesneglib: fix includes.
2012-02-07 Gwenole Beauchesnecosmetics: fix warnings (drop unused variables).
2012-02-06 Gwenole Beauchesnempeg2: fix crash when there is no free surface to decod...
2012-02-06 Zhao Halleydisplay: skip profiles which have no entrypoints.
2012-01-31 Gwenole Beauchesnedecoder: allocate proxy surface earlier.
2012-01-31 Gwenole Beauchesnedecoder: fix memory leak of VA objects on exit.
2012-01-31 Gwenole Beauchesnempeg2: use GstAdapter to track input sequence.
2012-01-30 Gwenole BeauchesneAdd glib compatibility glue for older versions.
2012-01-30 Gwenole BeauchesneAdd header for system-dependent definitions.
2012-01-30 Gwenole Beauchesnedecoder: optimize slice data buffers initialization.
2012-01-29 Gwenole Beauchesneh264: simplify RefPicList reconstruction.
2012-01-29 Gwenole Beauchesneh264: flush DPB when the end of the sequence is reached.
2012-01-29 Gwenole Beauchesneh264: handle Decoded Picture Buffer (DPB).
2012-01-29 Gwenole Beauchesneh264: fix pred_weight_table() reconstruction.
2012-01-29 Gwenole Beauchesneh264: execute reference picture marking process (MMCO).
2012-01-29 Gwenole Beauchesneh264: fix presentation timestamps.
2012-01-29 Gwenole Beauchesneh264: execute reference picture marking process (slidin...
2012-01-29 Gwenole Beauchesneh264: handle avcC format for decoding buffers.
2012-01-29 Sreerenj Balachandranh264: handle codec-data.
2012-01-29 Gwenole BeauchesneAdd initial H.264 decoder.
2012-01-27 Gwenole Beauchesnedecoder: retain proxy surface until the GstVaapiPicture...
2012-01-27 Gwenole Beauchesnedecoder: properly reference count pictures.
2012-01-27 Gwenole Beauchesnedecoder: simplify output of decoded frames.
2012-01-27 Gwenole Beauchesnedecoder: rework the internal VA objects API.
2012-01-24 Gwenole Beauchesnedecoder: allow slices to be attached to pictures later.
2012-01-24 Gwenole Beauchesnedecoder: add ref_count to GstVaapiPicture.
2012-01-24 Zhao Halleyprofile: match video/x-h263 as H.263 Baseline profile.
2012-01-24 Gwenole Beauchesnedisplay: report H.263 Baseline profile.
2012-01-24 Gwenole BeauchesneAdd template for workarounds.
2012-01-18 Gwenole Beauchesnesurface: don't expose gst_vaapi_surface_get_parent_cont...
2012-01-16 Gwenole Beauchesnelegal: fix year for some copyright notices.
2012-01-16 Gwenole Beauchesnelegal: add Intel copyright on modified files.
2012-01-16 Gwenole Beauchesnelegal: fix copyright notices to include "Copyright...
2012-01-16 Zhao Halleympeg4: replace GstVaapiTSB with GstAdapter (gst-plugins...
2012-01-16 Zhao HalleyAdd initial MPEG-4 decoder.
2012-01-16 Sreerenj Balachandranvc1: replace GstVaapiTSB with GstAdapter (gst-plugins...
2012-01-16 Gwenole Beauchesnevc1: fix codec-data decoding for WMV3 format.
2012-01-16 Gwenole Beauchesnevc1: fix presentation timestamps.
2012-01-16 Gwenole Beauchesnevc1: fix MV mode packing.
2012-01-16 Gwenole Beauchesnevc1: handle codec-data.
2012-01-16 Gwenole Beauchesnevc1: handle encapsulated bitstreams.
2012-01-16 Gwenole Beauchesnevc1: fix bitplanes decoding.
2012-01-16 Gwenole Beauchesnevc1: fix BFRACTION reconstruction.
2012-01-16 Gwenole Beauchesnevc1: fix framerate calculation.
2012-01-16 Gwenole BeauchesneAdd initial VC-1 decoder.
2012-01-16 Zhao Halleympeg2: fix first field detection.
2012-01-16 Gwenole Beauchesnempeg2: fix quantisation matrix construction.
2012-01-16 Sreerenj Balachandranmpeg2: replace GstVaapiTSB API with GstAdapter (gst...
2012-01-16 Gwenole Beauchesnempeg2: fix packets spanning over two buffers.
2012-01-16 Gwenole Beauchesnempeg2: ignore system start codes (PES headers).
2012-01-16 Gwenole Beauchesnempeg2: handle closed_gop.
2012-01-16 Gwenole BeauchesneAdd initial MPEG-2 decoder.
2012-01-16 Gwenole BeauchesneAllow conditional build of GStreamer/FFmpeg bitstream...
2012-01-16 Gwenole BeauchesneAdd VA decoder helpers.
2012-01-16 Gwenole Beauchesnedecoder: add new error codes.
2012-01-16 Gwenole BeauchesneAdd timestamp buffer store helper utils.
2012-01-16 Gwenole BeauchesneAdd VA buffer helpers.
2012-01-16 Gwenole Beauchesneutils: slight improvements to gl_bind_texture().
2012-01-16 Gwenole Beauchesneutils: pretty-print output of gl_get_error_string().
2012-01-16 Gwenole Beauchesneutils: rewrite gl_perspective() as per OpenGL FAQ 9...
2012-01-16 Gwenole Beauchesneutils: simplify string of VAProfile/VAEntrypoint.
2012-01-16 Gwenole Beauchesneutils: drop string_of_FOURCC() in favor of standard...
2012-01-12 Gwenole Beauchesnedisplay: always free VA display cache if it is empty.
2012-01-12 Gwenole Beauchesnedisplay: use VA display cache for X11 and GLX winsys.
2012-01-12 Gwenole Beauchesnedisplay: implement a VA display cache.
2012-01-11 Gwenole Beauchesnewindow: always check geometry when the window is mapped.
2012-01-06 Zhao HalleyAdd missing profiles from VA-API 0.32.0.
2012-01-05 Gwenole Beauchesnedecoder: fix possible leak of VA surfaces.
2012-01-05 Gwenole Beauchesnesurfaceproxy: add helper to retrieve the VA surface ID.
2012-01-05 Gwenole Beauchesnesurfaceproxy: simplify destruction.
2012-01-05 Gwenole Beauchesnecontext: avoid self reference loops with surfaces.
2012-01-05 Gwenole Beauchesneimage: add helpers to extract pixels to user buffers.
2012-01-04 Gwenole Beauchesneimage: simplify initialization of raw images from video...
2012-01-04 Gwenole Beauchesneimage: fix update from NV12 buffers.
2011-12-14 Gwenole Beauchesnesurface: apply composition to the parent context, if...
2011-12-14 Gwenole Beauchesnecontext: make it possible to apply composition globally.
2011-12-14 Gwenole Beauchesnesurface: fix associate subpicture to not report deassoc...
2011-12-14 Gwenole Beauchesnesurface: fix typo in debug message.
next