| Commit message (Expand) | Author | Age | Files | Lines |
* | xcbgrab: Free the host string after checking the connection | Luca Barbato | 2015-03-08 | 1 | -3/+6 |
* | v4l2: Add support for h264 | Luca Barbato | 2015-03-02 | 1 | -1/+6 |
* | v4l2: Use the codec descriptor facility | Luca Barbato | 2015-03-02 | 1 | -2/+2 |
* | x11grab: Unbreak building | Christian Hujer | 2015-02-28 | 1 | -2/+2 |
* | xcbgrab: Unbreak parsing filename options | Luca Barbato | 2015-02-24 | 1 | -6/+14 |
* | xcbgrab: Provide better names for the y and x option | Luca Barbato | 2015-02-24 | 2 | -0/+4 |
* | bktr: Use av_strerror and propagate error codes | Himangi Saraogi | 2015-02-15 | 1 | -10/+22 |
* | xcbgrab: Use the correct geometry for the region highlight | Daniel Moran | 2015-02-15 | 1 | -1/+1 |
* | xcbgrab: Correctly make shm optional | Luca Barbato | 2015-02-15 | 1 | -4/+4 |
* | libdc1394: Add support for MONO8 (gray) video mode | Clay McClure | 2015-01-28 | 1 | -0/+1 |
* | xcbgrab: Move NULL check before pointer dereference | Vittorio Giovara | 2014-12-18 | 1 | -1/+5 |
* | xcbgrab: Support empty filename string correctly | Luca Barbato | 2014-12-10 | 1 | -2/+2 |
* | v4l2: Unify one instance of reading/storing errno | Martin Storsjö | 2014-11-11 | 1 | -3/+3 |
* | v4l2: Preserve errno values | Luca Barbato | 2014-11-09 | 1 | -16/+23 |
* | v4l2: Use av_strerror | Tristan Matthews | 2014-11-09 | 1 | -15/+34 |
* | jack: Use av_strerror | Luca Barbato | 2014-10-29 | 1 | -1/+4 |
* | fbdev: Use av_strerror | Luca Barbato | 2014-10-29 | 1 | -6/+14 |
* | lavd: fix building x11grab after a6674d2 | Anton Khirnov | 2014-10-28 | 1 | -1/+1 |
* | xcbgrab: XCB-based screen capture | Luca Barbato | 2014-10-26 | 4 | -2/+659 |
* | oss_audio: use a macro to simplify ioctl() error checking | Timothy Gu | 2014-10-18 | 1 | -14/+17 |
* | x11grab: Check the XQueryPointer return value | Antonio Ospite | 2014-10-04 | 1 | -8/+10 |
* | x11grab: Check XFixesGetCursorImage return value | Luca Barbato | 2014-10-04 | 1 | -0/+2 |
* | x11grab: Check for XFixes availability at runtime | Luca Barbato | 2014-10-04 | 1 | -0/+19 |
* | x11grab: Refactor pixel format parsing | Luca Barbato | 2014-09-03 | 1 | -60/+57 |
* | x11grab: Fallback to normal XImage if SHM is not supported | Luca Barbato | 2014-09-03 | 1 | -26/+34 |
* | x11grab: Use a typedef for the context, as most other code does | Luca Barbato | 2014-08-28 | 1 | -10/+10 |
* | x11grab: Drop a spurious space in the extension reporting message | Luca Barbato | 2014-08-28 | 1 | -1/+1 |
* | x11grab: Small near-cosmetic refactorings | Luca Barbato | 2014-08-28 | 1 | -20/+15 |
* | x11grab: K&R formatting cosmetics | Luca Barbato | 2014-08-28 | 1 | -136/+142 |
* | pulse: Set the wallclock option as default | Luca Barbato | 2014-08-27 | 1 | -1/+1 |
* | vfwcap: Add fallback define for HWND_MESSAGE | Diego Biurrun | 2014-08-25 | 1 | -0/+5 |
* | pulse: Add a wallclock option to be compatible with other other captures | Luca Barbato | 2014-08-24 | 1 | -0/+5 |
* | vfwcap: Drop fallback VfW defines | Diego Biurrun | 2014-08-19 | 1 | -8/+0 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -3/+3 |
* | vfwcap: Replace deprecated av_destruct_packet() by av_free_packet() | Diego Biurrun | 2014-08-15 | 1 | -1/+1 |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -1/+1 |
* | oss_audio: Split muxer and demuxer | Nidhi Makhijani | 2014-07-18 | 5 | -202/+312 |
* | avdevice: Give names to anonymously typedeffed structs | Diego Biurrun | 2014-07-18 | 4 | -4/+4 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -1/+0 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 1 | -1/+1 |
* | configure: Prefix libc-related variables with "libc_" | Diego Biurrun | 2013-12-09 | 1 | -2/+2 |
* | alsa-audio-dec: explicitly cast the delay to a signed int64 | Anton Khirnov | 2013-12-03 | 1 | -1/+1 |
* | timefilter: Handle memory allocation failure | Derek Buitenhuis | 2013-10-29 | 3 | -1/+15 |
* | libavutil: Make avpriv_open a library-internal function on msvcrt | Martin Storsjö | 2013-08-10 | 2 | -0/+3 |
* | bktr: Changed a missed occurrance of open into avpriv_open | Martin Storsjö | 2013-08-10 | 1 | -1/+1 |
* | libavdevice: use avpriv_open() | Rémi Denis-Courmont | 2013-08-07 | 5 | -6/+10 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
* | sndio_dec: Add missing includes for av_gettime() | Martin Storsjö | 2013-03-24 | 1 | -0/+1 |