#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "thread.h"
Go to the source code of this file.
◆ MINELEN
◆ MAXELEN
◆ hdr_get_line()
| static int hdr_get_line |
( |
GetByteContext * | gb, |
|
|
uint8_t * | buffer, |
|
|
int | size ) |
|
static |
◆ convert()
| static float convert |
( |
int | expo, |
|
|
int | val ) |
|
static |
◆ decompress()
| static int decompress |
( |
uint8_t * | scanline, |
|
|
int | w, |
|
|
GetByteContext * | gb, |
|
|
const uint8_t * | start ) |
|
static |
◆ hdr_decode_frame()
◆ ff_hdr_decoder
Initial value:= {
.p.name = "hdr",
}
#define FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM
The decoder extracts and fills its parameters even if the frame is skipped due to the skip_frame sett...
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_FRAME_THREADS
Codec supports frame-level multithreading.
@ AV_CODEC_ID_RADIANCE_HDR
static int hdr_decode_frame(AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt)
Definition at line 223 of file hdrdec.c.