summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* vfwcap: Add fallback define for HWND_MESSAGEDiego Biurrun2014-08-251-0/+5
* pulse: Add a wallclock option to be compatible with other other capturesLuca Barbato2014-08-241-0/+5
* vfwcap: Drop fallback VfW definesDiego Biurrun2014-08-191-8/+0
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-3/+3
* vfwcap: Replace deprecated av_destruct_packet() by av_free_packet()Diego Biurrun2014-08-151-1/+1
* Bump major versions of all libraries.Anton Khirnov2014-08-091-1/+1
* oss_audio: Split muxer and demuxerNidhi Makhijani2014-07-185-202/+312
* avdevice: Give names to anonymously typedeffed structsDiego Biurrun2014-07-184-4/+4
* build: handle library dependencies in configureJanne Grunau2014-05-131-1/+0
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-091-2/+2
* alsa-audio-dec: explicitly cast the delay to a signed int64Anton Khirnov2013-12-031-1/+1
* timefilter: Handle memory allocation failureDerek Buitenhuis2013-10-293-1/+15
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-102-0/+3
* bktr: Changed a missed occurrance of open into avpriv_openMartin Storsjö2013-08-101-1/+1
* libavdevice: use avpriv_open()Rémi Denis-Courmont2013-08-075-6/+10
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-2/+0
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* sndio_dec: Add missing includes for av_gettime()Martin Storsjö2013-03-241-0/+1
* bktr: Add missing includes for av_gettime()Martin Storsjö2013-03-231-0/+1
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-2/+2
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-23/+67
* libcdio: support recent cdio-paranoiaLuca Barbato2013-01-171-0/+7
* v4l2: do not assert on a value received from outside of LibavAnton Khirnov2013-01-131-1/+6
* v4l2: set the average framerate instead of codec timebase.Anton Khirnov2013-01-131-4/+4
* v4l2: avoid pointless indirection.Anton Khirnov2013-01-131-22/+13
* build: Avoid detecting bogus components named 'x'Clément Bœsch2013-01-031-3/+1
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-281-20/+30
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-043-7/+0
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
OpenPOWER on IntegriCloud