index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavdevice
/
x11grab.c
Age
Commit message (
Expand
)
Author
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-11-07
Make x11grab cursor drawing suck less
Jason Garrett-Glaser
2010-07-02
Remove non-existing stray arguments from Doxygen function documentation.
Diego Biurrun
2010-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-06-21
Remove stray semicolon.
Carl Eugen Hoyos
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-23
x11grab: AVFormatParameters are always passed from av_open_input_stream(),
Ramiro Polla
2009-12-14
Define _XOPEN_SOURCE as 600 before including a XSI extension header.
Carl Eugen Hoyos
2009-12-14
Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.
Carl Eugen Hoyos
2009-11-27
Add nomouse option to not record the mouse cursor.
Michael Niedermayer
2009-11-27
Remove unused stuff.
Michael Niedermayer
2009-11-27
Real cursor support in x11grab.
Roxis
2009-07-21
x11grab: remove unnecessary #includes and senseless #define
Måns Rullgård
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-13
Do not invade _t POSIX namespace.
Diego Biurrun
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-24
Remove unneeded sys/mman.h #include.
Diego Biurrun
2008-03-20
Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
Diego Biurrun
2008-03-15
typo fixes
Diego Biurrun
2008-01-18
More verbose error log message.
Benoit Fouet
2007-11-22
Introduce libavdevice
Luca Abeni