summaryrefslogtreecommitdiffstats
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAgeFilesLines
* 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