summaryrefslogtreecommitdiffstats
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the legacy X11 screen grabberDiego Biurrun2016-07-291-647/+0
* lavd: Drop unneeded av_init_packet()sVittorio Giovara2016-07-131-1/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-7/+8
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-091-0/+1
* x11grab: Unbreak buildingChristian Hujer2015-02-281-2/+2
* xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-241-0/+2
* x11grab: Check the XQueryPointer return valueAntonio Ospite2014-10-041-8/+10
* x11grab: Check XFixesGetCursorImage return valueLuca Barbato2014-10-041-0/+2
* x11grab: Check for XFixes availability at runtimeLuca Barbato2014-10-041-0/+19
* x11grab: Refactor pixel format parsingLuca Barbato2014-09-031-60/+57
* x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato2014-09-031-26/+34
* x11grab: Use a typedef for the context, as most other code doesLuca Barbato2014-08-281-10/+10
* x11grab: Drop a spurious space in the extension reporting messageLuca Barbato2014-08-281-1/+1
* x11grab: Small near-cosmetic refactoringsLuca Barbato2014-08-281-20/+15
* x11grab: K&R formatting cosmeticsLuca Barbato2014-08-281-136/+142
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-3/+3
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* x11grab: cosmetics: consistent naming for x11grab-related thingsDiego Biurrun2012-07-281-13/+12
* x11grab: fix a memory leak exposed by valgrindAntonio Ospite2012-03-161-0/+4
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-1/+0
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* misc Doxygen markup improvementsDiego Biurrun2011-12-051-2/+3
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-6/+6
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-11/+9
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-8/+0
* x11grab: add show_region AVOption.Yu-Jie Lin2011-07-311-0/+87
* x11grab: add follow_mouse AVOption.Yu-Jie Lin2011-07-311-3/+59
* x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov2011-07-081-3/+4
* libavdevice: Remove disabled code.Diego Biurrun2011-07-071-15/+0
* x11grab: remove a memory allocation and the associated memcpy.Sven C. Dack2011-06-121-7/+3
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-2/+0
* x11grab: add framerate private option.Anton Khirnov2011-06-041-10/+14
* x11grab: add video_size private option.Anton Khirnov2011-05-271-9/+39
* x11grab: factorize returning error codes.Anton Khirnov2011-05-271-9/+19
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Make x11grab cursor drawing suck lessJason Garrett-Glaser2010-11-071-9/+26
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-2/+0
* Fix grammar errors in documentationMåns Rullgård2010-06-301-5/+5
* Remove stray semicolon.Carl Eugen Hoyos2010-06-211-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* x11grab: AVFormatParameters are always passed from av_open_input_stream(),Ramiro Polla2010-03-231-1/+1
OpenPOWER on IntegriCloud