| Commit message (Expand) | Author | Age | Files | Lines |
* | lavd/v4l2: don't use avpriv_ prefix for internal functions | James Almer | 2014-10-29 | 4 | -30/+30 |
* | Use v4l2 input format automatically if filename starts with "/dev/video" | Andrey Utkin | 2014-10-29 | 1 | -0/+8 |
* | avdevice/xcbgrab: set avclass category | Michael Niedermayer | 2014-10-28 | 1 | -0/+1 |
* | Merge commit 'a6674d2e7771dbf7a4a5556f5e126be83cadac96' | Michael Niedermayer | 2014-10-27 | 4 | -1/+658 |
|\ |
|
| * | xcbgrab: XCB-based screen capture | Luca Barbato | 2014-10-26 | 4 | -2/+659 |
* | | lavd/avfoundation: Fix compilation for non MAC OS devices by conditional comp... | Thilo Borgmann | 2014-10-27 | 1 | -0/+8 |
* | | lavd/avfoundation: Add support for screen capturing. | Thilo Borgmann | 2014-10-25 | 1 | -14/+56 |
* | | avdeviece: Read errno before av_log() as the callback from av_log() might aff... | Michael Niedermayer | 2014-10-25 | 1 | -3/+3 |
* | | lavd/fbdev_common: report error during probing fbdev device | Lukasz Marek | 2014-10-21 | 1 | -1/+6 |
* | | lavd/fbdev_dec: use default device when not provided | Lukasz Marek | 2014-10-21 | 1 | -2/+8 |
* | | lavd: export all symbols with av_ prefix | Lukasz Marek | 2014-10-20 | 1 | -1/+1 |
* | | Merge commit 'b7c77912b62163b3b46ce93fe42fff3c83604c82' | Michael Niedermayer | 2014-10-18 | 1 | -2/+4 |
|\| |
|
| * | oss_audio: use a macro to simplify ioctl() error checking | Timothy Gu | 2014-10-18 | 1 | -14/+17 |
* | | Merge commit '2a5ac99e6e06078713f684fee2466c91f677b303' | Michael Niedermayer | 2014-10-05 | 1 | -16/+11 |
|\| |
|
| * | x11grab: Check the XQueryPointer return value | Antonio Ospite | 2014-10-04 | 1 | -8/+10 |
* | | Merge commit '5b9c817dc7577b6d44acc94d73b9c77c52cda489' | Michael Niedermayer | 2014-10-05 | 1 | -2/+1 |
|\| |
|
| * | x11grab: Check XFixesGetCursorImage return value | Luca Barbato | 2014-10-04 | 1 | -0/+2 |
* | | Merge commit '89fa2b5616274194d90bde0aeebf6adbd1245193' | Michael Niedermayer | 2014-10-05 | 1 | -0/+19 |
|\| |
|
| * | x11grab: Check for XFixes availability at runtime | Luca Barbato | 2014-10-04 | 1 | -0/+19 |
* | | lavd/avfoundation: Add basic PCM audio support. | Thilo Borgmann | 2014-09-28 | 1 | -14/+331 |
* | | lavd/avfoundation: Use microseconds as common timebase. | Thilo Borgmann | 2014-09-26 | 1 | -1/+1 |
* | | lavd/avfoundation: Simplify debug message generation. | Thilo Borgmann | 2014-09-26 | 1 | -2/+1 |
* | | lavd/avfoundation: Using the actual stream index instead of hardcoded value. | Thilo Borgmann | 2014-09-26 | 1 | -1/+4 |
* | | lavd/avfoundation: Split adding a device and getting the device configuration... | Thilo Borgmann | 2014-09-26 | 1 | -89/+105 |
* | | Skip decklink_common_c.h when running make checkheaders. | Carl Eugen Hoyos | 2014-09-23 | 1 | -1/+2 |
* | | avdevice/version: bump minor for the decklink input | Michael Niedermayer | 2014-09-22 | 1 | -1/+1 |
* | | avdevice: add decklink input support | Deti Fliegl | 2014-09-22 | 5 | -2/+620 |
* | | avdevice/decklink: move general code of decklink encoder to common file | Deti Fliegl | 2014-09-22 | 7 | -193/+380 |
* | | avdevice/lavfi: dont assign variables to themselfs | Michael Niedermayer | 2014-09-13 | 1 | -6/+6 |
* | | avdevice/x11grab: fix cursor drawing in multi-screen setup | Antonio Ospite | 2014-09-09 | 1 | -1/+8 |
* | | avdevice/x11grab: rename the "w" Window to "root" in paint_mouse_pointer | Antonio Ospite | 2014-09-09 | 1 | -3/+3 |
* | | lavd/v4l2: introduce enqueue_buffer() | Giorgio Vazzana | 2014-09-06 | 1 | -18/+21 |
* | | lavd/v4l2: simplify list_formats() | Giorgio Vazzana | 2014-09-05 | 1 | -3/+3 |
* | | lavd/v4l2: simplify list_framesizes() | Giorgio Vazzana | 2014-09-05 | 1 | -3/+3 |
* | | lavd/v4l2: remove unneeded variable in device_init() | Giorgio Vazzana | 2014-09-05 | 1 | -3/+1 |
* | | lavd/v4l2: simplify first_field() | Giorgio Vazzana | 2014-09-05 | 1 | -7/+5 |
* | | lavd/v4l2: Replace s1 with ctx for consistency. | Giorgio Vazzana | 2014-09-05 | 1 | -57/+57 |
* | | libavdevice/v4l2: fix descriptors leak on error paths | Dmitry Volyntsev | 2014-09-04 | 1 | -17/+20 |
* | | avdevice/x11grab: fix error handling in pixel formats | Michael Niedermayer | 2014-09-04 | 1 | -1/+4 |
* | | Merge commit '65e78a2e4b111627c0ebdf2c9baec95e5e21560d' | Michael Niedermayer | 2014-09-03 | 1 | -75/+71 |
|\| |
|
| * | x11grab: Refactor pixel format parsing | Luca Barbato | 2014-09-03 | 1 | -60/+57 |
* | | Merge commit 'bb3ead7e54fec205c595cfb8b1d8900d50d3d1cc' | Michael Niedermayer | 2014-09-03 | 1 | -26/+34 |
|\| |
|
| * | x11grab: Fallback to normal XImage if SHM is not supported | Luca Barbato | 2014-09-03 | 1 | -26/+34 |
* | | xv.c: Add missing const to lookup table. | Reimar Döffinger | 2014-08-30 | 1 | -2/+2 |
* | | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 2 | -2/+2 |
* | | Merge commit '58396e806c65fe0eb00e6ccf1980f810cdceed05' | Michael Niedermayer | 2014-08-28 | 1 | -10/+10 |
|\| |
|
| * | x11grab: Use a typedef for the context, as most other code does | Luca Barbato | 2014-08-28 | 1 | -10/+10 |
* | | Merge commit '7bb505a33ca131906b2ceb2f298e104c862740ea' | Michael Niedermayer | 2014-08-28 | 1 | -1/+1 |
|\| |
|
| * | x11grab: Drop a spurious space in the extension reporting message | Luca Barbato | 2014-08-28 | 1 | -1/+1 |
* | | Merge commit '20e82b41fcad23ebbb18d89948aebfcc53921198' | Michael Niedermayer | 2014-08-28 | 1 | -17/+9 |
|\| |
|