- 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
\{
- 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_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_channels(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- av_buffersink_get_color_range(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- av_buffersink_get_colorspace(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_7POINT2POINT3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_CH_LAYOUT_9POINT1POINT4_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_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_SIDE_SURROUND_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_CH_SIDE_SURROUND_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_TOP_SURROUND_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_CH_TOP_SURROUND_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_SIDE_SURROUND_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChannel
- AV_CHAN_SIDE_SURROUND_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_TOP_SURROUND_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChannel
- AV_CHAN_TOP_SURROUND_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_7POINT2POINT3 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_CHANNEL_LAYOUT_7POINT2POINT3() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_CHANNEL_LAYOUT_9POINT1POINT4_BACK - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_CHANNEL_LAYOUT_9POINT1POINT4_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_ambisonic_order(AVChannelLayout) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return the order if the layout is n-th order standard-order ambisonic.
- 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_custom_init(AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize a custom channel layout with the specified number of channels.
- 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_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_retype(AVChannelLayout, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Change the AVChannelOrder of a channel layout.
- AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
The specified retype target order is ignored and the simplest possible
(canonical) order is used for which the input layout can be losslessy
represented.
- AV_CHANNEL_LAYOUT_RETYPE_FLAG_LOSSLESS - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
The conversion must be lossless.
- 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.avformat.AVStreamGroup
-
A class for \ref avoptions.
- av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avformat.AVStreamGroup
-
- av_class() - Method in class org.bytedeco.ffmpeg.avformat.AVStreamGroupLCEVC
-
- av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avformat.AVStreamGroupLCEVC
-
- av_class() - Method in class org.bytedeco.ffmpeg.avformat.AVStreamGroupTileGrid
-
- av_class(AVClass) - Method in class org.bytedeco.ffmpeg.avformat.AVStreamGroupTileGrid
-
- 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_CONFIG_CHANNEL_LAYOUT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_CONFIG_COLOR_RANGE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_CONFIG_COLOR_SPACE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_CONFIG_FRAME_RATE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_CONFIG_PIX_FORMAT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_CONFIG_SAMPLE_FORMAT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_CONFIG_SAMPLE_RATE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVCodecConfig
- AV_CODEC_EXPORT_DATA_ENHANCEMENTS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
Decoding only.
- 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
-
- 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_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_LC3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_CODEC_ID_LCEVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_CODEC_ID_LEAD - 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_QOA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- 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_RV_MISALIGNED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Fast misaligned accesses
- AV_CPU_FLAG_RV_ZVBB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Vector basic bit-manipulations
- AV_CPU_FLAG_RVB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
B (bit manipulations)
- 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
-
- 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 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_MULTILAYER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
The video stream contains multiple layers, e.g.
- 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
-
- 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
-
- av_fft_permute(FFTContext, FFTComplex) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- 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_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_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_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_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_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_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_reset2(AVFifo) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- 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
-
- 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_LCEVC - 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_DATA_VIEW_ID - 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_add(PointerPointer, IntPointer, int, PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add a new side data entry to an array from an existing AVBufferRef.
- av_frame_side_data_add(PointerPointer, IntPointer, int, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_add(PointerPointer, IntBuffer, int, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_add(PointerPointer, int[], int, AVBufferRef, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_clone(PointerPointer, IntPointer, AVFrameSideData, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add a new side data entry to an array based on existing side data, taking
a reference towards the contained AVBufferRef.
- av_frame_side_data_clone(PointerPointer, IntBuffer, AVFrameSideData, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_clone(PointerPointer, int[], AVFrameSideData, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_desc(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_FRAME_SIDE_DATA_FLAG_REPLACE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Don't add a new entry if another of the same type exists.
- AV_FRAME_SIDE_DATA_FLAG_UNIQUE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Remove existing entries before adding new ones.
- av_frame_side_data_free(PointerPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Free all side data entries and their contents, then zeroes out the
values which the pointers are pointing to.
- av_frame_side_data_free(PointerPointer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_free(PointerPointer, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_get(PointerPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Wrapper around av_frame_side_data_get_c() to workaround the limitation
that for any type T the conversion from T * const * to const T * const *
is not performed automatically in C.
- av_frame_side_data_get(AVFrameSideData, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_get_c(PointerPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get a side data entry of a specific type from an array.
- av_frame_side_data_get_c(AVFrameSideData, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_new(PointerPointer, IntPointer, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add new side data entry to an array.
- av_frame_side_data_new(PointerPointer, IntBuffer, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_new(PointerPointer, int[], int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_remove(PointerPointer, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Remove and free all side data instances of the given type from an array.
- av_frame_side_data_remove(PointerPointer, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_frame_side_data_remove(PointerPointer, int[], 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_cpu_flags() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return the flags which specify extensions supported by the CPU.
- 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_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_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_D3D12VA - 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_color(PointerPointer, SizeTPointer, int, IntPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Overwrite the image data with a color.
- av_image_fill_color(BytePointer, SizeTPointer, int, IntPointer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_image_fill_color(ByteBuffer, SizeTPointer, int, IntBuffer, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_image_fill_color(byte[], SizeTPointer, int, 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
-
- 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
-
- 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_android_app_ctx() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- av_jni_get_java_vm(Pointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- av_jni_set_android_app_ctx(Pointer, 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_alloc_size(SizeTPointer) - 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
-
Deprecated.
- 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_ARRAY_REPLACE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
May be used with av_opt_set_array() to signal that new elements should
replace the existing ones in the indicated range.
- 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_eval_uint(Pointer, AVOption, BytePointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_eval_uint(Pointer, AVOption, String, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_eval_uint(Pointer, AVOption, BytePointer, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_eval_uint(Pointer, AVOption, String, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_eval_uint(Pointer, AVOption, BytePointer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_eval_uint(Pointer, AVOption, String, int[]) - 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.global.avutil
-
- AV_OPT_FLAG_BSF_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
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.global.avutil
-
Set if option constants can also reside in child objects.
- AV_OPT_FLAG_DECODING_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
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.global.avutil
-
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.global.avutil
-
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.global.avutil
-
The option is intended for exporting values to the caller.
- AV_OPT_FLAG_FILTERING_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
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.global.avutil
-
The option may not be set through the AVOptions API, only read.
- AV_OPT_FLAG_RUNTIME_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
A generic parameter which can be set by the user at runtime.
- AV_OPT_FLAG_SUBTITLE_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_OPT_FLAG_VIDEO_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- 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_array(Pointer, BytePointer, int, int, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
For an array-type option, retrieve the values of one or more array elements.
- av_opt_get_array(Pointer, String, int, int, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_get_array_size(Pointer, BytePointer, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
For an array-type option, get the number of elements in the array.
- av_opt_get_array_size(Pointer, String, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_get_array_size(Pointer, BytePointer, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_get_array_size(Pointer, String, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_get_array_size(Pointer, BytePointer, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_opt_get_array_size(Pointer, String, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- 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_SEARCH_CHILDREN - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Serialize options in possible children of the given object.
- 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_array(Pointer, BytePointer, int, int, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add, replace, or remove elements for an array option.
- av_opt_set_array(Pointer, String, int, int, int, int, Pointer) - 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_chlayout(Pointer, BytePointer, AVChannelLayout, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\note Any old chlayout present is discarded and replaced with a copy of the new one.
- 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_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_FLAG_ARRAY - 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_UINT - 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_D3D12 - 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_FLAG_XYZ - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
The pixel format contains XYZ-like data (as opposed to YUV/RGB/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_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_AMBIENT_VIEWING_ENVIRONMENT - 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
- AV_PKT_DATA_ENCRYPTION_INFO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_ENCRYPTION_INIT_INFO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_FALLBACK_TRACK - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_FRAME_CROPPING - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_H263_MB_INFO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_IAMF_MIX_GAIN_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_ICC_PROFILE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_JP_DUALMONO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_LCEVC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_MASTERING_DISPLAY_METADATA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_METADATA_UPDATE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_MPEGTS_STREAM_ID - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_NB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_NEW_EXTRADATA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_PALETTE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_PARAM_CHANGE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_PRFT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_QUALITY_FACTOR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PKT_DATA_QUALITY_STATS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_REPLAYGAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_S12M_TIMECODE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_SKIP_SAMPLES - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_SPHERICAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_STEREO3D - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_STRINGS_METADATA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_SUBTITLE_POSITION - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_WEBVTT_IDENTIFIER - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- AV_PKT_DATA_WEBVTT_SETTINGS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVPacketSideDataType
- av_pkt_dump2(Pointer, AVPacket, int, AVStream) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Send a nice dump of a packet to the specified file stream.
- av_pkt_dump_log2(Pointer, int, AVPacket, int, AVStream) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Send a nice dump of a packet to the log.
- AV_PKT_FLAG_CORRUPT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
The packet content is corrupted
- AV_PKT_FLAG_DISCARD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
Flag is used to discard packets which are required to maintain valid
decoder state but are not required for output and should be dropped
after decoding.
- AV_PKT_FLAG_DISPOSABLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
Flag is used to indicate packets that contain frames that can
be discarded by the decoder.
- AV_PKT_FLAG_KEY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
The packet contains a keyframe
- AV_PKT_FLAG_TRUSTED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
The packet comes from a trusted source.
- av_popcount64_c(long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Count number of bits set to one in x
- av_popcount_c(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Count number of bits set to one in x
- AV_PRIMARY_EYE_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DPrimaryEye
- AV_PRIMARY_EYE_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DPrimaryEye
- AV_PRIMARY_EYE_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DPrimaryEye
- av_probe_input_buffer(AVIOContext, PointerPointer, BytePointer, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Like av_probe_input_buffer2() but returns 0 on success
- av_probe_input_buffer(AVIOContext, AVInputFormat, BytePointer, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_buffer(AVIOContext, AVInputFormat, String, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_buffer2(AVIOContext, PointerPointer, BytePointer, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Probe a bytestream to determine the input format.
- av_probe_input_buffer2(AVIOContext, AVInputFormat, BytePointer, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_buffer2(AVIOContext, AVInputFormat, String, Pointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_format(AVProbeData, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Guess the file format.
- av_probe_input_format2(AVProbeData, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Guess the file format.
- av_probe_input_format2(AVProbeData, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_format2(AVProbeData, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_format3(AVProbeData, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Guess the file format.
- av_probe_input_format3(AVProbeData, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_probe_input_format3(AVProbeData, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AV_PROFILE_AAC_ELD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_HE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_HE_V2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_LD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_LOW - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_LTP - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_SSR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AAC_USAC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_ARIB_PROFILE_A - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_ARIB_PROFILE_C - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AV1_HIGH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AV1_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_AV1_PROFESSIONAL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DNXHD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DNXHR_444 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DNXHR_HQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DNXHR_HQX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DNXHR_LB - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DNXHR_SQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_96_24 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_ES - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_EXPRESS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_HD_HRA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_HD_MA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_HD_MA_X - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_DTS_HD_MA_X_IMAX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_EAC3_DDP_ATMOS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_EVC_BASELINE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_EVC_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_BASELINE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_CAVLC_444 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_CONSTRAINED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_CONSTRAINED_BASELINE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_EXTENDED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_10 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_10_INTRA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_422 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_422_INTRA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_444 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_444_INTRA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_HIGH_444_PREDICTIVE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_INTRA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_MULTIVIEW_HIGH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_H264_STEREO_HIGH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_HEVC_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_HEVC_MAIN_10 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_HEVC_MAIN_STILL_PICTURE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_HEVC_MULTIVIEW_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_HEVC_REXT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_HEVC_SCC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_JPEG2000_DCINEMA_2K - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_JPEG2000_DCINEMA_4K - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_KLVA_ASYNC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_KLVA_SYNC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MJPEG_HUFFMAN_BASELINE_DCT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MJPEG_HUFFMAN_EXTENDED_SEQUENTIAL_DCT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MJPEG_HUFFMAN_LOSSLESS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MJPEG_HUFFMAN_PROGRESSIVE_DCT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MJPEG_JPEG_LS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_422 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_AAC_HE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_AAC_LOW - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_HIGH - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_SIMPLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_SNR_SCALABLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG2_SS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_ADVANCED_CODING - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_ADVANCED_CORE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_ADVANCED_REAL_TIME - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_ADVANCED_SIMPLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_CORE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_CORE_SCALABLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_HYBRID - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_N_BIT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_SCALABLE_TEXTURE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_SIMPLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_SIMPLE_SCALABLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_MPEG4_SIMPLE_STUDIO - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_PRORES_4444 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_PRORES_HQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_PRORES_LT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_PRORES_PROXY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_PRORES_STANDARD - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_PRORES_XQ - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_RESERVED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_SBC_MSBC - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_TRUEHD_ATMOS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VC1_ADVANCED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VC1_COMPLEX - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VC1_MAIN - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VC1_SIMPLE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VP9_0 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VP9_1 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VP9_2 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VP9_3 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VVC_MAIN_10 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- AV_PROFILE_VVC_MAIN_10_444 - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- av_program_add_stream_index(AVFormatContext, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AV_PROGRAM_RUNNING - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
- AV_PTS_WRAP_ADD_OFFSET - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
add the format specific offset on wrap detection
- AV_PTS_WRAP_IGNORE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
ignore the wrap
- AV_PTS_WRAP_SUB_OFFSET - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
subtract the format specific offset on wrap detection
- av_q2d(AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Convert an AVRational to a double
.
- av_q2intfloat(AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Convert an AVRational to a IEEE 32-bit float
expressed in fixed-point
format.
- av_random_bytes(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Generate cryptographically secure random data, i.e.
- av_random_bytes(ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_random_bytes(byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rc4_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVRC4 context.
- av_rc4_crypt(AVRC4, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\brief Encrypts / decrypts using the RC4 algorithm.
- av_rc4_crypt(AVRC4, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rc4_crypt(AVRC4, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rc4_init(AVRC4, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\brief Initializes an AVRC4 context.
- av_rc4_init(AVRC4, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rc4_init(AVRC4, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rdft_calc(RDFTContext, FloatPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Deprecated.
- av_rdft_calc(RDFTContext, FloatBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Deprecated.
- av_rdft_calc(RDFTContext, float[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Deprecated.
- av_rdft_end(RDFTContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Deprecated.
- av_rdft_init(int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- av_read_frame(AVFormatContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the next frame of a stream.
- av_read_image_line(ShortPointer, PointerPointer, IntPointer, AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_image_line(ShortPointer, BytePointer, IntPointer, AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_image_line(ShortBuffer, ByteBuffer, IntBuffer, AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_image_line(short[], byte[], int[], AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_image_line2(Pointer, PointerPointer, IntPointer, AVPixFmtDescriptor, int, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Read a line from an image, and write the values of the
pixel format component c to dst.
- av_read_image_line2(Pointer, BytePointer, IntPointer, AVPixFmtDescriptor, int, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_image_line2(Pointer, ByteBuffer, IntBuffer, AVPixFmtDescriptor, int, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_image_line2(Pointer, byte[], int[], AVPixFmtDescriptor, int, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_read_pause(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Pause a network-based stream (e.g.
- av_read_play(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Start playing a network-based stream (e.g.
- av_realloc(Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate, reallocate, or free a block of memory.
- av_realloc_array(Pointer, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate, reallocate, or free an array.
- av_realloc_f(Pointer, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate, reallocate, or free a block of memory.
- av_reallocp(Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate, reallocate, or free a block of memory through a pointer to a
pointer.
- av_reallocp_array(Pointer, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate, reallocate an array through a pointer to a pointer.
- av_reduce(IntPointer, IntPointer, long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Reduce a fraction.
- av_reduce(IntBuffer, IntBuffer, long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_reduce(int[], int[], long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rescale(long, long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Rescale a 64-bit integer with rounding to nearest.
- av_rescale_delta(AVRational, long, AVRational, int, LongPointer, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Rescale a timestamp while preserving known durations.
- av_rescale_delta(AVRational, long, AVRational, int, LongBuffer, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rescale_delta(AVRational, long, AVRational, int, long[], AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_rescale_q(long, AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Rescale a 64-bit integer by 2 rational numbers.
- av_rescale_q_rnd(long, AVRational, AVRational, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Rescale a 64-bit integer by 2 rational numbers with specified rounding.
- av_rescale_rnd(long, long, long, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Rescale a 64-bit integer with specified rounding.
- av_ripemd_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVRIPEMD context.
- av_ripemd_final(AVRIPEMD, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Finish hashing and output digest value.
- av_ripemd_final(AVRIPEMD, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ripemd_final(AVRIPEMD, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ripemd_init(AVRIPEMD, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize RIPEMD hashing.
- av_ripemd_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\defgroup lavu_ripemd RIPEMD
\ingroup lavu_hash
RIPEMD hash function implementation.
- av_ripemd_update(AVRIPEMD, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Update hash value.
- av_ripemd_update(AVRIPEMD, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ripemd_update(AVRIPEMD, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_ROUND_DOWN - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVRounding
- AV_ROUND_INF - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVRounding
- AV_ROUND_NEAR_INF - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVRounding
- AV_ROUND_PASS_MINMAX - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVRounding
- AV_ROUND_UP - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVRounding
- AV_ROUND_ZERO - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVRounding
- AV_SAMPLE_FMT_DBL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_DBLP - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_FLT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_FLTP - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- av_sample_fmt_is_planar(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Check if the sample format is planar.
- AV_SAMPLE_FMT_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_NONE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_S16 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_S16P - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_S32 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_S32P - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_S64 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_S64P - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_U8 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- AV_SAMPLE_FMT_U8P - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSampleFormat
- av_samples_alloc(PointerPointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate a samples buffer for nb_samples samples, and fill data pointers and
linesize accordingly.
- av_samples_alloc(BytePointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_alloc(ByteBuffer, IntBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_alloc(byte[], int[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_alloc_array_and_samples(PointerPointer, IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate a data pointers array, samples buffer for nb_samples
samples, and fill data pointers and linesize accordingly.
- av_samples_alloc_array_and_samples(PointerPointer, IntBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_alloc_array_and_samples(PointerPointer, int[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_copy(PointerPointer, PointerPointer, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Copy samples from src to dst.
- av_samples_copy(BytePointer, BytePointer, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_copy(ByteBuffer, ByteBuffer, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_copy(byte[], byte[], int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_fill_arrays(PointerPointer, IntPointer, BytePointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Fill plane data pointers and linesize for samples with sample
format sample_fmt.
- av_samples_fill_arrays(BytePointer, IntPointer, BytePointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_fill_arrays(ByteBuffer, IntBuffer, ByteBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_fill_arrays(byte[], int[], byte[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_get_buffer_size(IntPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the required buffer size for the given audio parameters.
- av_samples_get_buffer_size(IntBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_get_buffer_size(int[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_set_silence(PointerPointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Fill an audio buffer with silence.
- av_samples_set_silence(BytePointer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_set_silence(ByteBuffer, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_samples_set_silence(byte[], int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sat_add32_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add two signed 32-bit values with saturation.
- av_sat_add64_c(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add two signed 64-bit values with saturation.
- av_sat_dadd32_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Add a doubled value to another value with saturation at both stages.
- av_sat_dsub32_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Subtract a doubled value from another value with saturation at both stages.
- av_sat_sub32_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Subtract two signed 32-bit values with saturation.
- av_sat_sub64_c(long, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Subtract two signed 64-bit values with saturation.
- av_sdp_create(PointerPointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Generate an SDP for an RTP session.
- av_sdp_create(AVFormatContext, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_sdp_create(AVFormatContext, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_sdp_create(AVFormatContext, int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_seek_frame(AVFormatContext, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Seek to the keyframe at timestamp.
- av_set_options_string(Pointer, BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Parse the key/value pairs list in opts.
- av_set_options_string(Pointer, String, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha512_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVSHA512 context.
- av_sha512_final(AVSHA512, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Finish hashing and output digest value.
- av_sha512_final(AVSHA512, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha512_final(AVSHA512, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha512_init(AVSHA512, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize SHA-2 512 hashing.
- av_sha512_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\defgroup lavu_sha512 SHA-512
\ingroup lavu_hash
SHA-512 (Secure Hash Algorithm) hash function implementations.
- av_sha512_update(AVSHA512, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Update hash value.
- av_sha512_update(AVSHA512, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha512_update(AVSHA512, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVSHA context.
- av_sha_final(AVSHA, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Finish hashing and output digest value.
- av_sha_final(AVSHA, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha_final(AVSHA, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha_init(AVSHA, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize SHA-1 or SHA-2 hashing.
- av_sha_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\defgroup lavu_sha SHA
\ingroup lavu_hash
SHA-1 and SHA-256 (Secure Hash Algorithm) hash function implementations.
- av_sha_update(AVSHA, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Update hash value.
- av_sha_update(AVSHA, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sha_update(AVSHA, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_shrink_packet(AVPacket, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Reduce packet size, correctly zeroing padding
- AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVSideDataParamChangeFlags
- AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVSideDataParamChangeFlags
- AV_SIDE_DATA_PROP_GLOBAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSideDataProps
- AV_SIDE_DATA_PROP_MULTI - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSideDataProps
- av_size_mult(long, long, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Multiply two size_t
values checking for overflow.
- av_small_strptime(BytePointer, BytePointer, tm) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Simplified version of strptime
Parse the input string p according to the format string fmt and
store its results in the structure dt.
- av_small_strptime(String, String, tm) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_spherical_alloc(SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate a AVSphericalVideo structure and initialize its fields to default
values.
- AV_SPHERICAL_CUBEMAP - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSphericalProjection
- AV_SPHERICAL_EQUIRECTANGULAR - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSphericalProjection
- AV_SPHERICAL_EQUIRECTANGULAR_TILE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSphericalProjection
- AV_SPHERICAL_FISHEYE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSphericalProjection
- av_spherical_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the AVSphericalProjection form a human-readable name.
- av_spherical_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_SPHERICAL_HALF_EQUIRECTANGULAR - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSphericalProjection
- av_spherical_projection_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Provide a human-readable name of a given AVSphericalProjection.
- AV_SPHERICAL_RECTILINEAR - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVSphericalProjection
- av_spherical_tile_bounds(AVSphericalMapping, long, long, SizeTPointer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Convert the \ref bounding fields from an AVSphericalVideo
from 0.32 fixed point to pixels.
- av_sscanf(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
See libc sscanf manual for more information.
- av_sscanf(String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_STEREO3D_2D - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- av_stereo3d_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVStereo3D structure and set its fields to default values.
- av_stereo3d_alloc_size(SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVStereo3D structure and set its fields to default values.
- AV_STEREO3D_CHECKERBOARD - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- AV_STEREO3D_COLUMNS - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- av_stereo3d_create_side_data(AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate a complete AVFrameSideData and add it to the frame.
- AV_STEREO3D_FLAG_INVERT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Inverted views, Right/Bottom represents the left view.
- AV_STEREO3D_FRAMESEQUENCE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- av_stereo3d_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the AVStereo3DType form a human-readable name.
- av_stereo3d_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_STEREO3D_LINES - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- av_stereo3d_primary_eye_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the AVStereo3DPrimaryEye form a human-readable name.
- av_stereo3d_primary_eye_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stereo3d_primary_eye_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Provide a human-readable name of a given stereo3d primary eye.
- AV_STEREO3D_SIDEBYSIDE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- AV_STEREO3D_SIDEBYSIDE_QUINCUNX - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- AV_STEREO3D_TOPBOTTOM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- av_stereo3d_type_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Provide a human-readable name of a given stereo3d type.
- AV_STEREO3D_UNSPEC - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DType
- av_stereo3d_view_from_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the AVStereo3DView form a human-readable name.
- av_stereo3d_view_from_name(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_STEREO3D_VIEW_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DView
- av_stereo3d_view_name(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Provide a human-readable name of a given stereo3d view.
- AV_STEREO3D_VIEW_PACKED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DView
- AV_STEREO3D_VIEW_RIGHT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DView
- AV_STEREO3D_VIEW_UNSPEC - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVStereo3DView
- av_strcasecmp(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locale-independent case-insensitive compare.
- av_strcasecmp(String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strdup(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Duplicate a string.
- av_strdup(String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stream_add_side_data(AVStream, int, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_stream_add_side_data(AVStream, int, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Deprecated.
- av_stream_add_side_data(AVStream, int, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Deprecated.
- av_stream_get_class() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the AVClass for AVStream.
- av_stream_get_codec_timebase(AVStream) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_stream_get_parser(AVStream) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_stream_get_side_data(AVStream, int, SizeTPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_stream_group_get_class() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the AVClass for AVStreamGroup.
- AV_STREAM_GROUP_PARAMS_IAMF_AUDIO_ELEMENT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamGroupParamsType
- AV_STREAM_GROUP_PARAMS_IAMF_MIX_PRESENTATION - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamGroupParamsType
- AV_STREAM_GROUP_PARAMS_LCEVC - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamGroupParamsType
- AV_STREAM_GROUP_PARAMS_NONE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamGroupParamsType
- AV_STREAM_GROUP_PARAMS_TILE_GRID - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamGroupParamsType
- av_stream_new_side_data(AVStream, int, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_strerror(int, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Put a description of the AVERROR code errnum in errbuf.
- av_strerror(int, ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strerror(int, byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strireplace(BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locale-independent strings replace.
- av_strireplace(String, String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristart(BytePointer, BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return non-zero if pfx is a prefix of str independent of case.
- av_stristart(BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristart(String, String, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristart(BytePointer, BytePointer, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristart(String, String, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristart(BytePointer, BytePointer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristart(String, String, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_stristr(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locate the first case-independent occurrence in the string haystack
of the string needle.
- av_stristr(String, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcat(BytePointer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Append the string src to the string dst, but to a total length of
no more than size - 1 bytes, and null-terminate dst.
- av_strlcat(ByteBuffer, String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcat(byte[], BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcat(BytePointer, String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcat(ByteBuffer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcat(byte[], String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcatf(BytePointer, long, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Append output to a string, according to a format.
- av_strlcatf(ByteBuffer, long, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcatf(byte[], long, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcatf(BytePointer, long, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcatf(ByteBuffer, long, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcatf(byte[], long, String) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcpy(BytePointer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Copy the string src to dst, but no more than size - 1 bytes, and
null-terminate dst.
- av_strlcpy(ByteBuffer, String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcpy(byte[], BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcpy(BytePointer, String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcpy(ByteBuffer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strlcpy(byte[], String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strncasecmp(BytePointer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locale-independent case-insensitive compare.
- av_strncasecmp(String, String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strndup(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Duplicate a substring of a string.
- av_strndup(String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strnlen(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the count of continuous non zero chars starting from the beginning.
- av_strnlen(String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strnstr(BytePointer, BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locate the first occurrence of the string needle in the string haystack
where not more than hay_length characters are searched.
- av_strnstr(String, String, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strstart(BytePointer, BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return non-zero if pfx is a prefix of str.
- av_strstart(BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strstart(String, String, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strstart(BytePointer, BytePointer, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strstart(String, String, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strstart(BytePointer, BytePointer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strstart(String, String, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtod(BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Parse the string in numstr and return its value as a double.
- av_strtod(BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtod(String, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtod(BytePointer, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtod(String, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtod(BytePointer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtod(String, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtok(BytePointer, BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Split the string into several tokens which can be accessed by
successive calls to av_strtok().
- av_strtok(BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtok(ByteBuffer, String, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtok(byte[], BytePointer, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtok(BytePointer, String, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtok(ByteBuffer, BytePointer, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_strtok(byte[], String, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_sub_q(AVRational, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Subtract one rational from another.
- AV_SUBTITLE_FLAG_FORCED - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
- av_tea_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVTEA context
To free the struct: av_free(ptr)
- av_tea_crypt(AVTEA, 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_tea_crypt(AVTEA, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tea_crypt(AVTEA, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tea_init(AVTEA, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize an AVTEA context.
- av_tea_init(AVTEA, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tea_init(AVTEA, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tea_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\file
\brief Public header for libavutil TEA algorithm
\defgroup lavu_tea TEA
\ingroup lavu_crypto
\{
- av_thread_message_flush(AVThreadMessageQueue) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Flush the message queue
This function is mostly equivalent to reading and free-ing every message
except that it will be done in a single operation (no lock/unlock between
reads).
- AV_THREAD_MESSAGE_NONBLOCK - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVThreadMessageFlags
- av_thread_message_queue_alloc(PointerPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate a new message queue.
- av_thread_message_queue_alloc(AVThreadMessageQueue, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_thread_message_queue_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Free a message queue.
- av_thread_message_queue_free(AVThreadMessageQueue) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_thread_message_queue_nb_elems(AVThreadMessageQueue) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return the current number of messages in the queue.
- av_thread_message_queue_recv(AVThreadMessageQueue, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Receive a message from the queue.
- av_thread_message_queue_send(AVThreadMessageQueue, Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Send a message on the queue.
- av_thread_message_queue_set_err_recv(AVThreadMessageQueue, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Set the receiving error code.
- av_thread_message_queue_set_err_send(AVThreadMessageQueue, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Set the sending error code.
- av_thread_message_queue_set_free_func(AVThreadMessageQueue, Free_func_Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_TIME_BASE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Internal time base represented as integer
- av_timecode_adjust_ntsc_framenum2(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Adjust frame number for NTSC drop frame time code.
- av_timecode_check_frame_rate(AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Check if the timecode feature is available for the given frame rate
- AV_TIMECODE_FLAG_24HOURSMAX - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTimecodeFlag
- AV_TIMECODE_FLAG_ALLOWNEGATIVE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTimecodeFlag
- AV_TIMECODE_FLAG_DROPFRAME - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTimecodeFlag
- av_timecode_get_smpte(AVRational, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Convert sei info to SMPTE 12M binary representation.
- av_timecode_get_smpte_from_framenum(AVTimecode, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Convert frame number to SMPTE 12M binary representation.
- av_timecode_init(AVTimecode, AVRational, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Init a timecode struct with the passed parameters.
- av_timecode_init_from_components(AVTimecode, AVRational, int, int, int, int, int, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Init a timecode struct from the passed timecode components.
- av_timecode_init_from_string(AVTimecode, AVRational, BytePointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Parse timecode representation (hh:mm:ss[:;.]ff).
- av_timecode_init_from_string(AVTimecode, AVRational, String, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_mpeg_tc_string(BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the timecode string from the 25-bit timecode format (MPEG GOP format).
- av_timecode_make_mpeg_tc_string(ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_mpeg_tc_string(byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_smpte_tc_string(BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the timecode string from the SMPTE timecode format.
- av_timecode_make_smpte_tc_string(ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_smpte_tc_string(byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_smpte_tc_string2(BytePointer, AVRational, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Get the timecode string from the SMPTE timecode format.
- av_timecode_make_smpte_tc_string2(ByteBuffer, AVRational, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_smpte_tc_string2(byte[], AVRational, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_string(AVTimecode, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Load timecode string in buf.
- av_timecode_make_string(AVTimecode, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_timecode_make_string(AVTimecode, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_TIMECODE_STR_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
\file
Timecode helpers header
- av_timegm(tm) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Convert the decomposed UTC time in tm to a time_t value.
- av_tolower(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locale-independent conversion of ASCII characters to lowercase.
- av_toupper(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Locale-independent conversion of ASCII characters to uppercase.
- av_tree_destroy(AVTreeNode) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tree_enumerate(AVTreeNode, Pointer, Cmp_Pointer_Pointer, Enu_Pointer_Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tree_find(AVTreeNode, Pointer, Cmp_Const_Pointer_Const_Pointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tree_find(AVTreeNode, Pointer, Cmp_Const_Pointer_Const_Pointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tree_insert(PointerPointer, Pointer, Cmp_Const_Pointer_Const_Pointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Insert or remove an element.
- av_tree_insert(AVTreeNode, Pointer, Cmp_Const_Pointer_Const_Pointer, AVTreeNode) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_tree_node_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVTreeNode.
- av_tree_node_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\file
A tree container.
- av_ts_make_string(BytePointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Fill the provided buffer with a string containing a timestamp
representation.
- av_ts_make_string(ByteBuffer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ts_make_string(byte[], long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ts_make_time_string(BytePointer, long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Fill the provided buffer with a string containing a timestamp
representation.
- av_ts_make_time_string(ByteBuffer, long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ts_make_time_string(byte[], long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ts_make_time_string2(BytePointer, long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Fill the provided buffer with a string containing a timestamp time
representation.
- av_ts_make_time_string2(ByteBuffer, long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_ts_make_time_string2(byte[], long, AVRational) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_TS_MAX_STRING_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
\file
timestamp utils, mostly useful for debugging/logging purposes
- av_twofish_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVTWOFISH context
To free the struct: av_free(ptr)
- av_twofish_crypt(AVTWOFISH, 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_twofish_crypt(AVTWOFISH, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_twofish_crypt(AVTWOFISH, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_twofish_init(AVTWOFISH, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize an AVTWOFISH context.
- av_twofish_init(AVTWOFISH, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_twofish_init(AVTWOFISH, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_twofish_size() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
\file
\brief Public header for libavutil TWOFISH algorithm
\defgroup lavu_twofish TWOFISH
\ingroup lavu_crypto
\{
- AV_TX_DOUBLE_DCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_DOUBLE_DCT_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_DOUBLE_DST_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_DOUBLE_FFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_DOUBLE_MDCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_DOUBLE_RDFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_FLOAT_DCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_FLOAT_DCT_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_FLOAT_DST_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_FLOAT_FFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_FLOAT_MDCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_FLOAT_RDFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- av_tx_fn - Class in org.bytedeco.ffmpeg.avutil
-
Function pointer to a function to perform the transform.
- av_tx_fn(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.av_tx_fn
-
Pointer cast constructor.
- av_tx_fn() - Constructor for class org.bytedeco.ffmpeg.avutil.av_tx_fn
-
- AV_TX_FULL_IMDCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXFlags
- av_tx_init(PointerPointer, av_tx_fn, int, int, int, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize a transform context with the given configuration
(i)MDCTs with an odd length are currently not supported.
- av_tx_init(AVTXContext, av_tx_fn, int, int, int, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_TX_INPLACE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXFlags
- AV_TX_INT32_DCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_INT32_DCT_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_INT32_DST_I - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_INT32_FFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_INT32_MDCT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_INT32_RDFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXType
- AV_TX_REAL_TO_IMAGINARY - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXFlags
- AV_TX_REAL_TO_REAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXFlags
- AV_TX_UNALIGNED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVTXFlags
- av_tx_uninit(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Frees a context and sets *ctx to NULL, does nothing when *ctx == NULL.
- av_tx_uninit(AVTXContext) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_url_split(BytePointer, int, BytePointer, int, BytePointer, int, IntPointer, BytePointer, int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Split a URL string into components.
- av_url_split(ByteBuffer, int, ByteBuffer, int, ByteBuffer, int, IntBuffer, ByteBuffer, int, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_url_split(byte[], int, byte[], int, byte[], int, int[], byte[], int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_url_split(BytePointer, int, BytePointer, int, BytePointer, int, IntPointer, BytePointer, int, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_url_split(ByteBuffer, int, ByteBuffer, int, ByteBuffer, int, IntBuffer, ByteBuffer, int, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_url_split(byte[], int, byte[], int, byte[], int, int[], byte[], int, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- av_usleep(int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Sleep for a period of time.
- av_utf8_decode(IntPointer, PointerPointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Read and decode a single UTF-8 code point (character) from the
buffer in *buf, and update *buf to point to the next byte to
decode.
- av_utf8_decode(IntPointer, BytePointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_utf8_decode(IntBuffer, ByteBuffer, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_utf8_decode(int[], byte[], byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AV_UTF8_FLAG_ACCEPT_ALL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AV_UTF8_FLAG_ACCEPT_INVALID_BIG_CODES - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
accept codepoints over 0x10FFFF
- AV_UTF8_FLAG_ACCEPT_NON_CHARACTERS - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
accept non-characters - 0xFFFE and 0xFFFF
- AV_UTF8_FLAG_ACCEPT_SURROGATES - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
accept UTF-16 surrogates codes
- AV_UTF8_FLAG_EXCLUDE_XML_INVALID_CONTROL_CODES - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
exclude control codes not accepted by XML
- av_vbprintf(AVBPrint, BytePointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Append a formatted string to a print buffer.
- av_vbprintf(AVBPrint, String, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_version_info() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return an informative version string.
- AV_VIDEO_MAX_PLANES - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Maximum number of planes in any pixel format.
- av_vlog(Pointer, int, BytePointer, Pointer) - 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_vlog(Pointer, int, String, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_frame(AVFormatContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Write a packet to an output media file.
- av_write_image_line(ShortPointer, PointerPointer, IntPointer, AVPixFmtDescriptor, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_image_line(ShortPointer, BytePointer, IntPointer, AVPixFmtDescriptor, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_image_line(ShortBuffer, ByteBuffer, IntBuffer, AVPixFmtDescriptor, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_image_line(short[], byte[], int[], AVPixFmtDescriptor, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_image_line2(Pointer, PointerPointer, IntPointer, AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Write the values from src to the pixel format component c of an
image line.
- av_write_image_line2(Pointer, BytePointer, IntPointer, AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_image_line2(Pointer, ByteBuffer, IntBuffer, AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_image_line2(Pointer, byte[], int[], AVPixFmtDescriptor, int, int, int, int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_write_trailer(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Write the stream trailer to an output media file and free the
file private data.
- av_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_write_uncoded_frame_query(AVFormatContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Test whether a muxer supports uncoded frame.
- av_x_if_null(Pointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return x default pointer in case p is NULL.
- av_xiphlacing(BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Encode extradata length to a buffer.
- av_xiphlacing(ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- av_xiphlacing(byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- av_xtea_alloc() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Allocate an AVXTEA context.
- av_xtea_crypt(AVXTEA, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Encrypt or decrypt a buffer using a previously initialized context,
in big endian format.
- av_xtea_crypt(AVXTEA, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_crypt(AVXTEA, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_init(AVXTEA, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize an AVXTEA context.
- av_xtea_init(AVXTEA, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_init(AVXTEA, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_le_crypt(AVXTEA, BytePointer, BytePointer, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Encrypt or decrypt a buffer using a previously initialized context,
in little endian format.
- av_xtea_le_crypt(AVXTEA, ByteBuffer, ByteBuffer, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_le_crypt(AVXTEA, byte[], byte[], int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_le_init(AVXTEA, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Initialize an AVXTEA context.
- av_xtea_le_init(AVXTEA, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_xtea_le_init(AVXTEA, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- av_zero_extend_c(int, int) - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Clear high bits from an unsigned integer starting with specific bit position
- AVAES - Class in org.bytedeco.ffmpeg.avutil
-
- AVAES() - Constructor for class org.bytedeco.ffmpeg.avutil.AVAES
-
Empty constructor.
- AVAES(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVAES
-
Pointer cast constructor.
- AVAESCTR - Class in org.bytedeco.ffmpeg.avutil
-
- AVAESCTR() - Constructor for class org.bytedeco.ffmpeg.avutil.AVAESCTR
-
Empty constructor.
- AVAESCTR(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVAESCTR
-
Pointer cast constructor.
- AVAudioFifo - Class in org.bytedeco.ffmpeg.avutil
-
Context for an Audio FIFO Buffer.
- AVAudioFifo() - Constructor for class org.bytedeco.ffmpeg.avutil.AVAudioFifo
-
Empty constructor.
- AVAudioFifo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVAudioFifo
-
Pointer cast constructor.
- AVBitStreamFilter - Class in org.bytedeco.ffmpeg.avcodec
-
- AVBitStreamFilter() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBitStreamFilter
-
Default native constructor.
- AVBitStreamFilter(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBitStreamFilter
-
Native array allocator.
- AVBitStreamFilter(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBitStreamFilter
-
Pointer cast constructor.
- AVBlowfish - Class in org.bytedeco.ffmpeg.avutil
-
- AVBlowfish() - Constructor for class org.bytedeco.ffmpeg.avutil.AVBlowfish
-
Default native constructor.
- AVBlowfish(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBlowfish
-
Native array allocator.
- AVBlowfish(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBlowfish
-
Pointer cast constructor.
- AVBPrint - Class in org.bytedeco.ffmpeg.avutil
-
- AVBPrint() - Constructor for class org.bytedeco.ffmpeg.avutil.AVBPrint
-
Default native constructor.
- AVBPrint(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBPrint
-
Native array allocator.
- AVBPrint(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBPrint
-
Pointer cast constructor.
- AVBSFContext - Class in org.bytedeco.ffmpeg.avcodec
-
The bitstream filter state.
- AVBSFContext() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBSFContext
-
Default native constructor.
- AVBSFContext(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBSFContext
-
Native array allocator.
- AVBSFContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBSFContext
-
Pointer cast constructor.
- AVBSFList - Class in org.bytedeco.ffmpeg.avcodec
-
Structure for chain/list of bitstream filters.
- AVBSFList() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBSFList
-
Empty constructor.
- AVBSFList(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVBSFList
-
Pointer cast constructor.
- AVBuffer - Class in org.bytedeco.ffmpeg.avutil
-
A reference counted buffer type.
- AVBuffer() - Constructor for class org.bytedeco.ffmpeg.avutil.AVBuffer
-
Empty constructor.
- AVBuffer(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBuffer
-
Pointer cast constructor.
- AVBufferPool - Class in org.bytedeco.ffmpeg.avutil
-
The buffer pool.
- AVBufferPool() - Constructor for class org.bytedeco.ffmpeg.avutil.AVBufferPool
-
Empty constructor.
- AVBufferPool(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBufferPool
-
Pointer cast constructor.
- AVBufferRef - Class in org.bytedeco.ffmpeg.avutil
-
A reference to a data buffer.
- AVBufferRef() - Constructor for class org.bytedeco.ffmpeg.avutil.AVBufferRef
-
Default native constructor.
- AVBufferRef(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBufferRef
-
Native array allocator.
- AVBufferRef(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVBufferRef
-
Pointer cast constructor.
- AVBufferSrcParameters - Class in org.bytedeco.ffmpeg.avfilter
-
This structure contains the parameters describing the frames that will be
passed to this filter.
- AVBufferSrcParameters() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVBufferSrcParameters
-
Default native constructor.
- AVBufferSrcParameters(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVBufferSrcParameters
-
Native array allocator.
- AVBufferSrcParameters(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVBufferSrcParameters
-
Pointer cast constructor.
- AVCAMELLIA - Class in org.bytedeco.ffmpeg.avutil
-
- AVCAMELLIA() - Constructor for class org.bytedeco.ffmpeg.avutil.AVCAMELLIA
-
Empty constructor.
- AVCAMELLIA(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVCAMELLIA
-
Pointer cast constructor.
- AVCAST5 - Class in org.bytedeco.ffmpeg.avutil
-
- AVCAST5() - Constructor for class org.bytedeco.ffmpeg.avutil.AVCAST5
-
Empty constructor.
- AVCAST5(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVCAST5
-
Pointer cast constructor.
- AVChannelCustom - Class in org.bytedeco.ffmpeg.avutil
-
An AVChannelCustom defines a single channel within a custom order layout
Unlike most structures in FFmpeg, sizeof(AVChannelCustom) is a part of the
public ABI.
- AVChannelCustom() - Constructor for class org.bytedeco.ffmpeg.avutil.AVChannelCustom
-
Default native constructor.
- AVChannelCustom(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVChannelCustom
-
Native array allocator.
- AVChannelCustom(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVChannelCustom
-
Pointer cast constructor.
- AVChannelLayout - Class in org.bytedeco.ffmpeg.avutil
-
An AVChannelLayout holds information about the channel layout of audio data.
- AVChannelLayout() - Constructor for class org.bytedeco.ffmpeg.avutil.AVChannelLayout
-
Default native constructor.
- AVChannelLayout(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVChannelLayout
-
Native array allocator.
- AVChannelLayout(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVChannelLayout
-
Pointer cast constructor.
- AVChapter - Class in org.bytedeco.ffmpeg.avformat
-
- AVChapter() - Constructor for class org.bytedeco.ffmpeg.avformat.AVChapter
-
Default native constructor.
- AVChapter(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVChapter
-
Native array allocator.
- AVChapter(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVChapter
-
Pointer cast constructor.
- AVCHROMA_LOC_BOTTOM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_BOTTOMLEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_CENTER - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_LEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_TOP - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_TOPLEFT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVCHROMA_LOC_UNSPECIFIED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVChromaLocation
- AVClass - Class in org.bytedeco.ffmpeg.avutil
-
Describe the class of an AVClass context structure.
- AVClass() - Constructor for class org.bytedeco.ffmpeg.avutil.AVClass
-
Default native constructor.
- AVClass(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVClass
-
Native array allocator.
- AVClass(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVClass
-
Pointer cast constructor.
- AVClass.Child_class_iterate_PointerPointer - Class in org.bytedeco.ffmpeg.avutil
-
Iterate over the AVClasses corresponding to potential AVOptions-enabled
children.
- AVClass.Child_next_Pointer_Pointer - Class in org.bytedeco.ffmpeg.avutil
-
Return next AVOptions-enabled child or NULL
- AVClass.Get_category_Pointer - Class in org.bytedeco.ffmpeg.avutil
-
Callback to return the category.
- AVClass.Item_name_Pointer - Class in org.bytedeco.ffmpeg.avutil
-
A pointer to a function which returns the name of a context
instance ctx associated with the class.
- AVClass.Query_ranges_PointerPointer_Pointer_BytePointer_int - Class in org.bytedeco.ffmpeg.avutil
-
Callback to return the supported/allowed ranges.
- AVCodec - Class in org.bytedeco.ffmpeg.avcodec
-
AVCodec.
- AVCodec() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodec
-
Default native constructor.
- AVCodec(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodec
-
Native array allocator.
- AVCodec(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodec
-
Pointer cast constructor.
- avcodec - Class in org.bytedeco.ffmpeg.global
-
- avcodec() - Constructor for class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec - Class in org.bytedeco.ffmpeg.presets
-
- avcodec() - Constructor for class org.bytedeco.ffmpeg.presets.avcodec
-
- avcodec_align_dimensions(AVCodecContext, IntPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Modify width and height values so that they will result in a memory
buffer that is acceptable for the codec if you do not use any horizontal
padding.
- avcodec_align_dimensions(AVCodecContext, IntBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_align_dimensions(AVCodecContext, int[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_align_dimensions2(AVCodecContext, IntPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Modify width and height values so that they will result in a memory
buffer that is acceptable for the codec if you also ensure that all
line sizes are a multiple of the respective linesize_align[i].
- avcodec_align_dimensions2(AVCodecContext, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_align_dimensions2(AVCodecContext, int[], int[], int[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_alloc_context3(AVCodec) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Allocate an AVCodecContext and set its fields to default values.
- avcodec_close(AVCodecContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_configuration() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Return the libavcodec build-time configuration.
- avcodec_decode_subtitle2(AVCodecContext, AVSubtitle, IntPointer, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Decode a subtitle message.
- avcodec_decode_subtitle2(AVCodecContext, AVSubtitle, IntBuffer, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_decode_subtitle2(AVCodecContext, AVSubtitle, int[], AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_execute(AVCodecContext, Func_AVCodecContext_Pointer, Pointer, IntPointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_execute(AVCodecContext, Func_AVCodecContext_Pointer, Pointer, IntBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_execute(AVCodecContext, Func_AVCodecContext_Pointer, Pointer, int[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_execute2(AVCodecContext, Func_AVCodecContext_Pointer_int_int, Pointer, IntPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_execute2(AVCodecContext, Func_AVCodecContext_Pointer_int_int, Pointer, IntBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_execute2(AVCodecContext, Func_AVCodecContext_Pointer_int_int, Pointer, int[], int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_get_buffer2(AVCodecContext, AVFrame, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
The default callback for AVCodecContext.get_buffer2().
- avcodec_default_get_encode_buffer(AVCodecContext, AVPacket, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
The default callback for AVCodecContext.get_encode_buffer().
- avcodec_default_get_format(AVCodecContext, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_get_format(AVCodecContext, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_default_get_format(AVCodecContext, int[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_descriptor_get(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_descriptor_get_by_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_descriptor_get_by_name(String) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_descriptor_next(AVCodecDescriptor) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Iterate over all codec descriptors known to libavcodec.
- avcodec_encode_subtitle(AVCodecContext, BytePointer, int, AVSubtitle) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
\addtogroup lavc_encoding
\{
- avcodec_encode_subtitle(AVCodecContext, ByteBuffer, int, AVSubtitle) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_encode_subtitle(AVCodecContext, byte[], int, AVSubtitle) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_fill_audio_frame(AVFrame, int, int, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Fill AVFrame audio data and linesize pointers.
- avcodec_fill_audio_frame(AVFrame, int, int, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_fill_audio_frame(AVFrame, int, int, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_find_best_pix_fmt_of_list(IntPointer, int, int, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Find the best pixel format to convert to given a certain source pixel
format.
- avcodec_find_best_pix_fmt_of_list(IntBuffer, int, int, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_find_best_pix_fmt_of_list(int[], int, int, int[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_find_decoder(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Find a registered decoder with a matching codec ID.
- avcodec_find_decoder_by_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Find a registered decoder with the specified name.
- avcodec_find_decoder_by_name(String) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_find_encoder(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Find a registered encoder with a matching codec ID.
- avcodec_find_encoder_by_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Find a registered encoder with the specified name.
- avcodec_find_encoder_by_name(String) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_flush_buffers(AVCodecContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Reset the internal codec state / flush internal buffers.
- avcodec_free_context(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Free the codec context and everything associated with it and write NULL to
the provided pointer.
- avcodec_free_context(AVCodecContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_get_class() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Get the AVClass for AVCodecContext.
- avcodec_get_hw_config(AVCodec, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Retrieve supported hardware configurations for a codec.
- avcodec_get_hw_frames_parameters(AVCodecContext, AVBufferRef, int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Create and return a AVHWFramesContext with values adequate for hardware
decoding.
- avcodec_get_hw_frames_parameters(AVCodecContext, AVBufferRef, int, AVBufferRef) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_get_name(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Get the name of a codec.
- avcodec_get_subtitle_rect_class() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Get the AVClass for AVSubtitleRect.
- avcodec_get_supported_config(AVCodecContext, AVCodec, int, int, PointerPointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Retrieve a list of all supported values for a given configuration type.
- avcodec_get_supported_config(AVCodecContext, AVCodec, int, int, Pointer, IntPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_get_supported_config(AVCodecContext, AVCodec, int, int, Pointer, IntBuffer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_get_supported_config(AVCodecContext, AVCodec, int, int, Pointer, int[]) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_get_type(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Get the type of the given codec.
- avcodec_is_open(AVCodecContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_license() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Return the libavcodec license.
- avcodec_open2(AVCodecContext, AVCodec, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Initialize the AVCodecContext to use the given AVCodec.
- avcodec_open2(AVCodecContext, AVCodec, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_parameters_alloc() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Allocate a new AVCodecParameters and set its fields to default values
(unknown/invalid/0).
- avcodec_parameters_copy(AVCodecParameters, AVCodecParameters) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Copy the contents of src to dst.
- avcodec_parameters_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Free an AVCodecParameters instance and everything associated with it and
write NULL to the supplied pointer.
- avcodec_parameters_free(AVCodecParameters) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_parameters_from_context(AVCodecParameters, AVCodecContext) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Fill the parameters struct based on the values from the supplied codec
context.
- avcodec_parameters_to_context(AVCodecContext, AVCodecParameters) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Fill the codec context based on the values from the supplied codec
parameters.
- avcodec_pix_fmt_to_codec_tag(int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Return a value representing the fourCC code associated to the
pixel format pix_fmt, or 0 if no associated fourCC code can be
found.
- avcodec_profile_name(int, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Return a name for the specified profile, if available.
- avcodec_receive_frame(AVCodecContext, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Return decoded output data from a decoder or encoder (when the
\ref AV_CODEC_FLAG_RECON_FRAME flag is used).
- avcodec_receive_packet(AVCodecContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Read encoded data from the encoder.
- avcodec_send_frame(AVCodecContext, AVFrame) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Supply a raw video or audio frame to the encoder.
- avcodec_send_packet(AVCodecContext, AVPacket) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Supply raw packet data as input to a decoder.
- avcodec_string(BytePointer, int, AVCodecContext, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
\}
- avcodec_string(ByteBuffer, int, AVCodecContext, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_string(byte[], int, AVCodecContext, int) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
- avcodec_version() - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Return the LIBAVCODEC_VERSION_INT constant.
- AVCodecContext - Class in org.bytedeco.ffmpeg.avcodec
-
main external API structure.
- AVCodecContext() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecContext
-
Default native constructor.
- AVCodecContext(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecContext
-
Native array allocator.
- AVCodecContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecContext
-
Pointer cast constructor.
- AVCodecContext.Draw_horiz_band_AVCodecContext_AVFrame_IntPointer_int_int_int - Class in org.bytedeco.ffmpeg.avcodec
-
If non NULL, 'draw_horiz_band' is called by the libavcodec
decoder to draw a horizontal band.
- AVCodecContext.Execute2_AVCodecContext_Func_AVCodecContext_Pointer_int_int_Pointer_IntPointer_int - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecContext.Execute_AVCodecContext_Func_AVCodecContext_Pointer_Pointer_IntPointer_int_int - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecContext.Func_AVCodecContext_Pointer - Class in org.bytedeco.ffmpeg.avcodec
-
The codec may call this to execute several independent things.
- AVCodecContext.Func_AVCodecContext_Pointer_int_int - Class in org.bytedeco.ffmpeg.avcodec
-
The codec may call this to execute several independent things.
- AVCodecContext.Get_buffer2_AVCodecContext_AVFrame_int - Class in org.bytedeco.ffmpeg.avcodec
-
This callback is called at the beginning of each frame to get data
buffer(s) for it.
- AVCodecContext.Get_encode_buffer_AVCodecContext_AVPacket_int - Class in org.bytedeco.ffmpeg.avcodec
-
This callback is called at the beginning of each packet to get a data
buffer for it.
- AVCodecContext.Get_format_AVCodecContext_IntPointer - Class in org.bytedeco.ffmpeg.avcodec
-
Callback to negotiate the pixel format.
- AVCodecDescriptor - Class in org.bytedeco.ffmpeg.avcodec
-
This struct describes the properties of a single codec described by an
AVCodecID.
- AVCodecDescriptor() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecDescriptor
-
Default native constructor.
- AVCodecDescriptor(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecDescriptor
-
Native array allocator.
- AVCodecDescriptor(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecDescriptor
-
Pointer cast constructor.
- AVCodecHWConfig - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecHWConfig() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecHWConfig
-
Default native constructor.
- AVCodecHWConfig(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecHWConfig
-
Native array allocator.
- AVCodecHWConfig(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecHWConfig
-
Pointer cast constructor.
- AVCodecParameters - Class in org.bytedeco.ffmpeg.avcodec
-
This struct describes the properties of an encoded stream.
- AVCodecParameters() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParameters
-
Default native constructor.
- AVCodecParameters(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParameters
-
Native array allocator.
- AVCodecParameters(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParameters
-
Pointer cast constructor.
- AVCodecParser - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecParser() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParser
-
Default native constructor.
- AVCodecParser(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParser
-
Native array allocator.
- AVCodecParser(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParser
-
Pointer cast constructor.
- AVCodecParser.Parser_close_AVCodecParserContext - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecParser.Parser_init_AVCodecParserContext - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecParser.Parser_parse_AVCodecParserContext_AVCodecContext_PointerPointer_IntPointer_BytePointer_int - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecParser.Split_AVCodecContext_BytePointer_int - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecParserContext - Class in org.bytedeco.ffmpeg.avcodec
-
- AVCodecParserContext() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParserContext
-
Default native constructor.
- AVCodecParserContext(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParserContext
-
Native array allocator.
- AVCodecParserContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCodecParserContext
-
Pointer cast constructor.
- AVCodecTag - Class in org.bytedeco.ffmpeg.avformat
-
- AVCodecTag() - Constructor for class org.bytedeco.ffmpeg.avformat.AVCodecTag
-
Empty constructor.
- AVCodecTag(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVCodecTag
-
Pointer cast constructor.
- AVCOL_PRI_BT2020 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_BT470BG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_BT470M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_BT709 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_EBU3213 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_FILM - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_JEDEC_P22 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_RESERVED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_RESERVED0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_SMPTE170M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_SMPTE240M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_SMPTE428 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_SMPTE431 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_SMPTE432 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_SMPTEST428_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_PRI_UNSPECIFIED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorPrimaries
- AVCOL_RANGE_JPEG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorRange
- AVCOL_RANGE_MPEG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorRange
- AVCOL_RANGE_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorRange
- AVCOL_RANGE_UNSPECIFIED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorRange
- AVCOL_SPC_BT2020_CL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_BT2020_NCL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_BT470BG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_BT709 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_CHROMA_DERIVED_CL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_CHROMA_DERIVED_NCL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_FCC - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_ICTCP - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_IPT_C2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_RESERVED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_RGB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_SMPTE170M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_SMPTE2085 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_SMPTE240M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_UNSPECIFIED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_YCGCO - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_YCGCO_RE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_YCGCO_RO - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_SPC_YCOCG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorSpace
- AVCOL_TRC_ARIB_STD_B67 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_BT1361_ECG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_BT2020_10 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_BT2020_12 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_BT709 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_GAMMA22 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_GAMMA28 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_IEC61966_2_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_IEC61966_2_4 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_LINEAR - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_LOG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_LOG_SQRT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_RESERVED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_RESERVED0 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_SMPTE170M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_SMPTE2084 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_SMPTE240M - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_SMPTE428 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_SMPTEST2084 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_SMPTEST428_1 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVCOL_TRC_UNSPECIFIED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVColorTransferCharacteristic
- AVComplexDouble - Class in org.bytedeco.ffmpeg.avutil
-
- AVComplexDouble() - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexDouble
-
Default native constructor.
- AVComplexDouble(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexDouble
-
Native array allocator.
- AVComplexDouble(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexDouble
-
Pointer cast constructor.
- AVComplexFloat - Class in org.bytedeco.ffmpeg.avutil
-
- AVComplexFloat() - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexFloat
-
Default native constructor.
- AVComplexFloat(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexFloat
-
Native array allocator.
- AVComplexFloat(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexFloat
-
Pointer cast constructor.
- AVComplexInt32 - Class in org.bytedeco.ffmpeg.avutil
-
- AVComplexInt32() - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexInt32
-
Default native constructor.
- AVComplexInt32(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexInt32
-
Native array allocator.
- AVComplexInt32(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComplexInt32
-
Pointer cast constructor.
- AVComponentDescriptor - Class in org.bytedeco.ffmpeg.avutil
-
- AVComponentDescriptor() - Constructor for class org.bytedeco.ffmpeg.avutil.AVComponentDescriptor
-
Default native constructor.
- AVComponentDescriptor(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComponentDescriptor
-
Native array allocator.
- AVComponentDescriptor(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVComponentDescriptor
-
Pointer cast constructor.
- AVContentLightMetadata - Class in org.bytedeco.ffmpeg.avutil
-
Content light level needed by to transmit HDR over HDMI (CTA-861.3).
- AVContentLightMetadata() - Constructor for class org.bytedeco.ffmpeg.avutil.AVContentLightMetadata
-
Default native constructor.
- AVContentLightMetadata(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVContentLightMetadata
-
Native array allocator.
- AVContentLightMetadata(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVContentLightMetadata
-
Pointer cast constructor.
- AVCPBProperties - Class in org.bytedeco.ffmpeg.avcodec
-
This structure describes the bitrate properties of an encoded bitstream.
- AVCPBProperties() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCPBProperties
-
Default native constructor.
- AVCPBProperties(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCPBProperties
-
Native array allocator.
- AVCPBProperties(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVCPBProperties
-
Pointer cast constructor.
- AVDES - Class in org.bytedeco.ffmpeg.avutil
-
\defgroup lavu_des DES
\ingroup lavu_crypto
\{
- AVDES() - Constructor for class org.bytedeco.ffmpeg.avutil.AVDES
-
Default native constructor.
- AVDES(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDES
-
Native array allocator.
- AVDES(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDES
-
Pointer cast constructor.
- avdevice - Class in org.bytedeco.ffmpeg.global
-
- avdevice() - Constructor for class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice - Class in org.bytedeco.ffmpeg.presets
-
- avdevice() - Constructor for class org.bytedeco.ffmpeg.presets.avdevice
-
- avdevice_app_to_dev_control_message(AVFormatContext, int, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Send control message from application to device.
- avdevice_configuration() - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Return the libavdevice build-time configuration.
- avdevice_dev_to_app_control_message(AVFormatContext, int, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Send control message from device to application.
- avdevice_free_list_devices(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Convenient function to free result of avdevice_list_devices().
- avdevice_free_list_devices(AVDeviceInfoList) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_license() - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Return the libavdevice license.
- avdevice_list_devices(AVFormatContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
List devices.
- avdevice_list_devices(AVFormatContext, AVDeviceInfoList) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_list_input_sources(AVInputFormat, BytePointer, AVDictionary, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
List devices.
- avdevice_list_input_sources(AVInputFormat, BytePointer, AVDictionary, AVDeviceInfoList) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_list_input_sources(AVInputFormat, String, AVDictionary, AVDeviceInfoList) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_list_output_sinks(AVOutputFormat, BytePointer, AVDictionary, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_list_output_sinks(AVOutputFormat, BytePointer, AVDictionary, AVDeviceInfoList) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_list_output_sinks(AVOutputFormat, String, AVDictionary, AVDeviceInfoList) - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
- avdevice_register_all() - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Initialize libavdevice and register all the input and output devices.
- avdevice_version() - Static method in class org.bytedeco.ffmpeg.global.avdevice
-
Return the LIBAVDEVICE_VERSION_INT constant.
- AVDeviceInfo - Class in org.bytedeco.ffmpeg.avdevice
-
Structure describes basic parameters of the device.
- AVDeviceInfo() - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceInfo
-
Default native constructor.
- AVDeviceInfo(long) - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceInfo
-
Native array allocator.
- AVDeviceInfo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceInfo
-
Pointer cast constructor.
- AVDeviceInfoList - Class in org.bytedeco.ffmpeg.avdevice
-
List of devices.
- AVDeviceInfoList() - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceInfoList
-
Default native constructor.
- AVDeviceInfoList(long) - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceInfoList
-
Native array allocator.
- AVDeviceInfoList(Pointer) - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceInfoList
-
Pointer cast constructor.
- AVDeviceRect - Class in org.bytedeco.ffmpeg.avdevice
-
- AVDeviceRect() - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceRect
-
Default native constructor.
- AVDeviceRect(long) - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceRect
-
Native array allocator.
- AVDeviceRect(Pointer) - Constructor for class org.bytedeco.ffmpeg.avdevice.AVDeviceRect
-
Pointer cast constructor.
- AVDictionary - Class in org.bytedeco.ffmpeg.avutil
-
- AVDictionary() - Constructor for class org.bytedeco.ffmpeg.avutil.AVDictionary
-
Empty constructor.
- AVDictionary(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDictionary
-
Pointer cast constructor.
- AVDictionaryEntry - Class in org.bytedeco.ffmpeg.avutil
-
\}
- AVDictionaryEntry() - Constructor for class org.bytedeco.ffmpeg.avutil.AVDictionaryEntry
-
Default native constructor.
- AVDictionaryEntry(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDictionaryEntry
-
Native array allocator.
- AVDictionaryEntry(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDictionaryEntry
-
Pointer cast constructor.
- AVDISCARD_ALL - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDISCARD_BIDIR - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDISCARD_DEFAULT - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDISCARD_NONE - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDISCARD_NONINTRA - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDISCARD_NONKEY - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDISCARD_NONREF - Static variable in class org.bytedeco.ffmpeg.global.avcodec
-
enum AVDiscard
- AVDownmixInfo - Class in org.bytedeco.ffmpeg.avutil
-
This structure describes optional metadata relevant to a downmix procedure.
- AVDownmixInfo() - Constructor for class org.bytedeco.ffmpeg.avutil.AVDownmixInfo
-
Default native constructor.
- AVDownmixInfo(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDownmixInfo
-
Native array allocator.
- AVDownmixInfo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDownmixInfo
-
Pointer cast constructor.
- AVDynamicHDRPlus - Class in org.bytedeco.ffmpeg.avutil
-
This struct represents dynamic metadata for color volume transform -
application 4 of SMPTE 2094-40:2016 standard.
- AVDynamicHDRPlus() - Constructor for class org.bytedeco.ffmpeg.avutil.AVDynamicHDRPlus
-
Default native constructor.
- AVDynamicHDRPlus(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDynamicHDRPlus
-
Native array allocator.
- AVDynamicHDRPlus(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVDynamicHDRPlus
-
Pointer cast constructor.
- AVEncryptionInfo - Class in org.bytedeco.ffmpeg.avutil
-
This describes encryption info for a packet.
- AVEncryptionInfo() - Constructor for class org.bytedeco.ffmpeg.avutil.AVEncryptionInfo
-
Default native constructor.
- AVEncryptionInfo(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVEncryptionInfo
-
Native array allocator.
- AVEncryptionInfo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVEncryptionInfo
-
Pointer cast constructor.
- AVEncryptionInitInfo - Class in org.bytedeco.ffmpeg.avutil
-
This describes info used to initialize an encryption key system.
- AVEncryptionInitInfo() - Constructor for class org.bytedeco.ffmpeg.avutil.AVEncryptionInitInfo
-
Default native constructor.
- AVEncryptionInitInfo(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVEncryptionInitInfo
-
Native array allocator.
- AVEncryptionInitInfo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVEncryptionInitInfo
-
Pointer cast constructor.
- average_maxrgb() - Method in class org.bytedeco.ffmpeg.avutil.AVHDRPlusColorTransformParams
-
The average of linearized maxRGB values in the processing window in the
scene.
- average_maxrgb(AVRational) - Method in class org.bytedeco.ffmpeg.avutil.AVHDRPlusColorTransformParams
-
- AVERROR_BSF_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_BSF_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Bitstream filter not found
- AVERROR_BUFFER_TOO_SMALL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_BUFFER_TOO_SMALL() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Buffer too small
- AVERROR_BUG - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_BUG() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Internal bug, also see AVERROR_BUG2
- AVERROR_BUG2 - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_BUG2() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
This is semantically identical to AVERROR_BUG
it has been introduced in Libav after our AVERROR_BUG and with a modified value.
- AVERROR_DECODER_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_DECODER_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Decoder not found
- AVERROR_DEMUXER_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_DEMUXER_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Demuxer not found
- AVERROR_EACCES() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EAGAIN() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EBADF() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EDOM() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EEXIST() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EFAULT() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EFBIG() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EILSEQ() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EINTR() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EINVAL() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EIO() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENAMETOOLONG() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENCODER_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_ENCODER_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Encoder not found
- AVERROR_ENODEV() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENOENT() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENOMEM() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENOSPC() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENOSYS() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ENXIO() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EOF - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_EOF() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
End of file
- AVERROR_EPERM() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EPIPE() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ERANGE() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_ESPIPE() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EXDEV() - Static method in class org.bytedeco.ffmpeg.presets.avutil
-
- AVERROR_EXIT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_EXIT() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Immediate exit was requested; the called function should not be restarted
- AVERROR_EXPERIMENTAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Requested feature is flagged experimental.
- AVERROR_EXTERNAL - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_EXTERNAL() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Generic error in an external library
- AVERROR_FILTER_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_FILTER_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Filter not found
- AVERROR_HTTP_BAD_REQUEST - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_BAD_REQUEST() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_FORBIDDEN - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_FORBIDDEN() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_OTHER_4XX - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_OTHER_4XX() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_SERVER_ERROR - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_SERVER_ERROR() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_TOO_MANY_REQUESTS - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_TOO_MANY_REQUESTS() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_UNAUTHORIZED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_HTTP_UNAUTHORIZED() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_INPUT_CHANGED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Input changed between calls.
- AVERROR_INVALIDDATA - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_INVALIDDATA() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Invalid data found when processing input
- AVERROR_MUXER_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_MUXER_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Muxer not found
- AVERROR_OPTION_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_OPTION_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Option not found
- AVERROR_OUTPUT_CHANGED - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
Output changed between calls.
- AVERROR_PATCHWELCOME - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_PATCHWELCOME() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Not yet implemented in FFmpeg, patches welcome
- AVERROR_PROTOCOL_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_PROTOCOL_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Protocol not found
- AVERROR_STREAM_NOT_FOUND - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_STREAM_NOT_FOUND() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Stream not found
- AVERROR_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVERROR_UNKNOWN() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Unknown error, typically from an external library
- AVExpr - Class in org.bytedeco.ffmpeg.avutil
-
- AVExpr() - Constructor for class org.bytedeco.ffmpeg.avutil.AVExpr
-
Empty constructor.
- AVExpr(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVExpr
-
Pointer cast constructor.
- AVFifo - Class in org.bytedeco.ffmpeg.avutil
-
\defgroup lavu_fifo AVFifo
\ingroup lavu_data
\{
A generic FIFO API
- AVFifo() - Constructor for class org.bytedeco.ffmpeg.avutil.AVFifo
-
Empty constructor.
- AVFifo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVFifo
-
Pointer cast constructor.
- AVFifoCB - Class in org.bytedeco.ffmpeg.avutil
-
Callback for writing or reading from a FIFO, passed to (and invoked from) the
av_fifo_*_cb() functions.
- AVFifoCB(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVFifoCB
-
Pointer cast constructor.
- AVFifoCB() - Constructor for class org.bytedeco.ffmpeg.avutil.AVFifoCB
-
- AVFilter - Class in org.bytedeco.ffmpeg.avfilter
-
Filter definition.
- AVFilter() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilter
-
Default native constructor.
- AVFilter(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilter
-
Native array allocator.
- AVFilter(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilter
-
Pointer cast constructor.
- avfilter - Class in org.bytedeco.ffmpeg.global
-
- avfilter() - Constructor for class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter - Class in org.bytedeco.ffmpeg.presets
-
- avfilter() - Constructor for class org.bytedeco.ffmpeg.presets.avfilter
-
- AVFilter.Activate_AVFilterContext - Class in org.bytedeco.ffmpeg.avfilter
-
Filter activation function.
- AVFilter.Init_AVFilterContext - Class in org.bytedeco.ffmpeg.avfilter
-
Filter initialization function.
- AVFilter.Preinit_AVFilterContext - Class in org.bytedeco.ffmpeg.avfilter
-
Filter pre-initialization function
This callback will be called immediately after the filter context is
allocated, to allow allocating and initing sub-objects.
- AVFilter.Process_command_AVFilterContext_BytePointer_BytePointer_BytePointer_int_int - Class in org.bytedeco.ffmpeg.avfilter
-
Make the filter instance process a command.
- AVFilter.Query_func2_AVFilterContext_PointerPointer_PointerPointer - Class in org.bytedeco.ffmpeg.avfilter
-
Same as query_func(), except this function writes the results into
provided arrays.
- AVFilter.Query_func_AVFilterContext - Class in org.bytedeco.ffmpeg.avfilter
-
Query formats supported by the filter on its inputs and outputs.
- AVFilter.Uninit_AVFilterContext - Class in org.bytedeco.ffmpeg.avfilter
-
Filter uninitialization function.
- avfilter_action_func - Class in org.bytedeco.ffmpeg.avfilter
-
A function pointer passed to the \ref AVFilterGraph.execute callback to be
executed multiple times, possibly in parallel.
- avfilter_action_func(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.avfilter_action_func
-
Pointer cast constructor.
- avfilter_action_func() - Constructor for class org.bytedeco.ffmpeg.avfilter.avfilter_action_func
-
- AVFILTER_AUTO_CONVERT_ALL - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
enum
- AVFILTER_AUTO_CONVERT_NONE - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
enum
- AVFILTER_CMD_FLAG_FAST - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
Only execute command when its fast (like a video out that supports contrast adjustment in hw)
- AVFILTER_CMD_FLAG_ONE - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
Stop once a filter understood the command (for target=all for example), fast filters are favored automatically
- avfilter_config_links(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_configuration() - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Return the libavfilter build-time configuration.
- avfilter_execute_func - Class in org.bytedeco.ffmpeg.avfilter
-
A function executing multiple jobs, possibly in parallel.
- avfilter_execute_func(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.avfilter_execute_func
-
Pointer cast constructor.
- avfilter_execute_func() - Constructor for class org.bytedeco.ffmpeg.avfilter.avfilter_execute_func
-
- avfilter_filter_pad_count(AVFilter, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Get the number of elements in an AVFilter's inputs or outputs array.
- AVFILTER_FLAG_DYNAMIC_INPUTS - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
The number of the filter inputs is not determined just by AVFilter.inputs.
- AVFILTER_FLAG_DYNAMIC_OUTPUTS - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
The number of the filter outputs is not determined just by AVFilter.outputs.
- AVFILTER_FLAG_HWDEVICE - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
The filter can create hardware frames using AVFilterContext.hw_device_ctx.
- AVFILTER_FLAG_METADATA_ONLY - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
The filter is a "metadata" filter - it does not modify the frame data in any
way.
- AVFILTER_FLAG_SLICE_THREADS - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
The filter supports multithreading by splitting frames into multiple parts
and processing them concurrently.
- AVFILTER_FLAG_SUPPORT_TIMELINE - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
Handy mask to test whether the filter supports or no the timeline feature
(internally or generically).
- AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
Some filters support a generic "enable" expression option that can be used
to enable or disable a filter in the timeline.
- AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will
have its filter_frame() callback(s) called as usual even when the enable
expression is false.
- avfilter_free(AVFilterContext) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Free a filter context.
- avfilter_get_by_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Get a filter definition matching the given name.
- avfilter_get_by_name(String) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_get_class() - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_alloc() - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Allocate a filter graph.
- avfilter_graph_alloc_filter(AVFilterGraph, AVFilter, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Create a new filter instance in a filter graph.
- avfilter_graph_alloc_filter(AVFilterGraph, AVFilter, String) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_config(AVFilterGraph, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Check validity and configure all the links and formats in the graph.
- avfilter_graph_create_filter(PointerPointer, AVFilter, BytePointer, BytePointer, Pointer, AVFilterGraph) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Create and add a filter instance into an existing graph.
- avfilter_graph_create_filter(AVFilterContext, AVFilter, BytePointer, BytePointer, Pointer, AVFilterGraph) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_create_filter(AVFilterContext, AVFilter, String, String, Pointer, AVFilterGraph) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_dump(AVFilterGraph, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Dump a graph into a human-readable string representation.
- avfilter_graph_dump(AVFilterGraph, String) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Free a graph, destroy its links, and set *graph to NULL.
- avfilter_graph_free(AVFilterGraph) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_get_filter(AVFilterGraph, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Get a filter instance identified by instance name from graph.
- avfilter_graph_get_filter(AVFilterGraph, String) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_parse(AVFilterGraph, BytePointer, AVFilterInOut, AVFilterInOut, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Add a graph described by a string to a graph.
- avfilter_graph_parse(AVFilterGraph, String, AVFilterInOut, AVFilterInOut, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_parse2(AVFilterGraph, BytePointer, PointerPointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Add a graph described by a string to a graph.
- avfilter_graph_parse2(AVFilterGraph, BytePointer, AVFilterInOut, AVFilterInOut) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_parse2(AVFilterGraph, String, AVFilterInOut, AVFilterInOut) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_parse_ptr(AVFilterGraph, BytePointer, PointerPointer, PointerPointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Add a graph described by a string to a graph.
- avfilter_graph_parse_ptr(AVFilterGraph, BytePointer, AVFilterInOut, AVFilterInOut, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_parse_ptr(AVFilterGraph, String, AVFilterInOut, AVFilterInOut, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_queue_command(AVFilterGraph, BytePointer, BytePointer, BytePointer, int, double) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Queue a command for one or more filter instances.
- avfilter_graph_queue_command(AVFilterGraph, String, String, String, int, double) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_request_oldest(AVFilterGraph) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Request a frame on the oldest sink link.
- avfilter_graph_segment_apply(AVFilterGraphSegment, int, PointerPointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Apply all filter/link descriptions from a graph segment to the associated filtergraph.
- avfilter_graph_segment_apply(AVFilterGraphSegment, int, AVFilterInOut, AVFilterInOut) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_segment_apply_opts(AVFilterGraphSegment, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Apply parsed options to filter instances in a graph segment.
- avfilter_graph_segment_create_filters(AVFilterGraphSegment, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Create filters specified in a graph segment.
- avfilter_graph_segment_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Free the provided AVFilterGraphSegment and everything associated with it.
- avfilter_graph_segment_free(AVFilterGraphSegment) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_segment_init(AVFilterGraphSegment, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Initialize all filter instances in a graph segment.
- avfilter_graph_segment_link(AVFilterGraphSegment, int, PointerPointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Link filters in a graph segment.
- avfilter_graph_segment_link(AVFilterGraphSegment, int, AVFilterInOut, AVFilterInOut) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_segment_parse(AVFilterGraph, BytePointer, int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Parse a textual filtergraph description into an intermediate form.
- avfilter_graph_segment_parse(AVFilterGraph, BytePointer, int, AVFilterGraphSegment) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_segment_parse(AVFilterGraph, String, int, AVFilterGraphSegment) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_send_command(AVFilterGraph, BytePointer, BytePointer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Send a command to one or more filter instances.
- avfilter_graph_send_command(AVFilterGraph, String, String, String, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_send_command(AVFilterGraph, BytePointer, BytePointer, BytePointer, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_send_command(AVFilterGraph, String, String, String, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_send_command(AVFilterGraph, BytePointer, BytePointer, BytePointer, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_send_command(AVFilterGraph, String, String, String, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_graph_set_auto_convert(AVFilterGraph, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Enable or disable automatic format conversion inside the graph.
- avfilter_init_dict(AVFilterContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Initialize a filter with the supplied dictionary of options.
- avfilter_init_dict(AVFilterContext, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_init_str(AVFilterContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Initialize a filter with the supplied parameters.
- avfilter_init_str(AVFilterContext, String) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_inout_alloc() - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Allocate a single AVFilterInOut entry.
- avfilter_inout_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Free the supplied list of AVFilterInOut and set *inout to NULL.
- avfilter_inout_free(AVFilterInOut) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_insert_filter(AVFilterLink, AVFilterContext, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Insert a filter in the middle of an existing link.
- avfilter_license() - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Return the libavfilter license.
- avfilter_link(AVFilterContext, int, AVFilterContext, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Link two filters together.
- avfilter_link_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_link_free(AVFilterLink) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Deprecated.
- avfilter_pad_get_name(AVFilterPad, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Get the name of an AVFilterPad.
- avfilter_pad_get_type(AVFilterPad, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Get the type of an AVFilterPad.
- avfilter_process_command(AVFilterContext, BytePointer, BytePointer, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Make the filter instance process a command.
- avfilter_process_command(AVFilterContext, String, String, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_process_command(AVFilterContext, BytePointer, BytePointer, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_process_command(AVFilterContext, String, String, BytePointer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_process_command(AVFilterContext, BytePointer, BytePointer, ByteBuffer, int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- avfilter_process_command(AVFilterContext, String, String, byte[], int, int) - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
- AVFILTER_THREAD_SLICE - Static variable in class org.bytedeco.ffmpeg.global.avfilter
-
Process multiple parts of the frame concurrently.
- avfilter_version() - Static method in class org.bytedeco.ffmpeg.global.avfilter
-
Return the LIBAVFILTER_VERSION_INT constant.
- AVFilterChain - Class in org.bytedeco.ffmpeg.avfilter
-
A filterchain is a list of filter specifications.
- AVFilterChain() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterChain
-
Default native constructor.
- AVFilterChain(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterChain
-
Native array allocator.
- AVFilterChain(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterChain
-
Pointer cast constructor.
- AVFilterContext - Class in org.bytedeco.ffmpeg.avfilter
-
An instance of a filter
- AVFilterContext() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterContext
-
Default native constructor.
- AVFilterContext(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterContext
-
Native array allocator.
- AVFilterContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterContext
-
Pointer cast constructor.
- AVFilterFormats - Class in org.bytedeco.ffmpeg.avfilter
-
- AVFilterFormats() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterFormats
-
Empty constructor.
- AVFilterFormats(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterFormats
-
Pointer cast constructor.
- AVFilterFormatsConfig - Class in org.bytedeco.ffmpeg.avfilter
-
Lists of formats / etc.
- AVFilterFormatsConfig() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterFormatsConfig
-
Default native constructor.
- AVFilterFormatsConfig(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterFormatsConfig
-
Native array allocator.
- AVFilterFormatsConfig(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterFormatsConfig
-
Pointer cast constructor.
- AVFilterGraph - Class in org.bytedeco.ffmpeg.avfilter
-
- AVFilterGraph() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
-
Default native constructor.
- AVFilterGraph(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
-
Native array allocator.
- AVFilterGraph(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterGraph
-
Pointer cast constructor.
- AVFilterGraphSegment - Class in org.bytedeco.ffmpeg.avfilter
-
A parsed representation of a filtergraph segment.
- AVFilterGraphSegment() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterGraphSegment
-
Default native constructor.
- AVFilterGraphSegment(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterGraphSegment
-
Native array allocator.
- AVFilterGraphSegment(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterGraphSegment
-
Pointer cast constructor.
- AVFilterInOut - Class in org.bytedeco.ffmpeg.avfilter
-
A linked-list of the inputs/outputs of the filter chain.
- AVFilterInOut() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterInOut
-
Default native constructor.
- AVFilterInOut(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterInOut
-
Native array allocator.
- AVFilterInOut(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterInOut
-
Pointer cast constructor.
- AVFilterLink - Class in org.bytedeco.ffmpeg.avfilter
-
A link between two filters.
- AVFilterLink() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterLink
-
Default native constructor.
- AVFilterLink(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterLink
-
Native array allocator.
- AVFilterLink(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterLink
-
Pointer cast constructor.
- AVFilterPad - Class in org.bytedeco.ffmpeg.avfilter
-
- AVFilterPad() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterPad
-
Empty constructor.
- AVFilterPad(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterPad
-
Pointer cast constructor.
- AVFilterPadParams - Class in org.bytedeco.ffmpeg.avfilter
-
Parameters of a filter's input or output pad.
- AVFilterPadParams() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterPadParams
-
Default native constructor.
- AVFilterPadParams(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterPadParams
-
Native array allocator.
- AVFilterPadParams(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterPadParams
-
Pointer cast constructor.
- AVFilterParams - Class in org.bytedeco.ffmpeg.avfilter
-
Parameters describing a filter to be created in a filtergraph.
- AVFilterParams() - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterParams
-
Default native constructor.
- AVFilterParams(long) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterParams
-
Native array allocator.
- AVFilterParams(Pointer) - Constructor for class org.bytedeco.ffmpeg.avfilter.AVFilterParams
-
Pointer cast constructor.
- AVFMT_ALLOW_FLUSH - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
- AVFMT_AVOID_NEG_TS_AUTO - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Enabled when required by target format
- AVFMT_AVOID_NEG_TS_DISABLED - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Do not shift timestamps even when they are negative.
- AVFMT_AVOID_NEG_TS_MAKE_NON_NEGATIVE - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Shift timestamps so they are non negative
- AVFMT_AVOID_NEG_TS_MAKE_ZERO - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Shift timestamps so that they start at 0
- AVFMT_DURATION_FROM_BITRATE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVDurationEstimationMethod
- AVFMT_DURATION_FROM_PTS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVDurationEstimationMethod
- AVFMT_DURATION_FROM_STREAM - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVDurationEstimationMethod
- AVFMT_EVENT_FLAG_METADATA_UPDATED - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
- demuxing: the demuxer read new metadata from the file and updated
AVFormatContext.metadata accordingly
- muxing: the user updated AVFormatContext.metadata and wishes the muxer to
write it into the file
- AVFMT_EXPERIMENTAL - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
The muxer/demuxer is experimental and should be used with caution.
- AVFMT_FLAG_AUTO_BSF - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Add bitstream filters as requested by the muxer
- AVFMT_FLAG_BITEXACT - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
When muxing, try to avoid writing any random/volatile data to the output.
- AVFMT_FLAG_CUSTOM_IO - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
The caller has supplied a custom AVIOContext, don't avio_close() it.
- AVFMT_FLAG_DISCARD_CORRUPT - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Discard frames marked corrupted
- AVFMT_FLAG_FAST_SEEK - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Enable fast, but inaccurate seeks for some formats
- AVFMT_FLAG_FLUSH_PACKETS - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Flush the AVIOContext every packet.
- AVFMT_FLAG_GENPTS - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Generate missing pts even if it requires parsing future frames.
- AVFMT_FLAG_IGNDTS - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Ignore DTS on frames that contain both DTS & PTS
- AVFMT_FLAG_IGNIDX - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Ignore index.
- AVFMT_FLAG_NOBUFFER - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Do not buffer frames when possible
- AVFMT_FLAG_NOFILLIN - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Do not infer any values from other values, just return what is stored in the container
- AVFMT_FLAG_NONBLOCK - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Do not block when reading packets from input.
- AVFMT_FLAG_NOPARSE - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Do not use AVParsers, you also must set AVFMT_FLAG_NOFILLIN as the fillin code works on frames and no parsing -> no frames.
- AVFMT_FLAG_SHORTEST - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Stop muxing when the shortest stream stops.
- AVFMT_FLAG_SORT_DTS - Static variable in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
try to interleave outputted packets by dts (using this flag can slow demuxing down)
- AVFMT_GENERIC_INDEX - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Use generic index building code.
- AVFMT_GLOBALHEADER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format wants global header.
- AVFMT_NEEDNUMBER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Needs '%d' in filename.
- AVFMT_NO_BYTE_SEEK - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not allow seeking by bytes
- AVFMT_NOBINSEARCH - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not allow to fall back on binary search via read_timestamp
- AVFMT_NODIMENSIONS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not need width/height
- AVFMT_NOFILE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Demuxer will use avio_open, no opened file should be provided by the caller.
- AVFMT_NOGENSEARCH - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not allow to fall back on generic search
- AVFMT_NOSTREAMS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not require any streams
- AVFMT_NOTIMESTAMPS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not need / have any timestamps.
- AVFMT_SEEK_TO_PTS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Seeking is based on PTS
- AVFMT_SHOW_IDS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Show format stream IDs numbers.
- AVFMT_TBCF_AUTO - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVTimebaseSource
- AVFMT_TBCF_DECODER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVTimebaseSource
- AVFMT_TBCF_DEMUXER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVTimebaseSource
- AVFMT_TBCF_R_FRAMERATE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVTimebaseSource
- AVFMT_TS_DISCONT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format allows timestamp discontinuities.
- AVFMT_TS_NEGATIVE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format allows muxing negative
timestamps.
- AVFMT_TS_NONSTRICT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format does not require strictly
increasing timestamps, but they must
still be monotonic
- AVFMT_VARIABLE_FPS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Format allows variable fps.
- AVFMTCTX_NOHEADER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
signal that no header is present
(streams are added dynamically)
- AVFMTCTX_UNSEEKABLE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
signal that the stream is definitely
not seekable, and attempts to call the
seek function will fail.
- avformat - Class in org.bytedeco.ffmpeg.global
-
- avformat() - Constructor for class org.bytedeco.ffmpeg.global.avformat
-
- avformat - Class in org.bytedeco.ffmpeg.presets
-
- avformat() - Constructor for class org.bytedeco.ffmpeg.presets.avformat
-
- avformat_alloc_context() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Allocate an AVFormatContext.
- avformat_alloc_output_context2(PointerPointer, AVOutputFormat, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Allocate an AVFormatContext for an output format.
- avformat_alloc_output_context2(AVFormatContext, AVOutputFormat, BytePointer, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_alloc_output_context2(AVFormatContext, AVOutputFormat, String, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_close_input(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Close an opened input AVFormatContext.
- avformat_close_input(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_configuration() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the libavformat build-time configuration.
- avformat_find_stream_info(AVFormatContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Read packets of a media file to get stream information.
- avformat_find_stream_info(AVFormatContext, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_flush(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Discard all internally buffered data.
- avformat_free_context(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Free an AVFormatContext and all its streams.
- avformat_get_class() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the AVClass for AVFormatContext.
- avformat_get_mov_audio_tags() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_get_mov_video_tags() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_get_riff_audio_tags() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_get_riff_video_tags() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_index_get_entries_count(AVStream) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the index entry count for the given AVStream.
- avformat_index_get_entry(AVStream, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the AVIndexEntry corresponding to the given index.
- avformat_index_get_entry_from_timestamp(AVStream, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the AVIndexEntry corresponding to the given timestamp.
- avformat_init_output(AVFormatContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Allocate the stream private data and initialize the codec, but do not write the header.
- avformat_init_output(AVFormatContext, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_license() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the libavformat license.
- avformat_match_stream_specifier(AVFormatContext, AVStream, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Check if the stream st contained in s is matched by the stream specifier
spec.
- avformat_match_stream_specifier(AVFormatContext, AVStream, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_network_deinit() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Undo the initialization done by avformat_network_init.
- avformat_network_init() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Do global initialization of network libraries.
- avformat_new_stream(AVFormatContext, AVCodec) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Add a new stream to a media file.
- avformat_open_input(PointerPointer, BytePointer, AVInputFormat, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Open an input stream and read the header.
- avformat_open_input(AVFormatContext, BytePointer, AVInputFormat, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_open_input(AVFormatContext, String, AVInputFormat, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_query_codec(AVOutputFormat, int, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Test if the given container can store a codec.
- avformat_queue_attached_pictures(AVFormatContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_seek_file(AVFormatContext, int, long, long, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Seek to timestamp ts.
- avformat_stream_group_add_stream(AVStreamGroup, AVStream) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Add an already allocated stream to a stream group.
- avformat_stream_group_create(AVFormatContext, int, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Add a new empty stream group to a media file.
- avformat_stream_group_create(AVFormatContext, int, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_stream_group_name(int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_transfer_internal_stream_timing_info(AVOutputFormat, AVStream, AVStream, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avformat_version() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the LIBAVFORMAT_VERSION_INT constant.
- avformat_write_header(AVFormatContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Allocate the stream private data and write the stream header to
an output media file.
- avformat_write_header(AVFormatContext, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AVFormatContext - Class in org.bytedeco.ffmpeg.avformat
-
Format I/O context.
- AVFormatContext() - Constructor for class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Default native constructor.
- AVFormatContext(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Native array allocator.
- AVFormatContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Pointer cast constructor.
- AVFormatContext.Io_close2_AVFormatContext_AVIOContext - Class in org.bytedeco.ffmpeg.avformat
-
A callback for closing the streams opened with AVFormatContext.io_open().
- AVFormatContext.Io_open_AVFormatContext_PointerPointer_BytePointer_int_PointerPointer - Class in org.bytedeco.ffmpeg.avformat
-
A callback for opening new IO streams.
- AVFrame - Class in org.bytedeco.ffmpeg.avutil
-
This structure describes decoded (raw) audio or video data.
- AVFrame() - Constructor for class org.bytedeco.ffmpeg.avutil.AVFrame
-
Default native constructor.
- AVFrame(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVFrame
-
Native array allocator.
- AVFrame(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVFrame
-
Pointer cast constructor.
- AVFrameSideData - Class in org.bytedeco.ffmpeg.avutil
-
Structure to hold side data for an AVFrame.
- AVFrameSideData() - Constructor for class org.bytedeco.ffmpeg.avutil.AVFrameSideData
-
Default native constructor.
- AVFrameSideData(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVFrameSideData
-
Native array allocator.
- AVFrameSideData(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVFrameSideData
-
Pointer cast constructor.
- avg_bitrate() - Method in class org.bytedeco.ffmpeg.avcodec.AVCPBProperties
-
Average bitrate of the stream, in bits per second.
- avg_bitrate(long) - Method in class org.bytedeco.ffmpeg.avcodec.AVCPBProperties
-
- avg_frame_rate() - Method in class org.bytedeco.ffmpeg.avformat.AVStream
-
Average framerate
- demuxing: May be set by libavformat when creating the stream or in
avformat_find_stream_info().
- avg_frame_rate(AVRational) - Method in class org.bytedeco.ffmpeg.avformat.AVStream
-
- AVHashContext - Class in org.bytedeco.ffmpeg.avutil
-
\example ffhash.c
This example is a simple command line application that takes one or more
arguments.
- AVHashContext() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHashContext
-
Empty constructor.
- AVHashContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHashContext
-
Pointer cast constructor.
- AVHDRPlusColorTransformParams - Class in org.bytedeco.ffmpeg.avutil
-
Color transform parameters at a processing window in a dynamic metadata for
SMPTE 2094-40.
- AVHDRPlusColorTransformParams() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHDRPlusColorTransformParams
-
Default native constructor.
- AVHDRPlusColorTransformParams(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHDRPlusColorTransformParams
-
Native array allocator.
- AVHDRPlusColorTransformParams(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHDRPlusColorTransformParams
-
Pointer cast constructor.
- AVHDRPlusPercentile - Class in org.bytedeco.ffmpeg.avutil
-
Represents the percentile at a specific percentage in
a distribution.
- AVHDRPlusPercentile() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHDRPlusPercentile
-
Default native constructor.
- AVHDRPlusPercentile(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHDRPlusPercentile
-
Native array allocator.
- AVHDRPlusPercentile(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHDRPlusPercentile
-
Pointer cast constructor.
- AVHMAC - Class in org.bytedeco.ffmpeg.avutil
-
- AVHMAC() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHMAC
-
Empty constructor.
- AVHMAC(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHMAC
-
Pointer cast constructor.
- AVHWAccel - Class in org.bytedeco.ffmpeg.avcodec
-
\defgroup lavc_hwaccel AVHWAccel
\note Nothing in this structure should be accessed by the user.
- AVHWAccel() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVHWAccel
-
Default native constructor.
- AVHWAccel(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVHWAccel
-
Native array allocator.
- AVHWAccel(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVHWAccel
-
Pointer cast constructor.
- AVHWDeviceContext - Class in org.bytedeco.ffmpeg.avutil
-
This struct aggregates all the (hardware/vendor-specific) "high-level" state,
i.e.
- AVHWDeviceContext() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWDeviceContext
-
Default native constructor.
- AVHWDeviceContext(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWDeviceContext
-
Native array allocator.
- AVHWDeviceContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWDeviceContext
-
Pointer cast constructor.
- AVHWDeviceContext.Free_AVHWDeviceContext - Class in org.bytedeco.ffmpeg.avutil
-
This field may be set by the caller before calling av_hwdevice_ctx_init().
- AVHWFramesConstraints - Class in org.bytedeco.ffmpeg.avutil
-
This struct describes the constraints on hardware frames attached to
a given device with a hardware-specific configuration.
- AVHWFramesConstraints() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWFramesConstraints
-
Default native constructor.
- AVHWFramesConstraints(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWFramesConstraints
-
Native array allocator.
- AVHWFramesConstraints(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWFramesConstraints
-
Pointer cast constructor.
- AVHWFramesContext - Class in org.bytedeco.ffmpeg.avutil
-
This struct describes a set or pool of "hardware" frames (i.e.
- AVHWFramesContext() - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWFramesContext
-
Default native constructor.
- AVHWFramesContext(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWFramesContext
-
Native array allocator.
- AVHWFramesContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVHWFramesContext
-
Pointer cast constructor.
- AVHWFramesContext.Free_AVHWFramesContext - Class in org.bytedeco.ffmpeg.avutil
-
This field may be set by the caller before calling av_hwframe_ctx_init().
- AVIAMFAudioElement - Class in org.bytedeco.ffmpeg.avformat
-
- AVIAMFAudioElement() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIAMFAudioElement
-
Empty constructor.
- AVIAMFAudioElement(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIAMFAudioElement
-
Pointer cast constructor.
- AVIAMFMixPresentation - Class in org.bytedeco.ffmpeg.avformat
-
- AVIAMFMixPresentation() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIAMFMixPresentation
-
Empty constructor.
- AVIAMFMixPresentation(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIAMFMixPresentation
-
Pointer cast constructor.
- AVINDEX_DISCARD_FRAME - Static variable in class org.bytedeco.ffmpeg.avformat.AVIndexEntry
-
- AVINDEX_KEYFRAME - Static variable in class org.bytedeco.ffmpeg.avformat.AVIndexEntry
-
- AVIndexEntry - Class in org.bytedeco.ffmpeg.avformat
-
- AVIndexEntry() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIndexEntry
-
Default native constructor.
- AVIndexEntry(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIndexEntry
-
Native array allocator.
- AVIndexEntry(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIndexEntry
-
Pointer cast constructor.
- AVInputFormat - Class in org.bytedeco.ffmpeg.avformat
-
\addtogroup lavf_decoding
\{
- AVInputFormat() - Constructor for class org.bytedeco.ffmpeg.avformat.AVInputFormat
-
Default native constructor.
- AVInputFormat(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVInputFormat
-
Native array allocator.
- AVInputFormat(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVInputFormat
-
Pointer cast constructor.
- avio_accept(AVIOContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Accept and allocate a client context on a server context.
- avio_accept(AVIOContext, AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_alloc_context(BytePointer, int, int, Pointer, Read_packet_Pointer_BytePointer_int, Write_packet_Pointer_BytePointer_int, Seek_Pointer_long_int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_alloc_context(ByteBuffer, int, int, Pointer, Read_packet_Pointer_ByteBuffer_int, Write_packet_Pointer_ByteBuffer_int, Seek_Pointer_long_int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_alloc_context(byte[], int, int, Pointer, Read_packet_Pointer_byte___int, Write_packet_Pointer_byte___int, Seek_Pointer_long_int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_check(BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return AVIO_FLAG_* access flags corresponding to the access permissions
of the resource in url, or a negative value corresponding to an
AVERROR code in case of failure.
- avio_check(String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_close(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Close the resource accessed by the AVIOContext s and free it.
- avio_close_dir(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Close directory.
- avio_close_dir(AVIODirContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_close_dyn_buf(AVIOContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the written size and a pointer to the buffer.
- avio_close_dyn_buf(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_close_dyn_buf(AVIOContext, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_close_dyn_buf(AVIOContext, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_closep(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Close the resource accessed by the AVIOContext *s, free it
and set the pointer pointing to it to NULL.
- avio_closep(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_context_free(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Free the supplied IO context and everything associated with it.
- avio_context_free(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AVIO_DATA_MARKER_BOUNDARY_POINT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODataMarkerType
- AVIO_DATA_MARKER_FLUSH_POINT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODataMarkerType
- AVIO_DATA_MARKER_HEADER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODataMarkerType
- AVIO_DATA_MARKER_SYNC_POINT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODataMarkerType
- AVIO_DATA_MARKER_TRAILER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODataMarkerType
- AVIO_DATA_MARKER_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODataMarkerType
- AVIO_ENTRY_BLOCK_DEVICE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_CHARACTER_DEVICE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_DIRECTORY - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_FILE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_NAMED_PIPE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_SERVER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_SHARE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_SOCKET - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_SYMBOLIC_LINK - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- AVIO_ENTRY_WORKGROUP - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVIODirEntryType
- avio_enum_protocols(PointerPointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Iterate through names of available protocols.
- avio_enum_protocols(Pointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_feof(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Similar to feof() but also returns nonzero on read errors.
- avio_find_protocol_name(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the name of the protocol that will handle the passed URL.
- avio_find_protocol_name(String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AVIO_FLAG_DIRECT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Use direct mode.
- AVIO_FLAG_NONBLOCK - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Use non-blocking mode.
- AVIO_FLAG_READ - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
read-only
- AVIO_FLAG_READ_WRITE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
read-write pseudo flag
- AVIO_FLAG_WRITE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
write-only
- avio_flags() - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
avio flags, used to force AVIO_FLAG_DIRECT.
- avio_flags(int) - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
- avio_flush(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Force flushing of buffered data.
- avio_free_directory_entry(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Free entry allocated by avio_read_dir().
- avio_free_directory_entry(AVIODirEntry) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_dyn_buf(AVIOContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Return the written size and a pointer to the buffer.
- avio_get_dyn_buf(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_dyn_buf(AVIOContext, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_dyn_buf(AVIOContext, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str(AVIOContext, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Read a string from pb into buf.
- avio_get_str(AVIOContext, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str(AVIOContext, int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str16be(AVIOContext, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str16be(AVIOContext, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str16be(AVIOContext, int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str16le(AVIOContext, int, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Read a UTF-16 string from pb and convert it to UTF-8.
- avio_get_str16le(AVIOContext, int, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_get_str16le(AVIOContext, int, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_handshake(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Perform one step of the protocol handshake to accept a new client.
- avio_open(PointerPointer, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Create and initialize a AVIOContext for accessing the
resource indicated by url.
- avio_open(AVIOContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_open(AVIOContext, String, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_open2(PointerPointer, BytePointer, int, AVIOInterruptCB, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Create and initialize a AVIOContext for accessing the
resource indicated by url.
- avio_open2(AVIOContext, BytePointer, int, AVIOInterruptCB, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_open2(AVIOContext, String, int, AVIOInterruptCB, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_open_dir(PointerPointer, BytePointer, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Open directory for reading.
- avio_open_dir(AVIODirContext, BytePointer, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_open_dir(AVIODirContext, String, AVDictionary) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_open_dyn_buf(PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Open a write only memory stream.
- avio_open_dyn_buf(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_pause(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Pause and resume playing - only meaningful if using a network streaming
protocol (e.g.
- avio_print_string_array(AVIOContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Write a NULL terminated array of strings to the context.
- avio_print_string_array(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_print_string_array(AVIOContext, ByteBuffer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_print_string_array(AVIOContext, byte[]) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_printf(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Writes a formatted string to the context.
- avio_printf(AVIOContext, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_protocol_get_class(BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get AVClass by names of available protocols.
- avio_protocol_get_class(String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_put_str(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Write a NULL-terminated string.
- avio_put_str(AVIOContext, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_put_str16be(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Convert an UTF-8 string to UTF-16BE and write it.
- avio_put_str16be(AVIOContext, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_put_str16le(AVIOContext, BytePointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Convert an UTF-8 string to UTF-16LE and write it.
- avio_put_str16le(AVIOContext, String) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_r8(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
\name Functions for reading from AVIOContext
\{
\note return 0 if EOF, so you cannot use it if EOF handling is
necessary
- avio_rb16(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_rb24(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_rb32(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_rb64(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_read(AVIOContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Read size bytes from AVIOContext into buf.
- avio_read(AVIOContext, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_read(AVIOContext, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_read_dir(AVIODirContext, PointerPointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get next directory entry.
- avio_read_dir(AVIODirContext, AVIODirEntry) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_read_partial(AVIOContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Read size bytes from AVIOContext into buf.
- avio_read_partial(AVIOContext, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_read_partial(AVIOContext, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_read_to_bprint(AVIOContext, Pointer, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Read contents of h into print buffer, up to max_size bytes, or up to EOF.
- avio_rl16(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_rl24(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_rl32(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_rl64(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_seek(AVIOContext, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
fseek() equivalent for AVIOContext.
- avio_seek_time(AVIOContext, int, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Seek to a given timestamp relative to some component stream.
- AVIO_SEEKABLE_NORMAL - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Seeking works like for a local file.
- AVIO_SEEKABLE_TIME - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Seeking by timestamp with avio_seek_time() is possible.
- avio_size(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Get the filesize.
- avio_skip(AVIOContext, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Skip given number of bytes forward
- avio_tell(AVIOContext) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
ftell() equivalent for AVIOContext.
- avio_vprintf(AVIOContext, BytePointer, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Writes a formatted string to the context taking a va_list.
- avio_vprintf(AVIOContext, String, Pointer) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_w8(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wb16(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wb24(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wb32(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wb64(AVIOContext, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wl16(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wl24(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wl32(AVIOContext, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_wl64(AVIOContext, long) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_write(AVIOContext, BytePointer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_write(AVIOContext, ByteBuffer, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_write(AVIOContext, byte[], int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- avio_write_marker(AVIOContext, long, int) - Static method in class org.bytedeco.ffmpeg.global.avformat
-
Mark the written bytestream as a specific type.
- AVIOContext - Class in org.bytedeco.ffmpeg.avformat
-
Bytestream IO Context.
- AVIOContext() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIOContext
-
Default native constructor.
- AVIOContext(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIOContext
-
Native array allocator.
- AVIOContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIOContext
-
Pointer cast constructor.
- AVIOContext.Read_packet_Pointer_BytePointer_int - Class in org.bytedeco.ffmpeg.avformat
-
- AVIOContext.Read_pause_Pointer_int - Class in org.bytedeco.ffmpeg.avformat
-
Pause or resume playback for network streaming protocols - e.g.
- AVIOContext.Read_seek_Pointer_int_long_int - Class in org.bytedeco.ffmpeg.avformat
-
Seek to a given timestamp in stream with the specified stream_index.
- AVIOContext.Seek_Pointer_long_int - Class in org.bytedeco.ffmpeg.avformat
-
- AVIOContext.Update_checksum_long_BytePointer_int - Class in org.bytedeco.ffmpeg.avformat
-
- AVIOContext.Write_data_type_Pointer_BytePointer_int_int_long - Class in org.bytedeco.ffmpeg.avformat
-
A callback that is used instead of write_packet.
- AVIOContext.Write_packet_Pointer_BytePointer_int - Class in org.bytedeco.ffmpeg.avformat
-
- AVIODirContext - Class in org.bytedeco.ffmpeg.avformat
-
- AVIODirContext() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIODirContext
-
Empty constructor.
- AVIODirContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIODirContext
-
Pointer cast constructor.
- AVIODirEntry - Class in org.bytedeco.ffmpeg.avformat
-
Describes single entry of the directory.
- AVIODirEntry() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIODirEntry
-
Default native constructor.
- AVIODirEntry(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIODirEntry
-
Native array allocator.
- AVIODirEntry(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIODirEntry
-
Pointer cast constructor.
- AVIOInterruptCB - Class in org.bytedeco.ffmpeg.avformat
-
Callback for checking whether to abort blocking functions.
- AVIOInterruptCB() - Constructor for class org.bytedeco.ffmpeg.avformat.AVIOInterruptCB
-
Default native constructor.
- AVIOInterruptCB(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIOInterruptCB
-
Native array allocator.
- AVIOInterruptCB(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVIOInterruptCB
-
Pointer cast constructor.
- AVIOInterruptCB.Callback_Pointer - Class in org.bytedeco.ffmpeg.avformat
-
- AVLFG - Class in org.bytedeco.ffmpeg.avutil
-
Context structure for the Lagged Fibonacci PRNG.
- AVLFG() - Constructor for class org.bytedeco.ffmpeg.avutil.AVLFG
-
Default native constructor.
- AVLFG(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVLFG
-
Native array allocator.
- AVLFG(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVLFG
-
Pointer cast constructor.
- AVMasteringDisplayMetadata - Class in org.bytedeco.ffmpeg.avutil
-
Mastering display metadata capable of representing the color volume of
the display used to master the content (SMPTE 2086:2014).
- AVMasteringDisplayMetadata() - Constructor for class org.bytedeco.ffmpeg.avutil.AVMasteringDisplayMetadata
-
Default native constructor.
- AVMasteringDisplayMetadata(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVMasteringDisplayMetadata
-
Native array allocator.
- AVMasteringDisplayMetadata(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVMasteringDisplayMetadata
-
Pointer cast constructor.
- AVMD5 - Class in org.bytedeco.ffmpeg.avutil
-
- AVMD5() - Constructor for class org.bytedeco.ffmpeg.avutil.AVMD5
-
Empty constructor.
- AVMD5(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVMD5
-
Pointer cast constructor.
- AVMEDIA_TYPE_ATTACHMENT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMEDIA_TYPE_AUDIO - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMEDIA_TYPE_DATA - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMEDIA_TYPE_NB - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMEDIA_TYPE_SUBTITLE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMEDIA_TYPE_UNKNOWN - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMEDIA_TYPE_VIDEO - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
enum AVMediaType
- AVMotionVector - Class in org.bytedeco.ffmpeg.avutil
-
- AVMotionVector() - Constructor for class org.bytedeco.ffmpeg.avutil.AVMotionVector
-
Default native constructor.
- AVMotionVector(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVMotionVector
-
Native array allocator.
- AVMotionVector(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVMotionVector
-
Pointer cast constructor.
- avoid_negative_ts() - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
Avoid negative timestamps during muxing.
- avoid_negative_ts(int) - Method in class org.bytedeco.ffmpeg.avformat.AVFormatContext
-
- AVOpenCallback - Class in org.bytedeco.ffmpeg.avformat
-
- AVOpenCallback(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVOpenCallback
-
Pointer cast constructor.
- AVOpenCallback() - Constructor for class org.bytedeco.ffmpeg.avformat.AVOpenCallback
-
- AVOption - Class in org.bytedeco.ffmpeg.avutil
-
AVOption
- AVOption() - Constructor for class org.bytedeco.ffmpeg.avutil.AVOption
-
Default native constructor.
- AVOption(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOption
-
Native array allocator.
- AVOption(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOption
-
Pointer cast constructor.
- AVOptionArrayDef - Class in org.bytedeco.ffmpeg.avutil
-
May be set as default_val for AV_OPT_TYPE_FLAG_ARRAY options.
- AVOptionArrayDef() - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionArrayDef
-
Default native constructor.
- AVOptionArrayDef(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionArrayDef
-
Native array allocator.
- AVOptionArrayDef(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionArrayDef
-
Pointer cast constructor.
- AVOptionRange - Class in org.bytedeco.ffmpeg.avutil
-
A single allowed range of values, or a single allowed value.
- AVOptionRange() - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionRange
-
Default native constructor.
- AVOptionRange(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionRange
-
Native array allocator.
- AVOptionRange(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionRange
-
Pointer cast constructor.
- AVOptionRanges - Class in org.bytedeco.ffmpeg.avutil
-
List of AVOptionRange structs.
- AVOptionRanges() - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionRanges
-
Default native constructor.
- AVOptionRanges(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionRanges
-
Native array allocator.
- AVOptionRanges(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVOptionRanges
-
Pointer cast constructor.
- AVOutputFormat - Class in org.bytedeco.ffmpeg.avformat
-
\addtogroup lavf_encoding
\{
- AVOutputFormat() - Constructor for class org.bytedeco.ffmpeg.avformat.AVOutputFormat
-
Default native constructor.
- AVOutputFormat(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVOutputFormat
-
Native array allocator.
- AVOutputFormat(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVOutputFormat
-
Pointer cast constructor.
- AVPacket - Class in org.bytedeco.ffmpeg.avcodec
-
This structure stores compressed data.
- AVPacket() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacket
-
Default native constructor.
- AVPacket(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacket
-
Native array allocator.
- AVPacket(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacket
-
Pointer cast constructor.
- AVPacketList - Class in org.bytedeco.ffmpeg.avcodec
-
- AVPacketList() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacketList
-
Default native constructor.
- AVPacketList(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacketList
-
Native array allocator.
- AVPacketList(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacketList
-
Pointer cast constructor.
- AVPacketSideData - Class in org.bytedeco.ffmpeg.avcodec
-
This structure stores auxiliary information for decoding, presenting, or
otherwise processing the coded stream.
- AVPacketSideData() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacketSideData
-
Default native constructor.
- AVPacketSideData(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacketSideData
-
Native array allocator.
- AVPacketSideData(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPacketSideData
-
Pointer cast constructor.
- AVPALETTE_COUNT - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
- AVPALETTE_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avutil
-
\file
pixel format definitions
- AVPanScan - Class in org.bytedeco.ffmpeg.avcodec
-
Pan Scan area.
- AVPanScan() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPanScan
-
Default native constructor.
- AVPanScan(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPanScan
-
Native array allocator.
- AVPanScan(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVPanScan
-
Pointer cast constructor.
- AVPixFmtDescriptor - Class in org.bytedeco.ffmpeg.avutil
-
Descriptor that unambiguously describes how the bits of a pixel are
stored in the up to 4 data planes of an image.
- AVPixFmtDescriptor() - Constructor for class org.bytedeco.ffmpeg.avutil.AVPixFmtDescriptor
-
Default native constructor.
- AVPixFmtDescriptor(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVPixFmtDescriptor
-
Native array allocator.
- AVPixFmtDescriptor(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVPixFmtDescriptor
-
Pointer cast constructor.
- AVPROBE_PADDING_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
extra allocated bytes at the end of the probe buffer
- AVPROBE_SCORE_EXTENSION - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
score for file extension
- AVPROBE_SCORE_MAX - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
maximum score
- AVPROBE_SCORE_MIME - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
score for file mime type
- AVPROBE_SCORE_RETRY - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
- AVPROBE_SCORE_RETRY() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AVPROBE_SCORE_STREAM_RETRY - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
- AVPROBE_SCORE_STREAM_RETRY() - Static method in class org.bytedeco.ffmpeg.global.avformat
-
- AVProbeData - Class in org.bytedeco.ffmpeg.avformat
-
This structure contains the data a format has to probe a file.
- AVProbeData() - Constructor for class org.bytedeco.ffmpeg.avformat.AVProbeData
-
Default native constructor.
- AVProbeData(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVProbeData
-
Native array allocator.
- AVProbeData(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVProbeData
-
Pointer cast constructor.
- AVProducerReferenceTime - Class in org.bytedeco.ffmpeg.avcodec
-
This structure supplies correlation between a packet timestamp and a wall clock
production time.
- AVProducerReferenceTime() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVProducerReferenceTime
-
Default native constructor.
- AVProducerReferenceTime(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVProducerReferenceTime
-
Native array allocator.
- AVProducerReferenceTime(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVProducerReferenceTime
-
Pointer cast constructor.
- AVProfile - Class in org.bytedeco.ffmpeg.avcodec
-
AVProfile.
- AVProfile() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVProfile
-
Default native constructor.
- AVProfile(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVProfile
-
Native array allocator.
- AVProfile(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVProfile
-
Pointer cast constructor.
- AVProgram - Class in org.bytedeco.ffmpeg.avformat
-
New fields can be added to the end with minor version bumps.
- AVProgram() - Constructor for class org.bytedeco.ffmpeg.avformat.AVProgram
-
Default native constructor.
- AVProgram(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVProgram
-
Native array allocator.
- AVProgram(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVProgram
-
Pointer cast constructor.
- AVRational - Class in org.bytedeco.ffmpeg.avutil
-
Rational number (pair of numerator and denominator).
- AVRational() - Constructor for class org.bytedeco.ffmpeg.avutil.AVRational
-
Default native constructor.
- AVRational(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRational
-
Native array allocator.
- AVRational(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRational
-
Pointer cast constructor.
- AVRC4 - Class in org.bytedeco.ffmpeg.avutil
-
\defgroup lavu_rc4 RC4
\ingroup lavu_crypto
\{
- AVRC4() - Constructor for class org.bytedeco.ffmpeg.avutil.AVRC4
-
Default native constructor.
- AVRC4(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRC4
-
Native array allocator.
- AVRC4(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRC4
-
Pointer cast constructor.
- AVRegionOfInterest - Class in org.bytedeco.ffmpeg.avutil
-
Structure describing a single Region Of Interest.
- AVRegionOfInterest() - Constructor for class org.bytedeco.ffmpeg.avutil.AVRegionOfInterest
-
Default native constructor.
- AVRegionOfInterest(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRegionOfInterest
-
Native array allocator.
- AVRegionOfInterest(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRegionOfInterest
-
Pointer cast constructor.
- AVReplayGain - Class in org.bytedeco.ffmpeg.avutil
-
ReplayGain information (see
http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_1.0_specification).
- AVReplayGain() - Constructor for class org.bytedeco.ffmpeg.avutil.AVReplayGain
-
Default native constructor.
- AVReplayGain(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVReplayGain
-
Native array allocator.
- AVReplayGain(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVReplayGain
-
Pointer cast constructor.
- AVRIPEMD - Class in org.bytedeco.ffmpeg.avutil
-
- AVRIPEMD() - Constructor for class org.bytedeco.ffmpeg.avutil.AVRIPEMD
-
Empty constructor.
- AVRIPEMD(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVRIPEMD
-
Pointer cast constructor.
- AVSEEK_FLAG_ANY - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
seek to any frame, even non-keyframes
- AVSEEK_FLAG_BACKWARD - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
seek backward
- AVSEEK_FLAG_BYTE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
seeking based on position in bytes
- AVSEEK_FLAG_FRAME - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
seeking based on frame number
- AVSEEK_FORCE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
Passing this flag as the "whence" parameter to a seek function causes it to
seek by any means (like reopening and linear reading) or other normally unreasonable
means that can be extremely slow.
- AVSEEK_SIZE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
ORing this as the "whence" parameter to a seek function causes it to
return the filesize without seeking anywhere.
- AVSHA - Class in org.bytedeco.ffmpeg.avutil
-
- AVSHA() - Constructor for class org.bytedeco.ffmpeg.avutil.AVSHA
-
Empty constructor.
- AVSHA(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSHA
-
Pointer cast constructor.
- AVSHA512 - Class in org.bytedeco.ffmpeg.avutil
-
- AVSHA512() - Constructor for class org.bytedeco.ffmpeg.avutil.AVSHA512
-
Empty constructor.
- AVSHA512(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSHA512
-
Pointer cast constructor.
- AVSideDataDescriptor - Class in org.bytedeco.ffmpeg.avutil
-
This struct describes the properties of a side data type.
- AVSideDataDescriptor() - Constructor for class org.bytedeco.ffmpeg.avutil.AVSideDataDescriptor
-
Default native constructor.
- AVSideDataDescriptor(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSideDataDescriptor
-
Native array allocator.
- AVSideDataDescriptor(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSideDataDescriptor
-
Pointer cast constructor.
- AVSphericalMapping - Class in org.bytedeco.ffmpeg.avutil
-
This structure describes how to handle spherical videos, outlining
information about projection, initial layout, and any other view modifier.
- AVSphericalMapping() - Constructor for class org.bytedeco.ffmpeg.avutil.AVSphericalMapping
-
Default native constructor.
- AVSphericalMapping(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSphericalMapping
-
Native array allocator.
- AVSphericalMapping(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSphericalMapping
-
Pointer cast constructor.
- AVStereo3D - Class in org.bytedeco.ffmpeg.avutil
-
Stereo 3D type: this structure describes how two videos are packed
within a single video surface, with additional information as needed.
- AVStereo3D() - Constructor for class org.bytedeco.ffmpeg.avutil.AVStereo3D
-
Default native constructor.
- AVStereo3D(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVStereo3D
-
Native array allocator.
- AVStereo3D(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVStereo3D
-
Pointer cast constructor.
- AVStream - Class in org.bytedeco.ffmpeg.avformat
-
Stream structure.
- AVStream() - Constructor for class org.bytedeco.ffmpeg.avformat.AVStream
-
Default native constructor.
- AVStream(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStream
-
Native array allocator.
- AVStream(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStream
-
Pointer cast constructor.
- AVSTREAM_EVENT_FLAG_METADATA_UPDATED - Static variable in class org.bytedeco.ffmpeg.avformat.AVStream
-
- demuxing: the demuxer read new metadata from the file and updated
AVStream.metadata accordingly
- muxing: the user updated AVStream.metadata and wishes the muxer to write
it into the file
- AVSTREAM_EVENT_FLAG_NEW_PACKETS - Static variable in class org.bytedeco.ffmpeg.avformat.AVStream
-
- demuxing: new packets for this stream were read from the file.
- AVSTREAM_INIT_IN_INIT_OUTPUT - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
stream parameters initialized in avformat_init_output
- AVSTREAM_INIT_IN_WRITE_HEADER - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
stream parameters initialized in avformat_write_header
- AVSTREAM_PARSE_FULL - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamParseType
- AVSTREAM_PARSE_FULL_ONCE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamParseType
- AVSTREAM_PARSE_FULL_RAW - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamParseType
- AVSTREAM_PARSE_HEADERS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamParseType
- AVSTREAM_PARSE_NONE - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamParseType
- AVSTREAM_PARSE_TIMESTAMPS - Static variable in class org.bytedeco.ffmpeg.global.avformat
-
enum AVStreamParseType
- AVStreamGroup - Class in org.bytedeco.ffmpeg.avformat
-
- AVStreamGroup() - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroup
-
Default native constructor.
- AVStreamGroup(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroup
-
Native array allocator.
- AVStreamGroup(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroup
-
Pointer cast constructor.
- AVStreamGroupLCEVC - Class in org.bytedeco.ffmpeg.avformat
-
AVStreamGroupLCEVC is meant to define the relation between video streams
and a data stream containing LCEVC enhancement layer NALUs.
- AVStreamGroupLCEVC() - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroupLCEVC
-
Default native constructor.
- AVStreamGroupLCEVC(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroupLCEVC
-
Native array allocator.
- AVStreamGroupLCEVC(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroupLCEVC
-
Pointer cast constructor.
- AVStreamGroupTileGrid - Class in org.bytedeco.ffmpeg.avformat
-
AVStreamGroupTileGrid holds information on how to combine several
independent images on a single canvas for presentation.
- AVStreamGroupTileGrid() - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroupTileGrid
-
Default native constructor.
- AVStreamGroupTileGrid(long) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroupTileGrid
-
Native array allocator.
- AVStreamGroupTileGrid(Pointer) - Constructor for class org.bytedeco.ffmpeg.avformat.AVStreamGroupTileGrid
-
Pointer cast constructor.
- AVSubsampleEncryptionInfo - Class in org.bytedeco.ffmpeg.avutil
-
- AVSubsampleEncryptionInfo() - Constructor for class org.bytedeco.ffmpeg.avutil.AVSubsampleEncryptionInfo
-
Default native constructor.
- AVSubsampleEncryptionInfo(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSubsampleEncryptionInfo
-
Native array allocator.
- AVSubsampleEncryptionInfo(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVSubsampleEncryptionInfo
-
Pointer cast constructor.
- AVSubtitle - Class in org.bytedeco.ffmpeg.avcodec
-
- AVSubtitle() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVSubtitle
-
Default native constructor.
- AVSubtitle(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVSubtitle
-
Native array allocator.
- AVSubtitle(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVSubtitle
-
Pointer cast constructor.
- avsubtitle_free(AVSubtitle) - Static method in class org.bytedeco.ffmpeg.global.avcodec
-
Free all allocated data in the given subtitle struct.
- AVSubtitleRect - Class in org.bytedeco.ffmpeg.avcodec
-
- AVSubtitleRect() - Constructor for class org.bytedeco.ffmpeg.avcodec.AVSubtitleRect
-
Default native constructor.
- AVSubtitleRect(long) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVSubtitleRect
-
Native array allocator.
- AVSubtitleRect(Pointer) - Constructor for class org.bytedeco.ffmpeg.avcodec.AVSubtitleRect
-
Pointer cast constructor.
- AVTEA - Class in org.bytedeco.ffmpeg.avutil
-
- AVTEA() - Constructor for class org.bytedeco.ffmpeg.avutil.AVTEA
-
Empty constructor.
- AVTEA(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVTEA
-
Pointer cast constructor.
- AVThreadMessageQueue - Class in org.bytedeco.ffmpeg.avutil
-
- AVThreadMessageQueue() - Constructor for class org.bytedeco.ffmpeg.avutil.AVThreadMessageQueue
-
Empty constructor.
- AVThreadMessageQueue(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVThreadMessageQueue
-
Pointer cast constructor.
- AVTimecode - Class in org.bytedeco.ffmpeg.avutil
-
- AVTimecode() - Constructor for class org.bytedeco.ffmpeg.avutil.AVTimecode
-
Default native constructor.
- AVTimecode(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVTimecode
-
Native array allocator.
- AVTimecode(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVTimecode
-
Pointer cast constructor.
- AVTreeNode - Class in org.bytedeco.ffmpeg.avutil
-
\addtogroup lavu_tree AVTree
\ingroup lavu_data
Low-complexity tree container
Insertion, removal, finding equal, largest which is smaller than and
smallest which is larger than, all have O(log n) worst-case complexity.
- AVTreeNode() - Constructor for class org.bytedeco.ffmpeg.avutil.AVTreeNode
-
Empty constructor.
- AVTreeNode(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVTreeNode
-
Pointer cast constructor.
- AVTWOFISH - Class in org.bytedeco.ffmpeg.avutil
-
- AVTWOFISH() - Constructor for class org.bytedeco.ffmpeg.avutil.AVTWOFISH
-
Empty constructor.
- AVTWOFISH(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVTWOFISH
-
Pointer cast constructor.
- AVTXContext - Class in org.bytedeco.ffmpeg.avutil
-
- AVTXContext() - Constructor for class org.bytedeco.ffmpeg.avutil.AVTXContext
-
Empty constructor.
- AVTXContext(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVTXContext
-
Pointer cast constructor.
- avutil - Class in org.bytedeco.ffmpeg.global
-
- avutil() - Constructor for class org.bytedeco.ffmpeg.global.avutil
-
- avutil - Class in org.bytedeco.ffmpeg.presets
-
- avutil() - Constructor for class org.bytedeco.ffmpeg.presets.avutil
-
- avutil_configuration() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return the libavutil build-time configuration.
- avutil_license() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return the libavutil license.
- avutil_version() - Static method in class org.bytedeco.ffmpeg.global.avutil
-
Return the LIBAVUTIL_VERSION_INT constant.
- AVXTEA - Class in org.bytedeco.ffmpeg.avutil
-
\file
\brief Public header for libavutil XTEA algorithm
\defgroup lavu_xtea XTEA
\ingroup lavu_crypto
\{
- AVXTEA() - Constructor for class org.bytedeco.ffmpeg.avutil.AVXTEA
-
Default native constructor.
- AVXTEA(long) - Constructor for class org.bytedeco.ffmpeg.avutil.AVXTEA
-
Native array allocator.
- AVXTEA(Pointer) - Constructor for class org.bytedeco.ffmpeg.avutil.AVXTEA
-
Pointer cast constructor.