Home
last modified time | relevance | path

Searched refs:VLC_CODEC_MPGV (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmpeg4.h53 *pi_codec = VLC_CODEC_MPGV; in MPEG4_Codec_By_ObjectType()
66 *pi_codec = VLC_CODEC_MPGV; in MPEG4_Codec_By_ObjectType()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dps.h238 es_format_Change( &tk->fmt, VIDEO_ES, VLC_CODEC_MPGV ); in ps_track_fill()
243 es_format_Change( &tk->fmt, VIDEO_ES, VLC_CODEC_MPGV ); in ps_track_fill()
273 es_format_Change( &tk->fmt, VIDEO_ES, VLC_CODEC_MPGV ); in ps_track_fill()
H A Dmpgv.c123 es_format_Init( &fmt, VIDEO_ES, VLC_CODEC_MPGV ); in Open()
H A Dts_hotfixes.c190 pid->probed.i_fourcc = VLC_CODEC_MPGV; in ProbePES()
H A Dts_sl.c92 es_format_Change( p_fmt, VIDEO_ES, VLC_CODEC_MPGV ); in SetupISO14496LogicalStream()
H A Dts_psi.c983 if( !p_vdr->b_mpeg2 && p_es->fmt.i_codec == VLC_CODEC_MPGV ) in PMTSetupEs0x02()
1400 es_format_Change( fmt, VIDEO_ES, VLC_CODEC_MPGV ); in PIDFillFormat()
1405 es_format_Change( fmt, VIDEO_ES, VLC_CODEC_MPGV ); in PIDFillFormat()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c289 M( "ps", "mpg", 16/* FIXME*/,VLC_CODEC_MPGV,
299 M( "ts", "ts", 8000, VLC_CODEC_MPGV,
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dps.c280 case VLC_CODEC_MPGV: in AddStream()
399 case VLC_CODEC_MPGV: in DelStream()
H A Dpes.c113 p_fmt->i_codec != VLC_CODEC_MPGV && in PESHeader()
H A Dtables.c743 case VLC_CODEC_MPGV: in FillPMTESParams()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c266 case VLC_CODEC_MPGV: in GetESDS()
946 case VLC_CODEC_MPGV: memcpy(fcc, "mp4v", 4); break; in GetVideBox()
995 case VLC_CODEC_MPGV: in GetVideBox()
1741 case VLC_CODEC_MPGV: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Ddemux.c207 { V4L2_PIX_FMT_MPEG2, VLC_CODEC_MPGV, 0, 0, 0, 0 },
208 { V4L2_PIX_FMT_MPEG1, VLC_CODEC_MPGV, 0, 0, 0, 0 },
/dports/multimedia/vlc/vlc-3.0.16/modules/hw/mmal/
H A Dcodec.c106 if (dec->fmt_in.i_codec != VLC_CODEC_MPGV && in OpenDecoder()
139 if (dec->fmt_in.i_codec == VLC_CODEC_MPGV) in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpegvideo.c199 if( p_dec->fmt_in.i_codec != VLC_CODEC_MPGV ) in Open()
207 p_dec->fmt_out.i_codec = VLC_CODEC_MPGV; in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dpva.c109 es_format_Init( &fmt, VIDEO_ES, VLC_CODEC_MPGV ); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c52 { VLC_CODEC_MPGV, AV_CODEC_ID_MPEG2VIDEO }, /* prefer MPEG2 over MPEG1 */
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dmediacodec.c428 case VLC_CODEC_MPGV: in ParseExtra()
444 if ((p_dec->fmt_in.i_codec == VLC_CODEC_MPGV || in UpdateVout()
581 case VLC_CODEC_MPGV: in OpenDecoder()
H A Dutils.c518 { VLC_CODEC_MPGV, OMX_VIDEO_CodingMPEG2, "video_decoder.mpeg2" },
562 { VLC_CODEC_MPGV, OMX_VIDEO_CodingMPEG2, "video_encoder.mpeg2" },
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h30 #define VLC_CODEC_MPGV VLC_FOURCC('m','p','g','v') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/access/rtp/
H A Drtp.c617 es_format_Init (&fmt, VIDEO_ES, VLC_CODEC_MPGV); in mpv_init()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcrystalhd.c162 case VLC_CODEC_MPGV: in OpenDecoder()
H A Dlibmpeg2.c154 if( p_dec->fmt_in.i_codec != VLC_CODEC_MPGV ) in set_category()
H A Dqsv.c413 enc->fmt_out.i_codec != VLC_CODEC_MPGV && !enc->obj.force) in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/gstreamer/
H A Dgstdecode.c368 case VLC_CODEC_MPGV: in vlc_to_gst_fmt()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dshow/
H A Dfilter.cpp162 i_fourcc = VLC_CODEC_MPGV; in GetFourCCFromMediaType()

12