| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '0b1bd1b2057d41fd0ccba7317911c484a50f9207' | Hendrik Leppkes | 2016-11-18 | 1 | -1/+0 |
|\ |
|
| * | lavd: Drop unneeded av_init_packet()s | Vittorio Giovara | 2016-07-13 | 1 | -1/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -8/+9 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -7/+8 |
* | | x11grab: fixed next frame capture time calculation | Trevor \\\\ Higgins | 2016-02-05 | 1 | -5/+5 |
* | | avdevice/x11grab: use av_clip() instead of nested min & max | Clément Bœsch | 2015-06-06 | 1 | -4/+4 |
* | | Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200' | Michael Niedermayer | 2015-04-09 | 1 | -2/+3 |
|\| |
|
| * | avdevice: Add missing header for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2015-04-09 | 1 | -0/+1 |
* | | Merge commit '802987f8c7033ec8b82b35438d3822cf7f761166' | Michael Niedermayer | 2015-03-01 | 1 | -2/+2 |
|\| |
|
| * | x11grab: Unbreak building | Christian Hujer | 2015-02-28 | 1 | -2/+2 |
* | | 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 |
* | | Merge commit '2a5ac99e6e06078713f684fee2466c91f677b303' | Michael Niedermayer | 2014-10-05 | 1 | -16/+11 |
|\| |
|
| * | x11grab: Check the XQueryPointer return value | Antonio Ospite | 2014-10-04 | 1 | -8/+10 |
* | | Merge commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489' | Michael Niedermayer | 2014-10-05 | 1 | -2/+1 |
|\| |
|
| * | x11grab: Check XFixesGetCursorImage return value | Luca Barbato | 2014-10-04 | 1 | -0/+2 |
* | | Merge commit '89fa2b5616274194d90bde0aeebf6adbd1245193' | Michael Niedermayer | 2014-10-05 | 1 | -0/+19 |
|\| |
|
| * | x11grab: Check for XFixes availability at runtime | Luca Barbato | 2014-10-04 | 1 | -0/+19 |
* | | avdevice/x11grab: fix cursor drawing in multi-screen setup | Antonio Ospite | 2014-09-09 | 1 | -1/+8 |
* | | avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointer | Antonio Ospite | 2014-09-09 | 1 | -3/+3 |
* | | avdevice/x11grab: fix error handling in pixel formats | Michael Niedermayer | 2014-09-04 | 1 | -1/+4 |
* | | Merge commit '65e78a2e4b111627c0ebdf2c9baec95e5e21560d' | Michael Niedermayer | 2014-09-03 | 1 | -75/+71 |
|\| |
|
| * | x11grab: Refactor pixel format parsing | Luca Barbato | 2014-09-03 | 1 | -60/+57 |
* | | Merge commit 'bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc' | Michael Niedermayer | 2014-09-03 | 1 | -26/+34 |
|\| |
|
| * | x11grab: Fallback to normal XImage if SHM is not supported | Luca Barbato | 2014-09-03 | 1 | -26/+34 |
* | | Merge commit '58396e806c65fe0eb00e6ccf1980f810cdceed05' | Michael Niedermayer | 2014-08-28 | 1 | -10/+10 |
|\| |
|
| * | x11grab: Use a typedef for the context, as most other code does | Luca Barbato | 2014-08-28 | 1 | -10/+10 |
* | | Merge commit '7bb505a33ca131906b2ceb2f298e104c862740ea' | Michael Niedermayer | 2014-08-28 | 1 | -1/+1 |
|\| |
|
| * | x11grab: Drop a spurious space in the extension reporting message | Luca Barbato | 2014-08-28 | 1 | -1/+1 |
* | | Merge commit '20e82b41fcad23ebbb18d89948aebfcc53921198' | Michael Niedermayer | 2014-08-28 | 1 | -17/+9 |
|\| |
|
| * | x11grab: Small near-cosmetic refactorings | Luca Barbato | 2014-08-28 | 1 | -20/+15 |
* | | Merge commit 'f07a4290a0e8f31796e348edd3ed06b8d15132d8' | Michael Niedermayer | 2014-08-28 | 1 | -134/+139 |
|\| |
|
| * | x11grab: K&R formatting cosmetics | Luca Barbato | 2014-08-28 | 1 | -136/+142 |
* | | lavd/x11grab: reindent after last commit. | Nicolas George | 2014-07-17 | 1 | -2/+2 |
* | | lavd/x11grab: add an option to disable MIT-SHM. | Nicolas George | 2014-07-17 | 1 | -1/+4 |
* | | lavd/x11grab: check 32-bits color masks. | Nicolas George | 2014-07-17 | 1 | -1/+10 |
* | | lavd/x11grab: change error code for unsupported visuals. | Nicolas George | 2014-07-17 | 1 | -3/+3 |
* | | lavd/x11grab: disable drawing mouse without XFixes. | Nicolas George | 2014-07-17 | 1 | -2/+9 |
* | | lavd: add categories to device implementations | Lukasz Marek | 2014-03-03 | 1 | -0/+1 |
* | | lavd/x11grab: Support AV_PIX_FMT_PAL8. | Carl Eugen Hoyos | 2013-10-24 | 1 | -0/+24 |
* | | avdevice/x11grab: use AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-07-26 | 1 | -8/+3 |
* | | avdevice/x11grab: allocate just one Cursor | Michael Niedermayer | 2013-06-21 | 1 | -3/+4 |
* | | x11grab: fix mixed declaration and code | Michael Niedermayer | 2012-10-29 | 1 | -3/+5 |
* | | x11: Fix x11grab BadCursor | Isaac Dooley | 2012-10-23 | 1 | -0/+7 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -7/+7 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -7/+7 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
|\| |
|