| 
    FFmpeg
    
   | 
 
#include <inttypes.h>#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"#include "riff.h"#include "libavutil/avassert.h"Go to the source code of this file.
Data Structures | |
| struct | XMVVideoPacket | 
| A video packet with an XMV file.  More... | |
| struct | XMVAudioPacket | 
| An audio packet with an XMV file.  More... | |
| struct | XMVDemuxContext | 
| Context for demuxing an XMV file.  More... | |
Macros | |
| #define | XMV_MIN_HEADER_SIZE 36 | 
| The min size of an XMV header.  More... | |
| #define | XMV_AUDIO_ADPCM51_FRONTLEFTRIGHT 1 | 
| Audio flag: ADPCM'd 5.1 stream, front left / right channels.  More... | |
| #define | XMV_AUDIO_ADPCM51_FRONTCENTERLOW 2 | 
| Audio flag: ADPCM'd 5.1 stream, front center / low frequency channels.  More... | |
| #define | XMV_AUDIO_ADPCM51_REARLEFTRIGHT 4 | 
| Audio flag: ADPCM'd 5.1 stream, rear left / right channels.  More... | |
| #define | XMV_AUDIO_ADPCM51 | 
| Audio flag: Any of the ADPCM'd 5.1 stream flags.  More... | |
| #define | XMV_BLOCK_ALIGN_SIZE 36 | 
Functions | |
| static int | xmv_probe (const AVProbeData *p) | 
| static int | xmv_read_close (AVFormatContext *s) | 
| static int | xmv_read_header (AVFormatContext *s) | 
| static void | xmv_read_extradata (uint8_t *extradata, AVIOContext *pb) | 
| static int | xmv_process_packet_header (AVFormatContext *s) | 
| static int | xmv_fetch_new_packet (AVFormatContext *s) | 
| static int | xmv_fetch_audio_packet (AVFormatContext *s, AVPacket *pkt, uint32_t stream) | 
| static int | xmv_fetch_video_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | xmv_read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| AVInputFormat | ff_xmv_demuxer | 
Microsoft XMV demuxer
Definition in file xmv.c.
| #define XMV_AUDIO_ADPCM51_FRONTLEFTRIGHT 1 | 
| #define XMV_AUDIO_ADPCM51_FRONTCENTERLOW 2 | 
| #define XMV_AUDIO_ADPCM51_REARLEFTRIGHT 4 | 
| #define XMV_AUDIO_ADPCM51 | 
Audio flag: Any of the ADPCM'd 5.1 stream flags.
      
  | 
  static | 
      
  | 
  static | 
Definition at line 135 of file xmv.c.
Referenced by xmv_read_header().
      
  | 
  static | 
      
  | 
  static | 
Definition at line 236 of file xmv.c.
Referenced by xmv_process_packet_header().
      
  | 
  static | 
Definition at line 265 of file xmv.c.
Referenced by xmv_fetch_new_packet().
      
  | 
  static | 
Definition at line 412 of file xmv.c.
Referenced by xmv_read_packet().
      
  | 
  static | 
Definition at line 442 of file xmv.c.
Referenced by xmv_read_packet().
      
  | 
  static | 
Definition at line 488 of file xmv.c.
Referenced by xmv_read_packet().
      
  | 
  static | 
| AVInputFormat ff_xmv_demuxer | 
 1.8.17