summaryrefslogtreecommitdiffstats
path: root/libavdevice/v4l2.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-151-21/+0
|\ \ | |/
| * lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-21/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-13/+13
|\ \ | |/
| * lavdev: improve feedback in case of invalid frame rate/sizeStefano Sabatini2011-06-231-2/+2
| * v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters()Stefano Sabatini2011-06-231-11/+11
* | v4l2: set default standard to NULLStefano Sabatini2011-06-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-5/+1
|\ \ | |/
| * v4l2: do not force NTSC as standardLuca Barbato2011-06-051-1/+1
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-4/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-051-2/+2
|\ \ | |/
| * fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.Anton Khirnov2011-06-041-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-12/+20
|\ \ | |/
| * v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.Anton Khirnov2011-06-021-1/+1
| * v4l2: add a framerate private option.Anton Khirnov2011-06-021-12/+20
* | v4l2: rewrite code iterating the supported standardsStefano Sabatini2011-05-301-9/+7
* | v4l2: perform minor style fixesStefano Sabatini2011-05-301-3/+3
* | v4l2: replace memset() with explicit struct initializationStefano Sabatini2011-05-301-16/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-301-1/+1
|\ \ | |/
| * v4l2: don't leak video standard string on error.Anton Khirnov2011-05-291-1/+1
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-291-3/+15
|\ \ | |/
| * v4l2: add a pixel_format private option.Anton Khirnov2011-05-271-3/+15
* | v4l2: create file @doxy from text in the copyright headerStefano Sabatini2011-05-281-8/+11
* | v4l2: remove pointless empty linesStefano Sabatini2011-05-281-14/+0
* | v4l2: set default standard to NULLStefano Sabatini2011-05-281-1/+1
* | v4l2: use OFFSET macro when setting optionsStefano Sabatini2011-05-281-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-13/+33
|\ \ | |/
| * v4l2: add video_size private option.Anton Khirnov2011-05-271-2/+16
| * v4l2: factorize returning error codes.Anton Khirnov2011-05-271-11/+17
* | 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-261-20/+50
|\ \ | |/
| * lavf: deprecate AVFormatParameters.channel.Anton Khirnov2011-05-251-0/+2
| * v4l2: reindent.Anton Khirnov2011-05-251-14/+14
| * v4l2: add a private option for channel.Anton Khirnov2011-05-251-5/+8
| * lavf: deprecate AVFormatParameters.standard.Anton Khirnov2011-05-251-0/+2
| * v4l2: add a private option for video standard.Anton Khirnov2011-05-251-5/+28
| * 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
|/
* Factorize common code in v4l2_set_parameters().Stefano Sabatini2011-01-051-14/+7
* In video4linux2, in the case the timebase value in ap is 0/0, read theStefano Sabatini2011-01-051-0/+13
* In the video4linux2 output device, log an error description in case ofStefano Sabatini2011-01-041-1/+1
* Allow to set the frame rate in v4l2 devicesJosé Miguel Gonçalves2010-09-231-0/+27
* Cosmetics: simplify layout of fmt_conversion_table, make it shorterStefano Sabatini2010-09-121-75/+16
* Cosmetics: apply minor style fixes.Stefano Sabatini2010-09-111-14/+14
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Add a mapping for the V4L2_PIX_FMT_NV12 format to PIX_FMT_NV12 forPete Eberlein2010-08-111-0/+5
OpenPOWER on IntegriCloud