Michael Niedermayer
|
d46c1c72e4
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
|
12 years ago |
Michael Niedermayer
|
d5f65e9d40
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
|
12 years ago |
Michael Niedermayer
|
7a72695c05
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
|
12 years ago |
Michael Niedermayer
|
2179b638e3
v4l: fix compilation
|
12 years ago |
Anton Khirnov
|
941e9f2238
lavd: remove deprecated v4l grab device.
|
13 years ago |
Michael Niedermayer
|
9d76cf0b18
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
lavf: make av_set_pts_info private.
|
13 years ago |
Michael Niedermayer
|
13b7781ec8
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Martin Storsjö
|
3607ed70d5
Remove leftover includes of strings.h
|
13 years ago |
Clément Bœsch
|
6921272b23
lavd: add v4l and v4l2 aliases.
|
13 years ago |
Michael Niedermayer
|
d0492578c8
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
3b3bbdd3e6
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
|
13 years ago |
Michael Niedermayer
|
f884ef00de
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
145f741e11
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
13 years ago |
Michael Niedermayer
|
eae3cf06a5
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Diego Biurrun
|
30b4ee7901
Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.
|
13 years ago |
Diego Biurrun
|
aebb56e184
Replace some commented-out debug printf() / av_log() messages with av_dlog().
|
13 years ago |
Michael Niedermayer
|
1a34478b71
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c14fe6bc99
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
|
13 years ago |
Stefano Sabatini
|
6b899e16de
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
|
13 years ago |
Michael Niedermayer
|
027264cb82
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
3d96c13e43
v4l: include avdevice.h
|
13 years ago |
Anton Khirnov
|
aaea149035
lavdevice: mark v4l for removal on next major bump.
|
13 years ago |
Michael Niedermayer
|
39e4206dc6
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
fc68a8f703
lavf: deprecate AVFormatParameters.standard.
|
13 years ago |
Anton Khirnov
|
a861ffeffa
v4l: add a private option for video standard.
|
13 years ago |
Diego Biurrun
|
045dd4b928
Replace some commented-out debug printf() / av_log() messages with av_dlog().
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Reinhard Tartler
|
7ffe76e540
Merge libavcore into libavutil
|
13 years ago |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
13 years ago |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Stefano Sabatini
|
e16f217ceb
Use new imgutils.h API names, fix deprecation warnings.
|
14 years ago |
Stefano Sabatini
|
6ce9b4310c
Remove use of the deprecated function avcodec_check_dimensions(), use
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Stefano Sabatini
|
5d91e92853
Use avcodec_check_dimensions() for checking the frame size validity.
|
16 years ago |
Stefano Sabatini
|
df77a6daab
Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.
|
16 years ago |
Stefano Sabatini
|
faf67322dc
Add missing check on the return value of the VIDIOCSWIN ioctl.
|
16 years ago |
Stefano Sabatini
|
df2a3f2714
Use more descriptive long_names for Video4Linux input devices.
|
16 years ago |
Stefano Sabatini
|
7274a48035
Check that the device is a capture device immediately after opening
|
16 years ago |
Stefano Sabatini
|
f233d34821
Remove unnecessary temporary variable "frame_size" from
|
16 years ago |
Stefano Sabatini
|
fd867ffd43
Add missing check on the result of a VIDIOCCAPTURE ioctl.
|
16 years ago |
Stefano Sabatini
|
c40432d30c
Cosmetics: put a space after each comma, improve consistency and
|
16 years ago |
Stefano Sabatini
|
7bbacf9a0c
Implement size autodetection if one of the width and height
|
16 years ago |
Stefano Sabatini
|
406c580854
Replace the width and height fields in VideoData with a struct
|
16 years ago |
Stefano Sabatini
|
9580ba2676
Replace frame_rate and frame_rate_base fields in VideoData with an
|
16 years ago |
Stefano Sabatini
|
b9f382c8ef
Remove unnecessary ret variable.
|
16 years ago |
Aurelien Jacobs
|
37d3e0667a
uses FF_ARRAY_ELEMS() where appropriate
|
16 years ago |
Michael Niedermayer
|
e9d4b8a533
Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.
|
16 years ago |