Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-06avdevice/x11grab: use av_clip() instead of nested min & maxClément Bœsch
2015-04-09Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200'Michael Niedermayer
2015-04-09avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun
2015-03-01Merge commit '802987f8c7033ec8b82b35438d3822cf7f761166'Michael Niedermayer
2015-02-28x11grab: Unbreak buildingChristian Hujer
2015-02-25Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c'Michael Niedermayer
2015-02-25xcbgrab: Provide better names for the y and x optionLuca Barbato
2014-10-05Merge commit '2a5ac99e6e06078713f684fee2466c91f677b303'Michael Niedermayer
2014-10-05Merge commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489'Michael Niedermayer
2014-10-05Merge commit '89fa2b5616274194d90bde0aeebf6adbd1245193'Michael Niedermayer
2014-10-05x11grab: Check the XQueryPointer return valueAntonio Ospite
2014-10-05x11grab: Check XFixesGetCursorImage return valueLuca Barbato
2014-10-05x11grab: Check for XFixes availability at runtimeLuca Barbato
2014-09-09avdevice/x11grab: fix cursor drawing in multi-screen setupAntonio Ospite
2014-09-09avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointerAntonio Ospite
2014-09-04avdevice/x11grab: fix error handling in pixel formatsMichael Niedermayer
2014-09-03Merge commit '65e78a2e4b111627c0ebdf2c9baec95e5e21560d'Michael Niedermayer
2014-09-03Merge commit 'bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc'Michael Niedermayer
2014-09-03x11grab: Refactor pixel format parsingLuca Barbato
2014-09-03x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato
2014-08-29Merge commit '58396e806c65fe0eb00e6ccf1980f810cdceed05'Michael Niedermayer
2014-08-28Merge commit '7bb505a33ca131906b2ceb2f298e104c862740ea'Michael Niedermayer
2014-08-28Merge commit '20e82b41fcad23ebbb18d89948aebfcc53921198'Michael Niedermayer
2014-08-28Merge commit 'f07a4290a0e8f31796e348edd3ed06b8d15132d8'Michael Niedermayer
2014-08-28x11grab: Use a typedef for the context, as most other code doesLuca Barbato
2014-08-28x11grab: Drop a spurious space in the extension reporting messageLuca Barbato
2014-08-28x11grab: Small near-cosmetic refactoringsLuca Barbato
2014-08-28x11grab: K&R formatting cosmeticsLuca Barbato
2014-07-17lavd/x11grab: reindent after last commit.Nicolas George
2014-07-17lavd/x11grab: add an option to disable MIT-SHM.Nicolas George
2014-07-17lavd/x11grab: check 32-bits color masks.Nicolas George
2014-07-17lavd/x11grab: change error code for unsupported visuals.Nicolas George
2014-07-17lavd/x11grab: disable drawing mouse without XFixes.Nicolas George
2014-03-04lavd: add categories to device implementationsLukasz Marek
2013-10-24lavd/x11grab: Support AV_PIX_FMT_PAL8.Carl Eugen Hoyos
2013-07-26avdevice/x11grab: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-06-21avdevice/x11grab: allocate just one CursorMichael Niedermayer
2012-10-30x11grab: fix mixed declaration and codeMichael Niedermayer
2012-10-23x11: Fix x11grab BadCursorIsaac Dooley
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-09lavd/x11grab: deprecate "nomouse" specification in filenameStefano Sabatini
2012-08-09lavd/x11grab: apply misc consistency fixes to options definitionStefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch