Stefano Sabatini
|
e16f217ceb
Use new imgutils.h API names, fix deprecation warnings.
|
14 лет назад |
Stefano Sabatini
|
6ce9b4310c
Remove use of the deprecated function avcodec_check_dimensions(), use
|
14 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Stefano Sabatini
|
5d91e92853
Use avcodec_check_dimensions() for checking the frame size validity.
|
16 лет назад |
Stefano Sabatini
|
df77a6daab
Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.
|
16 лет назад |
Stefano Sabatini
|
faf67322dc
Add missing check on the return value of the VIDIOCSWIN ioctl.
|
16 лет назад |
Stefano Sabatini
|
df2a3f2714
Use more descriptive long_names for Video4Linux input devices.
|
16 лет назад |
Stefano Sabatini
|
7274a48035
Check that the device is a capture device immediately after opening
|
16 лет назад |
Stefano Sabatini
|
f233d34821
Remove unnecessary temporary variable "frame_size" from
|
16 лет назад |
Stefano Sabatini
|
fd867ffd43
Add missing check on the result of a VIDIOCCAPTURE ioctl.
|
16 лет назад |
Stefano Sabatini
|
c40432d30c
Cosmetics: put a space after each comma, improve consistency and
|
16 лет назад |
Stefano Sabatini
|
7bbacf9a0c
Implement size autodetection if one of the width and height
|
16 лет назад |
Stefano Sabatini
|
406c580854
Replace the width and height fields in VideoData with a struct
|
16 лет назад |
Stefano Sabatini
|
9580ba2676
Replace frame_rate and frame_rate_base fields in VideoData with an
|
16 лет назад |
Stefano Sabatini
|
b9f382c8ef
Remove unnecessary ret variable.
|
16 лет назад |
Aurelien Jacobs
|
37d3e0667a
uses FF_ARRAY_ELEMS() where appropriate
|
16 лет назад |
Michael Niedermayer
|
e9d4b8a533
Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.
|
16 лет назад |
Aurelien Jacobs
|
ea452b54f0
strcasecmp() requires #include <strings.h>
|
16 лет назад |
Stefano Sabatini
|
e78d651f06
Distinguish the error reporting for the cases of wrong size and wrong
|
16 лет назад |
Stefano Sabatini
|
7c1d608ece
Make v4l_read_header() don't free a stream in case of failure when
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 лет назад |
Diego Biurrun
|
0e58bf670d
Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
|
17 лет назад |
Diego Biurrun
|
b00675499c
Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
|
17 лет назад |
Diego Pettenò
|
1411f55b63
Make v4l.c's video_formats constant and static.
|
17 лет назад |
Michael Niedermayer
|
3ab64e46e2
Remove AIW support code, it is unfit for ffmpeg svn, doing usleep() and
|
17 лет назад |
Luca Abeni
|
c721d803cb
Introduce libavdevice
|
17 лет назад |