summaryrefslogtreecommitdiff
path: root/sys/vdpau
Commit message (Collapse)AuthorAgeFilesLines
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-244-8/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081
* plugins-bad: Fix example pipelinesVineeth TM2015-12-153-3/+3
| | | | | | | | rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
| | | | g_free() is NULL-safe
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
|
* rectangle: clear rectangle struct before useWim Taymans2014-12-161-4/+3
|
* vdpdecoder: do not leak poolOgnyan Tonchev2014-09-161-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=736733
* vdpau: Fix comparison compiler warningSebastian Dröge2014-02-081-1/+1
| | | | | error: comparison of constant -1 with expression of type 'const GstVideoFormat' is always false
* ext: Use new flush vfunc of video codec base classes and remove reset ↵Sebastian Dröge2013-08-152-4/+4
| | | | implementations
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-292-0/+12
| | | | | Where applicable, remove methods that don't do anything different than the default implementation.
* vdpau: Add some missing headers to distSebastian Dröge2013-06-051-2/+7
|
* vdpau: Add VdpVideoSurface caps featureSreerenj Balachandran2013-05-082-3/+9
|
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* sys: print format fixes in debug messagesTim-Philipp Müller2013-04-082-2/+3
|
* vdpau: Don't use deprecated GMutex methodsEdward Hervey2013-04-011-6/+6
|
* vdpau: Port to 1.0Edward Hervey2013-03-3161-8681/+1667
| | | | | | | New base class for vdpau decoders * mpeg2 ported and activated * h264 ported but deactivated * Uses GstMpegVideo meta
* Fix FSF addressTim-Philipp Müller2012-11-0455-110/+110
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-175-5/+5
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-145-5/+5
|
* sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller2012-06-291-1/+1
|
* vdpau: Switch from deprecated XKeycodeToKeysym() to XkbKeycodeToKeysym()Sebastian Dröge2012-04-241-1/+4
| | | | | | Conflicts: sys/vdpau/gstvdpsink.c
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-043-13/+13
|
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-299-59/+82
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: NEWS RELEASE common configure.ac docs/libs/gst-plugins-bad-libs-sections.txt docs/plugins/gst-plugins-bad-plugins.args docs/plugins/gst-plugins-bad-plugins.hierarchy docs/plugins/gst-plugins-bad-plugins.interfaces docs/plugins/inspect/plugin-adpcmdec.xml docs/plugins/inspect/plugin-adpcmenc.xml docs/plugins/inspect/plugin-assrender.xml docs/plugins/inspect/plugin-audiovisualizers.xml docs/plugins/inspect/plugin-autoconvert.xml docs/plugins/inspect/plugin-bayer.xml docs/plugins/inspect/plugin-bz2.xml docs/plugins/inspect/plugin-camerabin2.xml docs/plugins/inspect/plugin-celt.xml docs/plugins/inspect/plugin-dataurisrc.xml docs/plugins/inspect/plugin-debugutilsbad.xml docs/plugins/inspect/plugin-dtmf.xml docs/plugins/inspect/plugin-dtsdec.xml docs/plugins/inspect/plugin-dvbsuboverlay.xml docs/plugins/inspect/plugin-dvdspu.xml docs/plugins/inspect/plugin-faac.xml docs/plugins/inspect/plugin-faad.xml docs/plugins/inspect/plugin-gsm.xml docs/plugins/inspect/plugin-h264parse.xml docs/plugins/inspect/plugin-mms.xml docs/plugins/inspect/plugin-modplug.xml docs/plugins/inspect/plugin-mpeg2enc.xml docs/plugins/inspect/plugin-mpegdemux2.xml docs/plugins/inspect/plugin-mpegtsdemux.xml docs/plugins/inspect/plugin-mpegvideoparse.xml docs/plugins/inspect/plugin-mplex.xml docs/plugins/inspect/plugin-pcapparse.xml docs/plugins/inspect/plugin-rawparse.xml docs/plugins/inspect/plugin-rtpmux.xml docs/plugins/inspect/plugin-rtpvp8.xml docs/plugins/inspect/plugin-scaletempo.xml docs/plugins/inspect/plugin-schro.xml docs/plugins/inspect/plugin-sdp.xml docs/plugins/inspect/plugin-segmentclip.xml docs/plugins/inspect/plugin-shm.xml docs/plugins/inspect/plugin-videomaxrate.xml docs/plugins/inspect/plugin-videoparsersbad.xml docs/plugins/inspect/plugin-vp8.xml docs/plugins/inspect/plugin-y4mdec.xml ext/celt/gstceltdec.c ext/dts/gstdtsdec.c ext/modplug/gstmodplug.cc ext/opus/gstopusenc.c gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideodecoder.h gst-libs/gst/video/gstbasevideoencoder.c gst-libs/gst/video/gstbasevideoencoder.h gst/adpcmdec/Makefile.am gst/audiovisualizers/gstbaseaudiovisualizer.c gst/h264parse/gsth264parse.c gst/mpegdemux/mpegtsparse.c gst/mpegtsdemux/mpegtsbase.c gst/mpegtsdemux/mpegtspacketizer.c gst/mpegtsdemux/mpegtsparse.c gst/mpegtsdemux/tsdemux.c gst/mpegtsdemux/tsdemux.h gst/mxf/mxfdemux.c gst/rawparse/gstaudioparse.c gst/videoparsers/gsth263parse.c gst/videoparsers/gsth264parse.c sys/d3dvideosink/d3dvideosink.c sys/decklink/gstdecklinksink.cpp sys/dvb/gstdvbsrc.c sys/shm/gstshmsrc.c sys/vdpau/h264/gstvdph264dec.c sys/vdpau/mpeg/gstvdpmpegdec.c tests/examples/opencv/gst_element_print_properties.c win32/common/config.h
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-102-13/+16
| | | | | | | | | | | | | | | | | | This always happens with GstByteReader/Writer and friends when not taking into account returned boolean of the _read/_write functions (which is actually wrong). Make use of the *_unchecked variant as much as possible, or take the returned value into account.
| * Add missing GLIB_DISABLE_DEPRECATION_WARNINGSEdward Hervey2012-03-063-0/+11
| | | | | | | | | | Suppress warnings about deprecated threading and GValueArray API, so git compiles with -Werror.
| * vdpau: Fix loop to not read before the valid memory areaSebastian Dröge2012-03-061-3/+2
| |
| * vdpau: relicense four source files from GPL3+ to LGPL2+Tim-Philipp Müller2012-03-014-48/+56
| | | | | | | | | | | | | | | | These source files were mistakenly licensed as GPL3, the author (Carl-Anton Ingmarsson) has given permission to relicense them to LGPL2+. https://bugzilla.gnome.org/show_bug.cgi?id=671142
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-286-8/+11
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664
* | update for buffer changesWim Taymans2012-03-281-1/+1
|/
* vdpau: fix some variable-set-but-unused compiler warningsTim-Philipp Müller2011-07-145-21/+3
|
* vdpau: remove old glib compatibility codeDavid Schleef2011-06-041-4/+0
|
* vdpau: Fix uninitialized variable compiler warningSebastian Dröge2011-04-091-2/+1
|
* vdpausink: fix bug where we didn't setup vdpau on a user set windowCarl-Anton Ingmarsson2011-03-271-34/+41
|
* vdpau: fixup GstFlowReturn handlingCarl-Anton Ingmarsson2011-03-279-51/+77
| | | | | | Previously the different decoders would discard errounous GstFlowReturns coming from downstream. Now we properly return these further upstream so that we properly error out on eg. negotiation problems.
* vdpau: small indentation fixCarl-Anton Ingmarsson2011-03-271-1/+1
|
* vdpaumpegdec: don't ignore return value of gst_base_video_decoder_finish_frameCarl-Anton Ingmarsson2011-03-271-2/+2
|
* vdpau: Initialize some variables to make gcc 4.6 happySebastian Dröge2011-01-272-2/+4
|
* vdpau: Check return values of the bitreader functionsSebastian Dröge2010-10-031-4/+8
|
* vdpau: Use the new XOverlay APIEdward Hervey2010-09-211-5/+7
| | | | Fixes #630254
* vdpauvideopostprocess: set new framerate on output caps instead of input capsCarl-Anton Ingmarsson2010-09-061-15/+15
| | | | | | It's not allowed to change the caps provided by the setcaps function. https://bugzilla.gnome.org/show_bug.cgi?id=628326
* vdpauh264dec: parse "pixel-aspect-ratio" from streamCarl-Anton Ingmarsson2010-09-051-0/+29
|
* vdpau: remove non working unused code from GstBaseVideoDecoderCarl-Anton Ingmarsson2010-09-052-184/+21
|
* vdpau: GstBaseVideoDecoder set default par to 1/1Carl-Anton Ingmarsson2010-09-051-6/+18
|
* vdpau: remove gst_base_video_decoder_get_current_frameCarl-Anton Ingmarsson2010-09-0510-63/+51
| | | | | | we now pass the current frame to GstBaseVideoDecoder::parse_data also fixup some errors in vdpaumpeg4dec so that it now gives correct output
* vdpau: rework GstBaseVideoDecoder timestampingCarl-Anton Ingmarsson2010-09-054-175/+97
| | | | | | | | timestamps are now chosen in the following order: upstream -> parsed by decoder -> calculated from timestamp offset we also check the timestamps supplied from upstream/decoder to see if they atleast is increasing.
* vdpau: fix invalid unrefCarl-Anton Ingmarsson2010-09-051-1/+1
|
* vdpaumpeg4dec: fix typo in default_non_intra_quant_matrixCarl-Anton Ingmarsson2010-08-091-1/+1
|
* vdpau: add mpeg4 part2 decoderCarl-Anton Ingmarsson2010-08-098-2/+1374
|
* vdpau: fix destruction of GstVdpDevice when it failed to openCarl-Anton Ingmarsson2010-08-062-6/+4
| | | | | only close display in finalize and check if vdp_decoder_destroy is available before we use it
* vdpausink: use separate mutex for device lockingCarl-Anton Ingmarsson2010-08-062-7/+22
| | | | | we can't use GST_OBJECT_LOCK since that cause problems when we try to post errors, due to gst_element_post_message also taking the GST_OBJECT_LOCK