summaryrefslogtreecommitdiff
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-09
* x11grab: Unbreak buildingChristian Hujer2015-02-28
* xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-24
* x11grab: Check the XQueryPointer return valueAntonio Ospite2014-10-04
* x11grab: Check XFixesGetCursorImage return valueLuca Barbato2014-10-04
* x11grab: Check for XFixes availability at runtimeLuca Barbato2014-10-04
* x11grab: Refactor pixel format parsingLuca Barbato2014-09-03
* x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato2014-09-03
* x11grab: Use a typedef for the context, as most other code doesLuca Barbato2014-08-28
* x11grab: Drop a spurious space in the extension reporting messageLuca Barbato2014-08-28
* x11grab: Small near-cosmetic refactoringsLuca Barbato2014-08-28
* x11grab: K&R formatting cosmeticsLuca Barbato2014-08-28
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun2012-07-28
* x11grab: fix a memory leak exposed by valgrindAntonio Ospite2012-03-16
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* misc Doxygen markup improvementsDiego Biurrun2011-12-05
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* x11grab: add show_region AVOption.Yu-Jie Lin2011-07-31
* x11grab: add follow_mouse AVOption.Yu-Jie Lin2011-07-31
* x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov2011-07-08
* libavdevice: Remove disabled code.Diego Biurrun2011-07-07
* x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack2011-06-12
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* x11grab: add framerate private option.Anton Khirnov2011-06-04
* x11grab: add video_size private option.Anton Khirnov2011-05-27
* x11grab: factorize returning error codes.Anton Khirnov2011-05-27
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Make x11grab cursor drawing suck lessJason Garrett-Glaser2010-11-07
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove stray semicolon.Carl Eugen Hoyos2010-06-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-23
* Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos2009-12-14
* Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos2009-12-14