summaryrefslogtreecommitdiff
path: root/libavdevice/x11grab.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-06
|\
| * misc Doxygen markup improvementsDiego Biurrun2011-12-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Force opaque alpha channel for 32bit x11grab image.Carl Eugen Hoyos2011-11-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-15
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-01
|\|
| * x11grab: add show_region AVOption.Yu-Jie Lin2011-07-31
| * x11grab: add follow_mouse AVOption.Yu-Jie Lin2011-07-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-09
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-06
|\|
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-05
|\|
| * x11grab: add framerate private option.Anton Khirnov2011-06-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * x11grab: add video_size private option.Anton Khirnov2011-05-27
| * x11grab: factorize returning error codes.Anton Khirnov2011-05-27
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * 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
* | Cosmetics: Rename variable param as the more appropriate dpyname.Sven C. Dack2011-04-12
* | Cosmetics: Fix white-space in av_log() message.Sven C. Dack2011-04-12
* | x11: fix memleakCarl Eugen Hoyos2011-04-10
* | Remove a memory allocation and the associated memcpy.Sven C. Dack2011-03-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* 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