You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefano Sabatini
932d775fa2
Implement v4l2 input size autodetection in v4l2_read_header().
...
Move check on frame size after the device is opened and after
device_try_init() is attempted. If the provided size value is 0x0,
perform a VIDIOC_G_FMT ioctl() on the device, which sets size to the
current settings.
Originally committed as revision 22971 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
..
Makefile
Split avdevice.c off from alldevices.c.
15 years ago
alldevices.c
Add some missing #includes
15 years ago
alsa-audio-common.c
Remove explicit filename from Doxygen @file commands.
15 years ago
alsa-audio-dec.c
Remove explicit filename from Doxygen @file commands.
15 years ago
alsa-audio-enc.c
Remove explicit filename from Doxygen @file commands.
15 years ago
alsa-audio.h
Remove explicit filename from Doxygen @file commands.
15 years ago
avdevice.c
Add functions to return library license and library configuration.
15 years ago
avdevice.h
Satisfy style nits.
15 years ago
beosaudio.cpp
Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_
15 years ago
bktr.c
Define AVMediaType enum, and use it instead of enum CodecType, which
15 years ago
dv1394.c
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
16 years ago
dv1394.h
Remove file name from file headers.
16 years ago
jack_audio.c
Define AVMediaType enum, and use it instead of enum CodecType, which
15 years ago
libavdevice.v
Add symbol versioning for shared libraries
15 years ago
libdc1394.c
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
15 years ago
oss_audio.c
Define AVMediaType enum, and use it instead of enum CodecType, which
15 years ago
v4l.c
Define AVMediaType enum, and use it instead of enum CodecType, which
15 years ago
v4l2.c
Implement v4l2 input size autodetection in v4l2_read_header().
15 years ago
vfwcap.c
Replace all remaining occurrences of AVERROR_NOMEM with
15 years ago
x11grab.c
Remove explicit filename from Doxygen @file commands.
15 years ago