summaryrefslogtreecommitdiff
path: root/sys/ximage/ximagepool.c
Commit message (Expand)AuthorAgeFilesLines
* x/xv_image_sink: rename for consitencyStefan Sauer2015-07-061-4/+4
* ximage: do not allocate extra alignment slack for shared memoryVincent Penquerc'h2015-04-031-1/+4
* videopool: update video alignment after applyingSong Bing2014-12-221-0/+2
* videopool: update buffer size after video alignmentSong Bing2014-12-161-1/+6
* ximagesink: get rid of unnecessary private struct for poolTim-Philipp Müller2014-09-271-52/+31
* ximagesink: Fix coompiler error without HAVE_XSHMAlexander Schrab2013-04-091-0/+2
* ximagesink: don't share memoryWim Taymans2013-03-051-2/+2
* ximagesink: use memory to store XImage infoWim Taymans2013-02-261-140/+209
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* meta registration: use g_once functions to register these threadsafely.Michael Smith2012-10-031-2/+3
* ximagesink: port to the new GLib thread APITim-Philipp Müller2012-09-101-10/+10
* X11: add unpadded width/height as videometaWim Taymans2012-08-201-2/+3
* X11: use new alignment functionWim Taymans2012-08-201-19/+8
* x11: fix alignment in non-XSHM caseWim Taymans2012-08-101-4/+11
* video: improve frame_flagsWim Taymans2012-04-191-2/+2
* video: Update for libgstvideo API changesSebastian Dröge2012-04-191-2/+2
* x11: fix build without XSHMJonathan Lyons2012-04-021-0/+2
* update for buffer api changeWim Taymans2012-03-301-1/+1
* videopool: avoid caps copyWim Taymans2012-03-271-1/+1
* update for get_param changesWim Taymans2012-03-271-1/+1
* update for bufferpool changesWim Taymans2012-03-151-2/+1
* update for bufferpool api changeWim Taymans2012-03-151-1/+1
* take padding into accountWim Taymans2012-03-141-1/+2
* update for metadata API changesWim Taymans2012-02-291-6/+18
* update for metadata tagsWim Taymans2012-02-281-1/+3
* update for metadata changesWim Taymans2012-02-241-1/+1
* update for new memory apiWim Taymans2012-02-221-1/+1
* x11: reset alignmentWim Taymans2011-12-211-0/+2
* ximagebufferpool: Use the default ::free_buffer() implementationEdward Hervey2011-11-211-7/+0
* rename meta* -> *metaWim Taymans2011-11-021-21/+21
* ximage: add support for alignment bufferpool optionWim Taymans2011-08-011-34/+81
* base: update for new bufferpool APIWim Taymans2011-07-291-5/+7
* x11: call parent set_configWim Taymans2011-07-181-1/+2
* video: More video helper library improvementsWim Taymans2011-07-041-4/+8
* x11: handle new bufferpool metadata apiWim Taymans2011-06-201-2/+13
* x11: use GstVideoInfo to parse capsWim Taymans2011-06-171-12/+21
* x11: make function staticWim Taymans2011-06-171-18/+8
* -base: update for buffer API changeWim Taymans2011-06-131-1/+1
* update for bufferpool api changeWim Taymans2011-06-111-2/+1
* Merge branch 'master' into 0.11Sebastian Dröge2011-05-261-2/+22
* -base: remove metadata (des)serialize functionsWim Taymans2011-05-111-3/+1
* ximage: don't share the memoryWim Taymans2011-04-071-2/+2
* ximage: more fixesWim Taymans2011-04-061-0/+2
* xvimagesink: use bufferpoolbenjamin gaignard2011-04-061-10/+27
* plugins: fix for new memory APIWim Taymans2011-03-271-2/+4
* meta: update for new APIWim Taymans2011-03-081-2/+1
* ximagesink: make metadata methods more like coreWim Taymans2011-03-041-13/+28
* ximagesink: implement buffer_alloc from the poolWim Taymans2011-03-041-1/+5
* ximage: rewrite the buffer pool in ximagesinkWim Taymans2011-03-041-0/+529