Lines Matching full:mpeg
31 - Code responsible for encoding a valid MPEG Transport Stream, which is then
33 For now, we have a single, audio-only channel containing a single MPEG
36 way to encode PCM audio data in a MPEG Transport Stream.
137 The MPEG related code is split in the following way:
140 Code to work with MPEG TS packets, such as TS headers, adaptation
145 about a MPEG Transport Stream. A PSI generator is needed so
169 Implements the PES logic to convert encoder data into MPEG TS
179 data in the generated MPEG Transport Stream. The relevant
181 Mapping of AES3 Data into MPEG-2 Transport Stream*.
184 The resulting MPEG Elementary Stream is conveyed in a private
212 Implements a MPEG TS mux, loosely based on the ffmpeg
391 dvbv5-zap is a command line tool that can be used to record MPEG-TS to disk. The
413 player that recognizes the MPEG-TS format, such as ``mplayer`` or ``vlc``.
460 a barebones version of MPEG-2 video encoding so we can also test video. The
463 which covers the encoding of compressed video in MPEG Transport Streams.