summaryrefslogtreecommitdiff
path: root/libavdevice/xcbgrab.c
Commit message (Expand)AuthorAgeFilesLines
* av(codec|device): Don't cast pointers to intAndreas Rheinhardt2021-11-211-1/+1
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avdevice/xcbgrab: stop using av_init_packet()James Almer2021-03-171-4/+0
* avdevice/xcbgrab: Add option for grabbing a windowsgerwk2021-03-141-18/+52
* avdevice: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avdevice: use av_gettime_relative() for elapsed time calculationsMarton Balint2021-02-271-3/+4
* avdevice/xcbgrab: don't assume xserver endiannessAndriy Gelman2021-02-061-5/+10
* avdevice/xcbgrab: Add select_region optionOmar Emara2020-11-061-0/+122
* avdevice/xcbgrab: check return values of xcb query functionsMoritz Barsnick2020-08-151-0/+9
* avdevice/xcbgrab: check if frame size fits in INT_MAXMarton Balint2020-01-241-6/+14
* avdevice/xcbgrab: move some initialization code from pixfmt_from_pixmap_forma...Marton Balint2020-01-241-11/+13
* avdevice/xcbgrab: capture the full desktop if video_size is not specifiedMarton Balint2019-12-301-6/+6
* avdevice/xcbgrab: fix packet timestampsMarton Balint2019-12-301-5/+9
* avdevice/xcbgrab: use a buffer pool for shared memory segmentsMarton Balint2019-12-261-32/+47
* avdevice/xcbgrab: wrap non-shm image replies in a buffer refMarton Balint2019-12-061-6/+15
* avdevice/xcbgrab: Handle reply and error properlyKusanagi Kouichi2019-12-031-0/+5
* lavd/x11grab: fix vertical repositioningOctavio Alvarez2019-04-061-1/+1
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-4/+4
* Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-311-1/+1
|\
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-1/+1
* | Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688'Clément Bœsch2017-03-151-1/+1
|\ \ | |/
| * x11grab: Rename internal component to "xcbgrab"Diego Biurrun2016-07-291-1/+1
* | lavd/xcbgrab: do not try to create refcounted packets.Nicolas George2016-11-031-30/+35
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-6/+5
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+5
* | avdevice/xcbgrab: fix -Wunused-variableGanesh Ajjanagadde2015-09-191-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
| * xcbgrab: Explicitly include xcb/shape.hLuca Barbato2015-07-061-0/+1
| * xcbgrab: Accept geometries matching the screen sizeNicolas George2015-05-061-2/+2
* | lavd/xcbgrab: fix comparison with screen size.Nicolas George2015-05-061-2/+2
* | Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641'Michael Niedermayer2015-04-301-2/+11
|\ \ | |/
| * xcbgrab: Validate the capture areaLuca Barbato2015-04-301-2/+11
* | Merge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b'Michael Niedermayer2015-04-301-2/+14
|\ \ | |/
| * xcbgrab: Do not assume the non shm image data is always availableLuca Barbato2015-04-301-2/+14
* | Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200'Michael Niedermayer2015-04-091-3/+4
|\ \ | |/
| * avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-091-3/+4
| * xcbgrab: Check av_strdup() allocationVittorio Giovara2015-03-121-0/+2
* | Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8'Michael Niedermayer2015-03-081-0/+1
|\ \ | |/
| * xcbgrab: Free the host string after checking the connectionLuca Barbato2015-03-081-3/+6
* | Merge commit '85b3b1c4ba7af9c2658442b0aafd27d613e1854b'Michael Niedermayer2015-02-251-0/+1
|\ \ | |/
| * xcbgrab: Unbreak parsing filename optionsLuca Barbato2015-02-241-6/+14
* | Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c'Michael Niedermayer2015-02-251-0/+2
|\ \ | |/
| * xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-241-0/+2
| * xcbgrab: Use the correct geometry for the region highlightDaniel Moran2015-02-151-1/+1
* | Merge commit 'd40815a982c36ff9da09ae3edb5e3bd7d97b5d42'Michael Niedermayer2015-02-151-6/+2
|\ \ | |/
| * xcbgrab: Correctly make shm optionalLuca Barbato2015-02-151-4/+4
* | Merge commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788'Michael Niedermayer2014-12-191-3/+2
|\ \ | |/
| * xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara2014-12-181-1/+5