#include <stdio.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "apetag.h"
Go to the source code of this file.
◆ APE_MIN_VERSION
#define APE_MIN_VERSION 3800 |
◆ APE_MAX_VERSION
#define APE_MAX_VERSION 3990 |
◆ MAC_FORMAT_FLAG_8_BIT
#define MAC_FORMAT_FLAG_8_BIT 1 |
◆ MAC_FORMAT_FLAG_CRC
#define MAC_FORMAT_FLAG_CRC 2 |
Definition at line 35 of file ape.c.
◆ MAC_FORMAT_FLAG_HAS_PEAK_LEVEL
#define MAC_FORMAT_FLAG_HAS_PEAK_LEVEL 4 |
◆ MAC_FORMAT_FLAG_24_BIT
#define MAC_FORMAT_FLAG_24_BIT 8 |
◆ MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS
#define MAC_FORMAT_FLAG_HAS_SEEK_ELEMENTS 16 |
◆ MAC_FORMAT_FLAG_CREATE_WAV_HEADER
#define MAC_FORMAT_FLAG_CREATE_WAV_HEADER 32 |
◆ APE_EXTRADATA_SIZE
#define APE_EXTRADATA_SIZE 6 |
◆ ape_probe()
Definition at line 86 of file ape.c.
◆ ape_dumpinfo()
◆ ape_read_header()
◆ ape_read_packet()
◆ ape_read_close()
◆ ape_read_seek()
◆ ff_ape_demuxer
Initial value:= {
.name = "ape",
.extensions = "ape,apl,mac",
}
static int ape_read_close(AVFormatContext *s)
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
static int ape_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
static int ape_probe(AVProbeData *p)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int ape_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int ape_read_header(AVFormatContext *s)
Definition at line 460 of file ape.c.