FFmpeg/libavdevice
Mark Thompson 22afa87a8e kmsgrab: Fix DRM format definitions
All DRM formats are defined in terms of little-endian words, so RGB formats
like XRGB actually have the elements in the opposite order order in memory
to the order they are in the name.

This does not affect YUYV and similar YUV 4:2:2 formats, which are in the
expected order.
2017-09-19 22:47:01 +01:00
..
tests Merge commit '93fed46a92' 2017-03-19 16:08:27 +01:00
alldevices.c lavd: Add KMS screen grabber 2017-09-13 22:31:05 +01:00
alsa.c avdevice/alsa: wait until playback buffers are drained before closing 2017-05-06 23:54:26 +02: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 avdevice: do not use AVFrame accessor 2017-04-23 14:35:08 +07:00
avdevice.c
avdevice.h Merge commit '5ed4644d6d' 2017-03-15 22:19:56 +01:00
avdeviceres.rc
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: fix MSVC build issues 2017-05-08 22:43:35 +02:00
decklink_common.h libavdevice/decklink: configurablity to set max queue size 2017-08-22 22:32:29 +02:00
decklink_common_c.h libavdevice/decklink: configurablity to set max queue size 2017-08-22 22:32:29 +02:00
decklink_dec.cpp avdevice/decklink_dec: fix signed and unsigned comparison warning 2017-08-27 17:55:43 +02:00
decklink_dec.h cosmetics: Correct comments in decklink_dec 2016-08-02 13:01:12 -07:00
decklink_dec_c.c libavdevice/decklink: configurablity to set max queue size 2017-08-22 22:32:29 +02:00
decklink_enc.cpp avdevice/decklink_enc: enable 16 output channel 2017-08-27 17:55:43 +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_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_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
fbdev_common.c Merge commit '87f98a2b9d' 2015-07-11 12:25:03 +02:00
fbdev_common.h
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
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
kmsgrab.c kmsgrab: Fix DRM format definitions 2017-09-19 22:47:01 +01:00
lavfi.c avdevice: do not use AVFrame accessor 2017-04-23 14:35:08 +07: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 lavd/libdc1394: Do not crash if dc1394_camera_new() fails. 2017-08-18 19:20:15 +02:00
libndi_newtek_common.h lavd: implement NewTek NDI input/output device support 2017-08-27 18:07:50 +02:00
libndi_newtek_dec.c lavd: implement NewTek NDI input/output device support 2017-08-27 18:07:50 +02:00
libndi_newtek_enc.c lavd: implement NewTek NDI input/output device support 2017-08-27 18:07:50 +02:00
Makefile lavd: Add KMS screen grabber 2017-09-13 22:31:05 +01: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 build: replace use of HAVE_SDL2 with existing CONFIG_SDL2 2017-09-02 16:14:15 +02: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
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 avdevice: do not use AVFrame accessor 2017-04-23 14:35:08 +07:00
reverse.c avdevice: make ff_reverse available on shared builds 2017-07-20 00:33:29 -03: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
utils.c
v4l2-common.c
v4l2-common.h Merge commit '3a165c187d' 2017-03-22 17:55:18 +01:00
v4l2.c Merge commit '0fea8555ae' 2017-04-26 17:17:50 +02:00
v4l2enc.c Merge commit '9200514ad8' 2016-04-10 20:59:55 +01:00
version.h lavd: Add KMS screen grabber 2017-09-13 22:31:05 +01: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