summaryrefslogtreecommitdiff
path: root/libavdevice/xcbgrab.c
Commit message (Collapse)AuthorAge
* xcbgrab: Check av_strdup() allocationVittorio Giovara2015-03-12
| | | | Bug-Id: CID 1274038
* xcbgrab: Free the host string after checking the connectionLuca Barbato2015-03-08
| | | | | | | Prevent an use after free in the error message. Bug-Id: CID 1274040 CC: libav-stable@libav.org
* xcbgrab: Unbreak parsing filename optionsLuca Barbato2015-02-24
| | | | | | CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-24
| | | | | | | | | | Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* xcbgrab: Use the correct geometry for the region highlightDaniel Moran2015-02-15
| | | | | | | The feature is implemented using a transparent window and drawing inside it a rectangle filling the whole window to highlight it. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* xcbgrab: Correctly make shm optionalLuca Barbato2015-02-15
| | | | | The segment field in the struct has to be conditionally build as well.
* xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara2014-12-18
| | | | Bug-Id: CID 1254668
* xcbgrab: Support empty filename string correctlyLuca Barbato2014-12-10
| | | | | Bug-Id: CID 1254664 CC: libav-stable@libav.org
* xcbgrab: XCB-based screen captureLuca Barbato2014-10-26
Matches the x11grab screen capture by features.