summaryrefslogtreecommitdiff
path: root/libavdevice/v4l2-common.c
Commit message (Collapse)AuthorAge
* v4l2: support MPEG4 compressed streamsAndrey Utkin2014-11-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd/v4l2: don't use avpriv_ prefix for internal functionsJames Almer2014-10-29
| | | | | | | | | | No need to keep the old symbols around until a major bump since lavd functions with the avpriv_ prefix were never exposed. Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Add more Bayer colour spaces to the video4linux2 device wrapper.Carl Eugen Hoyos2014-02-23
|
* avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8Peter Ross2014-02-23
|
* lavd/v4l2: move pixel format conversion code to a separate place.Clément Bœsch2013-05-20
This will be shared with the output device.