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