1107 Commits (63276fa9c1d14a17356c5e0c50eb5413dae846df)

Author SHA1 Message Date
Thilo Borgmann 48c29883fc lavd/avfoundation: Use internal av_strtok instead of std lib strtok 10 years ago
Luca Barbato 09f25533a5 v4l2: Preserve errno values 10 years ago
Tristan Matthews a1a259881f v4l2: Use av_strerror 10 years ago
Michael Niedermayer 6f21fb7932 Revert "v4l2: setting device parameters early" 10 years ago
Giorgio Vazzana be0356ca05 lavd/v4l2: use pixel format variable names consistently 10 years ago
Andrey Utkin 4fd7067987 v4l2: support MPEG4 compressed streams 10 years ago
Lukasz Marek fe72622819 lavd/alsa: implement get_device_list callbacks 10 years ago
Michael Niedermayer db442c8736 avdevice/xcbgrab: Fix offset support 10 years ago
Carl Eugen Hoyos 792f0f2045 Fix compilation of xcbgrab if xcb/shape.h is not available. 10 years ago
Carl Eugen Hoyos 8c0ae9015a Fix xcbgrab build if shm is not available. 10 years ago
Michael Niedermayer 7729f43312 avdevice/fbdev_dec: use errno instead of ret for av_log 10 years ago
Luca Barbato 2cd28693a5 jack: Use av_strerror 10 years ago
Luca Barbato 043ea6f7bf fbdev: Use av_strerror 10 years ago
James Almer 931da6a5e9 lavd/v4l2: don't use avpriv_ prefix for internal functions 10 years ago
Andrey Utkin b608fba672 Use v4l2 input format automatically if filename starts with "/dev/video" 10 years ago
Michael Niedermayer 280da99a8f avdevice/xcbgrab: set avclass category 10 years ago
Anton Khirnov 4ad1eba011 lavd: fix building x11grab after a6674d2 10 years ago
Thilo Borgmann ed2e97ce6a lavd/avfoundation: Fix compilation for non MAC OS devices by conditional compilation of screen capture capabilities. 10 years ago
Luca Barbato a6674d2e77 xcbgrab: XCB-based screen capture 10 years ago
Thilo Borgmann a6555f88aa lavd/avfoundation: Add support for screen capturing. 10 years ago
Michael Niedermayer a630969535 avdeviece: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Lukasz Marek 6aa1cfed0b lavd/fbdev_common: report error during probing fbdev device 10 years ago
Lukasz Marek da833a6d09 lavd/fbdev_dec: use default device when not provided 10 years ago
Lukasz Marek e493814d61 lavd: export all symbols with av_ prefix 10 years ago
Timothy Gu b7c77912b6 oss_audio: use a macro to simplify ioctl() error checking 10 years ago
Antonio Ospite 2a5ac99e6e x11grab: Check the XQueryPointer return value 10 years ago
Luca Barbato 5b9c817dc7 x11grab: Check XFixesGetCursorImage return value 10 years ago
Luca Barbato 89fa2b5616 x11grab: Check for XFixes availability at runtime 10 years ago
Thilo Borgmann dd16a0d8cc lavd/avfoundation: Add basic PCM audio support. 10 years ago
Thilo Borgmann f2254e36c0 lavd/avfoundation: Use microseconds as common timebase. 10 years ago
Thilo Borgmann 1ea7a3e04e lavd/avfoundation: Simplify debug message generation. 10 years ago
Thilo Borgmann 92827e1869 lavd/avfoundation: Using the actual stream index instead of hardcoded value. 10 years ago
Thilo Borgmann a69c70e148 lavd/avfoundation: Split adding a device and getting the device configuration into separate functions. 10 years ago
Carl Eugen Hoyos 9f0ba52f34 Skip decklink_common_c.h when running make checkheaders. 10 years ago
Michael Niedermayer f3aaec781a avdevice/version: bump minor for the decklink input 10 years ago
Deti Fliegl bac6cfcb3a avdevice: add decklink input support 10 years ago
Deti Fliegl a5e040ee3c avdevice/decklink: move general code of decklink encoder to common file 10 years ago
Michael Niedermayer 52c85b194b avdevice/lavfi: dont assign variables to themselfs 10 years ago
Antonio Ospite 69c34a6ac9 avdevice/x11grab: fix cursor drawing in multi-screen setup 10 years ago
Antonio Ospite 5a8e51f661 avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointer 10 years ago
Giorgio Vazzana d7e088849e lavd/v4l2: introduce enqueue_buffer() 10 years ago
Giorgio Vazzana 0b890425e3 lavd/v4l2: simplify list_formats() 10 years ago
Giorgio Vazzana 7865cafec2 lavd/v4l2: simplify list_framesizes() 10 years ago
Giorgio Vazzana 55cf7d9713 lavd/v4l2: remove unneeded variable in device_init() 10 years ago
Giorgio Vazzana 3da359c140 lavd/v4l2: simplify first_field() 10 years ago
Giorgio Vazzana 39750b7364 lavd/v4l2: Replace s1 with ctx for consistency. 10 years ago
Dmitry Volyntsev fe8f4c71e3 libavdevice/v4l2: fix descriptors leak on error paths 10 years ago
Michael Niedermayer 4f63d6d3b5 avdevice/x11grab: fix error handling in pixel formats 10 years ago
Luca Barbato 65e78a2e4b x11grab: Refactor pixel format parsing 10 years ago
Luca Barbato bb3ead7e54 x11grab: Fallback to normal XImage if SHM is not supported 10 years ago