aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-6/+6
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+9
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-11/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-8/+0
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-8/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-011-3/+146
|\|
| * x11grab: add show_region AVOption.Yu-Jie Lin2011-07-311-0/+87
| * x11grab: add follow_mouse AVOption.Yu-Jie Lin2011-07-311-3/+59
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-18/+4
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-2/+0
|\|
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-051-10/+14
|\|
| * x11grab: add framerate private option.Anton Khirnov2011-06-041-10/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-18/+58
|\|
| * x11grab: add video_size private option.Anton Khirnov2011-05-271-9/+39
| * x11grab: factorize returning error codes.Anton Khirnov2011-05-271-9/+19
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-2/+0
|\|
| * 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
* | Cosmetics: Rename variable param as the more appropriate dpyname.Sven C. Dack2011-04-121-6/+6
* | Cosmetics: Fix white-space in av_log() message.Sven C. Dack2011-04-121-1/+1
* | x11: fix memleakCarl Eugen Hoyos2011-04-101-0/+1
* | Remove a memory allocation and the associated memcpy.Sven C. Dack2011-03-301-7/+3
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-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