Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y _ 

A

access_timestamp() - Method in class org.bytedeco.ffmpeg.avformat.AVIODirEntry
Time of last access in microseconds since unix epoch, -1 if unknown.
access_timestamp(long) - Method in class org.bytedeco.ffmpeg.avformat.AVIODirEntry
 
activate() - Method in class org.bytedeco.ffmpeg.avfilter.AVFilter
 
activate(AVFilter.Activate_AVFilterContext) - Method in class org.bytedeco.ffmpeg.avfilter.AVFilter
 
Activate_AVFilterContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilter.Activate_AVFilterContext
Pointer cast constructor.
Activate_AVFilterContext() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilter.Activate_AVFilterContext
 
active_thread_type() - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
Which multithreading methods are in use by the codec.
active_thread_type(int) - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
 
AES_CTR_IV_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AES_CTR_KEY_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
\defgroup lavu_aes_ctr AES-CTR \ingroup lavu_crypto \{
age_index() - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterLink
Index in the age array.
age_index(int) - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterLink
 
album_gain() - Method in class org.bytedeco.ffmpeg.avutil.AVReplayGain
Same as track_gain, but for the whole album.
album_gain(int) - Method in class org.bytedeco.ffmpeg.avutil.AVReplayGain
 
album_peak() - Method in class org.bytedeco.ffmpeg.avutil.AVReplayGain
Same as track_peak, but for the whole album,
album_peak(int) - Method in class org.bytedeco.ffmpeg.avutil.AVReplayGain
 
alias() - Method in class org.bytedeco.ffmpeg.avutil.AVPixFmtDescriptor
Alternative comma-separated names.
alias(BytePointer) - Method in class org.bytedeco.ffmpeg.avutil.AVPixFmtDescriptor
 
Alloc_long - Class in org.bytedeco.ffmpeg.avutil
Allocate and initialize a buffer pool.
Alloc_long(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.Alloc_long
Pointer cast constructor.
Alloc_long() - Constructor for class org.bytedeco.ffmpeg.avutil.Alloc_long
 
Alloc_Pointer_long - Class in org.bytedeco.ffmpeg.avutil
Allocate and initialize a buffer pool with a more complex allocator.
Alloc_Pointer_long(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.Alloc_Pointer_long
Pointer cast constructor.
Alloc_Pointer_long() - Constructor for class org.bytedeco.ffmpeg.avutil.Alloc_Pointer_long
 
application_version() - Method in class org.bytedeco.ffmpeg.avutil.AVDynamicHDRPlus
Application version in the application defining document in ST-2094 suite.
application_version(byte) - Method in class org.bytedeco.ffmpeg.avutil.AVDynamicHDRPlus
 
apply_cropping() - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
Video decoding only.
apply_cropping(int) - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
 
aresample_swr_opts() - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
swr options to use for the auto-inserted aresample filters, Access ONLY through AVOptions
aresample_swr_opts(BytePointer) - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
 
ass() - Method in class org.bytedeco.ffmpeg.avcodec.AVSubtitleRect
0 terminated ASS/SSA compatible event line.
ass(BytePointer) - Method in class org.bytedeco.ffmpeg.avcodec.AVSubtitleRect
 
attached_pic() - Method in class org.bytedeco.ffmpeg.avformat.AVStream
For streams with AV_DISPOSITION_ATTACHED_PIC disposition, this packet will contain the attached picture.
attached_pic(AVPacket) - Method in class org.bytedeco.ffmpeg.avformat.AVStream
 
audio_codec() - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
Forced audio codec.
audio_codec(AVCodec) - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
 
audio_codec() - Method in class org.bytedeco.ffmpeg.avformat.AVOutputFormat
default audio codec
audio_codec(int) - Method in class org.bytedeco.ffmpeg.avformat.AVOutputFormat
 
audio_codec_id() - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
Forced audio codec_id.
audio_codec_id(int) - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
 
audio_preload() - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
Audio preload in microseconds.
audio_preload(int) - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
 
audio_service_type() - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
Type of service that the audio stream conveys.
audio_service_type(int) - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
 
av_add_index_entry(AVStream, long, long, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Add an index entry into a sorted list.
av_add_q(AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add two rationals.
av_add_stable(AVRational, long, AVRational, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add a value to a timestamp.
av_adler32_update(int, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Calculate the Adler32 checksum of a buffer.
av_adler32_update(int, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_adler32_update(int, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVAES context.
av_aes_crypt(AVAES, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encrypt or decrypt a buffer using a previously initialized context.
av_aes_crypt(AVAES, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_crypt(AVAES, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVAESCTR context.
av_aes_ctr_crypt(AVAESCTR, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Process a buffer using a previously initialized context.
av_aes_ctr_crypt(AVAESCTR, ByteBuffer, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_crypt(AVAESCTR, byte[], byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_free(AVAESCTR) - Static method in class org.bytedeco.ffmpeg.global.avutil
Release an AVAESCTR context.
av_aes_ctr_get_iv(AVAESCTR) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the current iv
av_aes_ctr_increment_iv(AVAESCTR) - Static method in class org.bytedeco.ffmpeg.global.avutil
Increment the top 64 bit of the iv (performed after each frame)
av_aes_ctr_init(AVAESCTR, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize an AVAESCTR context.
av_aes_ctr_init(AVAESCTR, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_init(AVAESCTR, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_set_full_iv(AVAESCTR, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Forcefully change the "full" 16-byte iv, including the counter
av_aes_ctr_set_full_iv(AVAESCTR, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_set_full_iv(AVAESCTR, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_set_iv(AVAESCTR, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Forcefully change the 8-byte iv
av_aes_ctr_set_iv(AVAESCTR, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_set_iv(AVAESCTR, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_ctr_set_random_iv(AVAESCTR) - Static method in class org.bytedeco.ffmpeg.global.avutil
Generate a random iv
av_aes_init(AVAES, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize an AVAES context.
av_aes_init(AVAES, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_init(AVAES, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_aes_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
\defgroup lavu_aes AES \ingroup lavu_crypto \{
AV_AFD_14_9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
AV_AFD_16_9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
AV_AFD_16_9_SP_14_9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
AV_AFD_4_3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
AV_AFD_4_3_SP_14_9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
AV_AFD_SAME - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
AV_AFD_SP_4_3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVActiveFormatDescription
av_alias16 - Class in org.bytedeco.ffmpeg.avutil
 
av_alias16() - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias16
Default native constructor.
av_alias16(long) - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias16
Native array allocator.
av_alias16(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias16
Pointer cast constructor.
av_alias32 - Class in org.bytedeco.ffmpeg.avutil
 
av_alias32() - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias32
Default native constructor.
av_alias32(long) - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias32
Native array allocator.
av_alias32(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias32
Pointer cast constructor.
av_alias64 - Class in org.bytedeco.ffmpeg.avutil
 
av_alias64() - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias64
Default native constructor.
av_alias64(long) - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias64
Native array allocator.
av_alias64(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_alias64
Pointer cast constructor.
AV_APP_TO_DEV_GET_MUTE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_GET_MUTE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_GET_VOLUME - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_GET_VOLUME() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_MUTE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_MUTE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_NONE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_NONE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
enum AVAppToDevMessageType
AV_APP_TO_DEV_PAUSE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_PAUSE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_PLAY - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_PLAY() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_SET_VOLUME - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_SET_VOLUME() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_TOGGLE_MUTE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_TOGGLE_MUTE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_TOGGLE_PAUSE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_TOGGLE_PAUSE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_UNMUTE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_UNMUTE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_WINDOW_REPAINT - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_WINDOW_REPAINT() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_WINDOW_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_APP_TO_DEV_WINDOW_SIZE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
av_append_packet(AVIOContext, AVPacket, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Read data and append it to the current content of the AVPacket.
av_append_path_component(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Append path component to the existing path.
av_append_path_component(String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_asprintf(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Print arguments following specified format into a large enough auto allocated buffer.
av_asprintf(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_audio_fifo_alloc(int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVAudioFifo.
av_audio_fifo_drain(AVAudioFifo, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Drain data from an AVAudioFifo.
av_audio_fifo_free(AVAudioFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free an AVAudioFifo.
av_audio_fifo_peek(AVAudioFifo, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Peek data from an AVAudioFifo.
av_audio_fifo_peek(AVAudioFifo, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_audio_fifo_peek_at(AVAudioFifo, PointerPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Peek data from an AVAudioFifo.
av_audio_fifo_peek_at(AVAudioFifo, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_audio_fifo_read(AVAudioFifo, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Read data from an AVAudioFifo.
av_audio_fifo_read(AVAudioFifo, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_audio_fifo_realloc(AVAudioFifo, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reallocate an AVAudioFifo.
av_audio_fifo_reset(AVAudioFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reset the AVAudioFifo buffer.
av_audio_fifo_size(AVAudioFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the current number of samples in the AVAudioFifo available for reading.
av_audio_fifo_space(AVAudioFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the current number of samples in the AVAudioFifo available for writing.
av_audio_fifo_write(AVAudioFifo, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Write data to an AVAudioFifo.
av_audio_fifo_write(AVAudioFifo, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_AUDIO_SERVICE_TYPE_COMMENTARY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_DIALOGUE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_EFFECTS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_EMERGENCY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_KARAOKE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_NB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
AV_AUDIO_SERVICE_TYPE_VOICE_OVER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVAudioServiceType
av_base64_decode(BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Decode a base64-encoded string.
av_base64_decode(ByteBuffer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_base64_decode(byte[], BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_base64_decode(BytePointer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_base64_decode(ByteBuffer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_base64_decode(byte[], String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_base64_encode(BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encode data to base64 and null-terminate.
av_base64_encode(ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_base64_encode(byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_basename(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Thread safe basename.
av_basename(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bessel_i0(double) - Static method in class org.bytedeco.ffmpeg.global.avutil
0th order modified bessel function of the first kind.
AV_BF_ROUNDS - Static variable in class org.bytedeco.ffmpeg.global.avutil
\defgroup lavu_blowfish Blowfish \ingroup lavu_crypto \{
av_blowfish_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVBlowfish context.
av_blowfish_crypt(AVBlowfish, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encrypt or decrypt a buffer using a previously initialized context.
av_blowfish_crypt(AVBlowfish, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_blowfish_crypt(AVBlowfish, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_blowfish_crypt_ecb(AVBlowfish, IntPointer, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encrypt or decrypt a buffer using a previously initialized context.
av_blowfish_crypt_ecb(AVBlowfish, IntBuffer, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_blowfish_crypt_ecb(AVBlowfish, int[], int[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_blowfish_init(AVBlowfish, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize an AVBlowfish context.
av_blowfish_init(AVBlowfish, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_blowfish_init(AVBlowfish, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bmg_get(AVLFG, DoublePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg.
av_bmg_get(AVLFG, DoubleBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bmg_get(AVLFG, double[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_append_data(AVBPrint, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Append data to a print buffer.
av_bprint_append_data(AVBPrint, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_channel_layout(AVBPrint, int, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_describe()
av_bprint_chars(AVBPrint, byte, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Append char c n times to a print buffer.
av_bprint_clear(AVBPrint) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reset the string to "" but keep internal allocated data.
av_bprint_escape(AVBPrint, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Escape the content in src and append it to dstbuf.
av_bprint_escape(AVBPrint, String, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_finalize(AVBPrint, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize a print buffer.
av_bprint_finalize(AVBPrint, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_finalize(AVBPrint, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_finalize(AVBPrint, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_get_buffer(AVBPrint, int, PointerPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate bytes in the buffer for external use.
av_bprint_get_buffer(AVBPrint, int, BytePointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_get_buffer(AVBPrint, int, ByteBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_get_buffer(AVBPrint, int, byte[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_init(AVBPrint, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Init a print buffer.
av_bprint_init_for_buffer(AVBPrint, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Init a print buffer using a pre-existing buffer.
av_bprint_init_for_buffer(AVBPrint, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_init_for_buffer(AVBPrint, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprint_is_complete(AVBPrint) - Static method in class org.bytedeco.ffmpeg.global.avutil
Test if the print buffer is complete (not truncated).
AV_BPRINT_SIZE_AUTOMATIC - Static variable in class org.bytedeco.ffmpeg.global.avutil
Use the exact size available in the AVBPrint structure itself.
AV_BPRINT_SIZE_COUNT_ONLY - Static variable in class org.bytedeco.ffmpeg.global.avutil
Do not write anything to the buffer, only calculate the total length.
AV_BPRINT_SIZE_UNLIMITED - Static variable in class org.bytedeco.ffmpeg.global.avutil
Buffer will be reallocated as necessary, with an amortized linear cost.
av_bprint_strftime(AVBPrint, BytePointer, tm) - Static method in class org.bytedeco.ffmpeg.global.avutil
Append a formatted date and time to a print buffer.
av_bprint_strftime(AVBPrint, String, tm) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bprintf(AVBPrint, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Append a formatted string to a print buffer.
av_bprintf(AVBPrint, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_bsf_alloc(AVBitStreamFilter, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate a context for a given bitstream filter.
av_bsf_alloc(AVBitStreamFilter, AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_flush(AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Reset the internal bitstream filter state.
av_bsf_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Free a bitstream filter context and everything associated with it; write NULL into the supplied pointer.
av_bsf_free(AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_get_by_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_get_by_name(String) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_get_class() - Static method in class org.bytedeco.ffmpeg.global.avcodec
Get the AVClass for AVBSFContext.
av_bsf_get_null_filter(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Get null/pass-through bitstream filter.
av_bsf_get_null_filter(AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_init(AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Prepare the filter for use, after all the parameters and options have been set.
av_bsf_iterate(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Iterate over all registered bitstream filters.
av_bsf_iterate(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_list_alloc() - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate empty list of bitstream filters.
av_bsf_list_append(AVBSFList, AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Append bitstream filter to the list of bitstream filters.
av_bsf_list_append2(AVBSFList, BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Construct new bitstream filter context given it's name and options and append it to the list of bitstream filters.
av_bsf_list_append2(AVBSFList, BytePointer, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_list_append2(AVBSFList, String, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_list_finalize(PointerPointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Finalize list of bitstream filters.
av_bsf_list_finalize(AVBSFList, AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_list_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Free list of bitstream filters.
av_bsf_list_free(AVBSFList) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_list_parse_str(BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Parse string describing list of bitstream filters and create single \ref AVBSFContext describing the whole chain of bitstream filters.
av_bsf_list_parse_str(BytePointer, AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_list_parse_str(String, AVBSFContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_bsf_receive_packet(AVBSFContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Retrieve a filtered packet.
av_bsf_send_packet(AVBSFContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Submit a packet for filtering.
av_buffer_alloc(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVBuffer of the given size using av_malloc().
av_buffer_allocz(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Same as av_buffer_alloc(), except the returned buffer will be initialized to zero.
av_buffer_create(BytePointer, long, Free_Pointer_BytePointer, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_create(ByteBuffer, long, Free_Pointer_ByteBuffer, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_create(byte[], long, Free_Pointer_byte__, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_default_free(Pointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Default free callback, which calls av_free() on the buffer data.
av_buffer_default_free(Pointer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_default_free(Pointer, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_BUFFER_FLAG_READONLY - Static variable in class org.bytedeco.ffmpeg.global.avutil
Always treat the buffer as read-only, even when it has only one reference.
av_buffer_get_opaque(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_get_ref_count(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_is_writable(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_make_writable(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create a writable reference from a given buffer reference, avoiding data copy if possible.
av_buffer_make_writable(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_pool_buffer_get_opaque(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Query the original opaque parameter of an allocated buffer in the pool.
av_buffer_pool_get(AVBufferPool) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a new AVBuffer, reusing an old buffer from the pool when available.
av_buffer_pool_init(long, Alloc_long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_pool_init2(long, Pointer, Alloc_Pointer_long, Pool_free_Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_pool_uninit(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Mark the pool as being available for freeing.
av_buffer_pool_uninit(AVBufferPool) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_realloc(PointerPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reallocate a given buffer.
av_buffer_realloc(AVBufferRef, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_ref(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create a new reference to an AVBuffer.
av_buffer_replace(PointerPointer, AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Ensure dst refers to the same data as src.
av_buffer_replace(AVBufferRef, AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_buffer_unref(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free a given reference and automatically free the buffer if there are no more references to it.
av_buffer_unref(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_BUFFERSINK_FLAG_NO_REQUEST - Static variable in class org.bytedeco.ffmpeg.global.avfilter
Tell av_buffersink_get_buffer_ref() not to request a frame from its input.
AV_BUFFERSINK_FLAG_PEEK - Static variable in class org.bytedeco.ffmpeg.global.avfilter
Tell av_buffersink_get_buffer_ref() to read video/samples buffer reference, but not remove it from the buffer.
av_buffersink_get_ch_layout(AVFilterContext, AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_channel_layout(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Deprecated.
av_buffersink_get_channels(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_format(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_frame(AVFilterContext, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Get a frame with filtered data from sink and put it in frame.
av_buffersink_get_frame_flags(AVFilterContext, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Get a frame with filtered data from sink and put it in frame.
av_buffersink_get_frame_rate(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_h(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_hw_frames_ctx(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_sample_aspect_ratio(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_sample_rate(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_samples(AVFilterContext, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Same as av_buffersink_get_frame(), but with the ability to specify the number of samples read.
av_buffersink_get_time_base(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_get_type(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
\defgroup lavfi_buffersink_accessors Buffer sink accessors Get the properties of the stream \{
av_buffersink_get_w(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_buffersink_set_frame_size(AVFilterContext, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Set the frame size for an audio buffer sink.
av_buffersrc_add_frame(AVFilterContext, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Add a frame to the buffer source.
av_buffersrc_add_frame_flags(AVFilterContext, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Add a frame to the buffer source.
av_buffersrc_close(AVFilterContext, long, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Close the buffer source after EOF.
AV_BUFFERSRC_FLAG_KEEP_REF - Static variable in class org.bytedeco.ffmpeg.global.avfilter
enum
AV_BUFFERSRC_FLAG_NO_CHECK_FORMAT - Static variable in class org.bytedeco.ffmpeg.global.avfilter
enum
AV_BUFFERSRC_FLAG_PUSH - Static variable in class org.bytedeco.ffmpeg.global.avfilter
enum
av_buffersrc_get_nb_failed_requests(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Get the number of failed requests.
av_buffersrc_parameters_alloc() - Static method in class org.bytedeco.ffmpeg.global.avfilter
Allocate a new AVBufferSrcParameters instance.
av_buffersrc_parameters_set(AVFilterContext, AVBufferSrcParameters) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Initialize the buffersrc or abuffersrc filter with the provided parameters.
av_buffersrc_write_frame(AVFilterContext, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Add a frame to the buffer source.
av_calloc(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a memory block for an array with av_mallocz().
av_camellia_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVCAMELLIA context To free the struct: av_free(ptr)
av_camellia_crypt(AVCAMELLIA, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encrypt or decrypt a buffer using a previously initialized context
av_camellia_crypt(AVCAMELLIA, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_camellia_crypt(AVCAMELLIA, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_camellia_init(AVCAMELLIA, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize an AVCAMELLIA context.
av_camellia_init(AVCAMELLIA, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_camellia_init(AVCAMELLIA, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_camellia_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
\file \brief Public header for libavutil CAMELLIA algorithm \defgroup lavu_camellia CAMELLIA \ingroup lavu_crypto \{
av_cast5_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVCAST5 context To free the struct: av_free(ptr)
av_cast5_crypt(AVCAST5, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encrypt or decrypt a buffer using a previously initialized context, ECB mode only
av_cast5_crypt(AVCAST5, ByteBuffer, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_cast5_crypt(AVCAST5, byte[], byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_cast5_crypt2(AVCAST5, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Encrypt or decrypt a buffer using a previously initialized context
av_cast5_crypt2(AVCAST5, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_cast5_crypt2(AVCAST5, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_cast5_init(AVCAST5, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize an AVCAST5 context.
av_cast5_init(AVCAST5, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_cast5_init(AVCAST5, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_cast5_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
\file \brief Public header for libavutil CAST5 algorithm \defgroup lavu_cast5 CAST5 \ingroup lavu_crypto \{
av_ceil_log2_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute ceil(log2(x)).
AV_CH_BACK_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_BACK_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_BACK_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_BOTTOM_FRONT_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_BOTTOM_FRONT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_BOTTOM_FRONT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_FRONT_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_FRONT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
\defgroup channel_masks Audio channel masks A channel layout is a 64-bits integer with a bit set for every channel.
AV_CH_FRONT_LEFT_OF_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_FRONT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_FRONT_RIGHT_OF_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_22POINT2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_2_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_2_2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_2POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_3POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_3POINT1POINT2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_4POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_4POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_5POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_5POINT0_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_5POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_5POINT1_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_5POINT1POINT2_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_5POINT1POINT4_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_6POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_6POINT0_FRONT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_6POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_6POINT1_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_6POINT1_FRONT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT0_FRONT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT1_TOP_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT1_WIDE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT1_WIDE_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT1POINT2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_7POINT1POINT4_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_CUBE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_HEXADECAGONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_HEXAGONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_MONO - Static variable in class org.bytedeco.ffmpeg.global.avutil
\} \defgroup channel_mask_c Audio channel layouts \{
AV_CH_LAYOUT_NATIVE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
channel order is now indicated in a special field in AVChannelLayout
AV_CH_LAYOUT_OCTAGONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_QUAD - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_STEREO - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_STEREO_DOWNMIX - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LAYOUT_SURROUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LOW_FREQUENCY - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_LOW_FREQUENCY_2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_SIDE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_SIDE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_STEREO_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_STEREO_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_SURROUND_DIRECT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_SURROUND_DIRECT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_BACK_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_BACK_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_BACK_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_FRONT_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_FRONT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_FRONT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_SIDE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_TOP_SIDE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_WIDE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CH_WIDE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHAN_AMBISONIC_BASE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_AMBISONIC_END - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_BACK_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_BACK_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_BACK_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_BOTTOM_FRONT_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_BOTTOM_FRONT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_BOTTOM_FRONT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_FRONT_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_FRONT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_FRONT_LEFT_OF_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_FRONT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_FRONT_RIGHT_OF_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_LOW_FREQUENCY - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_LOW_FREQUENCY_2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_SIDE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_SIDE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_STEREO_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_STEREO_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_SURROUND_DIRECT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_SURROUND_DIRECT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_BACK_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_BACK_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_BACK_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_FRONT_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_FRONT_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_FRONT_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_SIDE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_TOP_SIDE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_UNUSED - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_WIDE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
AV_CHAN_WIDE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannel
av_channel_description(BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a human readable string describing a given channel.
av_channel_description(ByteBuffer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_description(byte[], long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_description_bprint(AVBPrint, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
bprint variant of av_channel_description().
av_channel_from_string(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
This is the inverse function of \ref av_channel_name().
av_channel_from_string(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_22POINT2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_22POINT2() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_2_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_2_1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_2_2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_2_2() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_2POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_2POINT1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_3POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_3POINT1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_3POINT1POINT2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_3POINT1POINT2() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_4POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_4POINT0() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_4POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_4POINT1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT0() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT0_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT0_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1POINT2_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1POINT2_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1POINT4_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_5POINT1POINT4_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT0() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT0_FRONT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT0_FRONT() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT1_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT1_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT1_FRONT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_6POINT1_FRONT() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT0() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT0_FRONT - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT0_FRONT() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1_TOP_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1_TOP_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1_WIDE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1_WIDE() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1_WIDE_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1_WIDE_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1POINT2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1POINT2() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1POINT4_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_7POINT1POINT4_BACK() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_AMBISONIC_FIRST_ORDER - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_AMBISONIC_FIRST_ORDER() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_channel_from_index(AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the channel with the given index in a channel layout.
av_channel_layout_channel_from_string(AVChannelLayout, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a channel described by the given string.
av_channel_layout_channel_from_string(AVChannelLayout, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_check(AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check whether a channel layout is valid, i.e.
av_channel_layout_compare(AVChannelLayout, AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check whether two channel layouts are semantically the same, i.e.
av_channel_layout_copy(AVChannelLayout, AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
Make a copy of a channel layout.
AV_CHANNEL_LAYOUT_CUBE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_CUBE() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_default(AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the default channel layout for a given number of channels.
av_channel_layout_describe(AVChannelLayout, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a human-readable string describing the channel layout properties.
av_channel_layout_describe(AVChannelLayout, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_describe(AVChannelLayout, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_describe_bprint(AVChannelLayout, AVBPrint) - Static method in class org.bytedeco.ffmpeg.global.avutil
bprint variant of av_channel_layout_describe().
av_channel_layout_extract_channel(long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_channel_from_index()
av_channel_layout_from_mask(AVChannelLayout, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize a native channel layout from a bitmask indicating which channels are present.
av_channel_layout_from_string(AVChannelLayout, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize a channel layout from a given string description.
av_channel_layout_from_string(AVChannelLayout, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_HEXADECAGONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_HEXADECAGONAL() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_HEXAGONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_HEXAGONAL() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_index_from_channel(AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the index of a given channel in a channel layout.
av_channel_layout_index_from_string(AVChannelLayout, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the index in a channel layout of a channel described by the given string.
av_channel_layout_index_from_string(AVChannelLayout, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_MONO - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_MONO() - Static method in class org.bytedeco.ffmpeg.global.avutil
\name Common pre-defined channel layouts \{
AV_CHANNEL_LAYOUT_OCTAGONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_OCTAGONAL() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_QUAD - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_QUAD() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_standard(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over all standard channel layouts.
av_channel_layout_standard(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_STEREO - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_STEREO() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_STEREO_DOWNMIX - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_STEREO_DOWNMIX() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_subset(AVChannelLayout, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Find out what channels from a given set are present in a channel layout, without regard for their positions.
AV_CHANNEL_LAYOUT_SURROUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CHANNEL_LAYOUT_SURROUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_layout_uninit(AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free any allocated data in the channel layout and reset the channel count to 0.
av_channel_name(BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a human readable string in an abbreviated form describing a given channel.
av_channel_name(ByteBuffer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_name(byte[], long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_channel_name_bprint(AVBPrint, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
bprint variant of av_channel_name().
AV_CHANNEL_ORDER_AMBISONIC - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannelOrder
AV_CHANNEL_ORDER_CUSTOM - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannelOrder
AV_CHANNEL_ORDER_NATIVE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannelOrder
AV_CHANNEL_ORDER_UNSPEC - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVChannelOrder
av_chroma_location_enum_to_pos(IntPointer, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Converts AVChromaLocation to swscale x/y chroma position.
av_chroma_location_enum_to_pos(IntBuffer, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_chroma_location_enum_to_pos(int[], int[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_chroma_location_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_chroma_location_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_chroma_location_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_chroma_location_pos_to_enum(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Converts swscale x/y chroma position to AVChromaLocation.
av_class() - Method in class org.bytedeco.ffmpeg.avcodec.AVBSFContext
A class for logging and AVOptions
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avcodec.AVBSFContext
 
av_class() - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
information on struct for av_log - set by avcodec_alloc_context3
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avcodec.AVCodecContext
 
av_class() - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterContext
needed for av_log() and filters common options
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterContext
 
av_class() - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
 
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
 
av_class() - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
A class for logging and \ref avoptions.
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
 
av_class() - Method in class org.bytedeco.ffmpeg.avformat.AVIOContext
A class for private options.
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avformat.AVIOContext
 
av_class() - Method in class org.bytedeco.ffmpeg.avformat.AVStream
A class for \ref avoptions.
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avformat.AVStream
 
av_class() - Method in class org.bytedeco.ffmpeg.avutil.AVHWDeviceContext
A class for logging.
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avutil.AVHWDeviceContext
 
av_class() - Method in class org.bytedeco.ffmpeg.avutil.AVHWFramesContext
A class for logging.
av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avutil.AVHWFramesContext
 
AV_CLASS_CATEGORY_BITSTREAM_FILTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DECODER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEMUXER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEVICE_INPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEVICE_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_ENCODER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_FILTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_INPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_MUXER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_NA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_SWRESAMPLER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
AV_CLASS_CATEGORY_SWSCALER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVClassCategory
av_clip64_c(long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed 64bit integer value into the amin-amax range.
av_clip_c(int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer value into the amin-amax range.
av_clip_int16_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer value into the -32768,32767 range.
av_clip_int8_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer value into the -128,127 range.
av_clip_intp2_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer into the -(2^p),(2^p-1) range.
av_clip_uint16_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer value into the 0-65535 range.
av_clip_uint8_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer value into the 0-255 range.
av_clip_uintp2_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed integer to an unsigned power of two range.
av_clipd_c(double, double, double) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a double value into the amin-amax range.
av_clipf_c(float, float, float) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a float value into the amin-amax range.
av_clipl_int32_c(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clip a signed 64-bit integer value into the -2147483648,2147483647 range.
av_cmp_q(AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compare two rationals.
AV_CODEC_CAP_AVOID_PROBING - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Decoder is not a preferred choice for probing.
AV_CODEC_CAP_CHANNEL_CONF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec should fill in channel configuration and samplerate instead of container
AV_CODEC_CAP_DELAY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and correct output.
AV_CODEC_CAP_DR1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
AV_CODEC_CAP_DRAW_HORIZ_BAND - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Decoder can use draw_horiz_band callback.
AV_CODEC_CAP_ENCODER_FLUSH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
This encoder can be flushed using avcodec_flush_buffers().
AV_CODEC_CAP_ENCODER_RECON_FRAME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
The encoder is able to output reconstructed frame data, i.e.
AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
This encoder can reorder user opaque values from input AVFrames and return them with corresponding output packets.
AV_CODEC_CAP_EXPERIMENTAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec is experimental and is thus avoided in favor of non experimental encoders
AV_CODEC_CAP_FRAME_THREADS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports frame-level multithreading.
AV_CODEC_CAP_HARDWARE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec is backed by a hardware implementation.
AV_CODEC_CAP_HYBRID - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec is potentially backed by a hardware implementation, but not necessarily.
AV_CODEC_CAP_OTHER_THREADS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports multithreading through a method other than slice- or frame-level multithreading.
AV_CODEC_CAP_PARAM_CHANGE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports changed parameters at any point.
AV_CODEC_CAP_SLICE_THREADS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports slice-based (or partition-based) multithreading.
AV_CODEC_CAP_SMALL_LAST_FRAME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec can be fed a final frame with a smaller size.
AV_CODEC_CAP_SUBFRAMES - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec can output multiple frames per AVPacket Normally demuxers return one frame at a time, demuxers which do not do are connected to a parser to split what they return into proper frames.
AV_CODEC_CAP_VARIABLE_FRAME_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Audio encoder supports receiving a different number of samples in each call.
AV_CODEC_EXPORT_DATA_FILM_GRAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Decoding only.
AV_CODEC_EXPORT_DATA_MVS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Export motion vectors through frame side data
AV_CODEC_EXPORT_DATA_PRFT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Export encoder Producer Reference Time through packet side data
AV_CODEC_EXPORT_DATA_VIDEO_ENC_PARAMS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Decoding only.
AV_CODEC_FLAG2_CHUNKS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
AV_CODEC_FLAG2_EXPORT_MVS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Export motion vectors through frame side data
AV_CODEC_FLAG2_FAST - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Allow non spec compliant speedup tricks.
AV_CODEC_FLAG2_ICC_PROFILES - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Generate/parse ICC profiles on encode/decode, as appropriate for the type of file.
AV_CODEC_FLAG2_IGNORE_CROP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Discard cropping information from SPS.
AV_CODEC_FLAG2_LOCAL_HEADER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Place global headers at every keyframe instead of in extradata.
AV_CODEC_FLAG2_NO_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Skip bitstream encoding.
AV_CODEC_FLAG2_RO_FLUSH_NOOP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Do not reset ASS ReadOrder field on flush (subtitles decoding)
AV_CODEC_FLAG2_SHOW_ALL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Show all frames before the first keyframe
AV_CODEC_FLAG2_SKIP_MANUAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Do not skip samples and export skip information as frame side data
AV_CODEC_FLAG_4MV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
4 MV per MB allowed / advanced prediction for H.263.
AV_CODEC_FLAG_AC_PRED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
H.263 advanced intra coding / MPEG-4 AC prediction
AV_CODEC_FLAG_BITEXACT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Use only bitexact stuff (except (I)DCT).
AV_CODEC_FLAG_CLOSED_GOP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_FLAG_COPY_OPAQUE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
\par decoding Request the decoder to propagate each packet's AVPacket.opaque and AVPacket.opaque_ref to its corresponding output AVFrame.
AV_CODEC_FLAG_DROPCHANGED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
callers should implement this functionality in their own code
AV_CODEC_FLAG_FRAME_DURATION - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Signal to the encoder that the values of AVFrame.duration are valid and should be used (typically for transferring them to output packets).
AV_CODEC_FLAG_GLOBAL_HEADER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Place global headers in extradata instead of every keyframe.
AV_CODEC_FLAG_GRAY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Only decode/encode grayscale.
AV_CODEC_FLAG_INTERLACED_DCT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Use interlaced DCT.
AV_CODEC_FLAG_INTERLACED_ME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
interlaced motion estimation
AV_CODEC_FLAG_LOOP_FILTER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
loop filter.
AV_CODEC_FLAG_LOW_DELAY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Force low delay.
AV_CODEC_FLAG_OUTPUT_CORRUPT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Output even those frames that might be corrupted.
AV_CODEC_FLAG_PASS1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Use internal 2pass ratecontrol in first pass mode.
AV_CODEC_FLAG_PASS2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Use internal 2pass ratecontrol in second pass mode.
AV_CODEC_FLAG_PSNR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
error[?] variables will be set during encoding.
AV_CODEC_FLAG_QPEL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Use qpel MC.
AV_CODEC_FLAG_QSCALE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Use fixed qscale.
AV_CODEC_FLAG_RECON_FRAME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Request the encoder to output reconstructed frames, i.e.\ frames that would be produced by decoding the encoded bistream.
AV_CODEC_FLAG_UNALIGNED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Allow decoders to produce frames with data planes that are not aligned to CPU requirements (e.g.
av_codec_get_id(PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Get the AVCodecID for the given codec tag tag.
av_codec_get_id(AVCodecTag, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_codec_get_tag(PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Get the codec tag for the given codec id id.
av_codec_get_tag(AVCodecTag, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_codec_get_tag2(PointerPointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Get the codec tag for the given codec id.
av_codec_get_tag2(AVCodecTag, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_codec_get_tag2(AVCodecTag, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_codec_get_tag2(AVCodecTag, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
AV_CODEC_HW_CONFIG_METHOD_AD_HOC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum
AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum
AV_CODEC_HW_CONFIG_METHOD_HW_FRAMES_CTX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum
AV_CODEC_HW_CONFIG_METHOD_INTERNAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum
AV_CODEC_ID_012V - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_4GV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_4XM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_8BPS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_8SVX_EXP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_8SVX_FIB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_A64_MULTI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_A64_MULTI5 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AAC_LATM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AASC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_AC3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AC4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ACELP_KELVIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_4XM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_ADX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_AFC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_AGM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_AICA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_ARGO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_CT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_DTK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_EA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_EA_MAXIS_XA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_EA_R1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_EA_R2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_EA_R3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_EA_XAS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_G722 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_G726 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_G726LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_ACORN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_ALP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_AMV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_APC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_APM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_CUNNING - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_DAT4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_DK3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_DK4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_EA_EACS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_EA_SEAD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_ISS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_MOFLEX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_MTF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_OKI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_QT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_RAD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_SMJPEG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_SSI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_WAV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_IMA_WS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_MS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_MTAF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_PSX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_SBPRO_2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_SBPRO_3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_SBPRO_4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_SWF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_THP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_THP_LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_VIMA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_XA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_XMD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_YAMAHA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ADPCM_ZORK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AGM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AIC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ALAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ALIAS_PIX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AMR_NB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AMR_WB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AMV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ANM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ANSI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ANULL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_APAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_APE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_APNG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_APTX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_APTX_HD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ARBC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ARGO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ARIB_CAPTION - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ASS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ASV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ASV2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ATRAC1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ATRAC3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ATRAC3AL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ATRAC3P - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ATRAC3PAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ATRAC9 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AURA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_AURA2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_AV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AVRN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AVRP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AVS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_AVS2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AVS3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AVUI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_AYUV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BETHSOFTVID - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_BFI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_BIN_DATA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BINKAUDIO_DCT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BINKAUDIO_RDFT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BINKVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_BINTEXT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BITPACKED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BMP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_BMV_AUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BMV_VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BONK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_BRENDER_PIX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_C93 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CAVS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CBD2_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CDGRAPHICS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CDTOONS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CDXL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CELT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CFHD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CINEPAK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CLEARVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CLJR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CLLC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CMV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CODEC2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_COMFORT_NOISE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_COOK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CPIA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CRI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_CSCD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_CYUV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DAALA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DDS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DERF_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DFA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DFPWM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DIRAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DNXHD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DOLBY_E - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DPX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DSD_LSBF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DSD_LSBF_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DSD_MSBF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DSD_MSBF_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DSICINAUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DSICINVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DSS_SP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DST - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DTS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DVAUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DVB_SUBTITLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DVB_TELETEXT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DVD_NAV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DVD_SUBTITLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DVVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DXA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_DXTORY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_DXV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_EAC3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_EIA_608 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_EPG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ESCAPE124 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ESCAPE130 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_EVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_EVRC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_EXR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FASTAUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FFMETADATA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FFV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FFVHUFF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FFWAVESYNTH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FIC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FIRST_AUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FIRST_SUBTITLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FIRST_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FITS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FLAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FLASHSV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FLASHSV2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FLIC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FLV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FMVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_FRAPS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FRWU - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_FTR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_G2M - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_G723_1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_G729 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_GDV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_GEM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_GIF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_GREMLIN_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_GSM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_GSM_MS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_H261 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_H263 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_H263I - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_H263P - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_H264 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_H265 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_H266 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HAP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HCA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HCOM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HDMV_PGS_SUBTITLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HDMV_TEXT_SUBTITLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HEVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HNM4_VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HQ_HQA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HQX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_HUFFYUV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_HYMT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IDCIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_IDF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IFF_BYTERUN1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IFF_ILBM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ILBC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IMC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IMM4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_IMM5 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_INDEO2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_INDEO3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_INDEO4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_INDEO5 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_INTERPLAY_ACM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_INTERPLAY_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_INTERPLAY_VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_IPU - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_JACOSUB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_JPEG2000 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_JPEGLS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_JPEGXL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_JV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_KGV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_KMVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_LAGARITH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_LJPEG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_LOCO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_LSCR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_M101 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MACE3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MACE6 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MAD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MAGICYUV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MDEC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MEDIA100 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_METASOUND - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MICRODVD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MIMIC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MISC4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MJPEG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MJPEGB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MLP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MMVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MOBICLIP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MOTIONPIXELS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MOV_TEXT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MP1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MP2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MP3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MP3ADU - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MP3ON4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MP4ALS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MPEG1VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MPEG2TS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MPEG2VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MPEG4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MPEG4SYSTEMS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MPEGH_3D_AUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MPL2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSA1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSCC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSMPEG4V1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MSMPEG4V2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MSMPEG4V3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MSNSIREN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSP2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSRLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MSS1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSS2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MSVIDEO1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MSZH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_MTS2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MUSEPACK7 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MUSEPACK8 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MV30 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MVC1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MVC2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MVDV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MVHA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MWSC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_MXPEG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_NELLYMOSER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_NONE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_NOTCHLC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_NUV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ON2AVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_OPUS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_OSQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_OTF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PAF_AUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PAF_VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PAM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PBM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PCM_ALAW - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_BLURAY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_DVD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_F16LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_F24LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_F32BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_F32LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_F64BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_F64LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_LXF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_MULAW - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S16BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S16BE_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S16LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S16LE_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S24BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S24DAUD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S24LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S24LE_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S32BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S32LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S32LE_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S64BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S64LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S8 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_S8_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_SGA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U16BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U16LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U24BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U24LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U32BE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U32LE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_U8 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_VIDC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCM_ZORK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PCX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PDV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PFM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PGM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PGMYUV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PGX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PHM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PHOTOCD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PICTOR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PIXLET - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PJS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PNG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PPM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_PROBE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PRORES - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PROSUMER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PSD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_PTX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_QCELP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_QDM2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_QDMC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_QDRAW - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_QOI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_QPEG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_QTRLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_R10K - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_R210 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_RA_144 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RA_288 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RADIANCE_HDR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RALF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RASC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RAWVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_REALTEXT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RKA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RL2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ROQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ROQ_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RPZA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_RSCC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RTV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_RV10 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_RV20 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_RV30 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_RV40 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_S302M - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SAMI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SANM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SBC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SCPR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SCREENPRESSO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SCTE_35 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SDX2_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SGA_VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SGI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_SGIRLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SHEERVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SHORTEN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SIMBIOSIS_IMX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SIPR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SIREN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SMACKAUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SMACKVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_SMC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_SMPTE_2038 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SMPTE_KLV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SMV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SMVJPEG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SNOW - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SOL_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SONIC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SONIC_LS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SP5X - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_SPEEDHQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SPEEX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SRGC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SRT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SSA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_STL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SUBRIP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SUBVIEWER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SUBVIEWER1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SUNRAST - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_SVG - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_SVQ1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_SVQ3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TAK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TARGA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TARGA_Y216 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TDSC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TEXT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TGQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TGV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_THEORA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_THP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TIERTEXSEQVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TIFF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TIMED_ID3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TMV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TQI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TRUEHD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TRUEMOTION1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TRUEMOTION2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TRUEMOTION2RT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TRUESPEECH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TSCC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_TSCC2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TTA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TTF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TTML - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TWINVQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_TXD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ULTI - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_UTVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_V210 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_V210X - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_V308 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_V408 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_V410 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VBLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VBN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VC1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VC1IMAGE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VCR1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VIXL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VMDAUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VMDVIDEO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VMIX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VMNC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VNULL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VORBIS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VP3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VP4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VP5 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VP6 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VP6A - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VP6F - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_VP7 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VP8 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VP9 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VPLAYER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VQC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_VVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WADY_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WAVARC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WAVPACK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WBMP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WCMV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WEBP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WEBVTT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WESTWOOD_SND1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WMALOSSLESS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WMAPRO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WMAV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WMAV2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WMAVOICE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WMV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_WMV2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_WMV3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_WMV3IMAGE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WNV1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_WRAPPED_AVFRAME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_WS_VQA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_XAN_DPCM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XAN_WC3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_XAN_WC4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_XBIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XBM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XFACE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XMA1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XMA2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XPM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XSUB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_XWD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_Y41P - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_YLC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_YOP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_YUV4 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ZEROCODEC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_ID_ZLIB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
AV_CODEC_ID_ZMBV - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVCodecID
av_codec_is_decoder(AVCodec) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_codec_is_encoder(AVCodec) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_codec_iterate(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Iterate over all registered codecs.
av_codec_iterate(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
AV_CODEC_PROP_BITMAP_SUB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Subtitle codec is bitmap based Decoded AVSubtitle data can be read from the AVSubtitleRect->pict field.
AV_CODEC_PROP_FIELDS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Video codec supports separate coding of fields in interlaced frames.
AV_CODEC_PROP_INTRA_ONLY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec uses only intra compression.
AV_CODEC_PROP_LOSSLESS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports lossless compression.
AV_CODEC_PROP_LOSSY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports lossy compression.
AV_CODEC_PROP_REORDER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Codec supports frame reordering.
AV_CODEC_PROP_TEXT_SUB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Subtitle codec is text based.
av_color_primaries_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_primaries_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_primaries_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_range_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_range_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_range_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_space_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_space_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_space_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_transfer_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_transfer_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_color_transfer_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_compare_mod(long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compare the remainders of two integer operands divided by a common divisor.
av_compare_ts(long, AVRational, long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compare two timestamps each in its own time base.
av_content_light_metadata_alloc(SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVContentLightMetadata structure and set its fields to default values.
av_content_light_metadata_create_side_data(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a complete AVContentLightMetadata and add it to the frame.
av_cpb_properties_alloc(SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate a CPB properties structure and initialize its fields to default values.
av_cpu_count() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_3DNOW - Static variable in class org.bytedeco.ffmpeg.global.avutil
AMD 3DNOW
AV_CPU_FLAG_3DNOWEXT - Static variable in class org.bytedeco.ffmpeg.global.avutil
AMD 3DNowExt
AV_CPU_FLAG_AESNI - Static variable in class org.bytedeco.ffmpeg.global.avutil
Advanced Encryption Standard functions
AV_CPU_FLAG_ALTIVEC - Static variable in class org.bytedeco.ffmpeg.global.avutil
standard
AV_CPU_FLAG_ARMV5TE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_ARMV6 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_ARMV6T2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_ARMV8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_ATOM - Static variable in class org.bytedeco.ffmpeg.global.avutil
Atom processor, some SSSE3 instructions are slower
AV_CPU_FLAG_AVX - Static variable in class org.bytedeco.ffmpeg.global.avutil
AVX functions: requires OS support even if YMM registers aren't used
AV_CPU_FLAG_AVX2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
AVX2 functions: requires OS support even if YMM registers aren't used
AV_CPU_FLAG_AVX512 - Static variable in class org.bytedeco.ffmpeg.global.avutil
AVX-512 functions: requires OS support even if YMM/ZMM registers aren't used
AV_CPU_FLAG_AVX512ICL - Static variable in class org.bytedeco.ffmpeg.global.avutil
F/CD/BW/DQ/VL/VNNI/IFMA/VBMI/VBMI2/VPOPCNTDQ/BITALG/GFNI/VAES/VPCLMULQDQ
AV_CPU_FLAG_AVXSLOW - Static variable in class org.bytedeco.ffmpeg.global.avutil
AVX supported, but slow when using YMM registers (e.g.
AV_CPU_FLAG_BMI1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Bit Manipulation Instruction Set 1
AV_CPU_FLAG_BMI2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Bit Manipulation Instruction Set 2
AV_CPU_FLAG_CMOV - Static variable in class org.bytedeco.ffmpeg.global.avutil
supports cmov instruction
AV_CPU_FLAG_DOTPROD - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_FMA3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Haswell FMA3 functions
AV_CPU_FLAG_FMA4 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Bulldozer FMA4 functions
AV_CPU_FLAG_FORCE - Static variable in class org.bytedeco.ffmpeg.global.avutil
\}
AV_CPU_FLAG_I8MM - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_LASX - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_LSX - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_MMI - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_MMX - Static variable in class org.bytedeco.ffmpeg.global.avutil
standard MMX
AV_CPU_FLAG_MMX2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
SSE integer functions or AMD MMX ext
AV_CPU_FLAG_MMXEXT - Static variable in class org.bytedeco.ffmpeg.global.avutil
SSE integer functions or AMD MMX ext
AV_CPU_FLAG_MSA - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_NEON - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_POWER8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
ISA 2.07
AV_CPU_FLAG_RVB_ADDR - Static variable in class org.bytedeco.ffmpeg.global.avutil
Address bit-manipulations
AV_CPU_FLAG_RVB_BASIC - Static variable in class org.bytedeco.ffmpeg.global.avutil
Basic bit-manipulations
AV_CPU_FLAG_RVD - Static variable in class org.bytedeco.ffmpeg.global.avutil
D (double precision FP)
AV_CPU_FLAG_RVF - Static variable in class org.bytedeco.ffmpeg.global.avutil
F (single precision FP)
AV_CPU_FLAG_RVI - Static variable in class org.bytedeco.ffmpeg.global.avutil
I (full GPR bank)
AV_CPU_FLAG_RVV_F32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Vectors of float's
AV_CPU_FLAG_RVV_F64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Vectors of double's
AV_CPU_FLAG_RVV_I32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Vectors of 8/16/32-bit int's
AV_CPU_FLAG_RVV_I64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Vectors of 64-bit int's
AV_CPU_FLAG_SETEND - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_SLOW_GATHER - Static variable in class org.bytedeco.ffmpeg.global.avutil
CPU has slow gathers.
AV_CPU_FLAG_SSE - Static variable in class org.bytedeco.ffmpeg.global.avutil
SSE functions
AV_CPU_FLAG_SSE2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
PIV SSE2 functions
AV_CPU_FLAG_SSE2SLOW - Static variable in class org.bytedeco.ffmpeg.global.avutil
SSE2 supported, but usually not faster than regular MMX/SSE (e.g.
AV_CPU_FLAG_SSE3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Prescott SSE3 functions
AV_CPU_FLAG_SSE3SLOW - Static variable in class org.bytedeco.ffmpeg.global.avutil
SSE3 supported, but usually not faster than regular MMX/SSE (e.g.
AV_CPU_FLAG_SSE4 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Penryn SSE4.1 functions
AV_CPU_FLAG_SSE42 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Nehalem SSE4.2 functions
AV_CPU_FLAG_SSSE3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
Conroe SSSE3 functions
AV_CPU_FLAG_SSSE3SLOW - Static variable in class org.bytedeco.ffmpeg.global.avutil
SSSE3 supported, but usually not faster
AV_CPU_FLAG_VFP - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_VFP_VM - Static variable in class org.bytedeco.ffmpeg.global.avutil
VFPv2 vector mode, deprecated in ARMv7-A and unavailable in various CPUs implementations
AV_CPU_FLAG_VFPV3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_CPU_FLAG_VSX - Static variable in class org.bytedeco.ffmpeg.global.avutil
ISA 2.06
AV_CPU_FLAG_XOP - Static variable in class org.bytedeco.ffmpeg.global.avutil
Bulldozer XOP functions
av_cpu_force_count(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Overrides cpu count detection and forces the specified count.
av_cpu_max_align() - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the maximum data alignment that may be required by FFmpeg.
av_crc(IntPointer, int, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Calculate the CRC of a block.
av_crc(IntBuffer, int, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_crc(int[], int, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CRC_16_ANSI - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_16_ANSI_LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_16_CCITT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_24_IEEE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_32_IEEE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_32_IEEE_LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_8_ATM - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
AV_CRC_8_EBU - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
av_crc_get_table(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get an initialized standard CRC table.
av_crc_init(IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize a CRC table.
av_crc_init(IntBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_crc_init(int[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_CRC_MAX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVCRCId
av_d2q(double, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Convert a double precision floating point number to a rational.
av_dct_calc(DCTContext, FloatPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
av_dct_calc(DCTContext, FloatBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
av_dct_calc(DCTContext, float[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
av_dct_end(DCTContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
av_dct_init(int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
use av_tx_init from libavutil/tx.h with an appropriate type of AV_TX_FLOAT_DCT
av_default_get_category(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_default_item_name(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the context name
av_demuxer_iterate(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Iterate over all registered demuxers.
av_demuxer_iterate(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_des_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVDES context.
av_des_crypt(AVDES, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
\brief Encrypts / decrypts using the DES algorithm.
av_des_crypt(AVDES, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_des_crypt(AVDES, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_des_init(AVDES, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
\brief Initializes an AVDES context.
av_des_init(AVDES, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_des_init(AVDES, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_des_mac(AVDES, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
\brief Calculates CBC-MAC using the DES algorithm.
av_des_mac(AVDES, ByteBuffer, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_des_mac(AVDES, byte[], byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_DEV_TO_APP_BUFFER_OVERFLOW - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_OVERFLOW() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_READABLE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_READABLE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_UNDERFLOW - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_UNDERFLOW() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_WRITABLE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_BUFFER_WRITABLE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_CREATE_WINDOW_BUFFER - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_CREATE_WINDOW_BUFFER() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_DESTROY_WINDOW_BUFFER - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_DESTROY_WINDOW_BUFFER() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_DISPLAY_WINDOW_BUFFER - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_DISPLAY_WINDOW_BUFFER() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_MUTE_STATE_CHANGED - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_MUTE_STATE_CHANGED() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_NONE - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_NONE() - Static method in class org.bytedeco.ffmpeg.global.avdevice
enum AVDevToAppMessageType
AV_DEV_TO_APP_PREPARE_WINDOW_BUFFER - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_PREPARE_WINDOW_BUFFER() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_VOLUME_LEVEL_CHANGED - Static variable in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DEV_TO_APP_VOLUME_LEVEL_CHANGED() - Static method in class org.bytedeco.ffmpeg.global.avdevice
 
AV_DICT_APPEND - Static variable in class org.bytedeco.ffmpeg.global.avutil
If the entry already exists, append to it.
av_dict_copy(PointerPointer, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy entries from one AVDictionary struct into another.
av_dict_copy(AVDictionary, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_count(AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get number of entries in dictionary.
AV_DICT_DONT_OVERWRITE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Don't overwrite existing entries.
AV_DICT_DONT_STRDUP_KEY - Static variable in class org.bytedeco.ffmpeg.global.avutil
Take ownership of a key that's been allocated with av_malloc() or another memory allocation function.
AV_DICT_DONT_STRDUP_VAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
Take ownership of a value that's been allocated with av_malloc() or another memory allocation function.
av_dict_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free all the memory allocated for an AVDictionary struct and all keys and values.
av_dict_free(AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_get(AVDictionary, BytePointer, AVDictionaryEntry, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a dictionary entry with matching key.
av_dict_get(AVDictionary, String, AVDictionaryEntry, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_get_string(AVDictionary, PointerPointer, byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get dictionary entries as a string.
av_dict_get_string(AVDictionary, BytePointer, byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_get_string(AVDictionary, ByteBuffer, byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_get_string(AVDictionary, byte[], byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_DICT_IGNORE_SUFFIX - Static variable in class org.bytedeco.ffmpeg.global.avutil
Return first entry in a dictionary whose first part corresponds to the search key, ignoring the suffix of the found key string.
av_dict_iterate(AVDictionary, AVDictionaryEntry) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over a dictionary Iterates through all entries in the dictionary.
AV_DICT_MATCH_CASE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Only get an entry with exact-case key match.
AV_DICT_MULTIKEY - Static variable in class org.bytedeco.ffmpeg.global.avutil
Allow to store several equal keys in the dictionary
av_dict_parse_string(PointerPointer, BytePointer, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse the key/value pairs list and add the parsed entries to a dictionary.
av_dict_parse_string(AVDictionary, BytePointer, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_parse_string(AVDictionary, String, String, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_set(PointerPointer, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set the given entry in *pm, overwriting an existing entry.
av_dict_set(AVDictionary, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_set(AVDictionary, String, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_set_int(PointerPointer, BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Convenience wrapper for av_dict_set() that converts the value to a string and stores it.
av_dict_set_int(AVDictionary, BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dict_set_int(AVDictionary, String, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dirname(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Thread safe dirname.
av_dirname(ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dirname(byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_display_matrix_flip(IntPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Flip the input matrix horizontally and/or vertically.
av_display_matrix_flip(IntBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_display_matrix_flip(int[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_display_rotation_get(IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Extract the rotation component of the transformation matrix.
av_display_rotation_get(IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_display_rotation_get(int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_display_rotation_set(IntPointer, double) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize a transformation matrix describing a pure clockwise rotation by the specified angle (in degrees).
av_display_rotation_set(IntBuffer, double) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_display_rotation_set(int[], double) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_DISPOSITION_ATTACHED_PIC - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is stored in the file as an attached picture/"cover art" (e.g.
AV_DISPOSITION_CAPTIONS - Static variable in class org.bytedeco.ffmpeg.global.avformat
The subtitle stream contains captions, providing a transcription and possibly a translation of audio.
AV_DISPOSITION_CLEAN_EFFECTS - Static variable in class org.bytedeco.ffmpeg.global.avformat
The audio stream contains music and sound effects without voice.
AV_DISPOSITION_COMMENT - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is a commentary track.
AV_DISPOSITION_DEFAULT - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream should be chosen by default among other streams of the same type, unless the user has explicitly specified otherwise.
AV_DISPOSITION_DEPENDENT - Static variable in class org.bytedeco.ffmpeg.global.avformat
The audio stream is intended to be mixed with another stream before presentation.
AV_DISPOSITION_DESCRIPTIONS - Static variable in class org.bytedeco.ffmpeg.global.avformat
The subtitle stream contains a textual description of the video content.
AV_DISPOSITION_DUB - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is not in original language.
AV_DISPOSITION_FORCED - Static variable in class org.bytedeco.ffmpeg.global.avformat
Track should be used during playback by default.
av_disposition_from_string(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_disposition_from_string(String) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
AV_DISPOSITION_HEARING_IMPAIRED - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is intended for hearing impaired audiences.
AV_DISPOSITION_KARAOKE - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream contains karaoke audio.
AV_DISPOSITION_LYRICS - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream contains song lyrics.
AV_DISPOSITION_METADATA - Static variable in class org.bytedeco.ffmpeg.global.avformat
The subtitle stream contains time-aligned metadata that is not intended to be directly presented to the user.
AV_DISPOSITION_NON_DIEGETIC - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is intended to be mixed with a spatial audio track.
AV_DISPOSITION_ORIGINAL - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is in original language.
AV_DISPOSITION_STILL_IMAGE - Static variable in class org.bytedeco.ffmpeg.global.avformat
The video stream contains still images.
AV_DISPOSITION_TIMED_THUMBNAILS - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is sparse, and contains thumbnail images, often corresponding to chapter markers.
av_disposition_to_string(int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
AV_DISPOSITION_VISUAL_IMPAIRED - Static variable in class org.bytedeco.ffmpeg.global.avformat
The stream is intended for visually impaired audiences.
av_div_q(AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Divide one rational by another.
av_double2int(double) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reinterpret a double as a 64-bit integer.
av_downmix_info_update_side_data(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing.
AV_DOWNMIX_TYPE_DPLII - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVDownmixType
AV_DOWNMIX_TYPE_LORO - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVDownmixType
AV_DOWNMIX_TYPE_LTRT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVDownmixType
AV_DOWNMIX_TYPE_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVDownmixType
AV_DOWNMIX_TYPE_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVDownmixType
av_dump_format(AVFormatContext, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Print detailed information about the input or output format, such as duration, bitrate, streams, container, programs, metadata, side data, codec and time base.
av_dump_format(AVFormatContext, int, String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_dynamic_hdr_plus_alloc(SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVDynamicHDRPlus structure and set its fields to default values.
av_dynamic_hdr_plus_create_side_data(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a complete AVDynamicHDRPlus and add it to the frame.
av_dynamic_hdr_plus_from_t35(AVDynamicHDRPlus, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse the user data registered ITU-T T.35 to AVbuffer (AVDynamicHDRPlus).
av_dynamic_hdr_plus_from_t35(AVDynamicHDRPlus, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynamic_hdr_plus_from_t35(AVDynamicHDRPlus, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynamic_hdr_plus_to_t35(AVDynamicHDRPlus, PointerPointer, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Serialize dynamic HDR10+ metadata to a user data registered ITU-T T.35 buffer, excluding the first 48 bytes of the header, and beginning with the application mode.
av_dynamic_hdr_plus_to_t35(AVDynamicHDRPlus, BytePointer, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynamic_hdr_plus_to_t35(AVDynamicHDRPlus, ByteBuffer, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynamic_hdr_plus_to_t35(AVDynamicHDRPlus, byte[], SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray2_add(PointerPointer, IntPointer, long, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add an element of size elem_size to a dynamic array.
av_dynarray2_add(Pointer, IntPointer, long, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray2_add(Pointer, IntBuffer, long, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray2_add(Pointer, int[], long, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray_add(Pointer, IntPointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add the pointer to an element to a dynamic array.
av_dynarray_add(Pointer, IntBuffer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray_add(Pointer, int[], Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray_add_nofree(Pointer, IntPointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add an element to a dynamic array.
av_dynarray_add_nofree(Pointer, IntBuffer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_dynarray_add_nofree(Pointer, int[], Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_EF_AGGRESSIVE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
consider things that a sane encoder/muxer should not do as an error
AV_EF_BITSTREAM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
detect bitstream specification deviations
AV_EF_BUFFER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
detect improper bitstream length
AV_EF_CAREFUL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
consider things that violate the spec, are fast to calculate and have not been seen in the wild as errors
AV_EF_COMPLIANT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
consider all spec non compliances as errors
AV_EF_CRCCHECK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Verify checksums embedded in the bitstream (could be of either encoded or decoded data, depending on the format) and print an error message on mismatch.
AV_EF_EXPLODE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
abort decoding on minor error detection
AV_EF_IGNORE_ERR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
ignore errors and continue
av_encryption_info_add_side_data(AVEncryptionInfo, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocates and initializes side data that holds a copy of the given encryption info.
av_encryption_info_alloc(int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocates an AVEncryptionInfo structure and sub-pointers to hold the given number of subsamples.
av_encryption_info_clone(AVEncryptionInfo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocates an AVEncryptionInfo structure with a copy of the given data.
av_encryption_info_free(AVEncryptionInfo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Frees the given encryption info object.
av_encryption_info_get_side_data(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Creates a copy of the AVEncryptionInfo that is contained in the given side data.
av_encryption_info_get_side_data(ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_encryption_info_get_side_data(byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_encryption_init_info_add_side_data(AVEncryptionInitInfo, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocates and initializes side data that holds a copy of the given encryption init info.
av_encryption_init_info_alloc(int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocates an AVEncryptionInitInfo structure and sub-pointers to hold the given sizes.
av_encryption_init_info_free(AVEncryptionInitInfo) - Static method in class org.bytedeco.ffmpeg.global.avutil
Frees the given encryption init info object.
av_encryption_init_info_get_side_data(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Creates a copy of the AVEncryptionInitInfo that is contained in the given side data.
av_encryption_init_info_get_side_data(ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_encryption_init_info_get_side_data(byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_ERROR_MAX_STRING_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
av_escape(PointerPointer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Escape string in src, and put the escaped string in an allocated string in *dst, which must be freed with av_free().
av_escape(BytePointer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_escape(ByteBuffer, String, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_escape(byte[], BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_escape(BytePointer, String, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_escape(ByteBuffer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_escape(byte[], String, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_ESCAPE_FLAG_STRICT - Static variable in class org.bytedeco.ffmpeg.global.avutil
Escape only specified special characters.
AV_ESCAPE_FLAG_WHITESPACE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Consider spaces special and escape them even in the middle of the string.
AV_ESCAPE_FLAG_XML_DOUBLE_QUOTES - Static variable in class org.bytedeco.ffmpeg.global.avutil
Within AV_ESCAPE_MODE_XML, additionally escape double quotes for double quoted attributes.
AV_ESCAPE_FLAG_XML_SINGLE_QUOTES - Static variable in class org.bytedeco.ffmpeg.global.avutil
Within AV_ESCAPE_MODE_XML, additionally escape single quotes for single quoted attributes.
AV_ESCAPE_MODE_AUTO - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVEscapeMode
AV_ESCAPE_MODE_BACKSLASH - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVEscapeMode
AV_ESCAPE_MODE_QUOTE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVEscapeMode
AV_ESCAPE_MODE_XML - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVEscapeMode
av_expr_count_func(AVExpr, IntPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Track the presence of user provided functions and their number of occurrences in a parsed expression.
av_expr_count_func(AVExpr, IntBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_count_func(AVExpr, int[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_count_vars(AVExpr, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Track the presence of variables and their number of occurrences in a parsed expression
av_expr_count_vars(AVExpr, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_count_vars(AVExpr, int[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_eval(AVExpr, DoublePointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Evaluate a previously parsed expression.
av_expr_eval(AVExpr, DoubleBuffer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_eval(AVExpr, double[], Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_free(AVExpr) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free a parsed expression previously created with av_expr_parse().
av_expr_parse(PointerPointer, BytePointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse an expression.
av_expr_parse(AVExpr, BytePointer, BytePointer, BytePointer, PointerPointer, BytePointer, PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse(AVExpr, String, ByteBuffer, ByteBuffer, PointerPointer, ByteBuffer, PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse(AVExpr, BytePointer, byte[], byte[], PointerPointer, byte[], PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse(AVExpr, String, BytePointer, BytePointer, PointerPointer, BytePointer, PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse(AVExpr, BytePointer, ByteBuffer, ByteBuffer, PointerPointer, ByteBuffer, PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse(AVExpr, String, byte[], byte[], PointerPointer, byte[], PointerPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse_and_eval(DoublePointer, BytePointer, PointerPointer, DoublePointer, PointerPointer, PointerPointer, PointerPointer, PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
\file simple arithmetic expression evaluator
av_expr_parse_and_eval(DoublePointer, BytePointer, BytePointer, DoublePointer, BytePointer, PointerPointer, BytePointer, PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse_and_eval(DoubleBuffer, String, ByteBuffer, DoubleBuffer, ByteBuffer, PointerPointer, ByteBuffer, PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse_and_eval(double[], BytePointer, byte[], double[], byte[], PointerPointer, byte[], PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse_and_eval(DoublePointer, String, BytePointer, DoublePointer, BytePointer, PointerPointer, BytePointer, PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse_and_eval(DoubleBuffer, BytePointer, ByteBuffer, DoubleBuffer, ByteBuffer, PointerPointer, ByteBuffer, PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_expr_parse_and_eval(double[], String, byte[], double[], byte[], PointerPointer, byte[], PointerPointer, Pointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fast_malloc(Pointer, IntPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a buffer, reusing the given one if large enough.
av_fast_malloc(Pointer, IntBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fast_malloc(Pointer, int[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fast_mallocz(Pointer, IntPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate and clear a buffer, reusing the given one if large enough.
av_fast_mallocz(Pointer, IntBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fast_mallocz(Pointer, int[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fast_padded_malloc(Pointer, IntPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Same behaviour av_fast_malloc but the buffer has additional AV_INPUT_BUFFER_PADDING_SIZE at the end which will always be 0.
av_fast_padded_malloc(Pointer, IntBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_fast_padded_malloc(Pointer, int[], long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_fast_padded_mallocz(Pointer, IntPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Same behaviour av_fast_padded_malloc except that buffer will always be 0-initialized after call.
av_fast_padded_mallocz(Pointer, IntBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_fast_padded_mallocz(Pointer, int[], long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_fast_realloc(Pointer, IntPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reallocate the given buffer if it is not large enough, otherwise do nothing.
av_fast_realloc(Pointer, IntBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fast_realloc(Pointer, int[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fft_calc(FFTContext, FFTComplex) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
use the av_tx_fn value returned by av_tx_init, which also does permutation
av_fft_end(FFTContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
av_fft_init(int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
use av_tx_init from libavutil/tx.h with a type of AV_TX_FLOAT_FFT
av_fft_permute(FFTContext, FFTComplex) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
without replacement
AV_FIELD_BB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVFieldOrder
AV_FIELD_BT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVFieldOrder
AV_FIELD_PROGRESSIVE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVFieldOrder
AV_FIELD_TB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVFieldOrder
AV_FIELD_TT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVFieldOrder
AV_FIELD_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVFieldOrder
av_fifo_alloc(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_fifo_alloc2()
av_fifo_alloc2(long, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate and initialize an AVFifo with a given element size.
av_fifo_alloc_array(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_fifo_alloc2()
av_fifo_auto_grow_limit(AVFifo, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set the maximum size (in elements) to which the FIFO can be resized automatically.
av_fifo_can_read(AVFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fifo_can_write(AVFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fifo_drain(AVFifoBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the new AVFifo-API with av_fifo_drain2()
av_fifo_drain2(AVFifo, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Discard the specified amount of data from an AVFifo.
av_fifo_elem_size(AVFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_FIFO_FLAG_AUTO_GROW - Static variable in class org.bytedeco.ffmpeg.global.avutil
Automatically resize the FIFO on writes, so that the data fits.
av_fifo_free(AVFifoBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the AVFifo API with av_fifo_freep2()
av_fifo_freep(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the AVFifo API with av_fifo_freep2()
av_fifo_freep(AVFifoBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_fifo_freep2(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free an AVFifo and reset pointer to NULL.
av_fifo_freep2(AVFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fifo_generic_peek(AVFifoBuffer, Pointer, int, Func_Pointer_Pointer_int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the new AVFifo-API with av_fifo_peek() when func == NULL, av_fifo_peek_to_cb() otherwise
av_fifo_generic_peek_at(AVFifoBuffer, Pointer, int, int, Func_Pointer_Pointer_int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_fifo_generic_read(AVFifoBuffer, Pointer, int, Func_Pointer_Pointer_int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the new AVFifo-API with av_fifo_read() when func == NULL, av_fifo_read_to_cb() otherwise
av_fifo_generic_write(AVFifoBuffer, Pointer, int, Int_func_Pointer_Pointer_int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_fifo_grow(AVFifoBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the new AVFifo-API with av_fifo_grow2(); note that unlike this function it adds to the allocated size, rather than to the used size
av_fifo_grow2(AVFifo, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Enlarge an AVFifo.
av_fifo_peek(AVFifo, Pointer, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Read data from a FIFO without modifying FIFO state.
av_fifo_peek2(AVFifoBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the new AVFifo-API with av_fifo_peek() or av_fifo_peek_to_cb()
av_fifo_peek_to_cb(AVFifo, AVFifoCB, Pointer, SizeTPointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Feed data from a FIFO into a user-provided callback.
av_fifo_read(AVFifo, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Read data from a FIFO.
av_fifo_read_to_cb(AVFifo, AVFifoCB, Pointer, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Feed data from a FIFO into a user-provided callback.
av_fifo_realloc2(AVFifoBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use the new AVFifo-API with av_fifo_grow2() to increase FIFO size, decreasing FIFO size is not supported
av_fifo_reset(AVFifoBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_fifo_reset2() with the new AVFifo-API
av_fifo_reset2(AVFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fifo_size(AVFifoBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_fifo_can_read() with the new AVFifo-API
av_fifo_space(AVFifoBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_fifo_can_write() with the new AVFifo-API
av_fifo_write(AVFifo, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Write data into a FIFO.
av_fifo_write_from_cb(AVFifo, AVFifoCB, Pointer, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Write data from a user-provided callback into a FIFO.
av_file_map(BytePointer, PointerPointer, SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Read the file with name filename, and put its content in a newly allocated buffer or map it with mmap() when available.
av_file_map(BytePointer, BytePointer, SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_map(String, ByteBuffer, SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_map(BytePointer, byte[], SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_map(String, BytePointer, SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_map(BytePointer, ByteBuffer, SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_map(String, byte[], SizeTPointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_unmap(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Unmap or free the buffer bufptr created by av_file_map().
av_file_unmap(ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_file_unmap(byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_filename_number_test(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Check whether filename actually is a numbered sequence generator.
av_filename_number_test(String) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_filter_iterate(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
Iterate over all registered filters.
av_filter_iterate(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
 
av_find_best_pix_fmt_of_2(int, int, int, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute what kind of losses will occur when converting from one specific pixel format to another.
av_find_best_pix_fmt_of_2(int, int, int, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_best_pix_fmt_of_2(int, int, int, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_best_stream(AVFormatContext, int, int, int, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Find the "best" stream in the file.
av_find_best_stream(AVFormatContext, int, int, int, AVCodec, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_find_default_stream_index(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_find_info_tag(BytePointer, int, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Attempt to find a specific tag in a URL.
av_find_info_tag(ByteBuffer, int, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_info_tag(byte[], int, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_info_tag(BytePointer, int, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_info_tag(ByteBuffer, int, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_info_tag(byte[], int, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_find_input_format(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Find AVInputFormat based on the short name of the input format.
av_find_input_format(String) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_find_nearest_q_idx(AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Find the value in a list of rationals nearest a given reference rational.
av_find_program_from_stream(AVFormatContext, AVProgram, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Find the programs which belong to a given stream.
av_float2int(float) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reinterpret a float as a 32-bit integer.
av_fmt_ctx_get_duration_estimation_method(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
Returns the method used to set ctx->duration.
av_fopen_utf8(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
Avoid using it, as on Windows, the FILE* allocated by this function may be allocated with a different CRT than the caller who uses the FILE*. No replacement provided in public API.
av_fopen_utf8(String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_force_cpu_flags(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Disables cpu detection and forces the specified flags.
av_format_control_message - Class in org.bytedeco.ffmpeg.avformat
Callback used by devices to communicate with application.
av_format_control_message(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.av_format_control_message
Pointer cast constructor.
av_format_control_message() - Constructor for class org.bytedeco.ffmpeg.avformat.av_format_control_message
 
av_format_inject_global_side_data(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
This function will cause global side data to be injected in the next packet of each stream as well as after any subsequent seek.
av_fourcc_make_string(BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Fill the provided buffer with a string containing a FourCC (four-character code) representation.
av_fourcc_make_string(ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_fourcc_make_string(byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_FOURCC_MAX_STRING_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
av_frame_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVFrame and set its fields to default values.
av_frame_apply_cropping(AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Crop the given video AVFrame according to its crop_left/crop_top/crop_right/ crop_bottom fields.
av_frame_clone(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create a new frame that references the same data as src.
av_frame_copy(AVFrame, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy the frame data from src to dst.
av_frame_copy_props(AVFrame, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy only "metadata" fields from src to dst.
AV_FRAME_CROP_UNALIGNED - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum
AV_FRAME_DATA_A53_CC - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_AFD - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_AMBIENT_VIEWING_ENVIRONMENT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_AUDIO_SERVICE_TYPE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_CONTENT_LIGHT_LEVEL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DETECTION_BBOXES - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DISPLAYMATRIX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DOVI_METADATA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DOVI_RPU_BUFFER - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DOWNMIX_INFO - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DYNAMIC_HDR_PLUS - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_DYNAMIC_HDR_VIVID - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_FILM_GRAIN_PARAMS - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_GOP_TIMECODE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_ICC_PROFILE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_MASTERING_DISPLAY_METADATA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_MATRIXENCODING - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_MOTION_VECTORS - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_PANSCAN - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_REGIONS_OF_INTEREST - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_REPLAYGAIN - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_S12M_TIMECODE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_SEI_UNREGISTERED - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_SKIP_SAMPLES - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_SPHERICAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_STEREO3D - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_VIDEO_ENC_PARAMS - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_DATA_VIDEO_HINT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVFrameSideDataType
AV_FRAME_FILENAME_FLAGS_MULTIPLE - Static variable in class org.bytedeco.ffmpeg.global.avformat
Allow multiple %d
AV_FRAME_FLAG_CORRUPT - Static variable in class org.bytedeco.ffmpeg.avutil.AVFrame
The frame data may be corrupted, e.g.
AV_FRAME_FLAG_DISCARD - Static variable in class org.bytedeco.ffmpeg.avutil.AVFrame
A flag to mark the frames which need to be decoded, but shouldn't be output.
AV_FRAME_FLAG_INTERLACED - Static variable in class org.bytedeco.ffmpeg.avutil.AVFrame
A flag to mark frames whose content is interlaced.
AV_FRAME_FLAG_KEY - Static variable in class org.bytedeco.ffmpeg.avutil.AVFrame
A flag to mark frames that are keyframes.
AV_FRAME_FLAG_TOP_FIELD_FIRST - Static variable in class org.bytedeco.ffmpeg.avutil.AVFrame
A flag to mark frames where the top field is displayed first if the content is interlaced.
av_frame_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free the frame and any dynamically allocated objects in it, e.g.
av_frame_free(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_frame_get_buffer(AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate new buffer(s) for audio or video data.
av_frame_get_plane_buffer(AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the buffer reference a given data plane is stored in.
av_frame_get_side_data(AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_frame_is_writable(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if the frame data is writable.
av_frame_make_writable(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Ensure that the frame data is writable, avoiding data copy if possible.
av_frame_move_ref(AVFrame, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Move everything contained in src to dst and reset src.
av_frame_new_side_data(AVFrame, int, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add a new side data to a frame.
av_frame_new_side_data_from_buf(AVFrame, int, AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Add a new side data to a frame from an existing AVBufferRef
av_frame_ref(AVFrame, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set up a new reference to the data described by the source frame.
av_frame_remove_side_data(AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Remove and free all side data instances of the given type.
av_frame_replace(AVFrame, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Ensure the destination frame refers to the same data described by the source frame, either by creating a new reference for each AVBufferRef from src if they differ from those in dst, by allocating new buffers and copying data if src is not reference counted, or by unrefencing it if src is empty.
av_frame_side_data_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_frame_unref(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Unreference all the buffers referenced by frame and reset the frame fields.
av_free(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free a memory block which has been allocated with a function of av_malloc() or av_realloc() family.
av_freep(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free a memory block which has been allocated with a function of av_malloc() or av_realloc() family, and set the pointer pointing to it to NULL.
av_gcd(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute the greatest common divisor of two integer operands.
av_gcd_q(AVRational, AVRational, int, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the best rational so that a and b are multiple of it.
av_get_alt_sample_fmt(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the planar<->packed alternative form of the given sample format, or AV_SAMPLE_FMT_NONE on error.
av_get_audio_frame_duration(AVCodecContext, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Return audio frame duration.
av_get_audio_frame_duration2(AVCodecParameters, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
This function is the same as av_get_audio_frame_duration(), except it works with AVCodecParameters instead of an AVCodecContext.
av_get_bits_per_pixel(AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the number of bits per pixel used by the pixel format described by pixdesc.
av_get_bits_per_sample(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Return codec bits per sample.
AV_GET_BUFFER_FLAG_REF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
The decoder will keep a reference to the frame and may reuse it later.
av_get_bytes_per_sample(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return number of bytes per sample.
av_get_channel_description(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_description()
av_get_channel_layout(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_from_string()
av_get_channel_layout(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_channel_layout_channel_index(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_index_from_channel()
av_get_channel_layout_nb_channels(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use AVChannelLayout.nb_channels
av_get_channel_layout_string(BytePointer, int, int, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_describe()
av_get_channel_layout_string(ByteBuffer, int, int, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_channel_layout_string(byte[], int, int, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_channel_name(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_name()
av_get_cpu_flags() - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the flags which specify extensions supported by the CPU.
av_get_default_channel_layout(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_default()
AV_GET_ENCODE_BUFFER_FLAG_REF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
The encoder will keep a reference to the packet and may reuse it later.
av_get_exact_bits_per_sample(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Return codec bits per sample.
av_get_extended_channel_layout(BytePointer, LongPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_from_string()
av_get_extended_channel_layout(String, LongBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_extended_channel_layout(BytePointer, long[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_extended_channel_layout(String, LongPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_extended_channel_layout(BytePointer, LongBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_extended_channel_layout(String, long[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_frame_filename(BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename(ByteBuffer, int, String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename(byte[], int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename(BytePointer, int, String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename(ByteBuffer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename(byte[], int, String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename2(BytePointer, int, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Return in 'buf' the path with '%d' replaced by a number.
av_get_frame_filename2(ByteBuffer, int, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename2(byte[], int, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename2(BytePointer, int, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename2(ByteBuffer, int, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_frame_filename2(byte[], int, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_known_color_name(int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the name of a color from the internal table of hard-coded named colors.
av_get_known_color_name(int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_known_color_name(int, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_known_color_name(int, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_media_type_string(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return a string describing the media_type enum, NULL if media_type is unknown.
av_get_output_timestamp(AVFormatContext, int, LongPointer, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Get timing information for the data currently output.
av_get_output_timestamp(AVFormatContext, int, LongBuffer, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_output_timestamp(AVFormatContext, int, long[], long[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_get_packed_sample_fmt(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the packed alternative form of the given sample format.
av_get_packet(AVIOContext, AVPacket, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Allocate and read the payload of a packet and initialize its fields with default values.
av_get_padded_bits_per_pixel(AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the number of bits per pixel for the pixel format described by pixdesc, including any padding or unused bits.
av_get_pcm_codec(int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Return the PCM codec associated with a sample format.
av_get_picture_type_char(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return a single letter to describe the given picture type pict_type.
av_get_pix_fmt(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the pixel format corresponding to name.
av_get_pix_fmt(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_pix_fmt_loss(int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute what kind of losses will occur when converting from one specific pixel format to another.
av_get_pix_fmt_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the short name for a pixel format, NULL in case pix_fmt is unknown.
av_get_pix_fmt_string(BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Print in buf the string corresponding to the pixel format with number pix_fmt, or a header if pix_fmt is negative.
av_get_pix_fmt_string(ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_pix_fmt_string(byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_planar_sample_fmt(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the planar alternative form of the given sample format.
av_get_profile_name(AVCodec, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Return a name for the specified profile, if available.
av_get_random_seed() - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a seed to use in conjunction with random functions.
av_get_sample_fmt(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE on error.
av_get_sample_fmt(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_sample_fmt_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the name of sample_fmt, or NULL if sample_fmt is not recognized.
av_get_sample_fmt_string(BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Generate a string corresponding to the sample format with sample_fmt, or a header if sample_fmt is negative.
av_get_sample_fmt_string(ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_sample_fmt_string(byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_standard_channel_layout(int, LongPointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
use av_channel_layout_standard()
av_get_standard_channel_layout(int, LongPointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_standard_channel_layout(int, LongBuffer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_standard_channel_layout(int, long[], byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_get_time_base_q() - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the fractional representation of the internal time base.
av_get_token(PointerPointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Unescape the given string until a non escaped terminating char, and return the token corresponding to the unescaped string.
av_get_token(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_token(ByteBuffer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_token(byte[], BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_token(BytePointer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_token(ByteBuffer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_get_token(byte[], String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_gettime() - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the current time in microseconds.
av_gettime_relative() - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the current time in microseconds since some unspecified starting point.
av_gettime_relative_is_monotonic() - Static method in class org.bytedeco.ffmpeg.global.avutil
Indicates with a boolean result if the av_gettime_relative() time source is monotonic.
av_grow_packet(AVPacket, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Increase packet size, correctly zeroing padding
av_guess_codec(AVOutputFormat, BytePointer, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Guess the codec ID based upon muxer and filename.
av_guess_codec(AVOutputFormat, String, String, String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_guess_format(BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Return the output format in the list of registered output formats which best matches the provided parameters, or return NULL if there is no match.
av_guess_format(String, String, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_guess_frame_rate(AVFormatContext, AVStream, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avformat
Guess the frame rate, based on both the container and codec information.
av_guess_sample_aspect_ratio(AVFormatContext, AVStream, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avformat
Guess the sample aspect ratio of a frame, based on both the stream and the frame aspect ratio.
av_hash_alloc(PointerPointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a hash context for the algorithm specified by name.
av_hash_alloc(AVHashContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_alloc(AVHashContext, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final(AVHashContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize a hash context and compute the actual hash value.
av_hash_final(AVHashContext, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final(AVHashContext, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final_b64(AVHashContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize a hash context and store the Base64 representation of the actual hash value as a string.
av_hash_final_b64(AVHashContext, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final_b64(AVHashContext, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final_bin(AVHashContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize a hash context and store the actual hash value in a buffer.
av_hash_final_bin(AVHashContext, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final_bin(AVHashContext, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final_hex(AVHashContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize a hash context and store the hexadecimal representation of the actual hash value as a string.
av_hash_final_hex(AVHashContext, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_final_hex(AVHashContext, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_freep(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free hash context and set hash context pointer to NULL.
av_hash_freep(AVHashContext) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_get_name(AVHashContext) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the name of the algorithm corresponding to the given hash context.
av_hash_get_size(AVHashContext) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the size of the resulting hash value in bytes.
av_hash_init(AVHashContext) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize or reset a hash context.
AV_HASH_MAX_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Maximum value that av_hash_get_size() will currently return.
av_hash_names(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the names of available hash algorithms.
av_hash_update(AVHashContext, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Update a hash context with additional data.
av_hash_update(AVHashContext, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hash_update(AVHashContext, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_HDR_PLUS_MAX_PAYLOAD_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_HDR_PLUS_OVERLAP_PROCESS_LAYERING - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHDRPlusOverlapProcessOption
AV_HDR_PLUS_OVERLAP_PROCESS_WEIGHTED_AVERAGING - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHDRPlusOverlapProcessOption
av_hex_dump(Pointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Send a nice hexadecimal dump of a buffer to the specified file stream.
av_hex_dump(Pointer, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_hex_dump(Pointer, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_hex_dump_log(Pointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Send a nice hexadecimal dump of a buffer to the log.
av_hex_dump_log(Pointer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_hex_dump_log(Pointer, int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_hmac_alloc(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVHMAC context.
av_hmac_calc(AVHMAC, BytePointer, int, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Hash an array of data with a key.
av_hmac_calc(AVHMAC, ByteBuffer, int, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hmac_calc(AVHMAC, byte[], int, byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hmac_final(AVHMAC, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finish hashing and output the HMAC digest.
av_hmac_final(AVHMAC, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hmac_final(AVHMAC, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hmac_free(AVHMAC) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free an AVHMAC context.
av_hmac_init(AVHMAC, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize an AVHMAC context with an authentication key.
av_hmac_init(AVHMAC, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hmac_init(AVHMAC, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_HMAC_MD5 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHMACType
AV_HMAC_SHA1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHMACType
AV_HMAC_SHA224 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHMACType
AV_HMAC_SHA256 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHMACType
AV_HMAC_SHA384 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHMACType
AV_HMAC_SHA512 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHMACType
av_hmac_update(AVHMAC, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Hash data with the HMAC.
av_hmac_update(AVHMAC, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hmac_update(AVHMAC, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_HWACCEL_CODEC_CAP_EXPERIMENTAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
HWAccel is experimental and is thus avoided in favor of non experimental codecs
AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Hardware acceleration can output YUV pixel formats with a different chroma sampling than 4:2:0 and/or other than 8 bits per component.
AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Hardware acceleration should still be attempted for decoding when the codec profile does not match the reported capabilities of the hardware.
AV_HWACCEL_FLAG_IGNORE_LEVEL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Hardware acceleration should be used for decoding even if the codec level used is unknown or higher than the maximum supported level reported by the hardware driver.
AV_HWACCEL_FLAG_UNSAFE_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
Some hardware decoders (namely nvdec) can either output direct decoder surfaces, or make an on-device copy and return said copy.
av_hwdevice_ctx_alloc(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVHWDeviceContext for a given hardware type.
av_hwdevice_ctx_create(PointerPointer, int, BytePointer, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Open a device of the specified type and create an AVHWDeviceContext for it.
av_hwdevice_ctx_create(AVBufferRef, int, BytePointer, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwdevice_ctx_create(AVBufferRef, int, String, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwdevice_ctx_create_derived(PointerPointer, int, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create a new device of the specified type from an existing device.
av_hwdevice_ctx_create_derived(AVBufferRef, int, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwdevice_ctx_create_derived_opts(PointerPointer, int, AVBufferRef, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create a new device of the specified type from an existing device.
av_hwdevice_ctx_create_derived_opts(AVBufferRef, int, AVBufferRef, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwdevice_ctx_init(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize the device context before use.
av_hwdevice_find_type_by_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Look up an AVHWDeviceType by name.
av_hwdevice_find_type_by_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwdevice_get_hwframe_constraints(AVBufferRef, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the constraints on HW frames given a device and the HW-specific configuration to be used with that device.
av_hwdevice_get_type_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the string name of an AVHWDeviceType.
av_hwdevice_hwconfig_alloc(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a HW-specific configuration structure for a given HW device.
av_hwdevice_iterate_types(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over supported device types.
AV_HWDEVICE_TYPE_CUDA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_D3D11VA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_DRM - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_DXVA2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_MEDIACODEC - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_OPENCL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_QSV - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_VAAPI - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_VDPAU - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_VIDEOTOOLBOX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
AV_HWDEVICE_TYPE_VULKAN - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWDeviceType
av_hwframe_constraints_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free an AVHWFrameConstraints structure.
av_hwframe_constraints_free(AVHWFramesConstraints) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwframe_ctx_alloc(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVHWFramesContext tied to a given device context.
av_hwframe_ctx_create_derived(PointerPointer, int, AVBufferRef, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create and initialise an AVHWFramesContext as a mapping of another existing AVHWFramesContext on a different device.
av_hwframe_ctx_create_derived(AVBufferRef, int, AVBufferRef, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwframe_ctx_init(AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finalize the context before use.
av_hwframe_get_buffer(AVBufferRef, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a new frame attached to the given AVHWFramesContext.
av_hwframe_map(AVFrame, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Map a hardware frame.
AV_HWFRAME_MAP_DIRECT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum
AV_HWFRAME_MAP_OVERWRITE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum
AV_HWFRAME_MAP_READ - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum
AV_HWFRAME_MAP_WRITE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum
av_hwframe_transfer_data(AVFrame, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy data to or from a hw surface.
AV_HWFRAME_TRANSFER_DIRECTION_FROM - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWFrameTransferDirection
AV_HWFRAME_TRANSFER_DIRECTION_TO - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVHWFrameTransferDirection
av_hwframe_transfer_get_formats(AVBufferRef, int, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a list of possible source or target formats usable in av_hwframe_transfer_data().
av_hwframe_transfer_get_formats(AVBufferRef, int, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwframe_transfer_get_formats(AVBufferRef, int, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_hwframe_transfer_get_formats(AVBufferRef, int, int[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_alloc(PointerPointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an image with size w and h and pixel format pix_fmt, and fill pointers and linesizes accordingly.
av_image_alloc(BytePointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_alloc(ByteBuffer, IntBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_alloc(byte[], int[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_check_sar(int, int, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if the given sample aspect ratio of an image is valid.
av_image_check_size(int, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if the given dimension of an image is valid, meaning that all bytes of the image can be addressed with a signed int.
av_image_check_size2(int, int, long, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if the given dimension of an image is valid, meaning that all bytes of a plane of an image with the specified pix_fmt can be addressed with a signed int.
av_image_copy(PointerPointer, IntPointer, PointerPointer, IntPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy image in src_data to dst_data.
av_image_copy(BytePointer, IntPointer, BytePointer, IntPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy(ByteBuffer, IntBuffer, ByteBuffer, IntBuffer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy(byte[], int[], byte[], int[], int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy2(PointerPointer, IntPointer, PointerPointer, IntPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Wrapper around av_image_copy() to workaround the limitation that the conversion from uint8_t * const * to const uint8_t * const * is not performed automatically in C.
av_image_copy2(BytePointer, IntPointer, BytePointer, IntPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy2(ByteBuffer, IntBuffer, ByteBuffer, IntBuffer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy2(byte[], int[], byte[], int[], int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_plane(BytePointer, int, BytePointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy image plane from src to dst.
av_image_copy_plane(ByteBuffer, int, ByteBuffer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_plane(byte[], int, byte[], int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_plane_uc_from(BytePointer, long, BytePointer, long, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy image data located in uncacheable (e.g.
av_image_copy_plane_uc_from(ByteBuffer, long, ByteBuffer, long, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_plane_uc_from(byte[], long, byte[], long, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_to_buffer(BytePointer, int, PointerPointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy image data from an image into a buffer.
av_image_copy_to_buffer(BytePointer, int, BytePointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_to_buffer(ByteBuffer, int, ByteBuffer, IntBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_to_buffer(byte[], int, byte[], int[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_uc_from(PointerPointer, SizeTPointer, PointerPointer, SizeTPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy image data located in uncacheable (e.g.
av_image_copy_uc_from(BytePointer, SizeTPointer, BytePointer, SizeTPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_uc_from(ByteBuffer, SizeTPointer, ByteBuffer, SizeTPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_copy_uc_from(byte[], SizeTPointer, byte[], SizeTPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_arrays(PointerPointer, IntPointer, BytePointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Setup the data pointers and linesizes based on the specified image parameters and the provided array.
av_image_fill_arrays(BytePointer, IntPointer, BytePointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_arrays(ByteBuffer, IntBuffer, ByteBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_arrays(byte[], int[], byte[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_black(PointerPointer, SizeTPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Overwrite the image data with black.
av_image_fill_black(BytePointer, SizeTPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_black(ByteBuffer, SizeTPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_black(byte[], SizeTPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_linesizes(IntPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Fill plane linesizes for an image with pixel format pix_fmt and width width.
av_image_fill_linesizes(IntBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_linesizes(int[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_max_pixsteps(IntPointer, IntPointer, AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute the max pixel step for each plane of an image with a format described by pixdesc.
av_image_fill_max_pixsteps(IntBuffer, IntBuffer, AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_max_pixsteps(int[], int[], AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_plane_sizes(SizeTPointer, int, int, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Fill plane sizes for an image with pixel format pix_fmt and height height.
av_image_fill_pointers(PointerPointer, int, int, BytePointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Fill plane data pointers for an image with pixel format pix_fmt and height height.
av_image_fill_pointers(BytePointer, int, int, BytePointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_pointers(ByteBuffer, int, int, ByteBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_fill_pointers(byte[], int, int, byte[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_image_get_buffer_size(int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Return the size in bytes of the amount of data required to store an image with the given parameters.
av_image_get_linesize(int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute the size of an image line with format pix_fmt and width width for the plane plane.
av_index_search_timestamp(AVStream, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
Get the index for a specific timestamp.
av_init_packet(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Deprecated.
This function is deprecated. Once it's removed, sizeof(AVPacket) will not be a part of the ABI anymore.
av_input_audio_device_next(AVInputFormat) - Static method in class org.bytedeco.ffmpeg.global.avdevice
Audio input devices iterator.
AV_INPUT_BUFFER_MIN_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
\ingroup lavc_encoding minimum encoding buffer size Used to avoid some checks during header writing.
AV_INPUT_BUFFER_PADDING_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
\ingroup lavc_decoding Required number of additionally allocated bytes at the end of the input bitstream for decoding.
av_input_video_device_next(AVInputFormat) - Static method in class org.bytedeco.ffmpeg.global.avdevice
Video input devices iterator.
av_int2double(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reinterpret a 64-bit integer as a double.
av_int2float(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Reinterpret a 32-bit integer as a float.
av_int_list_length_for_size(int, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Compute the length of an integer list.
av_interleaved_write_frame(AVFormatContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avformat
Write a packet to an output media file ensuring correct interleaving.
av_interleaved_write_uncoded_frame(AVFormatContext, int, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avformat
Write an uncoded frame to an output media file.
av_intfloat32 - Class in org.bytedeco.ffmpeg.avutil
 
av_intfloat32() - Constructor for class org.bytedeco.ffmpeg.avutil.av_intfloat32
Default native constructor.
av_intfloat32(long) - Constructor for class org.bytedeco.ffmpeg.avutil.av_intfloat32
Native array allocator.
av_intfloat32(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_intfloat32
Pointer cast constructor.
av_intfloat64 - Class in org.bytedeco.ffmpeg.avutil
 
av_intfloat64() - Constructor for class org.bytedeco.ffmpeg.avutil.av_intfloat64
Default native constructor.
av_intfloat64(long) - Constructor for class org.bytedeco.ffmpeg.avutil.av_intfloat64
Native array allocator.
av_intfloat64(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_intfloat64
Pointer cast constructor.
av_inv_q(AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Invert a rational.
av_isdigit(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Locale-independent conversion of ASCII isdigit.
av_isgraph(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Locale-independent conversion of ASCII isgraph.
av_isspace(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Locale-independent conversion of ASCII isspace.
av_isxdigit(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Locale-independent conversion of ASCII isxdigit.
av_jni_get_java_vm(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_jni_set_java_vm(Pointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
\}
AV_LEVEL_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
 
av_lfg_get(AVLFG) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the next random unsigned 32-bit number using an ALFG.
av_lfg_init(AVLFG, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
\}
av_lfg_init_from_data(AVLFG, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Seed the state of the ALFG using binary data.
av_lfg_init_from_data(AVLFG, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_lfg_init_from_data(AVLFG, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log(Pointer, int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Send the specified message to the log if the level is less than or equal to the current av_log_level.
av_log(Pointer, int, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log2(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Unsigned Absolute value.
av_log2_16bit(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_LOG_DEBUG - Static variable in class org.bytedeco.ffmpeg.global.avutil
Stuff which is only useful for libav* developers.
av_log_default_callback(Pointer, int, BytePointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Default logging callback It prints the message to stderr, optionally colorizing it.
av_log_default_callback(Pointer, int, String, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_default_callback() - Static method in class org.bytedeco.ffmpeg.presets.avutil
 
AV_LOG_ERROR - Static variable in class org.bytedeco.ffmpeg.global.avutil
Something went wrong and cannot losslessly be recovered.
AV_LOG_FATAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
Something went wrong and recovery is not possible.
av_log_format_line(Pointer, int, BytePointer, Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Format a line of log the same way as the default callback.
av_log_format_line(Pointer, int, String, Pointer, ByteBuffer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line(Pointer, int, BytePointer, Pointer, byte[], int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line(Pointer, int, String, Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line(Pointer, int, BytePointer, Pointer, ByteBuffer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line(Pointer, int, String, Pointer, byte[], int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line2(Pointer, int, BytePointer, Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Format a line of log the same way as the default callback.
av_log_format_line2(Pointer, int, String, Pointer, ByteBuffer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line2(Pointer, int, BytePointer, Pointer, byte[], int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line2(Pointer, int, String, Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line2(Pointer, int, BytePointer, Pointer, ByteBuffer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_format_line2(Pointer, int, String, Pointer, byte[], int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_get_flags() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_get_level() - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the current log level
AV_LOG_INFO - Static variable in class org.bytedeco.ffmpeg.global.avutil
Standard information.
AV_LOG_MAX_OFFSET - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
av_log_once(Pointer, int, int, IntPointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Send the specified message to the log once with the initial_level and then with the subsequent_level.
av_log_once(Pointer, int, int, IntBuffer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_once(Pointer, int, int, int[], BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_once(Pointer, int, int, IntPointer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_once(Pointer, int, int, IntBuffer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_once(Pointer, int, int, int[], String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_LOG_PANIC - Static variable in class org.bytedeco.ffmpeg.global.avutil
Something went really wrong and we will crash now.
AV_LOG_PRINT_LEVEL - Static variable in class org.bytedeco.ffmpeg.global.avutil
Include the log severity in messages originating from codecs.
AV_LOG_QUIET - Static variable in class org.bytedeco.ffmpeg.global.avutil
Print no output.
av_log_set_callback(Callback_Pointer_int_BytePointer_Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_set_callback(Callback_Pointer_int_String_Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_set_callback(Pointer) - Static method in class org.bytedeco.ffmpeg.presets.avutil
 
av_log_set_flags(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_log_set_level(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set the log level
AV_LOG_SKIP_REPEATED - Static variable in class org.bytedeco.ffmpeg.global.avutil
Skip repeated messages, this requires the user app to use av_log() instead of (f)printf as the 2 would otherwise interfere and lead to "Last message repeated x times" messages below (f)printf messages with some bad luck.
AV_LOG_TRACE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Extremely verbose debugging, useful for libav* development.
AV_LOG_VERBOSE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Detailed information.
AV_LOG_WARNING - Static variable in class org.bytedeco.ffmpeg.global.avutil
Something somehow does not look correct.
av_make_error_string(BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Fill the provided buffer with a string containing an error string corresponding to the AVERROR code errnum.
av_make_error_string(ByteBuffer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_make_error_string(byte[], long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_make_q(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Create an AVRational.
av_malloc(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a memory block with alignment suitable for all memory accesses (including vectors if available on the CPU).
av_malloc_array(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a memory block for an array with av_malloc().
av_mallocz(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a memory block with alignment suitable for all memory accesses (including vectors if available on the CPU) and zero all the bytes of the block.
av_mastering_display_metadata_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVMasteringDisplayMetadata structure and set its fields to default values.
av_mastering_display_metadata_create_side_data(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate a complete AVMasteringDisplayMetadata and add it to the frame.
av_match_ext(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Return a positive value if the given filename has one of the given extensions, 0 otherwise.
av_match_ext(String, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_match_list(BytePointer, BytePointer, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if a name is in a list.
av_match_list(String, String, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_match_name(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Match instances of a name in a comma-separated list of names.
av_match_name(String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_MATRIX_ENCODING_DOLBY - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_DOLBYEX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_DOLBYHEADPHONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_DPLII - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_DPLIIX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_DPLIIZ - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
AV_MATRIX_ENCODING_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVMatrixEncoding
av_max_alloc(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set the maximum size that may be allocated in one block.
av_md5_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVMD5 context.
av_md5_final(AVMD5, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finish hashing and output digest value.
av_md5_final(AVMD5, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_md5_final(AVMD5, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_md5_init(AVMD5) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize MD5 hashing.
av_md5_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
\defgroup lavu_md5 MD5 \ingroup lavu_hash MD5 hash function implementation.
av_md5_sum(BytePointer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Hash an array of data.
av_md5_sum(ByteBuffer, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_md5_sum(byte[], byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_md5_update(AVMD5, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Update hash value.
av_md5_update(AVMD5, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_md5_update(AVMD5, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_memcpy_backptr(BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Overlapping memcpy() implementation.
av_memcpy_backptr(ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_memcpy_backptr(byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_memdup(Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Duplicate a buffer with av_malloc().
av_mlfg_get(AVLFG) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get the next random unsigned 32-bit number using a MLFG.
av_mod_uintp2_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Clear high bits from an unsigned integer starting with specific bit position
av_mul_q(AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Multiply two rationals.
av_murmur3_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
Allocate an AVMurMur3 hash context.
av_murmur3_final(Pointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Finish hashing and output digest value.
av_murmur3_final(Pointer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_murmur3_final(Pointer, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_murmur3_init(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize or reinitialize an AVMurMur3 hash context.
av_murmur3_init_seeded(Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Initialize or reinitialize an AVMurMur3 hash context with a seed.
av_murmur3_update(Pointer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
Update hash context with new data.
av_murmur3_update(Pointer, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_murmur3_update(Pointer, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_muxer_iterate(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
Iterate over all registered muxers.
av_muxer_iterate(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
av_nearer_q(AVRational, AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
Find which of the two rationals is closer to another rational.
av_new_packet(AVPacket, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate the payload of a packet and initialize its fields with default values.
av_new_program(AVFormatContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
 
AV_NOPTS_VALUE - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_NOPTS_VALUE() - Static method in class org.bytedeco.ffmpeg.global.avutil
\brief Undefined timestamp value Usually reported by demuxer that work on containers that do not provide either pts or dts.
AV_NUM_DATA_POINTERS - Static variable in class org.bytedeco.ffmpeg.avutil.AVFrame
 
AV_OPT_ALLOW_NULL - Static variable in class org.bytedeco.ffmpeg.global.avutil
In av_opt_get, return NULL if the option has a pointer type and is set to NULL, rather than returning an empty string.
av_opt_child_class_iterate(AVClass, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over potential AVOptions-enabled children of parent.
av_opt_child_class_iterate(AVClass, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_child_next(Pointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over AVOptions-enabled children of obj.
av_opt_copy(Pointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Copy options from src object into dest object.
av_opt_eval_double(Pointer, AVOption, BytePointer, DoublePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_double(Pointer, AVOption, String, DoubleBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_double(Pointer, AVOption, BytePointer, double[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_double(Pointer, AVOption, String, DoublePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_double(Pointer, AVOption, BytePointer, DoubleBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_double(Pointer, AVOption, String, double[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_flags(Pointer, AVOption, BytePointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
\defgroup opt_eval_funcs Evaluating option strings \{ This group of functions can be used to evaluate option strings and get numbers out of them.
av_opt_eval_flags(Pointer, AVOption, String, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_flags(Pointer, AVOption, BytePointer, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_flags(Pointer, AVOption, String, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_flags(Pointer, AVOption, BytePointer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_flags(Pointer, AVOption, String, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_float(Pointer, AVOption, BytePointer, FloatPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_float(Pointer, AVOption, String, FloatBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_float(Pointer, AVOption, BytePointer, float[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_float(Pointer, AVOption, String, FloatPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_float(Pointer, AVOption, BytePointer, FloatBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_float(Pointer, AVOption, String, float[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int(Pointer, AVOption, BytePointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int(Pointer, AVOption, String, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int(Pointer, AVOption, BytePointer, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int(Pointer, AVOption, String, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int(Pointer, AVOption, BytePointer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int(Pointer, AVOption, String, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int64(Pointer, AVOption, BytePointer, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int64(Pointer, AVOption, String, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int64(Pointer, AVOption, BytePointer, long[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int64(Pointer, AVOption, String, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int64(Pointer, AVOption, BytePointer, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_int64(Pointer, AVOption, String, long[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_q(Pointer, AVOption, BytePointer, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_eval_q(Pointer, AVOption, String, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_find(Pointer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Look for an option in an object.
av_opt_find(Pointer, String, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_find2(Pointer, BytePointer, BytePointer, int, int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Look for an option in an object.
av_opt_find2(Pointer, BytePointer, BytePointer, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_find2(Pointer, String, String, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_OPT_FLAG_AUDIO_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
 
AV_OPT_FLAG_BSF_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
a generic parameter which can be set by the user for bit stream filtering
AV_OPT_FLAG_CHILD_CONSTS - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
set if option constants can also reside in child objects
AV_OPT_FLAG_DECODING_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
a generic parameter which can be set by the user for demuxing or decoding
AV_OPT_FLAG_DEPRECATED - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
set if option is deprecated, users should refer to AVOption.help text for more information
AV_OPT_FLAG_ENCODING_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
a generic parameter which can be set by the user for muxing or encoding
AV_OPT_FLAG_EXPORT - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
The option is intended for exporting values to the caller.
AV_OPT_FLAG_FILTERING_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
a generic parameter which can be set by the user for filtering
AV_OPT_FLAG_IMPLICIT_KEY - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum
av_opt_flag_is_set(Pointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check whether a particular flag is set in a flags field.
av_opt_flag_is_set(Pointer, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_OPT_FLAG_READONLY - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
The option may not be set through the AVOptions API, only read.
AV_OPT_FLAG_RUNTIME_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
a generic parameter which can be set by the user at runtime
AV_OPT_FLAG_SUBTITLE_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
 
AV_OPT_FLAG_VIDEO_PARAM - Static variable in class org.bytedeco.ffmpeg.avutil.AVOption
 
av_opt_free(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free all allocated objects in obj.
av_opt_freep_ranges(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Free an AVOptionRanges struct and set it to NULL.
av_opt_freep_ranges(AVOptionRanges) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get(Pointer, BytePointer, int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
\note the returned string will be av_malloc()ed and must be av_free()ed by the caller \note if AV_OPT_ALLOW_NULL is set in search_flags in av_opt_get, and the option is of type AV_OPT_TYPE_STRING, AV_OPT_TYPE_BINARY or AV_OPT_TYPE_DICT and is set to NULL, *out_val will be set to NULL instead of an allocated empty string.
av_opt_get(Pointer, BytePointer, int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get(Pointer, String, int, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get(Pointer, BytePointer, int, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get(Pointer, String, int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get(Pointer, BytePointer, int, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get(Pointer, String, int, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_channel_layout(Pointer, BytePointer, int, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_get_channel_layout(Pointer, String, int, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_get_channel_layout(Pointer, BytePointer, int, long[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_get_channel_layout(Pointer, String, int, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_get_channel_layout(Pointer, BytePointer, int, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_get_channel_layout(Pointer, String, int, long[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_get_chlayout(Pointer, BytePointer, int, AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_chlayout(Pointer, String, int, AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_dict_val(Pointer, BytePointer, int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_dict_val(Pointer, BytePointer, int, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_dict_val(Pointer, String, int, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_double(Pointer, BytePointer, int, DoublePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_double(Pointer, String, int, DoubleBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_double(Pointer, BytePointer, int, double[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_double(Pointer, String, int, DoublePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_double(Pointer, BytePointer, int, DoubleBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_double(Pointer, String, int, double[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_image_size(Pointer, BytePointer, int, IntPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_image_size(Pointer, String, int, IntBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_image_size(Pointer, BytePointer, int, int[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_image_size(Pointer, String, int, IntPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_image_size(Pointer, BytePointer, int, IntBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_image_size(Pointer, String, int, int[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_int(Pointer, BytePointer, int, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_int(Pointer, String, int, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_int(Pointer, BytePointer, int, long[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_int(Pointer, String, int, LongPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_int(Pointer, BytePointer, int, LongBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_int(Pointer, String, int, long[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_key_value(PointerPointer, BytePointer, BytePointer, int, PointerPointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Extract a key-value pair from the beginning of a string.
av_opt_get_key_value(BytePointer, BytePointer, BytePointer, int, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_key_value(ByteBuffer, String, String, int, ByteBuffer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_key_value(byte[], BytePointer, BytePointer, int, byte[], byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_key_value(BytePointer, String, String, int, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_key_value(ByteBuffer, BytePointer, BytePointer, int, ByteBuffer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_key_value(byte[], String, String, int, byte[], byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_pixel_fmt(Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_pixel_fmt(Pointer, String, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_pixel_fmt(Pointer, BytePointer, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_pixel_fmt(Pointer, String, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_pixel_fmt(Pointer, BytePointer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_pixel_fmt(Pointer, String, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_q(Pointer, BytePointer, int, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_q(Pointer, String, int, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_sample_fmt(Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_sample_fmt(Pointer, String, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_sample_fmt(Pointer, BytePointer, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_sample_fmt(Pointer, String, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_sample_fmt(Pointer, BytePointer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_sample_fmt(Pointer, String, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_video_rate(Pointer, BytePointer, int, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_get_video_rate(Pointer, String, int, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_is_set_to_default(Pointer, AVOption) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if given option is set to its default value.
av_opt_is_set_to_default_by_name(Pointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Check if given option is set to its default value.
av_opt_is_set_to_default_by_name(Pointer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_OPT_MULTI_COMPONENT_RANGE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Allows av_opt_query_ranges and av_opt_query_ranges_default to return more than one component for certain option types.
av_opt_next(Pointer, AVOption) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over all AVOptions belonging to obj.
av_opt_ptr(AVClass, Pointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Gets a pointer to the requested field in a struct.
av_opt_ptr(AVClass, Pointer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_query_ranges(PointerPointer, Pointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a list of allowed ranges for the given option.
av_opt_query_ranges(AVOptionRanges, Pointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_query_ranges(AVOptionRanges, Pointer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_query_ranges_default(PointerPointer, Pointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a default list of allowed ranges for the given option.
av_opt_query_ranges_default(AVOptionRanges, Pointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_query_ranges_default(AVOptionRanges, Pointer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_OPT_SEARCH_CHILDREN - Static variable in class org.bytedeco.ffmpeg.global.avutil
Search in possible children of the given object first.
AV_OPT_SEARCH_FAKE_OBJ - Static variable in class org.bytedeco.ffmpeg.global.avutil
The obj passed to av_opt_find() is fake -- only a double pointer to AVClass instead of a required pointer to a struct containing AVClass.
av_opt_serialize(Pointer, int, int, PointerPointer, byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
Serialize object's options.
av_opt_serialize(Pointer, int, int, BytePointer, byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_serialize(Pointer, int, int, ByteBuffer, byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_serialize(Pointer, int, int, byte[], byte, byte) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_OPT_SERIALIZE_OPT_FLAGS_EXACT - Static variable in class org.bytedeco.ffmpeg.global.avutil
Serialize options that exactly match opt_flags only.
AV_OPT_SERIALIZE_SKIP_DEFAULTS - Static variable in class org.bytedeco.ffmpeg.global.avutil
Serialize options that are not set to default values only.
av_opt_set(Pointer, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
\defgroup opt_set_funcs Option setting functions \{ Those functions set the field of obj with the given name to value.
av_opt_set(Pointer, String, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_bin(Pointer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_bin(Pointer, String, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_bin(Pointer, BytePointer, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_bin(Pointer, String, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_bin(Pointer, BytePointer, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_bin(Pointer, String, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_channel_layout(Pointer, BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_set_channel_layout(Pointer, String, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Deprecated.
av_opt_set_chlayout(Pointer, BytePointer, AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_chlayout(Pointer, String, AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_defaults(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set the values of all AVOption fields to their default values.
av_opt_set_defaults2(Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set the values of all AVOption fields to their default values.
av_opt_set_dict(Pointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set all the options from a given dictionary on an object.
av_opt_set_dict(Pointer, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_dict2(Pointer, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Set all the options from a given dictionary on an object.
av_opt_set_dict2(Pointer, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_dict_val(Pointer, BytePointer, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
\note Any old dictionary present is discarded and replaced with a copy of the new one.
av_opt_set_dict_val(Pointer, String, AVDictionary, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_double(Pointer, BytePointer, double, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_double(Pointer, String, double, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_from_string(Pointer, BytePointer, PointerPointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse the key-value pairs list in opts.
av_opt_set_from_string(Pointer, BytePointer, BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_from_string(Pointer, String, ByteBuffer, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_from_string(Pointer, BytePointer, byte[], BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_from_string(Pointer, String, BytePointer, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_from_string(Pointer, BytePointer, ByteBuffer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_from_string(Pointer, String, byte[], String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_image_size(Pointer, BytePointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_image_size(Pointer, String, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_int(Pointer, BytePointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_int(Pointer, String, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_pixel_fmt(Pointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_pixel_fmt(Pointer, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_q(Pointer, BytePointer, AVRational, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_q(Pointer, String, AVRational, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_sample_fmt(Pointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_sample_fmt(Pointer, String, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_video_rate(Pointer, BytePointer, AVRational, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_set_video_rate(Pointer, String, AVRational, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_opt_show2(Pointer, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Show the obj options.
AV_OPT_TYPE_BINARY - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_BOOL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_CHANNEL_LAYOUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_CHLAYOUT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_COLOR - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_CONST - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_DICT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_DOUBLE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_DURATION - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_FLAGS - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_FLOAT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_IMAGE_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_INT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_INT64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_PIXEL_FMT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_RATIONAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_SAMPLE_FMT - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_STRING - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_UINT64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
AV_OPT_TYPE_VIDEO_RATE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVOptionType
av_output_audio_device_next(AVOutputFormat) - Static method in class org.bytedeco.ffmpeg.global.avdevice
Audio output devices iterator.
av_output_video_device_next(AVOutputFormat) - Static method in class org.bytedeco.ffmpeg.global.avdevice
Video output devices iterator.
av_packet_add_side_data(AVPacket, int, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Wrap an existing array as a packet side data.
av_packet_add_side_data(AVPacket, int, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_add_side_data(AVPacket, int, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_alloc() - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate an AVPacket and set its fields to default values.
av_packet_clone(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Create a new packet that references the same data as src.
av_packet_copy_props(AVPacket, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Copy only "properties" fields from src to dst.
av_packet_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Free the packet, if the packet is reference counted, it will be unreferenced first.
av_packet_free(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_free_side_data(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Convenience function to free all the side data stored.
av_packet_from_data(AVPacket, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Initialize a reference-counted packet from av_malloc()ed data.
av_packet_from_data(AVPacket, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_from_data(AVPacket, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_get_side_data(AVPacket, int, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Get side information from packet.
av_packet_make_refcounted(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Ensure the data described by a given packet is reference counted.
av_packet_make_writable(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Create a writable reference for the data described by a given packet, avoiding data copy if possible.
av_packet_move_ref(AVPacket, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Move every field in src to dst and reset src.
av_packet_new_side_data(AVPacket, int, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate new information of a packet.
av_packet_pack_dictionary(AVDictionary, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Pack a dictionary for use in side_data.
av_packet_ref(AVPacket, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Setup a new reference to the data described by a given packet If src is reference-counted, setup dst as a new reference to the buffer in src.
av_packet_rescale_ts(AVPacket, AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Convert valid timing fields (timestamps / durations) in a packet from one timebase to another.
av_packet_shrink_side_data(AVPacket, int, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Shrink the already allocated side data buffer
av_packet_side_data_add(PointerPointer, IntPointer, int, Pointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Wrap existing data as packet side data.
av_packet_side_data_add(AVPacketSideData, IntPointer, int, Pointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_add(AVPacketSideData, IntBuffer, int, Pointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_add(AVPacketSideData, int[], int, Pointer, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_free(PointerPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Convenience function to free all the side data stored in an array, and the array itself.
av_packet_side_data_free(AVPacketSideData, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_free(AVPacketSideData, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_free(AVPacketSideData, int[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_get(AVPacketSideData, int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Get side information from a side data array.
av_packet_side_data_name(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_new(PointerPointer, IntPointer, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Allocate a new packet side data.
av_packet_side_data_new(AVPacketSideData, IntPointer, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_new(AVPacketSideData, IntBuffer, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_new(AVPacketSideData, int[], int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_remove(AVPacketSideData, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Remove side data of the given type from a side data array.
av_packet_side_data_remove(AVPacketSideData, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_side_data_remove(AVPacketSideData, int[], int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_unpack_dictionary(BytePointer, long, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Unpack a dictionary from side_data.
av_packet_unpack_dictionary(BytePointer, long, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_unpack_dictionary(ByteBuffer, long, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_unpack_dictionary(byte[], long, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_packet_unref(AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Wipe the packet.
av_parity_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_color(BytePointer, BytePointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Put the RGBA values that correspond to color_string in rgba_color.
av_parse_color(ByteBuffer, String, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_color(byte[], BytePointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_color(BytePointer, String, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_color(ByteBuffer, BytePointer, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_color(byte[], String, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_cpu_caps(IntPointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse CPU caps from a string and update the given AV_CPU_* flags based on that.
av_parse_cpu_caps(IntBuffer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_cpu_caps(int[], BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_cpu_caps(IntPointer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_cpu_caps(IntBuffer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_cpu_caps(int[], String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_ratio(AVRational, BytePointer, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse str and store the parsed ratio in q.
av_parse_ratio(AVRational, String, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_time(LongPointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse timestr and return in *time a corresponding number of microseconds.
av_parse_time(LongBuffer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_time(long[], BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_time(LongPointer, String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_time(LongBuffer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_time(long[], String, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_video_rate(AVRational, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse str and store the detected values in *rate.
av_parse_video_rate(AVRational, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_video_size(IntPointer, IntPointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Parse str and put in width_ptr and height_ptr the detected values.
av_parse_video_size(IntBuffer, IntBuffer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_video_size(int[], int[], BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_video_size(IntPointer, IntPointer, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_video_size(IntBuffer, IntBuffer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parse_video_size(int[], int[], String) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_parser_close(AVCodecParserContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_parser_init(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_parser_iterate(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Iterate over all registered codec parsers.
av_parser_iterate(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_parser_parse2(AVCodecParserContext, AVCodecContext, PointerPointer, IntPointer, BytePointer, int, long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
Parse a packet.
av_parser_parse2(AVCodecParserContext, AVCodecContext, BytePointer, IntPointer, BytePointer, int, long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_parser_parse2(AVCodecParserContext, AVCodecContext, ByteBuffer, IntBuffer, ByteBuffer, int, long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
av_parser_parse2(AVCodecParserContext, AVCodecContext, byte[], int[], byte[], int, long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avcodec
 
AV_PARSER_PTS_NB - Static variable in class org.bytedeco.ffmpeg.avcodec.AVCodecParserContext
 
AV_PICTURE_STRUCTURE_BOTTOM_FIELD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPictureStructure
AV_PICTURE_STRUCTURE_FRAME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPictureStructure
AV_PICTURE_STRUCTURE_TOP_FIELD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPictureStructure
AV_PICTURE_STRUCTURE_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPictureStructure
AV_PICTURE_TYPE_B - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_BI - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_S - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_SI - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PICTURE_TYPE_SP - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPictureType
AV_PIX_FMT_0BGR - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_0BGR32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_0BGR32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_0RGB - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_0RGB32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_0RGB32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_ABGR - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_ARGB - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_AYUV64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_AYUV64() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_AYUV64BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_AYUV64LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_BGGR16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_BGGR16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_BGGR16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_BGGR16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_BGGR8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_GBRG16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_GBRG16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_GBRG16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_GBRG16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_GBRG8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_GRBG16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_GRBG16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_GRBG16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_GRBG16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_GRBG8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_RGGB16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_RGGB16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BAYER_RGGB16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_RGGB16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BAYER_RGGB8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR24 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR32_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR32_1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR4 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR444 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR444() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR444BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR444LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR48 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR48() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR48BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR48LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR4_BYTE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR555 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR555() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR555BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR555LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR565 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR565() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGR565BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR565LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGR8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGRA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGRA64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGRA64() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_BGRA64BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_BGRA64LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
av_pix_fmt_count_planes(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_CUDA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_D3D11 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_D3D11VA_VLD - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
av_pix_fmt_desc_get(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_pix_fmt_desc_get_id(AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_pix_fmt_desc_next(AVPixFmtDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avutil
Iterate over all pixel format descriptors known to libavutil.
AV_PIX_FMT_DRM_PRIME - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_DXVA2_VLD - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_FLAG_ALPHA - Static variable in class org.bytedeco.ffmpeg.global.avutil
The pixel format has an alpha channel.
AV_PIX_FMT_FLAG_BAYER - Static variable in class org.bytedeco.ffmpeg.global.avutil
The pixel format is following a Bayer pattern
AV_PIX_FMT_FLAG_BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
Pixel format is big-endian.
AV_PIX_FMT_FLAG_BITSTREAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
All values of a component are bit-wise packed end to end.
AV_PIX_FMT_FLAG_FLOAT - Static variable in class org.bytedeco.ffmpeg.global.avutil
The pixel format contains IEEE-754 floating point values.
AV_PIX_FMT_FLAG_HWACCEL - Static variable in class org.bytedeco.ffmpeg.global.avutil
Pixel format is an HW accelerated format.
AV_PIX_FMT_FLAG_PAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
Pixel format has a palette in data[1], values are indexes in this palette.
AV_PIX_FMT_FLAG_PLANAR - Static variable in class org.bytedeco.ffmpeg.global.avutil
At least one pixel component is not in the first data plane.
AV_PIX_FMT_FLAG_RGB - Static variable in class org.bytedeco.ffmpeg.global.avutil
The pixel format contains RGB-like data (as opposed to YUV/grayscale).
AV_PIX_FMT_GBR24P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP14 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP14() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP14BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP14LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAP16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAP16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAPF32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAPF32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRAPF32BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRAPF32LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP14 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP14() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP14BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP14LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRP9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRP9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRPF32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRPF32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GBRPF32BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GBRPF32LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
av_pix_fmt_get_chroma_sub_sample(int, IntPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Utility function to access log2_chroma_w log2_chroma_h from the pixel format AVPixFmtDescriptor.
av_pix_fmt_get_chroma_sub_sample(int, IntBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
av_pix_fmt_get_chroma_sub_sample(int, int[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY14 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY14() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY14BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY14LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY8A - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAY9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAY9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAYF32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAYF32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_GRAYF32BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_GRAYF32LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_MEDIACODEC - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_MMAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_MONOBLACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_MONOWHITE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV20 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_NV20() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_NV20BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV20LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV21 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV24 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_NV42 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_OPENCL - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P010 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P010() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P010BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P010LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P012 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P012() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P012BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P012LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P016 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P016() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P016BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P016LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P210 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P210() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P210BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P210LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P212 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P212() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P212BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P212LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P216 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P216() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P216BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P216LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P410 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P410() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P410BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P410LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P412 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P412() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P412BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P412LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P416 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P416() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_P416BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_P416LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_PAL8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_QSV - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB24 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB32_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB32_1() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB4 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB444 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB444() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB444BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB444LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB48 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB48() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB48BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB48LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB4_BYTE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB555 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB555() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB555BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB555LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB565 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB565() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGB565BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB565LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGB8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBA64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBA64() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBA64BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBA64LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBAF16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBAF16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBAF16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBAF16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBAF32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBAF32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBAF32BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBAF32LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBF32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBF32() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_RGBF32BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_RGBF32LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
av_pix_fmt_swap_endianness(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
Utility function to swap the endianness of a pixel format.
AV_PIX_FMT_UYVY422 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_UYYVYY411 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_VAAPI - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_VDPAU - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_VIDEOTOOLBOX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_VULKAN - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_VUYA - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_VUYX - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_X2BGR10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_X2BGR10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_X2BGR10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_X2BGR10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_X2RGB10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_X2RGB10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_X2RGB10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_X2RGB10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XV30 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_XV30() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_XV30BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XV30LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XV36 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_XV36() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_XV36BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XV36LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XVMC - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XYZ12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_XYZ12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_XYZ12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_XYZ12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_Y210 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_Y210() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_Y210BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_Y210LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_Y212 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_Y212() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_Y212BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_Y212LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_Y400A - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YA16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YA16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YA16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YA16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YA8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV410P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV411P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P14 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P14() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P14BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P14LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV420P9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV420P9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P14 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P14() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P14BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P14LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV422P9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV422P9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV440P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV440P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV440P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV440P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV440P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV440P12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV440P12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV440P12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV440P12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P14 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P14() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P14BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P14LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUV444P9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUV444P9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA420P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA420P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA420P16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA420P16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA420P9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA420P9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA420P9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA422P9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA422P9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P10() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P10BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P10LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P12() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P12BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P12LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P16() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P16BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P16LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P9 - Static variable in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P9() - Static method in class org.bytedeco.ffmpeg.global.avutil
 
AV_PIX_FMT_YUVA444P9BE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVA444P9LE - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVJ411P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVJ420P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVJ422P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVJ440P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUVJ444P - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YUYV422 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
AV_PIX_FMT_YVYU422 - Static variable in class org.bytedeco.ffmpeg.global.avutil
enum AVPixelFormat
av_pixelutils_get_sad_fn(int, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
Get a potentially optimized pointer to a Sum-of-absolute-differences function (see the av_pixelutils_sad_fn prototype).
av_pixelutils_sad_fn - Class in org.bytedeco.ffmpeg.avutil
Sum of abs(src1[x] - src2[x])
av_pixelutils_sad_fn(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_pixelutils_sad_fn
Pointer cast constructor.
av_pixelutils_sad_fn() - Constructor for class org.bytedeco.ffmpeg.avutil.av_pixelutils_sad_fn
 
AV_PKT_DATA_A53_CC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_AFD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_AUDIO_SERVICE_TYPE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_CONTENT_LIGHT_LEVEL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_CPB_PROPERTIES - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_DISPLAYMATRIX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_DOVI_CONF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType
AV_PKT_DATA_DYNAMIC_HDR10_PLUS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
enum AVPacketSideDataType