summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Fix build error for older VA-API versionsSreerenj Balachandran2-1/+8
2015-06-08vaapipostproc: add skin tone enhancementVíctor Manuel Jáquez Leal2-0/+90
2015-06-02encoder: jpeg: Fix the packed header generationSreerenj Balachandran1-2/+38
2015-06-02decoder: h264: fix uninitialized variables in avcC mode.Gwenole Beauchesne1-0/+6
2015-05-28encoder: hevc: Fix the size over-flow for encoded buffer.Sreerenj Balachandran1-3/+3
2015-05-28encoder: vp8: Fix the size over-flow for encoded buffer.Sreerenj Balachandran1-3/+2
2015-05-28encoder: hevc: fix bug in multi slice encoding.Sreerenj Balachandran1-5/+22
2015-05-28decoder: h264: add initial support for loss of pictures.Gwenole Beauchesne1-1/+139
2015-05-28decoder: h264: add support for missing first field.Gwenole Beauchesne1-0/+93
2015-05-28decoder: h264: add support for missing second field.Gwenole Beauchesne1-17/+150
2015-05-28decoder: h264: improve tracking of "top-field-first" flag.Gwenole Beauchesne1-7/+20
2015-05-28decoder: h264: skip all pictures prior the first I-frame.Gwenole Beauchesne1-2/+27
2015-05-28decoder: h264: fix processing of EOSEQ NAL.Gwenole Beauchesne1-5/+0
2015-05-28decoder: add utility function to clone picture objects.Wind Yuan4-0/+22
2015-05-27HEVC: decode: add missing va_dec_hevc headerAlban Browaeys2-0/+5
2015-05-27mpeg2: fix PTS cache for GOP start.Gwenole Beauchesne1-1/+6
2015-05-27mpeg2: avoid crash when seeking with debug logsVíctor Manuel Jáquez Leal1-2/+2
2015-05-27mpeg2: Avoid crashes and warnings on re-opened decoder after a seekJan Schmidt1-1/+7
2015-05-26HEVC: decode: Replace clip3 implementation with glib CLAMP macroSreerenj Balachandran1-15/+6
2015-05-26HEVC: decode: Update Cropping RectangleSreerenj Balachandran1-6/+12
2015-05-25HEVC_Encode: Add HEVC(h265) encoder to core libgstvaapiSreerenj Balachandran3-0/+2643
2015-05-25gstvaapiutils_h265: Add H265 Tier specific utility functionsSreerenj Balachandran2-0/+50
2015-05-18build: use git.mkVíctor Manuel Jáquez Leal5-10/+5
2015-05-18wayland: sync() when destroy()Víctor Manuel Jáquez Leal1-1/+17
2015-05-15vaapisink: implement unlock/unlock_stop for waylandMichael Olbrich4-0/+105
2015-05-15wayland: wl_display_dispatch_queue() can block forever.Víctor Manuel Jáquez Leal1-2/+15
2015-05-14wayland: rename frame for last_frameVíctor Manuel Jáquez Leal1-8/+6
2015-05-14wayland: use a counter as sync flagVíctor Manuel Jáquez Leal1-5/+5
2015-05-14wayland: decouple wl_buffer from frameVíctor Manuel Jáquez Leal1-14/+11
2015-05-13build: fix make distcheckVíctor Manuel Jáquez Leal1-1/+1
2015-05-06libs: trivial documentation fixVíctor Manuel Jáquez Leal1-3/+3
2015-05-04window: Correct prototype to match implementationSimon Farnsworth1-1/+1
2015-04-30build: upgrade glib dependency to 2.32Víctor Manuel Jáquez Leal1-126/+0
2015-04-28wayland: don't leak the registry proxyOlivier Crete1-0/+5
2015-04-21wayland: refactor _sync() method and rename callbackVíctor Manuel Jáquez Leal1-7/+5
2015-04-21wayland: free frame in buffer release callbackMichael Olbrich1-4/+18
2015-04-20vaapidecode: Tell the base class about released frames on closeOlivier Crete1-1/+2
2015-04-17decoder: hevc: cosmetics.Gwenole Beauchesne1-32/+56
2015-04-16decoder: hevc: Add Support for tiled video decodingSreerenj Balachandran1-3/+69
2015-04-16decoder: hevc: Fix decoding when there are RASL pictures present.Sreerenj Balachandran1-34/+62
2015-04-16display: drm: fix race condition setting device typeMartin Sherburn1-1/+1
2015-04-16videopool: Release lock while allocating new objectOlivier Crete1-1/+7
2015-04-16HEVC: silence the compilerVíctor Manuel Jáquez Leal1-3/+5
2015-04-14wayland: destroy vpp buffer pool on resizeMichael Olbrich1-0/+1
2015-04-14build: don't compile HEVC if not supportedVíctor Manuel Jáquez Leal1-4/+14
2015-04-13HEVC: Add HEVC(h265) decoder to core libgstvaapiSreerenj Balachandran3-0/+3005
2015-04-13HEVC: Add codec utility methods to core libgstvaapiSreerenj Balachandran4-0/+521
2015-04-13HEVC: gstvaapiprofile: Add profile definitionsSreerenj Balachandran2-0/+47
2015-04-13HEVC: Allow to build h265 codecparser internallySreerenj Balachandran1-0/+5
2015-04-13guard buffer export API if not availableVíctor Manuel Jáquez Leal3-1/+27