46 Commits (e72657f83dc9f31dc0c1eb09ab2e7e704d59643e)

Author SHA1 Message Date
Yu-Jie Lin 1442d29533 x11grab: add show_region AVOption. 13 years ago
Yu-Jie Lin 085791a92e x11grab: add follow_mouse AVOption. 13 years ago
Anton Khirnov ce558c8f59 x11grab: replace undocumented nomouse hackery with a private option. 14 years ago
Diego Biurrun f9853c1b9c libavdevice: Remove disabled code. 14 years ago
Sven C. Dack 2f2c60400a x11grab: remove a memory allocation and the associated memcpy. 14 years ago
Anton Khirnov 367732832f lavf,lavc: free avoptions in a generic way. 14 years ago
Anton Khirnov ff494cbdaf x11grab: add framerate private option. 14 years ago
Stefano Sabatini 6b899e16de lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h 14 years ago
Anton Khirnov 724a900c45 x11grab: add video_size private option. 14 years ago
Anton Khirnov 3102fb0351 x11grab: factorize returning error codes. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Sven C. Dack 44a8b0ddd9 Cosmetics: Rename variable param as the more appropriate dpyname. 14 years ago
Sven C. Dack 9af2097120 Cosmetics: Fix white-space in av_log() message. 14 years ago
Carl Eugen Hoyos c55efca05b x11: fix memleak 14 years ago
Sven C. Dack 39530272c5 Remove a memory allocation and the associated memcpy. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Jason Garrett-Glaser 8ce803db51 Make x11grab cursor drawing suck less 14 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function documentation. 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Carl Eugen Hoyos 33e7febdbe Remove stray semicolon. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Ramiro Polla 85f273c7ca x11grab: AVFormatParameters are always passed from av_open_input_stream(), 15 years ago
Carl Eugen Hoyos 3d1ebac8f7 Define _XOPEN_SOURCE as 600 before including a XSI extension header. 15 years ago
Carl Eugen Hoyos 1f15747fc9 Use enum PixelFormat as type for input_pixfmt to avoid one icc warning. 15 years ago
Michael Niedermayer f6dcc93705 Add nomouse option to not record the mouse cursor. 15 years ago
Michael Niedermayer a5a61fac3b Remove unused stuff. 15 years ago
Roxis 781c1aa6dc Real cursor support in x11grab. 15 years ago
Måns Rullgård 62a0525d3b x11grab: remove unnecessary #includes and senseless #define 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 616deed28f Do not invade _t POSIX namespace. 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 362b3bf757 Remove unneeded sys/mman.h #include. 17 years ago
Diego Biurrun b00675499c Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Benoit Fouet e2d3e82dfd More verbose error log message. 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Panagiotis Issaris 5632e568c0 Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Panagiotis Issaris ca4544409e Make x11grab output its warning that it couldn't find the mouse pointer only 18 years ago
Diego Biurrun 6187b8bde3 typo: pallete --> palette 18 years ago
Panagiotis Issaris 0cd4faf977 Allow provision of displaynumber, screennumber, x-offset and y-offset parameters 18 years ago
Baptiste Coudurier 7224e89638 dont segv is ap->device is not set, display error message 18 years ago