summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Add Intel copyright information.Gwenole Beauchesne3-0/+3
2011-07-22Fix build with newer FFmpeg versions.Gwenole Beauchesne1-4/+11
2011-07-22Report caps update only once per video resolution change.Gwenole Beauchesne1-5/+5
2011-07-22Add canonical form (type name) of VA surface caps.Gwenole Beauchesne1-1/+9
2011-06-14Update copyright notice.Gwenole Beauchesne65-65/+65
2011-06-14Fix licensing terms.Gwenole Beauchesne15-150/+165
2010-09-20Drop the GLX 1.3 requirement.gb1-7/+1
2010-09-20Call the GLX/Pixmap related functions through the vtable.gb2-2/+26
2010-09-20Drop dependency on libavformat.gb2-6/+13
2010-09-20Add gst_base_video_decoder_update_src_caps().gb2-6/+25
2010-09-20Drop superfluous functions.gb3-117/+0
2010-09-20Really drop any dependency on libgstvideo. i.e. inline the helpers.gb1-11/+17
2010-09-20Further drop dependency on libgstvideo.gb1-9/+25
2010-09-20Add GstBaseVideoDecoder from gst-plugins-bad git.gb7-0/+2677
2010-09-20Fix GLX version check.gb1-1/+1
2010-09-20Fix decoding of some H.264 streams. e.g. Ice Age 2 trailer.gb1-2/+2
2010-09-20Fix build with older VA-API 0.29-sds.gb1-0/+3
2010-09-20Fix decoder caps to report codec aliases.gb1-9/+18
2010-09-20Regularly update and expose decoder caps.gb4-4/+155
2010-09-20Add mechanism to reinsert buffer leftovers into the queue.gb3-7/+51
2010-09-20Fix memory leak of encoded buffers.gb1-0/+1
2010-09-20Check for out-of-free-surfaces condition.gb4-0/+27
2010-09-20Change GST_VAAPI_DECODER_STATUS_ERROR_UNKNOWN value to something more generic...gb1-1/+1
2010-09-20Improve previous fix.gb1-1/+3
2010-09-20Fix a crash in the FFmpeg decoder on close.gb1-1/+2
2010-09-20Fix OpenGL texture internal format (Clutter).gb1-1/+4
2010-09-20Fix comment.gb1-1/+1
2010-09-20Add gst_vaapi_display_lookup_downstream() helper.gb3-0/+141
2010-09-20Expose VA display through GstVaapiVideoBuffer.gb2-15/+92
2010-09-20Expose video pool display.gb2-1/+21
2010-09-20Stop iteration if there is no more element to examine.gb1-5/+6
2010-09-20Factor out VA surface caps.gb1-0/+11
2010-09-20Fix docs.gb2-3/+0
2010-09-20Really link all helper libraries with libtool -no-undefined.gb1-0/+8
2010-09-20Link helper libraries with libtool -no-undefined.gb1-0/+4
2010-09-20Fix build with older VA-API 0.29.gb1-1/+1
2010-09-20Fix doc.gb1-1/+1
2010-09-20Rename gst_vaapi_decoder_ffmpeg_new_from_caps() to plain gst_vaapi_decoder_ff...gb2-36/+2
2010-09-20Extract framerate information from caps.gb2-32/+21
2010-09-20Move caps initialization to parent class.gb3-97/+68
2010-09-20Simplify.gb1-24/+2
2010-09-20Fix doc.gb1-3/+3
2010-09-20More simplifications.gb2-46/+22
2010-09-20Simplify GstVaapiDecoder API.gb2-156/+1
2010-09-20Drop obsolete defs.gb1-2/+0
2010-09-20Drop obsolete decls.gb1-9/+0
2010-09-20Add more aliases for MPEG-4 decoding.gb1-0/+6
2010-09-20Use avctx->coded_{width,height} info to create the VA context.gb1-3/+3
2010-09-20Try to improve heuristics to use an AVCodecContextParser.gb1-16/+25
2010-09-20Fix VC-1 decoding, it does not require any specific parser.gb1-0/+5