summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Release 1.9.901.9.90Sebastian Dröge5-10/+229
2016-09-23vaapi: use new gst_element_class_add_static_pad_template()Vineeth TM9-34/+32
2016-09-22plugins: reset textures at negotiation/shutdownHyunjun Ko1-0/+11
2016-09-22libs: display{egl,glx}: cache GstVaapiTexturesHyunjun Ko8-14/+141
2016-09-22libs: vaapitexturemap: implement GstVaapiTextureMapHyunjun Ko3-0/+223
2016-09-21encoder: vp8: Increase the allocation size for coded bufferSreerenj Balachandran1-1/+2
2016-09-21encoder: vp9: Fix refresh frame flag settingSreerenj Balachandran1-1/+1
2016-09-15vaapidecode: codec_data minimal size is 7Víctor Manuel Jáquez Leal1-1/+1
2016-09-15vaapidecode: reset decoder hard when set_format()Víctor Manuel Jáquez Leal1-1/+1
2016-09-14configure: Depend on gstreamer 1.9.2.1Sebastian Dröge1-3/+3
2016-09-12Revert "vaapivideomemory: load VA Image when mapping to write"Víctor Manuel Jáquez Leal1-4/+2
2016-09-10Automatic update of common submoduleJan Schmidt1-0/+0
2016-09-10Automatic update of common submoduleJan Schmidt1-0/+0
2016-09-08plugins: set allocator's image size to sinkpad bufferpoolHyunjun Ko1-3/+6
2016-09-08libs: surface: ensure composite overlay is not biggerVíctor Manuel Jáquez Leal1-0/+4
2016-09-08vaapivideomemory: load VA Image when mapping to writeHyunjun Ko1-2/+4
2016-09-06vaapidecode: merge vc1 and wmv3 elementsVíctor Manuel Jáquez Leal1-3/+1
2016-09-06decoder: vc1: fails only on advanced profileVíctor Manuel Jáquez Leal1-1/+4
2016-09-06vaapi: DISPLAY envvar as dependencyVíctor Manuel Jáquez Leal1-1/+1
2016-09-05decoder: vc1: Fail only on actual interlaced framesScott D Phillips1-5/+8
2016-09-01Back to developmentSebastian Dröge1-1/+1
2016-09-01Release 1.9.21.9.2Sebastian Dröge4-61/+510
2016-08-16decoder: vc1: Print error on interlaced contentScott D Phillips1-0/+5
2016-08-10encoder: h264: fix C90 mixed declarations and codeVíctor Manuel Jáquez Leal1-1/+3
2016-08-10encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale() for bitrateVíctor Manuel Jáquez Leal4-14/+16
2016-08-10vaapiencode: h264,h265: validate fps numeratorVíctor Manuel Jáquez Leal2-8/+8
2016-08-06encoders: demote to RANK_NONE since not fit for autoplugging yetTim-Philipp Müller1-1/+1
2016-07-29plugins: check dmabuf-import for sink pad allocatorVíctor Manuel Jáquez Leal1-2/+8
2016-07-29plugins: reset allocators if video info changedVíctor Manuel Jáquez Leal1-2/+18
2016-07-29plugins: remove sink pad allocator if caps changeVíctor Manuel Jáquez Leal1-0/+1
2016-07-29pluginutil: const params to gst_video_info_changed()Víctor Manuel Jáquez Leal2-2/+2
2016-07-29gstvaapivideomemory: allocator's image size getterVíctor Manuel Jáquez Leal3-3/+31
2016-07-29plugins: update buffer pool size with new allocator's image sizeHyunjun Ko1-0/+4
2016-07-27configure: remove gmodule-2.0 EGL dependencyVíctor Manuel Jáquez Leal1-3/+0
2016-07-27configure: Fix non-fatal PKG_CHECK_MODULES invocationsScott D Phillips1-8/+8
2016-07-22libs: egl: remove dynamic library loading codeVíctor Manuel Jáquez Leal1-250/+22
2016-07-22vaapidecode: register only the available decodersVíctor Manuel Jáquez Leal3-3/+25
2016-07-22vaapi: register only the available encodersVíctor Manuel Jáquez Leal3-20/+126
2016-07-22vaapidecode: split all the codecsVíctor Manuel Jáquez Leal2-11/+27
2016-07-22vaapidecodebin: simplify the codeVíctor Manuel Jáquez Leal1-197/+15
2016-07-22vaapidecode: delay the GstVaapiDisplay instantiatingVíctor Manuel Jáquez Leal1-13/+23
2016-07-22pluginutil: set GLX display typeVíctor Manuel Jáquez Leal1-1/+8
2016-07-22plugins: add gst_vaapi_plugin_base_find_gl_context()Víctor Manuel Jáquez Leal3-5/+66
2016-07-22plugins: remove gst_vaapi_plugin_base_driver_is_whitelisted()Víctor Manuel Jáquez Leal2-30/+0
2016-07-22plugins: remove common change_state() vmethodVíctor Manuel Jáquez Leal1-29/+0
2016-07-22vaapidecode: remove change_state() vmethodVíctor Manuel Jáquez Leal1-2/+1
2016-07-22vaapi: register vaapipostproc only if supportedVíctor Manuel Jáquez Leal1-5/+8
2016-07-22vaapi: don't register if VA driver is unsupportedVíctor Manuel Jáquez Leal1-0/+7
2016-07-22plugins: add gst_vaapi_driver_is_whitelisted()Víctor Manuel Jáquez Leal3-29/+53
2016-07-22vaapi: instantiate a VA display when registeringVíctor Manuel Jáquez Leal1-0/+18