1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-14 21:35:06 +02:00
ffmpeg/libavdevice
2015-10-27 14:35:30 +01:00
..
alldevices.c Merge commit 'a6674d2e7771dbf7a4a5556f5e126be83cadac96' 2014-10-27 21:26:51 +01:00
alsa_dec.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
alsa_enc.c doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
alsa.c all: fix -Wextra-semi reported on clang 2015-10-24 17:58:17 -04:00
alsa.h avdevice/alsa: add av_warn_unused_result 2015-10-16 07:54:36 -04:00
avdevice.c avdevice: Use av_format_get_control_message_cb() 2015-01-16 02:13:01 +01:00
avdevice.h doc: avoid incorrect phrase 'allows to' 2015-06-16 21:48:51 +02:00
avdeviceres.rc Add Windows resource file support for shared libraries 2013-12-05 23:42:07 +01:00
avfoundation.m avdevice/avfoundation: Fix occured typo 2015-03-30 21:41:17 +02:00
bktr.c Merge commit '81ef46020fa654720e3beb4f5551ba634fae262a' 2015-02-16 02:56:17 +01:00
caca.c avdevice/caca: small trivial macros adjustments 2015-09-12 17:50:22 +02:00
decklink_common_c.h avdevice/decklink: 10 Bit support for Decklink input device 2015-02-08 04:31:27 +01:00
decklink_common.cpp avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__ 2015-02-08 04:52:52 +01:00
decklink_common.h avdevice/decklink: Fix build error caused by a change in the SDK. 2015-07-28 05:16:05 +02:00
decklink_dec_c.c avdevice/decklink: 10 Bit support for Decklink input device 2015-02-08 04:31:27 +01:00
decklink_dec.cpp Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
decklink_dec.h avdevice: add decklink input support 2014-09-22 02:55:24 +02:00
decklink_enc_c.c avdevice/decklink: move general code of decklink encoder to common file 2014-09-22 01:39:50 +02:00
decklink_enc.cpp avdevice/decklink: move general code of decklink encoder to common file 2014-09-22 01:39:50 +02:00
decklink_enc.h avdevice/decklink: move general code of decklink encoder to common file 2014-09-22 01:39:50 +02:00
dshow_capture.h avdevice/dshow_capture: avoid #ifdef, use ff_dlog() for dshowdebug() 2015-05-07 01:49:54 +02:00
dshow_common.c
dshow_crossbar.c dshow: crossbar dialog was frequently being displayed twice, split up option so it can be just once 2015-01-26 01:29:58 -07:00
dshow_enummediatypes.c dshow: fixup some COM objects, based on patches from Don Moir 2014-03-31 23:11:35 +02:00
dshow_enumpins.c
dshow_filter.c dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusions 2012-11-16 19:26:13 +01:00
dshow_pin.c dshow: show more debug timestamp info 2015-07-31 18:30:03 +02:00
dshow.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
dv1394.c Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' 2015-04-20 03:19:47 +02:00
dv1394.h miscellaneous typo fixes 2012-12-21 00:18:34 +01:00
fbdev_common.c Merge commit '87f98a2b9d4c7218ad82bb45347a53b65e5244f3' 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 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 2015-09-15 18:02:43 +02:00
fbdev_enc.c lavd/fbdev_enc: move list device code to fbdev_common 2014-04-30 00:35:42 +02:00
file_open.c libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
gdigrab.c gdigrab: fix gdi object leak if using mouse 2014-08-19 16:07:28 +02:00
iec61883.c Remove left-over FF_API_DESTRUCT_PACKET cruft 2015-09-05 16:51:53 +02:00
internal.h avdevice/internal: add av_warn_unused_result 2015-10-16 17:28:40 -04:00
jack.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
lavfi.c avdevice/lavfi: fix self assignment warning 2015-08-23 20:00:03 +02:00
libavdevice.v lavd: export all symbols with av_ prefix 2014-10-20 22:01:36 +02:00
libcdio.c lavd/libcdio: add more paranoia mode constants 2015-01-31 11:32:05 +01:00
libdc1394.c Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884' 2015-10-22 20:48:54 +02:00
Makefile Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02:00
openal-dec.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
opengl_enc_shaders.h lavd/opengl_enc_shaders: fix gray* shader 2014-02-16 19:56:53 +01:00
opengl_enc.c Replace all remaining occurances of step/depth_minus1 and offset_plus1 2015-09-08 17:10:48 +02:00
oss_dec.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
oss_enc.c Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02:00
oss.c Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02:00
oss.h Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02: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 'c201069fac9a76e6604f9d84d76a172434d62200' 2015-04-09 21:07:24 +02:00
pulse_audio_enc.c avdevice/pulse_audio_enc: use getter function for AVFrame.channels 2014-07-28 20:06:11 +02:00
qtkit.m lavd/qtkit: Silence deprecation warnings when using clang. 2015-03-10 12:11:15 +01:00
sdl.c lavd: add categories to device implementations 2014-03-03 23:34:46 +01:00
sndio_dec.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
sndio_enc.c Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02:00
sndio.c Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02:00
sndio.h Merge commit '8d26c193fb42d08602ac93ece039d4718d029adc' 2015-04-09 21:36:42 +02:00
timefilter.c timefilter: Handle memory allocation failure 2013-10-29 11:40:04 +00: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
v4l2-common.c v4l2: support MPEG4 compressed streams 2014-11-05 19:15:14 +01:00
v4l2-common.h lavd/v4l2: don't use avpriv_ prefix for internal functions 2014-10-29 16:12:14 +01:00
v4l2.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
v4l2enc.c lavd/v4l2: don't use avpriv_ prefix for internal functions 2014-10-29 16:12:14 +01:00
v4l.c Replace av_dlog with ff_dlog. 2015-08-18 10:24:01 -04:00
version.h Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249' 2015-09-05 21:35:46 +02:00
vfwcap.c Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' 2015-10-27 14:28:56 +01:00
x11grab.c avdevice/x11grab: use av_clip() instead of nested min & max 2015-06-06 13:18:29 +02:00
xcbgrab.c avdevice/xcbgrab: fix -Wunused-variable 2015-09-19 01:35:43 +02:00
xv.c xv.c: Add missing const to lookup table. 2014-08-30 18:02:45 +02:00