summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+8
|\
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
* | Merge commit '87f98a2b9d4c7218ad82bb45347a53b65e5244f3'Michael Niedermayer2015-07-111-1/+1
|\ \ | |/
| * 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
* | doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-163-3/+3
* | Remove a few occurences of "long long" from the libraries.Carl Eugen Hoyos2015-06-131-1/+1
* | avdevice/openal-dec: Make al_format_info constMichael Niedermayer2015-06-111-2/+2
* | avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet()Michael Niedermayer2015-06-101-1/+1
* | Merge commit 'bc1eace1b3654c490cb2c226b3c80854244dbb9a'Michael Niedermayer2015-06-081-0/+4
|\ \ | |/
| * jack: Check memory allocationVittorio Giovara2015-06-081-0/+4
| * xcbgrab: Accept geometries matching the screen sizeNicolas George2015-05-061-2/+2
* | avdevice/iec61883: Check pthread init for failuresMichael Niedermayer2015-06-071-3/+6
* | avdevice/x11grab: use av_clip() instead of nested min & maxClément Bœsch2015-06-061-4/+4
* | avdevice/v4l2: Fix vertical alignment in list_formats() outputMichael Niedermayer2015-05-161-2/+2
* | avdevice/v4l2: Try to fix build on netbsd/openbsdMichael Niedermayer2015-05-091-1/+4
* | lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L...Giorgio Vazzana2015-05-081-15/+22
* | lavd/v4l2: fix typoGiorgio Vazzana2015-05-081-1/+1
* | avdevice/dshow_capture: avoid #ifdef, use ff_dlog() for dshowdebug()Michael Niedermayer2015-05-071-5/+3
* | lavd/xcbgrab: fix comparison with screen size.Nicolas George2015-05-061-2/+2
* | Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641'Michael Niedermayer2015-04-301-2/+11
|\ \ | |/
| * xcbgrab: Validate the capture areaLuca Barbato2015-04-301-2/+11
* | Merge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b'Michael Niedermayer2015-04-301-2/+14
|\ \ | |/
| * xcbgrab: Do not assume the non shm image data is always availableLuca Barbato2015-04-301-2/+14
* | lavd/v4l2: print buffer flags in case of errorGiorgio Vazzana2015-04-241-2/+2
* | dshow: add capture device save and loadMate Sebok2015-04-222-3/+98
* | Merge commit '386e2755aab73ae7075f78d92786cb5c5419597a'Michael Niedermayer2015-04-201-0/+2
|\ \ | |/
| * jack: Check memory allocationFederico Tomassetti2015-04-191-0/+2
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-202-3/+3
|\ \ | |/
| * 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
* | Merge commit '4f373a5111f900af54301907132942f95276285c'Michael Niedermayer2015-04-111-0/+3
|\ \ | |/
| * vfwcap: Unbreak building after c201069faMartin Storsjö2015-04-111-3/+6
* | avdevice/vfwcap: revert header reordering from c201069fac9a76e6604f9d84d76a17...Michael Niedermayer2015-04-101-3/+3
* | Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc'Michael Niedermayer2015-04-0914-30/+28
|\ \ | |/
| * avdevice: Apply a more consistent file naming schemeDiego Biurrun2015-04-0914-29/+27
* | avdevice/vfwcap: put the headers back in the order in which they need to beMichael Niedermayer2015-04-091-1/+1
* | Merge commit 'c201069fac9a76e6604f9d84d76a172434d62200'Michael Niedermayer2015-04-0910-21/+45
|\ \ | |/
| * avdevice: Add missing header for NULL_IF_CONFIG_SMALLDiego Biurrun2015-04-0910-19/+40
| * xcbgrab: Check av_strdup() allocationVittorio Giovara2015-03-121-0/+2
* | avdevice/avfoundation: Fix occured typoMichael Niedermayer2015-03-301-1/+1
* | libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer APIMatthieu Bouron2015-03-291-6/+15
* | libavdevice/avfoundation: add capture_mouse_clicks optionMatthieu Bouron2015-03-291-0/+15
* | libavdevice/avfoundation: add capture_cursor optionMatthieu Bouron2015-03-291-0/+19
* | libavdevice/avfoundation: add framerate and video size optionsMatthieu Bouron2015-03-291-0/+130
* | lavd/avfoundation: Silence warnings when compiling for iOS.Carl Eugen Hoyos2015-03-101-5/+5
* | lavd/avfoundation: Silence c99 warnings when using gcc.Carl Eugen Hoyos2015-03-101-36/+41
* | lavd/qtkit: Silence deprecation warnings when using clang.Carl Eugen Hoyos2015-03-101-0/+4
* | Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8'Michael Niedermayer2015-03-081-0/+1
|\ \ | |/
OpenPOWER on IntegriCloud