summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-22vaapi: declare external dependenciesVíctor Manuel Jáquez Leal2-0/+30
2016-07-22vaapidecode: remove unneeded initializationsVíctor Manuel Jáquez Leal1-4/+0
2016-07-22plugins: remove undefined macrosVíctor Manuel Jáquez Leal1-4/+0
2016-07-22Revert "gstvaapisurface_drm: release image when done"Víctor Manuel Jáquez Leal1-11/+3
2016-07-22encoder: h265: fix code-styleVíctor Manuel Jáquez Leal1-1/+1
2016-07-22vaapipostproc: update filters at color balanceVíctor Manuel Jáquez Leal1-0/+2
2016-07-22vaapipostproc: make it enable/disable pass-through modeHyunjun Ko2-3/+29
2016-07-22vaapipostproc: checking and updating filter parameter only when it's setHyunjun Ko3-40/+217
2016-07-21decoder: h265: handle the SEI NAL units included in codec_dataAllen Zhang1-0/+10
2016-07-15build: doc: do not redefine MAINTAINERCLEANFILESVíctor Manuel Jáquez Leal1-1/+1
2016-07-15encoder: h264: Fix MVC encode while enabling dct8x8Sreerenj Balachandran1-1/+3
2016-07-14vaapisink: demote a debug message to traceVíctor Manuel Jáquez Leal1-1/+1
2016-07-14wayland: Error check before using cached wl_displayJagyum Koo1-0/+6
2016-07-11Automatic update of common submoduleStefan Sauer1-0/+0
2016-07-11vaapiencode: demote a log to trace levelVíctor Manuel Jáquez Leal1-1/+1
2016-07-11vaapiencode: implement flush() vmethodHyunjun Ko1-0/+78
2016-07-11decoder: vc1: flush dpb only if openedVíctor Manuel Jáquez Leal1-1/+2
2016-07-11vaapidecode: drop non-keyframe in reverse playbackHyunjun Ko2-1/+36
2016-07-11vaapidecode: unref output frame earlierVíctor Manuel Jáquez Leal1-5/+2
2016-07-11vaapidecode: remove gst_vaapidecode_internal_flush()Víctor Manuel Jáquez Leal1-23/+12
2016-07-11vaapidecode: flush output adapter at drain()Víctor Manuel Jáquez Leal1-7/+15