summaryrefslogtreecommitdiff
path: root/libavdevice/v4l.c
Commit message (Expand)AuthorAge
* avdevice/v4l: remove duplicate includeMichael Niedermayer2013-09-21
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
|\|
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * lavd: remove deprecated v4l grab device.Anton Khirnov2012-01-24
* | v4l: fix compilationMichael Niedermayer2012-01-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-07
|\|
| * Remove leftover includes of strings.hMartin Storsjö2011-11-06
* | lavd: add v4l and v4l2 aliases.Clément Bœsch2011-10-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-15
|\|
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * v4l: include avdevice.hAnton Khirnov2011-05-26
| * lavdevice: mark v4l for removal on next major bump.Anton Khirnov2011-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-25
| * v4l: add a private option for video standard.Anton Khirnov2011-05-25
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-28
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-27
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-27
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-26
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-26
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-26
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-26
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-26
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-17
* Replace the width and height fields in VideoData with a structStefano Sabatini2008-12-17
* Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini2008-12-17
* Remove unnecessary ret variable.Stefano Sabatini2008-12-07