Public Member Functions | |
Pointer | audio_resample_init (int output_channels, int input_channels, int output_rate, int input_rate) |
int | audio_resample (Pointers, Pointer output, Pointer input, int nb_samples) |
void | audio_resample_close (Pointers) |
Pointer | av_resample_init (int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff) |
int | av_resample (Pointerc, Pointer dst, Pointer src, Pointer consumed, int src_size, int dst_size, int update_ctx) |
void | av_resample_compensate (Pointerc, int sample_delta, int compensation_distance) |
void | av_resample_close (Pointerc) |
int | avpicture_alloc (AVPicture picture, int pix_fmt, int width, int height) |
void | avpicture_free (AVPicture picture) |
int | avpicture_fill (AVPicture picture, Pointer ptr, int pix_fmt, int width, int height) |
int | avpicture_fill (AVFrame picture, Pointer ptr, int pix_fmt, int width, int height) |
int | avpicture_layout (AVPicture src, int pix_fmt, int width, int height, Pointer dest, int dest_size) |
int | avpicture_get_size (int pix_fmt, int width, int height) |
void | avcodec_get_chroma_sub_sample (int pix_fmt, IntByReference h_shift, IntByReference v_shift) |
String | avcodec_get_pix_fmt_name (int pix_fmt) |
void | avcodec_set_dimensions (AVCodecContext s, int width, int height) |
int | avcodec_get_pix_fmt (String name) |
int | avcodec_pix_fmt_to_codec_tag (int p) |
int | avcodec_get_pix_fmt_loss (int dst_pix_fmt, int src_pix_fmt, int has_alpha) |
int | avcodec_find_best_pix_fmt (int pix_fmt_mask, int src_pix_fmt, int has_alpha, IntByReference loss_ptr) |
void | avcodec_pix_fmt_string (Pointer buf, int buf_size, int pix_fmt) |
int | img_get_alpha_info (AVPicture src, int pix_fmt, int width, int height) |
int | img_convert (AVPicture dst, int dst_pix_fmt, AVPicture src, int pix_fmt, int width, int height) |
int | img_convert (AVFrame dst, int dst_pix_fmt, AVFrame src, int pix_fmt, int width, int height) |
int | avpicture_deinterlace (AVPicture dst, AVPicture src, int pix_fmt, int width, int height) |
int | avcodec_version () |
void | avcodec_init () |
void | register_avcodec (AVCodec format) |
AVCodec | avcodec_find_encoder (int id) |
AVCodec | avcodec_find_encoder_by_name (String name) |
AVCodec | avcodec_find_decoder (int id) |
AVCodec | avcodec_find_decoder_by_name (String name) |
void | avcodec_string (Pointer buf, int buf_size, AVCodecContext enc, int encode) |
void | avcodec_get_context_defaults (AVCodecContext s) |
void | avcodec_get_context_defaults2 (AVCodecContext s, int e) |
AVCodecContext | avcodec_alloc_context () |
AVCodecContext | avcodec_alloc_context2 (int e) |
void | avcodec_get_frame_defaults (AVFrame pic) |
AVFrame | avcodec_alloc_frame () |
int | avcodec_default_get_buffer (AVCodecContext s, AVFrame pic) |
void | avcodec_default_release_buffer (AVCodecContext s, AVFrame pic) |
int | avcodec_default_reget_buffer (AVCodecContext s, AVFrame pic) |
void | avcodec_align_dimensions (AVCodecContext s, IntByReference width, IntByReference height) |
int | avcodec_check_dimensions (Pointer av_log_ctx, int w, int h) |
int | avcodec_default_get_format (AVCodecContext s, IntByReference fmt) |
int | avcodec_thread_init (AVCodecContext s, int thread_count) |
void | avcodec_thread_free (AVCodecContext s) |
int | avcodec_thread_execute (AVCodecContext s, Pointer func, PointerByReference arg, IntByReference ret, int count) |
int | avcodec_default_execute (AVCodecContext c, Pointer func, PointerByReference arg, IntByReference ret, int count) |
int | avcodec_open (AVCodecContext avctx, AVCodec codec) |
int | avcodec_decode_audio2 (AVCodecContext avctx, Pointer samples, IntByReference frame_size_ptr, Pointer buf, int buf_size) |
int | avcodec_decode_video (AVCodecContext avctx, AVFrame picture, IntByReference got_picture_ptr, Pointer buf, int buf_size) |
int | avcodec_decode_subtitle (AVCodecContext avctx, AVSubtitle sub, IntByReference got_sub_ptr, Pointer buf, int buf_size) |
int | avcodec_parse_frame (AVCodecContext avctx, PointerByReference pdata, IntByReference data_size_ptr, Pointer buf, int buf_size) |
int | avcodec_encode_audio (AVCodecContext avctx, Pointer buf, int buf_size, Pointer samples) |
int | avcodec_encode_video (AVCodecContext avctx, Pointer buf, int buf_size, AVFrame pict) |
int | avcodec_encode_subtitle (AVCodecContext avctx, Pointer buf, int buf_size, AVSubtitle sub) |
int | avcodec_close (AVCodecContext avctx) |
void | avcodec_register_all () |
void | avcodec_flush_buffers (AVCodecContext avctx) |
void | avcodec_default_free_buffers (AVCodecContext s) |
byte | av_get_pict_type_char (int pict_type) |
int | av_get_bits_per_sample (int codec_id) |
void | av_register_codec_parser (AVCodecParser parser) |
AVCodecParser | av_parser_init (int codec_id) |
int | av_parser_parse (AVCodecParserContext s, AVCodecContext avctx, PointerByReference poutbuf, IntByReference poutbuf_size, Pointer buf, int buf_size, long pts, long dts) |
int | av_parser_change (AVCodecParserContext s, AVCodecContext avctx, PointerByReference poutbuf, IntByReference poutbuf_size, Pointer buf, int buf_size, int keyframe) |
void | av_parser_close (AVCodecParserContext s) |
void | av_register_bitstream_filter (AVBitStreamFilter bsf) |
AVBitStreamFilterContext | av_bitstream_filter_init (String name) |
int | av_bitstream_filter_filter (AVBitStreamFilterContext bsfc, AVCodecContext avctx, String args, PointerByReference poutbuf, IntByReference poutbuf_size, Pointer buf, int buf_size, int keyframe) |
void | av_bitstream_filter_close (AVBitStreamFilterContext bsf) |
Pointer | av_fast_realloc (Pointer ptr, IntByReference size, int min_size) |
void | av_free_static () |
Pointer | av_mallocz_static (int size) |
void | av_picture_copy (AVPicture dst, AVPicture src, int pix_fmt, int width, int height) |
int | av_picture_crop (AVPicture dst, AVPicture src, int pix_fmt, int top_band, int left_band) |
int | av_picture_pad (AVPicture dst, AVPicture src, int height, int width, int pix_fmt, int padtop, int padbottom, int padleft, int padright, IntByReference color) |
int | av_xiphlacing (Pointer s, int v) |
int | av_parse_video_frame_size (IntByReference width_ptr, IntByReference height_ptr, String str) |
int | av_parse_video_frame_rate (AVRational frame_rate, String str) |
AVOption | av_find_opt (Pointer obj, String name, String unit, int mask, int flags) |
AVOption | av_set_string (Pointer obj, String name, Pointer str) |
AVOption | av_set_double (Pointer obj, String name, double n) |
AVOption | av_set_q (Pointer obj, String name, AVRational n) |
AVOption | av_set_int (Pointer obj, String name, long n) |
double | av_get_double (Pointer obj, String name, PointerByReference o_out) |
AVRational | av_get_q (Pointer obj, String name, PointerByReference o_out) |
long | av_get_int (Pointer obj, String name, PointerByReference o_out) |
String | av_get_string (Pointer obj, String name, PointerByReference o_out, Pointer buf, int buf_len) |
AVOption | av_next_option (Pointer obj, AVOption last) |
int | av_opt_show (Pointer obj, Pointer av_log_obj) |
void | av_opt_set_defaults (Pointer s) |
void | av_opt_set_defaults2 (Pointer s, int mask, int flags) |
Static Public Attributes | |
static final AVCodecLibrary | INSTANCE |
static final long | AV_NOPTS_VALUE = 0x8000000000000000L |
static final int | AV_TIME_BASE = 1000000 |
static final AVRational | AV_TIME_BASE_Q = new AVRational(1, AV_TIME_BASE) |
static final int | CODEC_ID_NONE = 0 |
static final int | CODEC_ID_MPEG1VIDEO = 1 |
static final int | CODEC_ID_MPEG2VIDEO = 2 |
static final int | CODEC_ID_MPEG2VIDEO_XVMC = 3 |
static final int | CODEC_ID_H261 = 4 |
static final int | CODEC_ID_H263 = 5 |
static final int | CODEC_ID_RV10 = 6 |
static final int | CODEC_ID_RV20 = 7 |
static final int | CODEC_ID_MJPEG = 8 |
static final int | CODEC_ID_MJPEGB = 9 |
static final int | CODEC_ID_LJPEG = 10 |
static final int | CODEC_ID_SP5X = 11 |
static final int | CODEC_ID_JPEGLS = 12 |
static final int | CODEC_ID_MPEG4 = 13 |
static final int | CODEC_ID_RAWVIDEO = 14 |
static final int | CODEC_ID_MSMPEG4V1 = 15 |
static final int | CODEC_ID_MSMPEG4V2 = 16 |
static final int | CODEC_ID_MSMPEG4V3 = 17 |
static final int | CODEC_ID_WMV1 = 18 |
static final int | CODEC_ID_WMV2 = 19 |
static final int | CODEC_ID_H263P = 20 |
static final int | CODEC_ID_H263I = 21 |
static final int | CODEC_ID_FLV1 = 22 |
static final int | CODEC_ID_SVQ1 = 23 |
static final int | CODEC_ID_SVQ3 = 24 |
static final int | CODEC_ID_DVVIDEO = 25 |
static final int | CODEC_ID_HUFFYUV = 26 |
static final int | CODEC_ID_CYUV = 27 |
static final int | CODEC_ID_H264 = 28 |
static final int | CODEC_ID_INDEO3 = 29 |
static final int | CODEC_ID_VP3 = 30 |
static final int | CODEC_ID_THEORA = 31 |
static final int | CODEC_ID_ASV1 = 32 |
static final int | CODEC_ID_ASV2 = 33 |
static final int | CODEC_ID_FFV1 = 34 |
static final int | CODEC_ID_4XM = 35 |
static final int | CODEC_ID_VCR1 = 36 |
static final int | CODEC_ID_CLJR = 37 |
static final int | CODEC_ID_MDEC = 38 |
static final int | CODEC_ID_ROQ = 39 |
static final int | CODEC_ID_INTERPLAY_VIDEO = 40 |
static final int | CODEC_ID_XAN_WC3 = 41 |
static final int | CODEC_ID_XAN_WC4 = 42 |
static final int | CODEC_ID_RPZA = 43 |
static final int | CODEC_ID_CINEPAK = 44 |
static final int | CODEC_ID_WS_VQA = 45 |
static final int | CODEC_ID_MSRLE = 46 |
static final int | CODEC_ID_MSVIDEO1 = 47 |
static final int | CODEC_ID_IDCIN = 48 |
static final int | CODEC_ID_8BPS = 49 |
static final int | CODEC_ID_SMC = 50 |
static final int | CODEC_ID_FLIC = 51 |
static final int | CODEC_ID_TRUEMOTION1 = 52 |
static final int | CODEC_ID_VMDVIDEO = 53 |
static final int | CODEC_ID_MSZH = 54 |
static final int | CODEC_ID_ZLIB = 55 |
static final int | CODEC_ID_QTRLE = 56 |
static final int | CODEC_ID_SNOW = 57 |
static final int | CODEC_ID_TSCC = 58 |
static final int | CODEC_ID_ULTI = 59 |
static final int | CODEC_ID_QDRAW = 60 |
static final int | CODEC_ID_VIXL = 61 |
static final int | CODEC_ID_QPEG = 62 |
static final int | CODEC_ID_XVID = 63 |
static final int | CODEC_ID_PNG = 64 |
static final int | CODEC_ID_PPM = 65 |
static final int | CODEC_ID_PBM = 66 |
static final int | CODEC_ID_PGM = 67 |
static final int | CODEC_ID_PGMYUV = 68 |
static final int | CODEC_ID_PAM = 69 |
static final int | CODEC_ID_FFVHUFF = 70 |
static final int | CODEC_ID_RV30 = 71 |
static final int | CODEC_ID_RV40 = 72 |
static final int | CODEC_ID_VC1 = 73 |
static final int | CODEC_ID_WMV3 = 74 |
static final int | CODEC_ID_LOCO = 75 |
static final int | CODEC_ID_WNV1 = 76 |
static final int | CODEC_ID_AASC = 77 |
static final int | CODEC_ID_INDEO2 = 78 |
static final int | CODEC_ID_FRAPS = 79 |
static final int | CODEC_ID_TRUEMOTION2 = 80 |
static final int | CODEC_ID_BMP = 81 |
static final int | CODEC_ID_CSCD = 82 |
static final int | CODEC_ID_MMVIDEO = 83 |
static final int | CODEC_ID_ZMBV = 84 |
static final int | CODEC_ID_AVS = 85 |
static final int | CODEC_ID_SMACKVIDEO = 86 |
static final int | CODEC_ID_NUV = 87 |
static final int | CODEC_ID_KMVC = 88 |
static final int | CODEC_ID_FLASHSV = 89 |
static final int | CODEC_ID_CAVS = 90 |
static final int | CODEC_ID_JPEG2000 = 91 |
static final int | CODEC_ID_VMNC = 92 |
static final int | CODEC_ID_VP5 = 93 |
static final int | CODEC_ID_VP6 = 94 |
static final int | CODEC_ID_VP6F = 95 |
static final int | CODEC_ID_TARGA = 96 |
static final int | CODEC_ID_DSICINVIDEO = 97 |
static final int | CODEC_ID_TIERTEXSEQVIDEO = 98 |
static final int | CODEC_ID_TIFF = 99 |
static final int | CODEC_ID_GIF = 100 |
static final int | CODEC_ID_FFH264 = 101 |
static final int | CODEC_ID_DXA = 102 |
static final int | CODEC_ID_DNXHD = 103 |
static final int | CODEC_ID_THP = 104 |
static final int | CODEC_ID_SGI = 105 |
static final int | CODEC_ID_C93 = 106 |
static final int | CODEC_ID_BETHSOFTVID = 107 |
static final int | CODEC_ID_PTX = 108 |
static final int | CODEC_ID_TXD = 109 |
static final int | CODEC_ID_PCM_S16LE = 0x10000 |
static final int | CODEC_ID_PCM_S16BE = 0x10001 |
static final int | CODEC_ID_PCM_U16LE = 0x10002 |
static final int | CODEC_ID_PCM_U16BE = 0x10003 |
static final int | CODEC_ID_PCM_S8 = 0x10004 |
static final int | CODEC_ID_PCM_U8 = 0x10005 |
static final int | CODEC_ID_PCM_MULAW = 0x10006 |
static final int | CODEC_ID_PCM_ALAW = 0x10007 |
static final int | CODEC_ID_PCM_S32LE = 0x10008 |
static final int | CODEC_ID_PCM_S32BE = 0x10009 |
static final int | CODEC_ID_PCM_U32LE = 0x1000a |
static final int | CODEC_ID_PCM_U32BE = 0x1000b |
static final int | CODEC_ID_PCM_S24LE = 0x1000c |
static final int | CODEC_ID_PCM_S24BE = 0x1000d |
static final int | CODEC_ID_PCM_U24LE = 0x1000e |
static final int | CODEC_ID_PCM_U24BE = 0x1000f |
static final int | CODEC_ID_PCM_S24DAUD = 0x10010 |
static final int | CODEC_ID_PCM_ZORK = 0x10011 |
static final int | CODEC_ID_ADPCM_IMA_QT = 0x11000 |
static final int | CODEC_ID_ADPCM_IMA_WAV = 0x11001 |
static final int | CODEC_ID_ADPCM_IMA_DK3 = 0x11002 |
static final int | CODEC_ID_ADPCM_IMA_DK4 = 0x11003 |
static final int | CODEC_ID_ADPCM_IMA_WS = 0x11004 |
static final int | CODEC_ID_ADPCM_IMA_SMJPEG = 0x11005 |
static final int | CODEC_ID_ADPCM_MS = 0x11006 |
static final int | CODEC_ID_ADPCM_4XM = 0x11007 |
static final int | CODEC_ID_ADPCM_XA = 0x11008 |
static final int | CODEC_ID_ADPCM_ADX = 0x11009 |
static final int | CODEC_ID_ADPCM_EA = 0x1100a |
static final int | CODEC_ID_ADPCM_G726 = 0x1100b |
static final int | CODEC_ID_ADPCM_CT = 0x1100c |
static final int | CODEC_ID_ADPCM_SWF = 0x1100d |
static final int | CODEC_ID_ADPCM_YAMAHA = 0x1100e |
static final int | CODEC_ID_ADPCM_SBPRO_4 = 0x1100f |
static final int | CODEC_ID_ADPCM_SBPRO_3 = 0x11010 |
static final int | CODEC_ID_ADPCM_SBPRO_2 = 0x11011 |
static final int | CODEC_ID_ADPCM_THP = 0x11012 |
static final int | CODEC_ID_AMR_NB = 0x12000 |
static final int | CODEC_ID_AMR_WB = 0x12001 |
static final int | CODEC_ID_RA_144 = 0x13000 |
static final int | CODEC_ID_RA_288 = 0x13001 |
static final int | CODEC_ID_ROQ_DPCM = 0x14000 |
static final int | CODEC_ID_INTERPLAY_DPCM = 0x14001 |
static final int | CODEC_ID_XAN_DPCM = 0x14002 |
static final int | CODEC_ID_SOL_DPCM = 0x14003 |
static final int | CODEC_ID_MP2 = 0x15000 |
static final int | CODEC_ID_MP3 = 0x15001 |
static final int | CODEC_ID_AAC = 0x15002 |
static final int | CODEC_ID_AC3 = 0x15003 |
static final int | CODEC_ID_DTS = 0x15004 |
static final int | CODEC_ID_VORBIS = 0x15005 |
static final int | CODEC_ID_DVAUDIO = 0x15006 |
static final int | CODEC_ID_WMAV1 = 0x15007 |
static final int | CODEC_ID_WMAV2 = 0x15008 |
static final int | CODEC_ID_MACE3 = 0x15009 |
static final int | CODEC_ID_MACE6 = 0x1500a |
static final int | CODEC_ID_VMDAUDIO = 0x1500b |
static final int | CODEC_ID_SONIC = 0x1500c |
static final int | CODEC_ID_SONIC_LS = 0x1500d |
static final int | CODEC_ID_FLAC = 0x1500e |
static final int | CODEC_ID_MP3ADU = 0x1500f |
static final int | CODEC_ID_MP3ON4 = 0x15010 |
static final int | CODEC_ID_SHORTEN = 0x15011 |
static final int | CODEC_ID_ALAC = 0x15012 |
static final int | CODEC_ID_WESTWOOD_SND1 = 0x15013 |
static final int | CODEC_ID_GSM = 0x15014 |
static final int | CODEC_ID_QDM2 = 0x15015 |
static final int | CODEC_ID_COOK = 0x15016 |
static final int | CODEC_ID_TRUESPEECH = 0x15017 |
static final int | CODEC_ID_TTA = 0x15018 |
static final int | CODEC_ID_SMACKAUDIO = 0x15019 |
static final int | CODEC_ID_QCELP = 0x1501a |
static final int | CODEC_ID_WAVPACK = 0x1501b |
static final int | CODEC_ID_DSICINAUDIO = 0x1501c |
static final int | CODEC_ID_IMC = 0x1501d |
static final int | CODEC_ID_MUSEPACK7 = 0x1501e |
static final int | CODEC_ID_MLP = 0x1501f |
static final int | CODEC_ID_GSM_MS = 0x15020 |
static final int | CODEC_ID_ATRAC3 = 0x15021 |
static final int | CODEC_ID_VOXWARE = 0x15022 |
static final int | CODEC_ID_DVD_SUBTITLE = 0x17000 |
static final int | CODEC_ID_DVB_SUBTITLE = 0x17001 |
static final int | CODEC_ID_TEXT = 0x17002 |
static final int | CODEC_ID_XSUB = 0x17003 |
static final int | CODEC_ID_MPEG2TS = 0x20000 |
static final int | CODEC_ID_MP3LAME = CODEC_ID_MP3 |
static final int | CODEC_ID_MPEG4AAC = CODEC_ID_AAC |
static final int | CODEC_TYPE_UNKNOWN = -1 |
static final int | CODEC_TYPE_VIDEO = 0 |
static final int | CODEC_TYPE_AUDIO = 1 |
static final int | CODEC_TYPE_DATA = 2 |
static final int | CODEC_TYPE_SUBTITLE = 3 |
static final int | CODEC_TYPE_NB = 4 |
static final int | SAMPLE_FMT_NONE = -1 |
static final int | SAMPLE_FMT_U8 = 0 |
unsigned 8 bits | |
static final int | SAMPLE_FMT_S16 = 1 |
signed 16 bits | |
static final int | SAMPLE_FMT_S24 = 2 |
signed 24 bits | |
static final int | SAMPLE_FMT_S32 = 3 |
signed 32 bits | |
static final int | SAMPLE_FMT_FLT = 4 |
float | |
static final int | SAMPLE_FMT_DBL = 5 |
static final int | SAMPLE_FMT_NB = 6 |
static final int | AVCODEC_MAX_AUDIO_FRAME_SIZE = 192000 |
static final int | FF_INPUT_BUFFER_PADDING_SIZE = 8 |
static final int | FF_MIN_BUFFER_SIZE = 16384 |
static final int | SME_ZERO = 1 |
static final int | SME_FULL = 2 |
static final int | SME_LOG = 3 |
static final int | SME_PHODS = 4 |
static final int | SME_EPZS = 5 |
static final int | SME_X1 = 6 |
static final int | SME_HEX = 7 |
static final int | SME_UMH = 8 |
static final int | SME_ITER = 9 |
static final int | AVDISCARD_NONE = -16 |
discard nothing | |
static final int | AVDISCARD_DEFAULT = 0 |
discard useless packets like 0 size packets in avi | |
static final int | AVDISCARD_NONREF = 8 |
discard all non reference | |
static final int | AVDISCARD_BIDIR = 16 |
discard all bidirectional frames | |
static final int | AVDISCARD_NONKEY = 32 |
discard all frames except keyframes | |
static final int | AVDISCARD_ALL = 48 |
discard all | |
static final int | FF_MAX_B_FRAMES = 16 |
static final int | CODEC_FLAG_QSCALE = 0x0002 |
Use fixed qscale. | |
static final int | CODEC_FLAG_4MV = 0x0004 |
4 MV per MB allowed / advanced prediction for H.263. | |
static final int | CODEC_FLAG_QPEL = 0x0010 |
Use qpel MC. | |
static final int | CODEC_FLAG_GMC = 0x0020 |
Use GMC. | |
static final int | CODEC_FLAG_MV0 = 0x0040 |
Always try a MB with MV=<0,0>. | |
static final int | CODEC_FLAG_PART = 0x0080 |
Use data partitioning. | |
static final int | CODEC_FLAG_INPUT_PRESERVED = 0x0100 |
static final int | CODEC_FLAG_PASS1 = 0x0200 |
Use internal 2pass ratecontrol in first pass mode. | |
static final int | CODEC_FLAG_PASS2 = 0x0400 |
Use internal 2pass ratecontrol in second pass mode. | |
static final int | CODEC_FLAG_EXTERN_HUFF = 0x1000 |
Use external Huffman table (for MJPEG). | |
static final int | CODEC_FLAG_GRAY = 0x2000 |
Only decode/encode grayscale. | |
static final int | CODEC_FLAG_EMU_EDGE = 0x4000 |
Don't draw edges. | |
static final int | CODEC_FLAG_PSNR = 0x8000 |
error[?] variables will be set during encoding. | |
static final int | CODEC_FLAG_TRUNCATED = 0x00010000 |
static final int | CODEC_FLAG_NORMALIZE_AQP = 0x00020000 |
Normalize adaptive quantization. | |
static final int | CODEC_FLAG_INTERLACED_DCT = 0x00040000 |
Use interlaced DCT. | |
static final int | CODEC_FLAG_LOW_DELAY = 0x00080000 |
Force low delay. | |
static final int | CODEC_FLAG_ALT_SCAN = 0x00100000 |
Use alternate scan. | |
static final int | CODEC_FLAG_GLOBAL_HEADER = 0x00400000 |
Place global headers in extradata instead of every keyframe. | |
static final int | CODEC_FLAG_BITEXACT = 0x00800000 |
Use only bitexact stuff (except (I)DCT). | |
static final int | CODEC_FLAG_AC_PRED = 0x01000000 |
H.263 advanced intra coding / MPEG-4 AC prediction. | |
static final int | CODEC_FLAG_H263P_UMV = 0x02000000 |
unlimited motion vector | |
static final int | CODEC_FLAG_CBP_RD = 0x04000000 |
Use rate distortion optimization for cbp. | |
static final int | CODEC_FLAG_QP_RD = 0x08000000 |
Use rate distortion optimization for qp selectioon. | |
static final int | CODEC_FLAG_H263P_AIV = 0x00000008 |
H.263 alternative inter VLC. | |
static final int | CODEC_FLAG_OBMC = 0x00000001 |
OBMC. | |
static final int | CODEC_FLAG_LOOP_FILTER = 0x00000800 |
loop filter | |
static final int | CODEC_FLAG_H263P_SLICE_STRUCT = 0x10000000 |
static final int | CODEC_FLAG_INTERLACED_ME = 0x20000000 |
interlaced motion estimation | |
static final int | CODEC_FLAG_SVCD_SCAN_OFFSET = 0x40000000 |
Will reserve space for SVCD scan offset user data. | |
static final int | CODEC_FLAG_CLOSED_GOP = ((int)0x80000000) |
static final int | CODEC_FLAG2_FAST = 0x00000001 |
Allow non spec compliant speedup tricks. | |
static final int | CODEC_FLAG2_STRICT_GOP = 0x00000002 |
Strictly enforce GOP size. | |
static final int | CODEC_FLAG2_NO_OUTPUT = 0x00000004 |
Skip bitstream encoding. | |
static final int | CODEC_FLAG2_LOCAL_HEADER = 0x00000008 |
Place global headers at every keyframe instead of in extradata. | |
static final int | CODEC_FLAG2_BPYRAMID = 0x00000010 |
H.264 allow B-frames to be used as references. | |
static final int | CODEC_FLAG2_WPRED = 0x00000020 |
H.264 weighted biprediction for B-frames. | |
static final int | CODEC_FLAG2_MIXED_REFS = 0x00000040 |
H.264 one reference per partition, as opposed to one reference per macroblock. | |
static final int | CODEC_FLAG2_8X8DCT = 0x00000080 |
H.264 high profile 8x8 transform. | |
static final int | CODEC_FLAG2_FASTPSKIP = 0x00000100 |
H.264 fast pskip. | |
static final int | CODEC_FLAG2_AUD = 0x00000200 |
H.264 access unit delimiters. | |
static final int | CODEC_FLAG2_BRDO = 0x00000400 |
B-frame rate-distortion optimization. | |
static final int | CODEC_FLAG2_INTRA_VLC = 0x00000800 |
Use MPEG-2 intra VLC table. | |
static final int | CODEC_FLAG2_MEMC_ONLY = 0x00001000 |
Only do ME/MC (I frames -> ref, P frame -> ME+MC). | |
static final int | CODEC_FLAG2_DROP_FRAME_TIMECODE = 0x00002000 |
timecode is in drop frame format. | |
static final int | CODEC_FLAG2_SKIP_RD = 0x00004000 |
RD optimal MB level residual skipping. | |
static final int | CODEC_FLAG2_CHUNKS = 0x00008000 |
Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries. | |
static final int | CODEC_FLAG2_NON_LINEAR_QUANT = 0x00010000 |
Use MPEG-2 nonlinear quantizer. | |
static final int | CODEC_CAP_DRAW_HORIZ_BAND = 0x0001 |
Decoder can use draw_horiz_band callback. | |
static final int | CODEC_CAP_DR1 = 0x0002 |
static final int | CODEC_CAP_PARSE_ONLY = 0x0004 |
static final int | CODEC_CAP_TRUNCATED = 0x0008 |
static final int | CODEC_CAP_HWACCEL = 0x0010 |
static final int | CODEC_CAP_DELAY = 0x0020 |
static final int | CODEC_CAP_SMALL_LAST_FRAME = 0x0040 |
static final int | MB_TYPE_INTRA4x4 = 0x0001 |
static final int | MB_TYPE_INTRA16x16 = 0x0002 |
static final int | MB_TYPE_INTRA_PCM = 0x0004 |
static final int | MB_TYPE_16x16 = 0x0008 |
static final int | MB_TYPE_16x8 = 0x0010 |
static final int | MB_TYPE_8x16 = 0x0020 |
static final int | MB_TYPE_8x8 = 0x0040 |
static final int | MB_TYPE_INTERLACED = 0x0080 |
static final int | MB_TYPE_DIRECT2 = 0x0100 |
static final int | MB_TYPE_ACPRED = 0x0200 |
static final int | MB_TYPE_GMC = 0x0400 |
static final int | MB_TYPE_SKIP = 0x0800 |
static final int | MB_TYPE_P0L0 = 0x1000 |
static final int | MB_TYPE_P1L0 = 0x2000 |
static final int | MB_TYPE_P0L1 = 0x4000 |
static final int | MB_TYPE_P1L1 = 0x8000 |
static final int | MB_TYPE_L0 = (MB_TYPE_P0L0 | MB_TYPE_P1L0) |
static final int | MB_TYPE_L1 = (MB_TYPE_P0L1 | MB_TYPE_P1L1) |
static final int | MB_TYPE_L0L1 = (MB_TYPE_L0 | MB_TYPE_L1) |
static final int | MB_TYPE_QUANT = 0x00010000 |
static final int | MB_TYPE_CBP = 0x00020000 |
static final int | DEFAULT_FRAME_RATE_BASE = 1001000 |
static final int | AVPALETTE_SIZE = 1024 |
static final int | AVPALETTE_COUNT = 256 |
static final int | FF_LOSS_RESOLUTION = 0x0001 |
static final int | FF_LOSS_DEPTH = 0x0002 |
static final int | FF_LOSS_COLORSPACE = 0x0004 |
static final int | FF_LOSS_ALPHA = 0x0008 |
static final int | FF_LOSS_COLORQUANT = 0x0010 |
static final int | FF_LOSS_CHROMA = 0x0020 |
static final int | FF_ALPHA_TRANSP = 0x0001 |
static final int | FF_ALPHA_SEMI_TRANSP = 0x0002 |
static final int | FF_OPT_TYPE_FLAGS = 0 |
static final int | FF_OPT_TYPE_INT = 1 |
static final int | FF_OPT_TYPE_INT64 = 2 |
static final int | FF_OPT_TYPE_DOUBLE = 3 |
static final int | FF_OPT_TYPE_FLOAT = 4 |
static final int | FF_OPT_TYPE_STRING = 5 |
static final int | FF_OPT_TYPE_RATIONAL = 6 |
static final int | FF_OPT_TYPE_CONST = 128 |
Classes | |
class | AVBitStreamFilter |
class | AVBitStreamFilterContext |
class | AVCodec |
class | AVCodecContext |
class | AVCodecParser |
class | AVCodecParserContext |
class | AVFrame |
class | AVOption |
class | AVPaletteControl |
class | AVPanScan |
class | AVPicture |
class | AVSubtitle |
class | AVSubtitleRect |
class | RcOverride |
Definition at line 16 of file AVCodecLibrary.java.
Pointer net.sf.ffmpeg_java.AVCodecLibrary.audio_resample_init | ( | int | output_channels, | |
int | input_channels, | |||
int | output_rate, | |||
int | input_rate | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.audio_resample | ( | Pointers | , | |
Pointer | output, | |||
Pointer | input, | |||
int | nb_samples | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.audio_resample_close | ( | Pointers | ) |
Pointer net.sf.ffmpeg_java.AVCodecLibrary.av_resample_init | ( | int | out_rate, | |
int | in_rate, | |||
int | filter_length, | |||
int | log2_phase_count, | |||
int | linear, | |||
double | cutoff | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_resample | ( | Pointerc | , | |
Pointer | dst, | |||
Pointer | src, | |||
Pointer | consumed, | |||
int | src_size, | |||
int | dst_size, | |||
int | update_ctx | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_resample_compensate | ( | Pointerc | , | |
int | sample_delta, | |||
int | compensation_distance | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_resample_close | ( | Pointerc | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.avpicture_alloc | ( | AVPicture | picture, | |
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
Calculate the size in bytes that a picture of the given width and height would occupy if stored in the given picture format.
pix_fmt | the given picture format | |
width | the width of the image | |
height | the height of the image |
void net.sf.ffmpeg_java.AVCodecLibrary.avpicture_free | ( | AVPicture | picture | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.avpicture_fill | ( | AVPicture | picture, | |
Pointer | ptr, | |||
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avpicture_fill | ( | AVFrame | picture, | |
Pointer | ptr, | |||
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avpicture_layout | ( | AVPicture | src, | |
int | pix_fmt, | |||
int | width, | |||
int | height, | |||
Pointer | dest, | |||
int | dest_size | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avpicture_get_size | ( | int | pix_fmt, | |
int | width, | |||
int | height | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_chroma_sub_sample | ( | int | pix_fmt, | |
IntByReference | h_shift, | |||
IntByReference | v_shift | |||
) |
String net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_pix_fmt_name | ( | int | pix_fmt | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_set_dimensions | ( | AVCodecContext | s, | |
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_pix_fmt | ( | String | name | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_pix_fmt_to_codec_tag | ( | int | p | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_pix_fmt_loss | ( | int | dst_pix_fmt, | |
int | src_pix_fmt, | |||
int | has_alpha | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_find_best_pix_fmt | ( | int | pix_fmt_mask, | |
int | src_pix_fmt, | |||
int | has_alpha, | |||
IntByReference | loss_ptr | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_pix_fmt_string | ( | Pointer | buf, | |
int | buf_size, | |||
int | pix_fmt | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.img_get_alpha_info | ( | AVPicture | src, | |
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.img_convert | ( | AVPicture | dst, | |
int | dst_pix_fmt, | |||
AVPicture | src, | |||
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
convert among pixel formats
int net.sf.ffmpeg_java.AVCodecLibrary.img_convert | ( | AVFrame | dst, | |
int | dst_pix_fmt, | |||
AVFrame | src, | |||
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avpicture_deinterlace | ( | AVPicture | dst, | |
AVPicture | src, | |||
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_version | ( | ) |
Initializes libavcodec.
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_init | ( | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.register_avcodec | ( | AVCodec | format | ) |
AVCodec net.sf.ffmpeg_java.AVCodecLibrary.avcodec_find_encoder | ( | int | id | ) |
Finds an decoder with the specified name.
name | name of the requested decoder |
AVCodec net.sf.ffmpeg_java.AVCodecLibrary.avcodec_find_encoder_by_name | ( | String | name | ) |
AVCodec net.sf.ffmpeg_java.AVCodecLibrary.avcodec_find_decoder | ( | int | id | ) |
AVCodec net.sf.ffmpeg_java.AVCodecLibrary.avcodec_find_decoder_by_name | ( | String | name | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_string | ( | Pointer | buf, | |
int | buf_size, | |||
AVCodecContext | enc, | |||
int | encode | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_context_defaults | ( | AVCodecContext | s | ) |
Allocates an AVFrame and sets its fields to default values. The resulting struct can be deallocated by simply calling av_free().
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_context_defaults2 | ( | AVCodecContext | s, | |
int | e | |||
) |
AVCodecContext net.sf.ffmpeg_java.AVCodecLibrary.avcodec_alloc_context | ( | ) |
AVCodecContext net.sf.ffmpeg_java.AVCodecLibrary.avcodec_alloc_context2 | ( | int | e | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_get_frame_defaults | ( | AVFrame | pic | ) |
AVFrame net.sf.ffmpeg_java.AVCodecLibrary.avcodec_alloc_frame | ( | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_default_get_buffer | ( | AVCodecContext | s, | |
AVFrame | pic | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_default_release_buffer | ( | AVCodecContext | s, | |
AVFrame | pic | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_default_reget_buffer | ( | AVCodecContext | s, | |
AVFrame | pic | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_align_dimensions | ( | AVCodecContext | s, | |
IntByReference | width, | |||
IntByReference | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_check_dimensions | ( | Pointer | av_log_ctx, | |
int | w, | |||
int | h | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_default_get_format | ( | AVCodecContext | s, | |
IntByReference | fmt | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_thread_init | ( | AVCodecContext | s, | |
int | thread_count | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_thread_free | ( | AVCodecContext | s | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_thread_execute | ( | AVCodecContext | s, | |
Pointer | func, | |||
PointerByReference | arg, | |||
IntByReference | ret, | |||
int | count | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_default_execute | ( | AVCodecContext | c, | |
Pointer | func, | |||
PointerByReference | arg, | |||
IntByReference | ret, | |||
int | count | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_open | ( | AVCodecContext | avctx, | |
AVCodec | codec | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_decode_audio2 | ( | AVCodecContext | avctx, | |
Pointer | samples, | |||
IntByReference | frame_size_ptr, | |||
Pointer | buf, | |||
int | buf_size | |||
) |
Decodes an audio frame from buf
into samples
. The avcodec_decode_audio2() function decodes an audio frame from the input buffer buf
of size buf_size
. To decode it, it makes use of the audio codec which was coupled with avctx
using avcodec_open(). The resulting decoded frame is stored in output buffer samples
. If no frame could be decompressed, frame_size_ptr
is zero. Otherwise, it is the decompressed frame size in bytes.
frame_size_ptr
to the allocated size of the output buffer before calling avcodec_decode_audio2().
The input buffer must be FF_INPUT_BUFFER_PADDING_SIZE
larger than the actual read bytes because some optimized bitstream readers read 32 or 64 bits at once and could read over the end.
The end of the input buffer buf
should be set to 0 to ensure that no overreading happens for damaged MPEG streams.
buf
and output buffer samples
. The alignment requirements depend on the CPU: On some CPUs it isn't necessary at all, on others it won't work at all if not aligned and on others it will work but it will have an impact on performance. In practice, the bitstream should have 4 byte alignment at minimum and all sample data should be 16 byte aligned unless the CPU doesn't need it (AltiVec and SSE do). If the linesize is not a multiple of 16 then there's no sense in aligning the start of the buffer to 16.avctx | the codec context | |
[out] | samples | the output buffer |
[in,out] | frame_size_ptr | the output buffer size in bytes |
[in] | buf | the input buffer |
[in] | buf_size | the input buffer size in bytes |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_decode_video | ( | AVCodecContext | avctx, | |
AVFrame | picture, | |||
IntByReference | got_picture_ptr, | |||
Pointer | buf, | |||
int | buf_size | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_decode_subtitle | ( | AVCodecContext | avctx, | |
AVSubtitle | sub, | |||
IntByReference | got_sub_ptr, | |||
Pointer | buf, | |||
int | buf_size | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_parse_frame | ( | AVCodecContext | avctx, | |
PointerByReference | pdata, | |||
IntByReference | data_size_ptr, | |||
Pointer | buf, | |||
int | buf_size | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_encode_audio | ( | AVCodecContext | avctx, | |
Pointer | buf, | |||
int | buf_size, | |||
Pointer | samples | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_encode_video | ( | AVCodecContext | avctx, | |
Pointer | buf, | |||
int | buf_size, | |||
AVFrame | pict | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_encode_subtitle | ( | AVCodecContext | avctx, | |
Pointer | buf, | |||
int | buf_size, | |||
AVSubtitle | sub | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.avcodec_close | ( | AVCodecContext | avctx | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_register_all | ( | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_flush_buffers | ( | AVCodecContext | avctx | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.avcodec_default_free_buffers | ( | AVCodecContext | s | ) |
byte net.sf.ffmpeg_java.AVCodecLibrary.av_get_pict_type_char | ( | int | pict_type | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_get_bits_per_sample | ( | int | codec_id | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_register_codec_parser | ( | AVCodecParser | parser | ) |
AVCodecParser net.sf.ffmpeg_java.AVCodecLibrary.av_parser_init | ( | int | codec_id | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_parser_parse | ( | AVCodecParserContext | s, | |
AVCodecContext | avctx, | |||
PointerByReference | poutbuf, | |||
IntByReference | poutbuf_size, | |||
Pointer | buf, | |||
int | buf_size, | |||
long | pts, | |||
long | dts | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_parser_change | ( | AVCodecParserContext | s, | |
AVCodecContext | avctx, | |||
PointerByReference | poutbuf, | |||
IntByReference | poutbuf_size, | |||
Pointer | buf, | |||
int | buf_size, | |||
int | keyframe | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_parser_close | ( | AVCodecParserContext | s | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_register_bitstream_filter | ( | AVBitStreamFilter | bsf | ) |
AVBitStreamFilterContext net.sf.ffmpeg_java.AVCodecLibrary.av_bitstream_filter_init | ( | String | name | ) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_bitstream_filter_filter | ( | AVBitStreamFilterContext | bsfc, | |
AVCodecContext | avctx, | |||
String | args, | |||
PointerByReference | poutbuf, | |||
IntByReference | poutbuf_size, | |||
Pointer | buf, | |||
int | buf_size, | |||
int | keyframe | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_bitstream_filter_close | ( | AVBitStreamFilterContext | bsf | ) |
Pointer net.sf.ffmpeg_java.AVCodecLibrary.av_fast_realloc | ( | Pointer | ptr, | |
IntByReference | size, | |||
int | min_size | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_free_static | ( | ) |
Pointer net.sf.ffmpeg_java.AVCodecLibrary.av_mallocz_static | ( | int | size | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_picture_copy | ( | AVPicture | dst, | |
AVPicture | src, | |||
int | pix_fmt, | |||
int | width, | |||
int | height | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_picture_crop | ( | AVPicture | dst, | |
AVPicture | src, | |||
int | pix_fmt, | |||
int | top_band, | |||
int | left_band | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_picture_pad | ( | AVPicture | dst, | |
AVPicture | src, | |||
int | height, | |||
int | width, | |||
int | pix_fmt, | |||
int | padtop, | |||
int | padbottom, | |||
int | padleft, | |||
int | padright, | |||
IntByReference | color | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_xiphlacing | ( | Pointer | s, | |
int | v | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_parse_video_frame_size | ( | IntByReference | width_ptr, | |
IntByReference | height_ptr, | |||
String | str | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_parse_video_frame_rate | ( | AVRational | frame_rate, | |
String | str | |||
) |
AVOption net.sf.ffmpeg_java.AVCodecLibrary.av_find_opt | ( | Pointer | obj, | |
String | name, | |||
String | unit, | |||
int | mask, | |||
int | flags | |||
) |
AVOption net.sf.ffmpeg_java.AVCodecLibrary.av_set_string | ( | Pointer | obj, | |
String | name, | |||
Pointer | str | |||
) |
AVOption net.sf.ffmpeg_java.AVCodecLibrary.av_set_double | ( | Pointer | obj, | |
String | name, | |||
double | n | |||
) |
AVOption net.sf.ffmpeg_java.AVCodecLibrary.av_set_q | ( | Pointer | obj, | |
String | name, | |||
AVRational | n | |||
) |
AVOption net.sf.ffmpeg_java.AVCodecLibrary.av_set_int | ( | Pointer | obj, | |
String | name, | |||
long | n | |||
) |
double net.sf.ffmpeg_java.AVCodecLibrary.av_get_double | ( | Pointer | obj, | |
String | name, | |||
PointerByReference | o_out | |||
) |
AVRational net.sf.ffmpeg_java.AVCodecLibrary.av_get_q | ( | Pointer | obj, | |
String | name, | |||
PointerByReference | o_out | |||
) |
long net.sf.ffmpeg_java.AVCodecLibrary.av_get_int | ( | Pointer | obj, | |
String | name, | |||
PointerByReference | o_out | |||
) |
String net.sf.ffmpeg_java.AVCodecLibrary.av_get_string | ( | Pointer | obj, | |
String | name, | |||
PointerByReference | o_out, | |||
Pointer | buf, | |||
int | buf_len | |||
) |
int net.sf.ffmpeg_java.AVCodecLibrary.av_opt_show | ( | Pointer | obj, | |
Pointer | av_log_obj | |||
) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_opt_set_defaults | ( | Pointer | s | ) |
void net.sf.ffmpeg_java.AVCodecLibrary.av_opt_set_defaults2 | ( | Pointer | s, | |
int | mask, | |||
int | flags | |||
) |
final AVCodecLibrary net.sf.ffmpeg_java.AVCodecLibrary.INSTANCE [static] |
Initial value:
(AVCodecLibrary) Native.loadLibrary( System.getProperty("avcodec.lib", System.getProperty("os.name").startsWith("Windows") ? "avcodec-52" : "avcodec"), AVCodecLibrary.class)
Definition at line 19 of file AVCodecLibrary.java.
final long net.sf.ffmpeg_java.AVCodecLibrary.AV_NOPTS_VALUE = 0x8000000000000000L [static] |
Definition at line 33 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.AV_TIME_BASE = 1000000 [static] |
Definition at line 34 of file AVCodecLibrary.java.
final AVRational net.sf.ffmpeg_java.AVCodecLibrary.AV_TIME_BASE_Q = new AVRational(1, AV_TIME_BASE) [static] |
Definition at line 35 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_NONE = 0 [static] |
Definition at line 39 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MPEG1VIDEO = 1 [static] |
Definition at line 40 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MPEG2VIDEO = 2 [static] |
Definition at line 41 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MPEG2VIDEO_XVMC = 3 [static] |
Definition at line 42 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_H261 = 4 [static] |
Definition at line 43 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_H263 = 5 [static] |
Definition at line 44 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RV10 = 6 [static] |
Definition at line 45 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RV20 = 7 [static] |
Definition at line 46 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MJPEG = 8 [static] |
Definition at line 47 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MJPEGB = 9 [static] |
Definition at line 48 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_LJPEG = 10 [static] |
Definition at line 49 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SP5X = 11 [static] |
Definition at line 50 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_JPEGLS = 12 [static] |
Definition at line 51 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MPEG4 = 13 [static] |
Definition at line 52 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RAWVIDEO = 14 [static] |
Definition at line 53 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MSMPEG4V1 = 15 [static] |
Definition at line 54 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MSMPEG4V2 = 16 [static] |
Definition at line 55 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MSMPEG4V3 = 17 [static] |
Definition at line 56 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WMV1 = 18 [static] |
Definition at line 57 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WMV2 = 19 [static] |
Definition at line 58 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_H263P = 20 [static] |
Definition at line 59 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_H263I = 21 [static] |
Definition at line 60 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FLV1 = 22 [static] |
Definition at line 61 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SVQ1 = 23 [static] |
Definition at line 62 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SVQ3 = 24 [static] |
Definition at line 63 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DVVIDEO = 25 [static] |
Definition at line 64 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_HUFFYUV = 26 [static] |
Definition at line 65 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_CYUV = 27 [static] |
Definition at line 66 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_H264 = 28 [static] |
Definition at line 67 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_INDEO3 = 29 [static] |
Definition at line 68 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VP3 = 30 [static] |
Definition at line 69 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_THEORA = 31 [static] |
Definition at line 70 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ASV1 = 32 [static] |
Definition at line 71 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ASV2 = 33 [static] |
Definition at line 72 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FFV1 = 34 [static] |
Definition at line 73 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_4XM = 35 [static] |
Definition at line 74 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VCR1 = 36 [static] |
Definition at line 75 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_CLJR = 37 [static] |
Definition at line 76 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MDEC = 38 [static] |
Definition at line 77 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ROQ = 39 [static] |
Definition at line 78 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_INTERPLAY_VIDEO = 40 [static] |
Definition at line 79 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_XAN_WC3 = 41 [static] |
Definition at line 80 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_XAN_WC4 = 42 [static] |
Definition at line 81 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RPZA = 43 [static] |
Definition at line 82 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_CINEPAK = 44 [static] |
Definition at line 83 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WS_VQA = 45 [static] |
Definition at line 84 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MSRLE = 46 [static] |
Definition at line 85 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MSVIDEO1 = 47 [static] |
Definition at line 86 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_IDCIN = 48 [static] |
Definition at line 87 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_8BPS = 49 [static] |
Definition at line 88 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SMC = 50 [static] |
Definition at line 89 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FLIC = 51 [static] |
Definition at line 90 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TRUEMOTION1 = 52 [static] |
Definition at line 91 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VMDVIDEO = 53 [static] |
Definition at line 92 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MSZH = 54 [static] |
Definition at line 93 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ZLIB = 55 [static] |
Definition at line 94 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_QTRLE = 56 [static] |
Definition at line 95 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SNOW = 57 [static] |
Definition at line 96 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TSCC = 58 [static] |
Definition at line 97 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ULTI = 59 [static] |
Definition at line 98 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_QDRAW = 60 [static] |
Definition at line 99 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VIXL = 61 [static] |
Definition at line 100 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_QPEG = 62 [static] |
Definition at line 101 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_XVID = 63 [static] |
Definition at line 102 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PNG = 64 [static] |
Definition at line 103 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PPM = 65 [static] |
Definition at line 104 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PBM = 66 [static] |
Definition at line 105 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PGM = 67 [static] |
Definition at line 106 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PGMYUV = 68 [static] |
Definition at line 107 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PAM = 69 [static] |
Definition at line 108 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FFVHUFF = 70 [static] |
Definition at line 109 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RV30 = 71 [static] |
Definition at line 110 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RV40 = 72 [static] |
Definition at line 111 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VC1 = 73 [static] |
Definition at line 112 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WMV3 = 74 [static] |
Definition at line 113 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_LOCO = 75 [static] |
Definition at line 114 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WNV1 = 76 [static] |
Definition at line 115 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_AASC = 77 [static] |
Definition at line 116 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_INDEO2 = 78 [static] |
Definition at line 117 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FRAPS = 79 [static] |
Definition at line 118 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TRUEMOTION2 = 80 [static] |
Definition at line 119 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_BMP = 81 [static] |
Definition at line 120 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_CSCD = 82 [static] |
Definition at line 121 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MMVIDEO = 83 [static] |
Definition at line 122 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ZMBV = 84 [static] |
Definition at line 123 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_AVS = 85 [static] |
Definition at line 124 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SMACKVIDEO = 86 [static] |
Definition at line 125 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_NUV = 87 [static] |
Definition at line 126 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_KMVC = 88 [static] |
Definition at line 127 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FLASHSV = 89 [static] |
Definition at line 128 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_CAVS = 90 [static] |
Definition at line 129 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_JPEG2000 = 91 [static] |
Definition at line 130 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VMNC = 92 [static] |
Definition at line 131 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VP5 = 93 [static] |
Definition at line 132 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VP6 = 94 [static] |
Definition at line 133 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VP6F = 95 [static] |
Definition at line 134 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TARGA = 96 [static] |
Definition at line 135 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DSICINVIDEO = 97 [static] |
Definition at line 136 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TIERTEXSEQVIDEO = 98 [static] |
Definition at line 137 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TIFF = 99 [static] |
Definition at line 138 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_GIF = 100 [static] |
Definition at line 139 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FFH264 = 101 [static] |
Definition at line 140 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DXA = 102 [static] |
Definition at line 141 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DNXHD = 103 [static] |
Definition at line 142 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_THP = 104 [static] |
Definition at line 143 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SGI = 105 [static] |
Definition at line 144 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_C93 = 106 [static] |
Definition at line 145 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_BETHSOFTVID = 107 [static] |
Definition at line 146 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PTX = 108 [static] |
Definition at line 147 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TXD = 109 [static] |
Definition at line 148 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S16LE = 0x10000 [static] |
Definition at line 151 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S16BE = 0x10001 [static] |
Definition at line 152 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U16LE = 0x10002 [static] |
Definition at line 153 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U16BE = 0x10003 [static] |
Definition at line 154 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S8 = 0x10004 [static] |
Definition at line 155 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U8 = 0x10005 [static] |
Definition at line 156 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_MULAW = 0x10006 [static] |
Definition at line 157 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_ALAW = 0x10007 [static] |
Definition at line 158 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S32LE = 0x10008 [static] |
Definition at line 159 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S32BE = 0x10009 [static] |
Definition at line 160 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U32LE = 0x1000a [static] |
Definition at line 161 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U32BE = 0x1000b [static] |
Definition at line 162 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S24LE = 0x1000c [static] |
Definition at line 163 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S24BE = 0x1000d [static] |
Definition at line 164 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U24LE = 0x1000e [static] |
Definition at line 165 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_U24BE = 0x1000f [static] |
Definition at line 166 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_S24DAUD = 0x10010 [static] |
Definition at line 167 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_PCM_ZORK = 0x10011 [static] |
Definition at line 168 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_IMA_QT = 0x11000 [static] |
Definition at line 171 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_IMA_WAV = 0x11001 [static] |
Definition at line 172 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_IMA_DK3 = 0x11002 [static] |
Definition at line 173 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_IMA_DK4 = 0x11003 [static] |
Definition at line 174 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_IMA_WS = 0x11004 [static] |
Definition at line 175 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_IMA_SMJPEG = 0x11005 [static] |
Definition at line 176 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_MS = 0x11006 [static] |
Definition at line 177 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_4XM = 0x11007 [static] |
Definition at line 178 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_XA = 0x11008 [static] |
Definition at line 179 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_ADX = 0x11009 [static] |
Definition at line 180 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_EA = 0x1100a [static] |
Definition at line 181 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_G726 = 0x1100b [static] |
Definition at line 182 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_CT = 0x1100c [static] |
Definition at line 183 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_SWF = 0x1100d [static] |
Definition at line 184 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_YAMAHA = 0x1100e [static] |
Definition at line 185 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_SBPRO_4 = 0x1100f [static] |
Definition at line 186 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_SBPRO_3 = 0x11010 [static] |
Definition at line 187 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_SBPRO_2 = 0x11011 [static] |
Definition at line 188 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ADPCM_THP = 0x11012 [static] |
Definition at line 189 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_AMR_NB = 0x12000 [static] |
Definition at line 192 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_AMR_WB = 0x12001 [static] |
Definition at line 193 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RA_144 = 0x13000 [static] |
Definition at line 196 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_RA_288 = 0x13001 [static] |
Definition at line 197 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ROQ_DPCM = 0x14000 [static] |
Definition at line 200 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_INTERPLAY_DPCM = 0x14001 [static] |
Definition at line 201 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_XAN_DPCM = 0x14002 [static] |
Definition at line 202 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SOL_DPCM = 0x14003 [static] |
Definition at line 203 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MP2 = 0x15000 [static] |
Definition at line 205 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MP3 = 0x15001 [static] |
Definition at line 206 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_AAC = 0x15002 [static] |
Definition at line 207 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_AC3 = 0x15003 [static] |
Definition at line 211 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DTS = 0x15004 [static] |
Definition at line 212 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VORBIS = 0x15005 [static] |
Definition at line 213 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DVAUDIO = 0x15006 [static] |
Definition at line 214 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WMAV1 = 0x15007 [static] |
Definition at line 215 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WMAV2 = 0x15008 [static] |
Definition at line 216 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MACE3 = 0x15009 [static] |
Definition at line 217 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MACE6 = 0x1500a [static] |
Definition at line 218 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VMDAUDIO = 0x1500b [static] |
Definition at line 219 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SONIC = 0x1500c [static] |
Definition at line 220 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SONIC_LS = 0x1500d [static] |
Definition at line 221 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_FLAC = 0x1500e [static] |
Definition at line 222 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MP3ADU = 0x1500f [static] |
Definition at line 223 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MP3ON4 = 0x15010 [static] |
Definition at line 224 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SHORTEN = 0x15011 [static] |
Definition at line 225 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ALAC = 0x15012 [static] |
Definition at line 226 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WESTWOOD_SND1 = 0x15013 [static] |
Definition at line 227 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_GSM = 0x15014 [static] |
Definition at line 228 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_QDM2 = 0x15015 [static] |
Definition at line 229 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_COOK = 0x15016 [static] |
Definition at line 230 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TRUESPEECH = 0x15017 [static] |
Definition at line 231 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TTA = 0x15018 [static] |
Definition at line 232 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_SMACKAUDIO = 0x15019 [static] |
Definition at line 233 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_QCELP = 0x1501a [static] |
Definition at line 234 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_WAVPACK = 0x1501b [static] |
Definition at line 235 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DSICINAUDIO = 0x1501c [static] |
Definition at line 236 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_IMC = 0x1501d [static] |
Definition at line 237 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MUSEPACK7 = 0x1501e [static] |
Definition at line 238 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MLP = 0x1501f [static] |
Definition at line 239 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_GSM_MS = 0x15020 [static] |
Definition at line 240 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_ATRAC3 = 0x15021 [static] |
Definition at line 241 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_VOXWARE = 0x15022 [static] |
Definition at line 242 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DVD_SUBTITLE = 0x17000 [static] |
Definition at line 245 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_DVB_SUBTITLE = 0x17001 [static] |
Definition at line 246 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_TEXT = 0x17002 [static] |
Definition at line 247 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_XSUB = 0x17003 [static] |
Definition at line 248 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MPEG2TS = 0x20000 [static] |
Definition at line 250 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MP3LAME = CODEC_ID_MP3 [static] |
Definition at line 256 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_ID_MPEG4AAC = CODEC_ID_AAC [static] |
Definition at line 257 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_TYPE_UNKNOWN = -1 [static] |
Definition at line 262 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_TYPE_VIDEO = 0 [static] |
Definition at line 263 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_TYPE_AUDIO = 1 [static] |
Definition at line 264 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_TYPE_DATA = 2 [static] |
Definition at line 265 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_TYPE_SUBTITLE = 3 [static] |
Definition at line 266 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_TYPE_NB = 4 [static] |
Definition at line 267 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_NONE = -1 [static] |
Definition at line 273 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_U8 = 0 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_S16 = 1 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_S24 = 2 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_S32 = 3 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_FLT = 4 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_DBL = 5 [static] |
Definition at line 279 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SAMPLE_FMT_NB = 6 [static] |
Definition at line 280 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.AVCODEC_MAX_AUDIO_FRAME_SIZE = 192000 [static] |
Definition at line 283 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_INPUT_BUFFER_PADDING_SIZE = 8 [static] |
Required number of additionally allocated bytes at the end of the input bitstream for decoding. This is mainly needed because some optimized bitstream readers read 32 or 64 bit at once and could read over the end.
Note: If the first 23 bits of the additional bytes are not 0, then damaged MPEG bitstreams could cause overread and segfault.
Definition at line 292 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_MIN_BUFFER_SIZE = 16384 [static] |
minimum encoding buffer size Used to avoid some checks during header writing.
Definition at line 298 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_ZERO = 1 [static] |
Definition at line 302 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_FULL = 2 [static] |
Definition at line 303 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_LOG = 3 [static] |
Definition at line 304 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_PHODS = 4 [static] |
Definition at line 305 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_EPZS = 5 [static] |
Definition at line 306 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_X1 = 6 [static] |
Definition at line 307 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_HEX = 7 [static] |
Definition at line 308 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_UMH = 8 [static] |
Definition at line 309 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.SME_ITER = 9 [static] |
Definition at line 310 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.AVDISCARD_NONE = -16 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.AVDISCARD_DEFAULT = 0 [static] |
discard useless packets like 0 size packets in avi
Definition at line 317 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.AVDISCARD_NONREF = 8 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.AVDISCARD_BIDIR = 16 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.AVDISCARD_NONKEY = 32 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.AVDISCARD_ALL = 48 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_MAX_B_FRAMES = 16 [static] |
Definition at line 338 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_QSCALE = 0x0002 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_4MV = 0x0004 [static] |
4 MV per MB allowed / advanced prediction for H.263.
Definition at line 347 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_QPEL = 0x0010 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_GMC = 0x0020 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_MV0 = 0x0040 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_PART = 0x0080 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_INPUT_PRESERVED = 0x0100 [static] |
Definition at line 355 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_PASS1 = 0x0200 [static] |
Use internal 2pass ratecontrol in first pass mode.
Definition at line 356 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_PASS2 = 0x0400 [static] |
Use internal 2pass ratecontrol in second pass mode.
Definition at line 357 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_EXTERN_HUFF = 0x1000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_GRAY = 0x2000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_EMU_EDGE = 0x4000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_PSNR = 0x8000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_TRUNCATED = 0x00010000 [static] |
Definition at line 362 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_NORMALIZE_AQP = 0x00020000 [static] |
Normalize adaptive quantization.
Input bitstream might be truncated at a random location instead of only at frame boundaries.
Definition at line 364 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_INTERLACED_DCT = 0x00040000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_LOW_DELAY = 0x00080000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_ALT_SCAN = 0x00100000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_GLOBAL_HEADER = 0x00400000 [static] |
Place global headers in extradata instead of every keyframe.
Definition at line 369 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_BITEXACT = 0x00800000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_AC_PRED = 0x01000000 [static] |
H.263 advanced intra coding / MPEG-4 AC prediction.
Definition at line 375 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_H263P_UMV = 0x02000000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_CBP_RD = 0x04000000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_QP_RD = 0x08000000 [static] |
Use rate distortion optimization for qp selectioon.
Definition at line 378 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_H263P_AIV = 0x00000008 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_OBMC = 0x00000001 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_LOOP_FILTER = 0x00000800 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_H263P_SLICE_STRUCT = 0x10000000 [static] |
Definition at line 382 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_INTERLACED_ME = 0x20000000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_SVCD_SCAN_OFFSET = 0x40000000 [static] |
Will reserve space for SVCD scan offset user data.
Definition at line 384 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG_CLOSED_GOP = ((int)0x80000000) [static] |
Definition at line 385 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_FAST = 0x00000001 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_STRICT_GOP = 0x00000002 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_NO_OUTPUT = 0x00000004 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_LOCAL_HEADER = 0x00000008 [static] |
Place global headers at every keyframe instead of in extradata.
Definition at line 389 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_BPYRAMID = 0x00000010 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_WPRED = 0x00000020 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_MIXED_REFS = 0x00000040 [static] |
H.264 one reference per partition, as opposed to one reference per macroblock.
Definition at line 392 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_8X8DCT = 0x00000080 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_FASTPSKIP = 0x00000100 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_AUD = 0x00000200 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_BRDO = 0x00000400 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_INTRA_VLC = 0x00000800 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_MEMC_ONLY = 0x00001000 [static] |
Only do ME/MC (I frames -> ref, P frame -> ME+MC).
Definition at line 398 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_DROP_FRAME_TIMECODE = 0x00002000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_SKIP_RD = 0x00004000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_CHUNKS = 0x00008000 [static] |
Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
Definition at line 401 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_FLAG2_NON_LINEAR_QUANT = 0x00010000 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_DRAW_HORIZ_BAND = 0x0001 [static] |
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_DR1 = 0x0002 [static] |
Codec uses get_buffer() for allocating buffers. direct rendering method 1
Definition at line 416 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_PARSE_ONLY = 0x0004 [static] |
Definition at line 418 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_TRUNCATED = 0x0008 [static] |
Definition at line 419 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_HWACCEL = 0x0010 [static] |
Definition at line 421 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_DELAY = 0x0020 [static] |
Codec has a nonzero delay and needs to be fed with NULL at the end to get the delayed data. If this is not set, the codec is guaranteed to never be fed with NULL data.
Definition at line 426 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.CODEC_CAP_SMALL_LAST_FRAME = 0x0040 [static] |
Codec can be fed a final frame with a smaller size. This can be used to prevent truncation of the last audio samples.
Definition at line 431 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_INTRA4x4 = 0x0001 [static] |
Definition at line 434 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_INTRA16x16 = 0x0002 [static] |
Definition at line 435 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_INTRA_PCM = 0x0004 [static] |
Definition at line 436 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_16x16 = 0x0008 [static] |
Definition at line 437 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_16x8 = 0x0010 [static] |
Definition at line 438 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_8x16 = 0x0020 [static] |
Definition at line 439 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_8x8 = 0x0040 [static] |
Definition at line 440 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_INTERLACED = 0x0080 [static] |
Definition at line 441 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_DIRECT2 = 0x0100 [static] |
Definition at line 442 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_ACPRED = 0x0200 [static] |
Definition at line 443 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_GMC = 0x0400 [static] |
Definition at line 444 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_SKIP = 0x0800 [static] |
Definition at line 445 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_P0L0 = 0x1000 [static] |
Definition at line 446 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_P1L0 = 0x2000 [static] |
Definition at line 447 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_P0L1 = 0x4000 [static] |
Definition at line 448 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_P1L1 = 0x8000 [static] |
Definition at line 449 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_L0 = (MB_TYPE_P0L0 | MB_TYPE_P1L0) [static] |
Definition at line 450 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_L1 = (MB_TYPE_P0L1 | MB_TYPE_P1L1) [static] |
Definition at line 451 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_L0L1 = (MB_TYPE_L0 | MB_TYPE_L1) [static] |
Definition at line 452 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_QUANT = 0x00010000 [static] |
Definition at line 453 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.MB_TYPE_CBP = 0x00020000 [static] |
Definition at line 454 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.DEFAULT_FRAME_RATE_BASE = 1001000 [static] |
Definition at line 836 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.AVPALETTE_SIZE = 1024 [static] |
AVPaletteControl This structure defines a method for communicating palette changes between and demuxer and a decoder.
Definition at line 2719 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.AVPALETTE_COUNT = 256 [static] |
Definition at line 2720 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_LOSS_RESOLUTION = 0x0001 [static] |
Computes what kind of losses will occur when converting from one specific pixel format to another. When converting from one pixel format to another, information loss may occur. For example, when converting from RGB24 to GRAY, the color information will be lost. Similarly, other losses occur when converting from some formats to other formats. These losses can involve loss of chroma, but also loss of resolution, loss of color depth, loss due to the color space conversion, loss of the alpha bits or loss due to color quantization. avcodec_get_fix_fmt_loss() informs you about the various types of losses which will occur when converting from one pixel format to another.
[in] | dst_pix_fmt | destination pixel format |
[in] | src_pix_fmt | source pixel format |
[in] | has_alpha | Whether the source pixel format alpha channel is used. |
Definition at line 2972 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_LOSS_DEPTH = 0x0002 [static] |
loss due to color depth change
Definition at line 2973 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_LOSS_COLORSPACE = 0x0004 [static] |
loss due to color space conversion
Definition at line 2974 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_LOSS_ALPHA = 0x0008 [static] |
loss of alpha bits
Definition at line 2975 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_LOSS_COLORQUANT = 0x0010 [static] |
loss due to color quantization
Definition at line 2976 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_LOSS_CHROMA = 0x0020 [static] |
loss of chroma (e.g. RGB to gray conversion)
Definition at line 2977 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_ALPHA_TRANSP = 0x0001 [static] |
Tell if an image really has transparent alpha values.
Definition at line 2999 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_ALPHA_SEMI_TRANSP = 0x0002 [static] |
Definition at line 3000 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_FLAGS = 0 [static] |
Definition at line 3592 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_INT = 1 [static] |
Definition at line 3593 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_INT64 = 2 [static] |
Definition at line 3594 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_DOUBLE = 3 [static] |
Definition at line 3595 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_FLOAT = 4 [static] |
Definition at line 3596 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_STRING = 5 [static] |
Definition at line 3597 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_RATIONAL = 6 [static] |
Definition at line 3598 of file AVCodecLibrary.java.
final int net.sf.ffmpeg_java.AVCodecLibrary.FF_OPT_TYPE_CONST = 128 [static] |
Definition at line 3599 of file AVCodecLibrary.java.