/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | gstcapslist.c | 125 GList *muxers; in gst_caps_list_container_formats() local 127 muxers = in gst_caps_list_container_formats() 130 res = get_all_caps (muxers, GST_PAD_SRC); in gst_caps_list_container_formats() 131 gst_plugin_feature_list_free (muxers); in gst_caps_list_container_formats() 220 GstCaps * codecformats, GList * muxers) in gst_caps_list_compatible_codecs() argument 228 gboolean hadmuxers = (muxers != NULL); in gst_caps_list_compatible_codecs() 235 muxers = in gst_caps_list_compatible_codecs() 243 gst_element_factory_list_filter (muxers, containerformat, GST_PAD_SRC, in gst_caps_list_compatible_codecs() 276 gst_plugin_feature_list_free (muxers); in gst_caps_list_compatible_codecs()
|
D | encoding.c | 423 GList *muxers; in main() local 443 muxers = in main() 453 gst_caps_list_compatible_codecs (container, vformats, muxers); in main() 455 gst_caps_list_compatible_codecs (container, aformats, muxers); in main()
|
D | gstcapslist.h | 24 GList *muxers);
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gstencodebasebin.c | 405 if (ebin->muxers) in gst_encode_base_bin_dispose() 406 gst_plugin_feature_list_free (ebin->muxers); in gst_encode_base_bin_dispose() 407 ebin->muxers = NULL; in gst_encode_base_bin_dispose() 438 encode_bin->muxers = in gst_encode_base_bin_init() 1015 encoders = gst_element_factory_list_filter (ebin->muxers, format, in _get_encoder() 2089 GList *muxers = NULL, *formatters, *tmpmux; in _get_muxer() local 2109 muxers = g_list_append (muxers, f); in _get_muxer() 2111 muxers = in _get_muxer() 2112 gst_element_factory_list_filter (ebin->muxers, format, GST_PAD_SRC, in _get_muxer() 2121 muxers = g_list_sort_with_data (muxers, compare_elements, (gpointer) format); in _get_muxer() [all …]
|
D | gstencodebasebin.h | 61 GList *muxers; member
|
/third_party/ffmpeg/doc/ |
D | ffmpeg-formats.texi | 16 This document describes the supported formats (muxers and demuxers)
|
D | libavformat.texi | 18 streams. It encompasses multiple muxers and demuxers for multimedia
|
D | fftools-common-opts.texi | 91 for encoders, decoders, demuxers, muxers, filters, etc. 103 @option{-formats} option to get a list of all demuxers and muxers. 107 @option{-formats} option to get a list of all muxers and demuxers. 134 @item -muxers 135 Show available muxers.
|
D | formats.texi | 5 can be set on all the muxers and demuxers. In addition each muxer or 272 @include muxers.texi
|
D | muxers.texi | 7 When you configure your FFmpeg build, all the supported muxers 8 are enabled by default. You can list all available muxers using the 9 configure option @code{--list-muxers}. 11 You can disable all the muxers with the configure option 12 @code{--disable-muxers} and selectively enable / disable single muxers 16 The option @code{-muxers} of the ff* tools will display the list of 17 enabled muxers. Use @code{-formats} to view a combined list of 18 enabled demuxers and muxers. 20 A description of some of the currently available muxers follows. 501 See also the @ref{framehash} and @ref{md5} muxers. [all …]
|
D | APIchanges | 1295 The proper way for providing a hint about the desired timebase to the muxers 2226 muxers supporting it (av_write_frame makes sure it is called 2227 only for muxers with this flag). 2920 muxers to accept generic format. Deprecate the public
|
D | demuxers.texi | 18 enabled demuxers and muxers.
|
D | protocols.texi | 607 be used to test muxers without writing an actual file.
|
/third_party/gstreamer/gst_libav/ |
D | README.md | 4 muxers, and demuxers provided by FFmpeg. It is called gst-libav for historical
|
D | ChangeLog | 3893 avmux: Blacklist some subtitle and adaptive streaming muxers 8913 gstffmpeg(de)mux: Disable known broken (de)muxers 9494 gstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONE 9519 durations remain correct) and might cause problems to muxers. 9525 ffmpegmux: Add rtp to the blacklisted muxers 9568 For muxers where there is a better GStreamer alternative, add 9576 ffmpegmux: Disable raw muxers 10234 to allow muxers or payloaders to react appropriately. 10247 Move encoders and muxers to GST_RANK_SECONDARY. 10869 ffmpeg: Don't add sink pad template to the muxers when not needed. [all …]
|
D | NEWS | 41 - mp4 and Matroska muxers now support profile/level/resolution changes 318 profiles to configure muxers and encoders. So far the encoding 2331 the same caps and fix negotiation in muxers
|
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | embedded.txt | 14 The challenge is then to rewrite muxers and demuxers to use them instead of the
|
/third_party/ffmpeg/tools/ |
D | patcheck | 169 for all demuxers & muxers
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | performance | 27 in file-based sources can happen more efficiently (typical for muxers).
|
/third_party/ffmpeg/ |
D | configure | 71 --list-muxers show all available muxers 164 --disable-muxers disable all muxers
|
D | Changelog | 643 - hash and framehash muxers 966 more consistent with other muxers. 1753 - The "device" muxers and demuxers are now in a new libavdevice library
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 41 - mp4 and Matroska muxers now support profile/level/resolution changes 318 profiles to configure muxers and encoders. So far the encoding 2331 the same caps and fix negotiation in muxers
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 41 - mp4 and Matroska muxers now support profile/level/resolution changes 318 profiles to configure muxers and encoders. So far the encoding 2331 the same caps and fix negotiation in muxers
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 41 - mp4 and Matroska muxers now support profile/level/resolution changes 318 profiles to configure muxers and encoders. So far the encoding 2331 the same caps and fix negotiation in muxers
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 41 - mp4 and Matroska muxers now support profile/level/resolution changes 318 profiles to configure muxers and encoders. So far the encoding 2331 the same caps and fix negotiation in muxers
|