Home
last modified time | relevance | path

Searched refs:VLC_CODEC_MP4V (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmpeg4.h36 *pi_codec = VLC_CODEC_MP4V; in MPEG4_Codec_By_ObjectType()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c286 M( "mp4", "mp4", INT_MAX, VLC_CODEC_MP4A, VLC_CODEC_H264, VLC_CODEC_MP4V, VLC_CODEC_HEVC,
297 VLC_CODEC_MP4V ),
305 M( "mkv", "mkv", 32, VLC_CODEC_H264, VLC_CODEC_HEVC, VLC_CODEC_VP8, VLC_CODEC_MP4V,
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/tools/
H A DFormatNamespace.cpp101 es_format_Change(&fmt, VIDEO_ES, VLC_CODEC_MP4V); in Parse()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpeg4video.c139 if( p_dec->fmt_in.i_codec != VLC_CODEC_MP4V ) in Open()
159 p_dec->fmt_out.i_codec = VLC_CODEC_MP4V; in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c263 case VLC_CODEC_MP4V: in GetESDS()
796 if (codec == VLC_CODEC_MP4V || codec == VLC_CODEC_MP4A) { in GetUdtaTag()
945 case VLC_CODEC_MP4V: in GetVideBox()
994 case VLC_CODEC_MP4V: in GetVideBox()
1738 case VLC_CODEC_MP4V: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dpes.c346 if( ( p_fmt->i_codec == VLC_CODEC_MP4V || in EStoPES()
H A Dps.c287 case VLC_CODEC_MP4V: in AddStream()
H A Dtables.c750 case VLC_CODEC_MP4V: in FillPMTESParams()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_sl.c80 es_format_Change( p_fmt, VIDEO_ES, VLC_CODEC_MP4V ); in SetupISO14496LogicalStream()
H A Dps.h247 es_format_Change( &tk->fmt, VIDEO_ES, VLC_CODEC_MP4V ); in ps_track_fill()
H A Des.c201 VLC_CODEC_MP4V, false, "mp4 video", NULL, VideoInit
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Ddemux.c204 { V4L2_PIX_FMT_MPEG4, VLC_CODEC_MP4V, 0, 0, 0, 0 },
205 { V4L2_PIX_FMT_XVID, VLC_CODEC_MP4V, 0, 0, 0, 0 },
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c64 { VLC_CODEC_MP4V, AV_CODEC_ID_MPEG4 },
H A Dencoder.c245 ( p_enc->fmt_out.i_codec == VLC_CODEC_MP4V ? 25 : CLOCK_FREQ ); in probe_video_frame_rate()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dutils.c519 { VLC_CODEC_MP4V, OMX_VIDEO_CodingMPEG4, "video_decoder.mpeg4" },
563 { VLC_CODEC_MP4V, OMX_VIDEO_CodingMPEG4, "video_encoder.mpeg4" },
H A Dmediacodec.c424 case VLC_CODEC_MP4V: in ParseExtra()
580 case VLC_CODEC_MP4V: mime = "video/mp4v-es"; break; in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h31 #define VLC_CODEC_MP4V VLC_FOURCC('m','p','4','v') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c389 case VLC_CODEC_MP4V: in AddStream()
407 if( p_stream->fmt.i_codec == VLC_CODEC_MP4V ) in AddStream()
1249 if( ( p_stream->fmt.i_codec == VLC_CODEC_MP4V || in OggCreateHeaders()
H A Davi.c453 case VLC_CODEC_MP4V: in AddStream()
H A Dasf.c503 if( p_fmt->i_codec == VLC_CODEC_MP4V ) in AddStream()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/gstreamer/
H A Dgstdecode.c360 case VLC_CODEC_MP4V: in vlc_to_gst_fmt()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/dshow/
H A Dfilter.cpp166 i_fourcc = VLC_CODEC_MP4V; in GetFourCCFromMediaType()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h101 B(VLC_CODEC_MP4V, "MPEG-4 Video"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Davi.c699 if( tk->fmt.i_codec == VLC_CODEC_MP4V && in Open()
2230 case VLC_CODEC_MP4V: in AVI_GetKeyFlag()
/dports/multimedia/vlc/vlc-3.0.16/modules/misc/
H A Drtsp.c622 case VLC_CODEC_MP4V: in MediaAddES()

12