summaryrefslogtreecommitdiffstats
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define _XOPEN_SOURCE as 600 before including a XSI extension header.Carl Eugen Hoyos2009-12-141-0/+2
* Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.Carl Eugen Hoyos2009-12-141-1/+1
* Add nomouse option to not record the mouse cursor.Michael Niedermayer2009-11-271-1/+3
* Remove unused stuff.Michael Niedermayer2009-11-271-29/+0
* Real cursor support in x11grab.Roxis2009-11-271-87/+29
* x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård2009-07-211-6/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-131-8/+8
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Remove unneeded sys/mman.h #include.Diego Biurrun2008-03-241-3/+0
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-201-0/+3
* typo fixesDiego Biurrun2008-03-151-1/+1
* More verbose error log message.Benoit Fouet2008-01-181-1/+1
* Introduce libavdeviceLuca Abeni2007-11-221-0/+529
OpenPOWER on IntegriCloud