ffmpeg/libavdevice
Clément Bœsch 9ae1ffe641 Merge commit '1818a640cf'
* commit '1818a640cf':
  build: Fix dependencies for alsa/jack/sndio support

Added explicit enable (which will be automatically added later on in
ee480790c) to actually fix this commit. Without the explicit enables,
alsa, jack and sndio gets disabled.

Also added jack, alsa and sndio to the have list so the HAVE_* are
populated to make (this fixes the SKIPHEADERS chunks).

Merged-by: Clément Bœsch <u@pkh.me>
2017-04-17 09:28:34 +02:00
..
tests Merge commit '93fed46a92' 2017-03-19 16:08:27 +01:00
alldevices.c Merge commit '5ed4644d6d' 2017-03-15 22:19:56 +01:00
alsa.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
alsa.h avdevice/alsa: add av_warn_unused_result 2015-10-16 07:54:36 -04:00
alsa_dec.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
alsa_enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
avdevice.c avdevice: Use av_format_get_control_message_cb() 2015-01-16 02:13:01 +01:00
avdevice.h Merge commit '5ed4644d6d' 2017-03-15 22:19:56 +01:00
avdeviceres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
avfoundation.m avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:34:42 +02:00
bktr.c Merge commit '2f806622e1' 2017-03-24 12:41:31 +01:00
caca.c avdevice/caca: switch to codecpar 2016-04-11 01:34:02 +02:00
decklink_common.cpp avdevice/decklink: remove pthread dependency 2017-04-15 12:26:21 +02:00
decklink_common.h avdevice/decklink: remove pthread dependency 2017-04-15 12:26:21 +02:00
decklink_common_c.h avdevice/decklink: new option 'format_code' to set video format by fourCC 2017-03-22 02:07:50 +01:00
decklink_dec.cpp avdevice/decklink: remove pthread dependency 2017-04-15 12:26:21 +02:00
decklink_dec.h cosmetics: Correct comments in decklink_dec 2016-08-02 13:01:12 -07:00
decklink_dec_c.c avdevice/decklink: new option 'format_code' to set video format by fourCC 2017-03-22 02:07:50 +01:00
decklink_enc.cpp avdevice/decklink: remove pthread dependency 2017-04-15 12:26:21 +02:00
decklink_enc.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
decklink_enc_c.c avdevice/decklink_enc: convert AVFMT_RAWPICTURE to AV_CODEC_ID_WRAPPED_AVFRAME 2017-02-26 22:47:33 +01:00
dshow.c dshow: avoid duplicate NULL check before free 2016-06-23 03:18:16 +02:00
dshow_capture.h dshow: don't add two instances of same device to graphs 2016-06-23 03:18:16 +02:00
dshow_common.c dshow: rename dshow.h to avoid conflict with system header of equal name 2012-05-24 14:15:10 +02:00
dshow_crossbar.c lavd/dshow_crossbar: remove trailing whitespace 2016-03-28 13:31:38 -08:00
dshow_enummediatypes.c avdevice/dshow_enummediatypes: check return of av_malloc 2015-11-06 09:36:57 -05:00
dshow_enumpins.c dshow: rename dshow.h to avoid conflict with system header of equal name 2012-05-24 14:15:10 +02:00
dshow_filter.c avdevice/dshow: satisfy alloc contract better 2016-08-20 12:06:50 +02:00
dshow_pin.c dshow: show more debug timestamp info 2015-07-31 18:30:03 +02:00
dv1394.c cosmetics: fix some misspelled words 2016-07-17 13:10:27 -03:00
dv1394.h miscellaneous typo fixes 2012-12-21 00:18:34 +01:00
fbdev_common.c Merge commit '87f98a2b9d' 2015-07-11 12:25:03 +02:00
fbdev_common.h lavd/fbdev_enc: move list device code to fbdev_common 2014-04-30 00:35:42 +02:00
fbdev_dec.c avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:34:42 +02:00
fbdev_enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
file_open.c libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
gdigrab.c avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATE 2016-06-09 10:34:42 +02:00
iec61883.c avdevice/iec61883: free packet on buffer allocation error 2017-02-19 16:41:43 +01:00
internal.h avdevice/internal: add av_warn_unused_result 2015-10-16 17:28:40 -04:00
jack.c avdev/jack: remove duplicated dispatch macros 2016-07-26 23:10:47 +01:00
lavfi.c lavd/lavfi: use buffersink accessors. 2017-01-12 14:06:16 +01:00
libavdevice.v Merge commit '535a742c26' 2016-06-27 17:56:47 +02:00
libcdio.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
libdc1394.c Merge commit '4a1ef54398' 2017-04-09 14:22:43 +02:00
Makefile Merge commit '1818a640cf' 2017-04-17 09:28:34 +02:00
openal-dec.c lavd/openal: don't return zero sized packet if no samples are available 2016-10-03 21:15:48 +02:00
opengl_enc.c lavd/opengl_enc: Fix a typo. 2017-02-23 00:11:43 +01:00
opengl_enc_shaders.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
oss.c Merge commit '8d26c193fb' 2015-04-09 21:36:42 +02:00
oss.h Merge commit '8d26c193fb' 2015-04-09 21:36:42 +02:00
oss_dec.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
oss_enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
pulse_audio_common.c avdevice/pulse_audio_common: Use av_freep(), avoid leaving stale pointers 2014-11-21 18:02:01 +01:00
pulse_audio_common.h avdevice/pulse_audio_common: add av_warn_unused_result 2015-10-22 19:03:50 -04:00
pulse_audio_dec.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
pulse_audio_enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
qtkit.m lavd/qtkit: Silence deprecation warnings when using clang. 2015-03-10 12:11:15 +01:00
sdl2.c lavd/sdl2: add sdl alias 2016-09-25 18:08:06 +01:00
sndio.c Merge commit '8d26c193fb' 2015-04-09 21:36:42 +02:00
sndio.h Merge commit '8d26c193fb' 2015-04-09 21:36:42 +02:00
sndio_dec.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
sndio_enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
timefilter.c Merge commit 'd12b5b2f13' 2016-05-11 19:13:03 +01:00
timefilter.h timefilter: Handle memory allocation failure 2013-10-29 11:40:04 +00:00
utils.c lavd/avdevice: introduce helper functions for sink/sources listing 2015-01-11 18:58:26 +01:00
v4l.c Replace av_dlog with ff_dlog. 2015-08-18 10:24:01 -04:00
v4l2-common.c v4l2: support MPEG4 compressed streams 2014-11-05 19:15:14 +01:00
v4l2-common.h Merge commit '3a165c187d' 2017-03-22 17:55:18 +01:00
v4l2.c Merge commit '3a165c187d' 2017-03-22 17:55:18 +01:00
v4l2enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
version.h Bump versions for master after 3.3 2017-04-02 19:54:12 +02:00
vfwcap.c Merge commit '67deba8a41' 2017-03-31 10:40:34 +02:00
xcbgrab.c Merge commit '67deba8a41' 2017-03-31 10:40:34 +02:00
xv.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00