FFmpeg
|
#include <string.h>
#include "libavutil/error.h"
#include "libavutil/intreadwrite.h"
#include "bsf.h"
#include "bsf_internal.h"
#include "jpegtables.h"
#include "mjpeg.h"
Go to the source code of this file.
Functions | |
static uint8_t * | append (uint8_t *buf, const uint8_t *src, int size) |
static uint8_t * | append_dht_segment (uint8_t *buf) |
static int | mjpeg2jpeg_filter (AVBSFContext *ctx, AVPacket *out) |
Variables | |
static const uint8_t | jpeg_header [] |
static const int | dht_segment_size = 420 |
static const uint8_t | dht_segment_head [] = { 0xFF, 0xC4, 0x01, 0xA2, 0x00 } |
static const uint8_t | dht_segment_frag [] |
static enum AVCodecID | codec_ids [] |
const FFBitStreamFilter | ff_mjpeg2jpeg_bsf |
|
static |
Definition at line 59 of file mjpeg2jpeg.c.
Referenced by adts_aac_read_packet(), append_dht_segment(), mjpeg2jpeg_filter(), and save_bits().
|
static |
Definition at line 65 of file mjpeg2jpeg.c.
Referenced by mjpeg2jpeg_filter().
|
static |
Definition at line 80 of file mjpeg2jpeg.c.
|
static |
Definition at line 37 of file mjpeg2jpeg.c.
Referenced by mjpeg2jpeg_filter().
|
static |
Definition at line 51 of file mjpeg2jpeg.c.
Referenced by mjpeg2jpeg_filter().
|
static |
Definition at line 52 of file mjpeg2jpeg.c.
Referenced by append_dht_segment().
|
static |
Definition at line 53 of file mjpeg2jpeg.c.
Referenced by append_dht_segment().
|
static |
Definition at line 134 of file mjpeg2jpeg.c.
const FFBitStreamFilter ff_mjpeg2jpeg_bsf |
Definition at line 138 of file mjpeg2jpeg.c.