/third_party/ffmpeg/libavformat/ |
H A D | isom_tags.c | 90 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 'p') }, /* DV PAL */ 91 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, /* DV NTSC */ 92 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'l', 'p') }, /* DV PAL 16:9 produced by Radius SoftDV */ 93 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'l', ' ') }, /* DV NTSC 16:9 produced by Radius SoftDV */ 94 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'p', 'p') }, /* DVCPRO PAL produced by FCP */ 95 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', 'p') }, /* DVCPRO50 PAL produced by FCP */ 96 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', 'n') }, /* DVCPRO50 NTSC produced by FCP */ 97 { AV_CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', 'v') }, /* AVID DV */ 98 { AV_CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', '1') }, /* AVID DV100 */ 99 { AV_CODEC_ID_DVVIDEO, MKTA [all...] |
H A D | riff.c | 139 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'd') }, 140 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') }, 141 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', '1') }, 142 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'l') }, 143 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') }, 144 { AV_CODEC_ID_DVVIDEO, MKTAG('d', 'v', '5', '0') }, 146 { AV_CODEC_ID_DVVIDEO, MKTAG('c', 'd', 'v', 'c') }, 148 { AV_CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', 'H') }, 150 { AV_CODEC_ID_DVVIDEO, MKTAG('C', 'D', 'V', '5') }, 151 { AV_CODEC_ID_DVVIDEO, MKTA [all...] |
H A D | lxfdec.c | 41 { AV_CODEC_ID_DVVIDEO, 4 }, //DV25 42 { AV_CODEC_ID_DVVIDEO, 5 }, //DVCPRO 43 { AV_CODEC_ID_DVVIDEO, 6 }, //DVCPRO50
|
H A D | gxfenc.c | 106 { AV_CODEC_ID_DVVIDEO , 13 }, /* NTSC */ 107 { AV_CODEC_ID_DVVIDEO , 14 }, /* PAL */ 108 { AV_CODEC_ID_DVVIDEO , 15 }, /* 50M NTSC */ 109 { AV_CODEC_ID_DVVIDEO , 16 }, /* 50M PAL */ 614 case AV_CODEC_ID_DVVIDEO: in gxf_write_umf_media_description() 783 case AV_CODEC_ID_DVVIDEO: in gxf_write_header() 913 } else if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) { in gxf_write_media_preamble()
|
H A D | rtpdec_dv.c | 135 .codec_id = AV_CODEC_ID_DVVIDEO,
|
H A D | dvenc.c | 327 if (st->codecpar->codec_id != AV_CODEC_ID_DVVIDEO) in dv_init_mux() 451 .video_codec = AV_CODEC_ID_DVVIDEO,
|
H A D | gxf.c | 128 st->codecpar->codec_id = AV_CODEC_ID_DVVIDEO; in get_sindex() 556 if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) in gxf_packet()
|
H A D | dv.c | 343 c->vst->codecpar->codec_id = AV_CODEC_ID_DVVIDEO; in dv_init_demux()
|
H A D | mxfenc.c | 138 { AV_CODEC_ID_DVVIDEO, INDEX_DV }, 1125 if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) { in mxf_write_cdci_common() 1245 case 576: f1 = 23; f2 = st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO ? 335 : 336; break; in mxf_write_cdci_common() 1247 case 480: f1 = 20; f2 = st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO ? 285 : 283; break; in mxf_write_cdci_common() 2597 st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) in mxf_init() 2947 } else if (st->codecpar->codec_id == AV_CODEC_ID_DVVIDEO) { in mxf_write_packet()
|
H A D | mxf.c | 47 { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x02,0x01,0x02,0x00 }, 13, AV_CODEC_ID_DVVIDEO }, /* DV25 IEC PAL */
|
H A D | movenc.c | 1725 (track->par->codec_id == AV_CODEC_ID_DVVIDEO || in mov_get_codec_tag() 1732 if (track->par->codec_id == AV_CODEC_ID_DVVIDEO) in mov_get_codec_tag()
|
H A D | mxfdec.c | 1572 { { 0x06,0x0e,0x2b,0x34,0x04,0x01,0x01,0x01,0x0d,0x01,0x03,0x01,0x02,0x02,0x41,0x01 }, 14, AV_CODEC_ID_DVVIDEO, NULL, 15 }, /* DV 625 25mbps */
|
/third_party/ffmpeg/libavcodec/ |
H A D | dv_error_marker_bsf.c | 133 .p.codec_ids = (const enum AVCodecID []){ AV_CODEC_ID_DVVIDEO, AV_CODEC_ID_NONE },
|
H A D | codec_id.h | 74 AV_CODEC_ID_DVVIDEO, enumerator
|
H A D | dvdec.c | 688 .p.id = AV_CODEC_ID_DVVIDEO,
|
H A D | dvenc.c | 1215 .p.id = AV_CODEC_ID_DVVIDEO,
|
H A D | codec_desc.c | 203 .id = AV_CODEC_ID_DVVIDEO,
|
/third_party/ffmpeg/libavdevice/ |
H A D | vfwcap.c | 87 return AV_CODEC_ID_DVVIDEO; in vfw_codecid()
|