Home
last modified time | relevance | path

Searched refs:VLC_CODEC_BD_PG (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c480 { VLC_CODEC_BD_PG, AV_CODEC_ID_HDMV_PGS_SUBTITLE },
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h544 #define VLC_CODEC_BD_PG VLC_FOURCC('b','d','p','g') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1603 B(VLC_CODEC_BD_PG, "BD PGS subtitles"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_psi.c1273 es_format_Change( p_fmt, SPU_ES, VLC_CODEC_BD_PG ); in PMTSetupEsHDMV()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp2123 vars.p_fmt->i_codec = VLC_CODEC_BD_PG; in TrackInit()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-200915887 Used VLC_CODEC_BD_PG in TS demuxer.
15893 Added VLC_CODEC_BD_PG codec.