summaryrefslogtreecommitdiff
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAge
* 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
* Add nomouse option to not record the mouse cursor.Michael Niedermayer2009-11-27
* Remove unused stuff.Michael Niedermayer2009-11-27
* Real cursor support in x11grab.Roxis2009-11-27
* x11grab: remove unnecessary #includes and senseless #defineMåns Rullgård2009-07-21
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Do not invade _t POSIX namespace.Diego Biurrun2008-12-13
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unneeded sys/mman.h #include.Diego Biurrun2008-03-24
* Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.Diego Biurrun2008-03-20
* typo fixesDiego Biurrun2008-03-15
* More verbose error log message.Benoit Fouet2008-01-18
* Introduce libavdeviceLuca Abeni2007-11-22