Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavd/v4l2-common: Add an entry for Z16. | Carl Eugen Hoyos | 2019-03-22 | 1 | -0/+3 |
| | |||||
* | lavd/v4l2: Add ARGB and XRGB packed pixel formats | Anton Leontiev | 2018-05-10 | 1 | -0/+6 |
| | | | | | | | | | | | Formats ARGB32, XRGB32, ABGR32, and XBGR32 were added to V4L2 instead of ill-defined deprecated RGB32/BGR32 pixel formats. When pixel format is not specified explicitly FFmpeg tries formats in order in which they are stored in the table. Therefore formats are sorted as follows: BGR is preferred over RGB and XBGR is preferred over ARGB, because it could give better performance by ignoring alpha component. | ||||
* | v4l2: support MPEG4 compressed streams | Andrey Utkin | 2014-11-05 | 1 | -0/+3 |
| | | | | Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | lavd/v4l2: don't use avpriv_ prefix for internal functions | James Almer | 2014-10-29 | 1 | -15/+15 |
| | | | | | | | | | | 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 <[email protected]> Reviewed-by: Derek Buitenhuis <[email protected]> Reviewed-by: Stefano Sabatini <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]> | ||||
* | Add more Bayer colour spaces to the video4linux2 device wrapper. | Carl Eugen Hoyos | 2014-02-23 | 1 | -0/+5 |
| | |||||
* | avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8 | Peter Ross | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | lavd/v4l2: move pixel format conversion code to a separate place. | Clément Bœsch | 2013-05-20 | 1 | -0/+96 |
This will be shared with the output device. |