#include "avdevice.h"
#include "config.h"
#include "libavutil/rational.h"
#include "libavutil/imgutils.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavformat/internal.h"
#include "libavcodec/dsputil.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <linux/videodev.h>
#include <time.h>
Go to the source code of this file.
Definition at line 37 of file v4l.c.
static int grab_read_header |
( |
AVFormatContext * |
s1, |
|
|
AVFormatParameters * |
ap |
|
) |
| |
|
static |
Definition at line 76 of file v4l.c.
Definition at line 61 of file v4l.c.
Referenced by avs_read_packet(), cdg_load_palette(), cmap_read_palette(), count_colors(), decode_frame(), encode_frame(), extract_header(), idcin_read_packet(), palToRgbWrapper(), seqvideo_decode(), set_palette(), smush_read_header(), and yop_decode_frame().
Definition at line 62 of file v4l.c.
Referenced by ast_read_header(), av_read_image_line(), av_write_image_line(), bmp_decode_frame(), decode_frame(), decode_macroblock(), denoise_spatial(), dvbsub_parse_clut_segment(), encode_frame(), ff_pnm_decode_header(), fill_iplimage_from_picref(), filter(), flic_decode_init(), guess_mv(), pam_encode_frame(), sunrast_decode_frame(), targa_decode_rle(), tta_decode_frame(), txd_decode_frame(), unpack_codebook(), and wtvfile_open2().
Definition at line 63 of file v4l.c.
Referenced by av_get_pix_fmt(), av_get_pix_fmt_name(), av_get_pix_fmt_string(), av_pix_fmt_desc_get(), dc1394_read_common(), decode_frame(), device_init(), dshow_cycle_formats(), fbdev_read_header(), ff_parse_pixel_format(), fmt_ff2v4l(), get_pix_fmt_internal(), img_read_header(), init(), list_formats(), load_mask(), main(), make_format_list(), query_formats(), rawvideo_read_header(), sdl_write_header(), show_pix_fmts(), sws_isSupportedInput(), sws_isSupportedOutput(), v4l2_read_header(), xwd_encode_frame(), and yuv4_read_header().
struct { ... } video_formats[] |
Initial value:
Definition at line 339 of file v4l.c.
Initial value:= {
.class_name = "V4L indev",
}
Definition at line 347 of file v4l.c.
Initial value:= {
.name = "video4linux,v4l",
}
Definition at line 354 of file v4l.c.