summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapidecode.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-17vaapidecode: adopt non-deprecrated glib locking primitive pattern.Rob Bradford1-30/+14
2012-11-16vaapidecode: flush buffers when receiving EOS.Wind Yuan1-0/+17
2012-11-16vaapidecode: fix compiler warnings.Gwenole Beauchesne1-3/+3
2012-09-12plugins: include "sysdeps.h" instead of "config.h".Gwenole Beauchesne1-2/+1
2012-09-11vaapidecode: don't reset decoder if codec type is the same.Gwenole Beauchesne1-4/+10
2012-09-11vaapidecode: simplify codec lookup from caps.Gwenole Beauchesne1-21/+25
2012-09-11vaapidecode: improve "no free surface" conditions.Gwenole Beauchesne1-13/+22
2012-09-11decoder: propagate buffer duration downstream.Gwenole Beauchesne1-0/+1
2012-09-07plugins: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-09-07vaapidecode: acquire lock only if the mutex exists.Philip Lorenz1-0/+3
2012-08-29vaapisink: drop obsolete GstVaapiVideoSink interface.Gwenole Beauchesne1-1/+0
2012-07-25plugins: fix display type selection and propagation.Gwenole Beauchesne1-2/+9
2012-07-24videobuffer: drop deprecated functions.Gwenole Beauchesne1-6/+1
2012-07-24pluginutils: improve automatic display type selection.Gwenole Beauchesne1-2/+2
2012-07-24configure: drop check for --enable-vaapi-glx.Gwenole Beauchesne1-2/+2
2012-07-19Drop all references to USE_CODEC_PARSERS.Gwenole Beauchesne1-29/+26
2012-07-19Drop FFmpeg-based decoders.Gwenole Beauchesne1-74/+0
2012-07-19plugins: use g_clear_object() wherever applicable.Javier Jardón1-8/+2
2012-07-19plugins: add support for GstImplementsInterface.Gwenole Beauchesne1-6/+22
2012-07-19plugins: use G_DEFINE_TYPE_* instead of deprecated GST_BOILERPLATE_*.Javier Jardón1-33/+29
2012-07-19plugins: do not use deprecated core GStreamer symbols.Javier Jardón1-1/+7
2012-04-11Add initial JPEG decoder.Wind Yuan1-0/+6
2012-04-10vaapidecode: fix VA display type.Wind Yuan1-1/+1
2012-04-10vaapidecode: fix includes when compiling for a single API.Gwenole Beauchesne1-2/+0
2012-04-02vaapidecode: report unsupported codec profiles.Gwenole Beauchesne1-1/+11
2012-03-22decode: delay NEWSEGMENT event if vaapidecode element was not linked.Wind Yuan1-1/+30
2012-03-19vaapidecode: propagate interlaced and TFF properties downstream.Holger Kaelberer1-1/+8
2012-03-02Revert "vaapidecode: fix another pad template ref leak" (Holger Kaelberer)Gwenole Beauchesne1-7/+8
2012-02-06vaapidecode: fix another pad template ref leak.Gwenole Beauchesne1-8/+7
2012-02-05plugins: fix pad template ref leaks.Gwenole Beauchesne1-8/+7
2012-01-29Add initial H.264 decoder.Gwenole Beauchesne1-1/+4
2012-01-16legal: fix year for some copyright notices.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2012-01-16Add initial MPEG-4 decoder.Zhao Halley1-0/+7
2012-01-16Add initial VC-1 decoder.Gwenole Beauchesne1-0/+3
2012-01-16Add initial MPEG-2 decoder.Gwenole Beauchesne1-0/+9
2012-01-16Allow conditional build of GStreamer/FFmpeg bitstream parsers.Gwenole Beauchesne1-4/+30
2012-01-05vaapidecode: fix deinitialization order.Gwenole Beauchesne1-11/+11
2011-12-13Fix warnings.Gwenole Beauchesne1-1/+0
2011-12-12Add missing video context queries.Nicolas Dufresne1-0/+1
2011-12-08vaapidecode: return sink caps template if decoder is in NULL state.Sreerenj Balachandran1-0/+15
2011-12-08vaapiplugin: properly set surface type to "vaapi" in caps.Gwenole Beauchesne1-0/+1
2011-12-08vaapiplugin: properly set opengl support in caps.Nicolas Dufresne1-0/+2
2011-12-08vaapiplugin: allocate GLX buffers when supported.Nicolas Dufresne1-0/+6
2011-12-08Don't use downstream buffer allocation.Nicolas Dufresne1-8/+3
2011-12-08Port to GstVideoContext interface.Nicolas Dufresne1-31/+55
2011-12-07Group all plugins into the same bundleNicolas Dufresne1-0/+660