FFmpeg
|
JACOsub subtitle decoder. More...
#include <time.h>
#include "ass.h"
#include "jacosub.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
Go to the source code of this file.
Enumerations | |
enum | { ALIGN_VB = 1<<0, ALIGN_VM = 1<<1, ALIGN_VT = 1<<2, ALIGN_JC = 1<<3, ALIGN_JL = 1<<4, ALIGN_JR = 1<<5 } |
Functions | |
static int | insert_text (AVBPrint *dst, const char *in, const char *arg) |
static int | insert_datetime (AVBPrint *dst, const char *in, const char *arg) |
static int | insert_color (AVBPrint *dst, const char *in, const char *arg) |
static int | insert_font (AVBPrint *dst, const char *in, const char *arg) |
static void | jacosub_to_ass (AVCodecContext *avctx, AVBPrint *dst, const char *src) |
static int | jacosub_decode_frame (AVCodecContext *avctx, void *data, int *got_sub_ptr, AVPacket *avpkt) |
Variables | |
struct { | |
const char * from | |
const char * arg | |
int(* func )(AVBPrint *dst, const char *in, const char *arg) | |
} | ass_codes_map [] |
AVCodec | ff_jacosub_decoder |
Detailed Description
JACOsub subtitle decoder.
Definition in file libavcodec/jacosubdec.c.
Enumeration Type Documentation
anonymous enum |
Enumerator | |
---|---|
ALIGN_VB | |
ALIGN_VM | |
ALIGN_VT | |
ALIGN_JC | |
ALIGN_JL | |
ALIGN_JR |
Definition at line 88 of file libavcodec/jacosubdec.c.
Function Documentation
|
static |
Definition at line 57 of file libavcodec/jacosubdec.c.
|
static |
Definition at line 41 of file libavcodec/jacosubdec.c.
|
static |
Definition at line 62 of file libavcodec/jacosubdec.c.
|
static |
Definition at line 35 of file libavcodec/jacosubdec.c.
|
static |
Definition at line 168 of file libavcodec/jacosubdec.c.
|
static |
Definition at line 97 of file libavcodec/jacosubdec.c.
Referenced by jacosub_decode_frame().
Variable Documentation
const char* arg |
Definition at line 69 of file libavcodec/jacosubdec.c.
Referenced by av_find_info_tag(), av_force_cpu_flags(), av_log_set_flags(), avcodec_thread_execute(), avisynth_open_file(), bktr_init(), check_keyboard_interaction(), decode_lowdelay_slice(), decode_subband_golomb(), dv_decode_video_segment(), dv_encode_video_segment(), ff_cos(), finish_group(), frame_worker_thread(), init(), input_thread(), jacosub_to_ass(), mxf_read_content_storage(), mxf_read_cryptographic_context(), mxf_read_generic_descriptor(), mxf_read_identification_metadata(), mxf_read_index_table_segment(), mxf_read_partition_pack(), mxf_read_primer_pack(), mxf_read_sequence(), mxf_read_source_clip(), mxf_read_timecode_component(), mxf_read_track(), new_output_stream(), opt_attach(), opt_codec(), opt_input_file(), opt_show_entries(), opt_timelimit(), parse_acl_row(), parse_ffconfig(), parse_meta_type(), process_callback(), read_thread(), shutdown_callback(), split_commandline(), subtitle_thread(), video_thread(), and xrun_callback().
const { ... } ass_codes_map[] |
Referenced by jacosub_to_ass().
AVCodec ff_jacosub_decoder |
Definition at line 198 of file libavcodec/jacosubdec.c.
const char* from |
Definition at line 68 of file libavcodec/jacosubdec.c.
Referenced by ff_sctp_recvmsg(), jacosub_to_ass(), and rtp_read().
Definition at line 70 of file libavcodec/jacosubdec.c.
Referenced by av_fifo_generic_read(), av_fifo_generic_write(), avcodec_default_execute(), avcodec_default_execute2(), avfilter_transform(), compute_metric(), get_bits_left(), get_fourcc(), get_sr_golomb_shorten(), main(), and put_s().
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11