| Commit message (Expand) | Author | Age | Files | Lines |
* | av(codec|device): Don't cast pointers to int | Andreas Rheinhardt | 2021-11-21 | 1 | -1/+1 |
* | avdevice: Constify all devices | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avdevice/xcbgrab: stop using av_init_packet() | James Almer | 2021-03-17 | 1 | -4/+0 |
* | avdevice/xcbgrab: Add option for grabbing a window | sgerwk | 2021-03-14 | 1 | -18/+52 |
* | avdevice: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | avdevice: use av_gettime_relative() for elapsed time calculations | Marton Balint | 2021-02-27 | 1 | -3/+4 |
* | avdevice/xcbgrab: don't assume xserver endianness | Andriy Gelman | 2021-02-06 | 1 | -5/+10 |
* | avdevice/xcbgrab: Add select_region option | Omar Emara | 2020-11-06 | 1 | -0/+122 |
* | avdevice/xcbgrab: check return values of xcb query functions | Moritz Barsnick | 2020-08-15 | 1 | -0/+9 |
* | avdevice/xcbgrab: check if frame size fits in INT_MAX | Marton Balint | 2020-01-24 | 1 | -6/+14 |
* | avdevice/xcbgrab: move some initialization code from pixfmt_from_pixmap_forma... | Marton Balint | 2020-01-24 | 1 | -11/+13 |
* | avdevice/xcbgrab: capture the full desktop if video_size is not specified | Marton Balint | 2019-12-30 | 1 | -6/+6 |
* | avdevice/xcbgrab: fix packet timestamps | Marton Balint | 2019-12-30 | 1 | -5/+9 |
* | avdevice/xcbgrab: use a buffer pool for shared memory segments | Marton Balint | 2019-12-26 | 1 | -32/+47 |
* | avdevice/xcbgrab: wrap non-shm image replies in a buffer ref | Marton Balint | 2019-12-06 | 1 | -6/+15 |
* | avdevice/xcbgrab: Handle reply and error properly | Kusanagi Kouichi | 2019-12-03 | 1 | -0/+5 |
* | lavd/x11grab: fix vertical repositioning | Octavio Alvarez | 2019-04-06 | 1 | -1/+1 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -4/+4 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -1/+1 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+1 |
* | | Merge commit '5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688' | Clément Bœsch | 2017-03-15 | 1 | -1/+1 |
|\| |
|
| * | x11grab: Rename internal component to "xcbgrab" | Diego Biurrun | 2016-07-29 | 1 | -1/+1 |
* | | lavd/xcbgrab: do not try to create refcounted packets. | Nicolas George | 2016-11-03 | 1 | -30/+35 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -6/+5 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -6/+5 |
* | | avdevice/xcbgrab: fix -Wunused-variable | Ganesh Ajjanagadde | 2015-09-19 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | xcbgrab: Explicitly include xcb/shape.h | Luca Barbato | 2015-07-06 | 1 | -0/+1 |
| * | xcbgrab: Accept geometries matching the screen size | Nicolas George | 2015-05-06 | 1 | -2/+2 |
* | | lavd/xcbgrab: fix comparison with screen size. | Nicolas George | 2015-05-06 | 1 | -2/+2 |
* | | Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641' | Michael Niedermayer | 2015-04-30 | 1 | -2/+11 |
|\| |
|
| * | xcbgrab: Validate the capture area | Luca Barbato | 2015-04-30 | 1 | -2/+11 |
* | | Merge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b' | Michael Niedermayer | 2015-04-30 | 1 | -2/+14 |
|\| |
|
| * | xcbgrab: Do not assume the non shm image data is always available | Luca Barbato | 2015-04-30 | 1 | -2/+14 |
* | | Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200' | Michael Niedermayer | 2015-04-09 | 1 | -3/+4 |
|\| |
|
| * | avdevice: Add missing header for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2015-04-09 | 1 | -3/+4 |
| * | xcbgrab: Check av_strdup() allocation | Vittorio Giovara | 2015-03-12 | 1 | -0/+2 |
* | | Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8' | Michael Niedermayer | 2015-03-08 | 1 | -0/+1 |
|\| |
|
| * | xcbgrab: Free the host string after checking the connection | Luca Barbato | 2015-03-08 | 1 | -3/+6 |
* | | Merge commit '85b3b1c4ba7af9c2658442b0aafd27d613e1854b' | Michael Niedermayer | 2015-02-25 | 1 | -0/+1 |
|\| |
|
| * | xcbgrab: Unbreak parsing filename options | Luca Barbato | 2015-02-24 | 1 | -6/+14 |
* | | Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c' | Michael Niedermayer | 2015-02-25 | 1 | -0/+2 |
|\| |
|
| * | xcbgrab: Provide better names for the y and x option | Luca Barbato | 2015-02-24 | 1 | -0/+2 |
| * | xcbgrab: Use the correct geometry for the region highlight | Daniel Moran | 2015-02-15 | 1 | -1/+1 |
* | | Merge commit 'd40815a982c36ff9da09ae3edb5e3bd7d97b5d42' | Michael Niedermayer | 2015-02-15 | 1 | -6/+2 |
|\| |
|
| * | xcbgrab: Correctly make shm optional | Luca Barbato | 2015-02-15 | 1 | -4/+4 |
* | | Merge commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788' | Michael Niedermayer | 2014-12-19 | 1 | -3/+2 |
|\| |
|
| * | xcbgrab: Move NULL check before pointer dereference | Vittorio Giovara | 2014-12-18 | 1 | -1/+5 |