summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-267-8/+8
* Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-212-3/+5
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-12/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-272-2/+2
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
* fbdev: Support the RGB565 colour space.Dan Flett2015-07-111-0/+1
* xcbgrab: Explicitly include xcb/shape.hLuca Barbato2015-07-061-0/+1
* lavd: Add library identifierVittorio Giovara2015-07-011-1/+3
* jack: Check memory allocationVittorio Giovara2015-06-081-0/+4
* xcbgrab: Accept geometries matching the screen sizeNicolas George2015-05-061-2/+2
* xcbgrab: Validate the capture areaLuca Barbato2015-04-301-2/+11
* xcbgrab: Do not assume the non shm image data is always availableLuca Barbato2015-04-301-2/+14
* jack: Check memory allocationFederico Tomassetti2015-04-191-0/+2
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-192-3/+3
* libdc1394: Unbreak build after c201069faMichael Kostylev2015-04-111-10/+10
* vfwcap: Unbreak building after c201069faMartin Storsjö2015-04-111-3/+6
* avdevice: Apply a more consistent file naming schemeDiego Biurrun2015-04-0914-29/+27
* avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-0910-19/+40
* xcbgrab: Check av_strdup() allocationVittorio Giovara2015-03-121-0/+2
* xcbgrab: Free the host string after checking the connectionLuca Barbato2015-03-081-3/+6
* v4l2: Add support for h264Luca Barbato2015-03-021-1/+6
* v4l2: Use the codec descriptor facilityLuca Barbato2015-03-021-2/+2
* x11grab: Unbreak buildingChristian Hujer2015-02-281-2/+2
* xcbgrab: Unbreak parsing filename optionsLuca Barbato2015-02-241-6/+14
* xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-242-0/+4
* bktr: Use av_strerror and propagate error codesHimangi Saraogi2015-02-151-10/+22
* xcbgrab: Use the correct geometry for the region highlightDaniel Moran2015-02-151-1/+1
* xcbgrab: Correctly make shm optionalLuca Barbato2015-02-151-4/+4
* libdc1394: Add support for MONO8 (gray) video modeClay McClure2015-01-281-0/+1
* xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara2014-12-181-1/+5
* xcbgrab: Support empty filename string correctlyLuca Barbato2014-12-101-2/+2
* v4l2: Unify one instance of reading/storing errnoMartin Storsjö2014-11-111-3/+3
* v4l2: Preserve errno valuesLuca Barbato2014-11-091-16/+23
* v4l2: Use av_strerrorTristan Matthews2014-11-091-15/+34
* jack: Use av_strerrorLuca Barbato2014-10-291-1/+4
* fbdev: Use av_strerrorLuca Barbato2014-10-291-6/+14
* lavd: fix building x11grab after a6674d2Anton Khirnov2014-10-281-1/+1
* xcbgrab: XCB-based screen captureLuca Barbato2014-10-264-2/+659
* oss_audio: use a macro to simplify ioctl() error checkingTimothy Gu2014-10-181-14/+17
* x11grab: Check the XQueryPointer return valueAntonio Ospite2014-10-041-8/+10
* x11grab: Check XFixesGetCursorImage return valueLuca Barbato2014-10-041-0/+2
* x11grab: Check for XFixes availability at runtimeLuca Barbato2014-10-041-0/+19
* x11grab: Refactor pixel format parsingLuca Barbato2014-09-031-60/+57
* x11grab: Fallback to normal XImage if SHM is not supportedLuca Barbato2014-09-031-26/+34
* x11grab: Use a typedef for the context, as most other code doesLuca Barbato2014-08-281-10/+10
* x11grab: Drop a spurious space in the extension reporting messageLuca Barbato2014-08-281-1/+1
* x11grab: Small near-cosmetic refactoringsLuca Barbato2014-08-281-20/+15
* x11grab: K&R formatting cosmeticsLuca Barbato2014-08-281-136/+142
* pulse: Set the wallclock option as defaultLuca Barbato2014-08-271-1/+1