24 Commits (aac4b0a47ed8a44c01b962ed391620dd84368f06)

Author SHA1 Message Date
Luca Abeni 1c787b1043 Cast a __u64 variable to uint64_t so that it can be printed without warnings 16 years ago
Luca Abeni 5449a787c9 If AVPacket->data == NULL, the packet does not contain any buffer to 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Luca Abeni e7b987dc2f Remove the frame rate from struct video_data, and allow using a variable 16 years ago
Stefano Sabatini 5d91e92853 Use avcodec_check_dimensions() for checking the frame size validity. 16 years ago
Stefano Sabatini df2a3f2714 Use more descriptive long_names for Video4Linux input devices. 16 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 16 years ago
Jens Rosenboom 3d0d9a5e3b The v4l2 driver can silently change the pixel format in the 16 years ago
Brad 1b6e8b734c V4L2 support for OpenBSD, patch by Brad, brad comstyle com 16 years ago
Jean Delvare 92d04e765e Add support for the RGB32 pixel format in video4linux2 devices 16 years ago
Jean Delvare 97a290efcb Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in 16 years ago
Michael Niedermayer e9d4b8a533 Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__. 16 years ago
Aurelien Jacobs ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
Stefano Sabatini 3241ec1d6f Cosmetics: make a v4l2 error message consistent with r14647. 16 years ago
Stefano Sabatini 99423fa0ee Distinguish the error reporting for the cases of wrong size and wrong 16 years ago
Stefano Sabatini deaab5fc32 Make v4l2_read_header() don't free a stream in case of failure when 16 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 0e58bf670d Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. 17 years ago
Diego Biurrun b00675499c Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H. 17 years ago
Michel Bardiaux 48f7e1aeee Clarify the error message when video width, height, or framerate are not 17 years ago
Luca Abeni c721d803cb Introduce libavdevice 17 years ago
Benoit Fouet 411f5c6abd Forward error code when reading a v4l2 frame 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Luca Abeni 653387d8f0 Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c 17 years ago
Luca Abeni e4dd03f395 Reindent code after last commit 18 years ago
Limin Wang 0d6c07329e Allow avoid setting the video standard and input when capturing v4l2 video. 18 years ago
Limin Wang f5ad81f527 Allow setting v4l2 input and video standard. 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
Luca Abeni 41536a6078 Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Luca Abeni c7238c72cb Pass a proper context to av_log() 18 years ago
Diego Biurrun 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 years ago
Måns Rullgård 8da9266cea use the standard INT64_C() macro for 64-bit constants 18 years ago
Luca Abeni 7c7e7464e3 Make read_packet fail is the v4l2 driver returns an unexpected frame size 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
R. Brian Anderson eaddc4717b Fix segfault 19 years ago
Luca Abeni f743a06236 Include the correct video4linux2 header 19 years ago
Luca Abeni 60023e3234 Do not be too verbose 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
Luca Abeni 24300af416 Add support for drivers that can change the capture size on VIDIOC_S_FMT 19 years ago
Flavio Pimentel Duarte 2b63c22255 Error path fix: close the video device on failure 19 years ago
Alex Beregszaszi c16601bb8e print a hint when trying V4L2 on V4L device 19 years ago
Luca Abeni 0a7b514f13 video4linux2 input support 19 years ago