]> git.sesse.net Git - ffmpeg/history - libavdevice/v4l2.c
Simplify pix_fmt_id instead of listing a subset of non-simplified ones.
[ffmpeg] / libavdevice / v4l2.c
2008-09-21 BradV4L2 support for OpenBSD, patch by Brad, brad comstyle com
2008-09-05 Jean DelvareAdd support for the RGB32 pixel format in video4linux2...
2008-09-05 Jean DelvareAdd support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
2008-08-19 Michael NiedermayerWorkaround bug in types.h that has typedef __u64 under...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-08-08 Stefano SabatiniCosmetics: make a v4l2 error message consistent with...
2008-08-06 Stefano SabatiniDistinguish the error reporting for the cases of wrong...
2008-07-15 Stefano SabatiniMake v4l2_read_header() don't free a stream in case...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-24 Diego BiurrunRemove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include.
2008-03-20 Diego BiurrunOnly #include sys/mman.h if configure set HAVE_SYS_MMAN_H.
2008-01-17 Michel BardiauxClarify the error message when video width, height...
2007-11-22 Luca AbeniIntroduce libavdevice