121 Commits (377883c4be7a5b27d57737a79d6a58a6af0ae6cd)

Author SHA1 Message Date
Clément Bœsch 272f87fc5c avdevice/x11grab: use av_clip() instead of nested min & max 10 years ago
Diego Biurrun c201069fac avdevice: Add missing header for NULL_IF_CONFIG_SMALL 10 years ago
Christian Hujer 802987f8c7 x11grab: Unbreak building 10 years ago
Luca Barbato b31328d008 xcbgrab: Provide better names for the y and x option 10 years ago
Antonio Ospite 2a5ac99e6e x11grab: Check the XQueryPointer return value 10 years ago
Luca Barbato 5b9c817dc7 x11grab: Check XFixesGetCursorImage return value 10 years ago
Luca Barbato 89fa2b5616 x11grab: Check for XFixes availability at runtime 10 years ago
Antonio Ospite 69c34a6ac9 avdevice/x11grab: fix cursor drawing in multi-screen setup 10 years ago
Antonio Ospite 5a8e51f661 avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointer 10 years ago
Michael Niedermayer 4f63d6d3b5 avdevice/x11grab: fix error handling in pixel formats 10 years ago
Luca Barbato 65e78a2e4b x11grab: Refactor pixel format parsing 10 years ago
Luca Barbato bb3ead7e54 x11grab: Fallback to normal XImage if SHM is not supported 10 years ago
Luca Barbato 58396e806c x11grab: Use a typedef for the context, as most other code does 10 years ago
Luca Barbato 7bb505a33c x11grab: Drop a spurious space in the extension reporting message 10 years ago
Luca Barbato 20e82b41fc x11grab: Small near-cosmetic refactorings 10 years ago
Luca Barbato f07a4290a0 x11grab: K&R formatting cosmetics 10 years ago
Nicolas George 8e2976860f lavd/x11grab: reindent after last commit. 10 years ago
Nicolas George 1d12df1ad7 lavd/x11grab: add an option to disable MIT-SHM. 10 years ago
Nicolas George 16c6795465 lavd/x11grab: check 32-bits color masks. 10 years ago
Nicolas George 36fbe3c789 lavd/x11grab: change error code for unsupported visuals. 10 years ago
Nicolas George a65c0a3fe8 lavd/x11grab: disable drawing mouse without XFixes. 10 years ago
Lukasz Marek f607767d93 lavd: add categories to device implementations 11 years ago
Carl Eugen Hoyos f60c3a7c1b lavd/x11grab: Support AV_PIX_FMT_PAL8. 11 years ago
Paul B Mahol 0addc82880 avdevice/x11grab: use AV_OPT_TYPE_VIDEO_RATE 11 years ago
Michael Niedermayer 1ee8fadb81 avdevice/x11grab: allocate just one Cursor 12 years ago
Michael Niedermayer 11d695d120 x11grab: fix mixed declaration and code 12 years ago
Isaac Dooley 469a65b150 x11: Fix x11grab BadCursor 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Stefano Sabatini 4270d8c04d lavd/x11grab: deprecate "nomouse" specification in filename 12 years ago
Stefano Sabatini c93b796c3e lavd/x11grab: apply misc consistency fixes to options definition 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Diego Biurrun 24f8961f93 x11grab: cosmetics: consistent naming for x11grab-related things 12 years ago
Nicolas George 5732f40e3f x11grab: use AV_OPT_TYPE_IMAGE_SIZE. 13 years ago
Michael Niedermayer 50d67d951c x11grab: fix compilation 13 years ago
Antonio Ospite d3958ab4ed x11grab: fix a memory leak exposed by valgrind 13 years ago
Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
Carl Eugen Hoyos de05e41bfc Use the correct pix_fmt for 32bit x11grab. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Carl Eugen Hoyos b3c67372a5 Force opaque alpha channel for 32bit x11grab image. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov c14fe6bc99 lavf,lavd: remove all usage of AVFormatParameters from demuxers. 13 years ago
Yu-Jie Lin 1442d29533 x11grab: add show_region AVOption. 13 years ago