summaryrefslogtreecommitdiffstats
path: root/libavdevice/v4l.c
Commit message (Expand)AuthorAgeFilesLines
* v4l: fix compilationMichael Niedermayer2012-01-251-3/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-071-1/+0
|\ \ | |/
| * Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* | lavd: add v4l and v4l2 aliases.Clément Bœsch2011-10-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-4/+4
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-9/+8
|\ \ | |/
| * Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-241-9/+8
* | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-09-011-8/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-10/+0
|\ \ | |/
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-10/+0
* | lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.hStefano Sabatini2011-05-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-0/+7
|\ \ | |/
| * v4l: include avdevice.hAnton Khirnov2011-05-261-0/+2
| * lavdevice: mark v4l for removal on next major bump.Anton Khirnov2011-05-261-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-7/+32
|\ \ | |/
| * lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-0/+2
| * v4l: add a private option for video standard.Anton Khirnov2011-05-251-7/+30
| * Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-291-8/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Use avcodec_check_dimensions() for checking the frame size validity.Stefano Sabatini2008-12-281-5/+3
* Make the VIDIOCMCAPTURE ioctl error message consistent with the other ones.Stefano Sabatini2008-12-271-1/+1
* Add missing check on the return value of the VIDIOCSWIN ioctl.Stefano Sabatini2008-12-271-1/+4
* Use more descriptive long_names for Video4Linux input devices.Stefano Sabatini2008-12-261-1/+1
* Check that the device is a capture device immediately after openingStefano Sabatini2008-12-261-8/+8
* Remove unnecessary temporary variable "frame_size" fromStefano Sabatini2008-12-261-4/+3
* Add missing check on the result of a VIDIOCCAPTURE ioctl.Stefano Sabatini2008-12-261-1/+4
* Cosmetics: put a space after each comma, improve consistency andStefano Sabatini2008-12-261-5/+5
* Implement size autodetection if one of the width and heightStefano Sabatini2008-12-171-4/+8
* Replace the width and height fields in VideoData with a structStefano Sabatini2008-12-171-24/+15
* Replace frame_rate and frame_rate_base fields in VideoData with anStefano Sabatini2008-12-171-13/+8
* Remove unnecessary ret variable.Stefano Sabatini2008-12-071-6/+4
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-1/+1
* Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer2008-08-191-0/+1
* strcasecmp() requires #include <strings.h>Aurelien Jacobs2008-08-131-0/+1
* Distinguish the error reporting for the cases of wrong size and wrongStefano Sabatini2008-08-061-4/+6
* Make v4l_read_header() don't free a stream in case of failure whenStefano Sabatini2008-07-151-1/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
OpenPOWER on IntegriCloud