| org.bytedeco.javacpp.avcodec.audio_resample_close(avcodec.ReSampleContext) |
| org.bytedeco.javacpp.avcodec.audio_resample(avcodec.ReSampleContext, short[], short[], int) |
| org.bytedeco.javacpp.avcodec.audio_resample(avcodec.ReSampleContext, ShortBuffer, ShortBuffer, int) |
| org.bytedeco.javacpp.avcodec.audio_resample(avcodec.ReSampleContext, ShortPointer, ShortPointer, int) |
| org.bytedeco.javacpp.avcodec.av_audio_resample_init(int, int, int, int, int, int, int, int, int, double) |
| org.bytedeco.javacpp.avfilter.av_buffersink_get_buffer_ref(avfilter.AVFilterContext, avfilter.AVFilterBufferRef, int) |
| org.bytedeco.javacpp.avfilter.av_buffersink_get_buffer_ref(avfilter.AVFilterContext, PointerPointer, int) |
| org.bytedeco.javacpp.avfilter.av_buffersink_poll_frame(avfilter.AVFilterContext) |
| org.bytedeco.javacpp.avfilter.av_buffersink_read_samples(avfilter.AVFilterContext, avfilter.AVFilterBufferRef, int) |
| org.bytedeco.javacpp.avfilter.av_buffersink_read_samples(avfilter.AVFilterContext, PointerPointer, int) |
| org.bytedeco.javacpp.avfilter.av_buffersink_read(avfilter.AVFilterContext, avfilter.AVFilterBufferRef) |
| org.bytedeco.javacpp.avfilter.av_buffersink_read(avfilter.AVFilterContext, PointerPointer) |
| org.bytedeco.javacpp.avfilter.av_buffersrc_buffer(avfilter.AVFilterContext, avfilter.AVFilterBufferRef)
use av_buffersrc_write_frame() or av_buffersrc_add_frame()
|
| org.bytedeco.javacpp.avformat.av_close_input_file(avformat.AVFormatContext)
use avformat_close_input()
Close a media file (but not its codecs).
|
| org.bytedeco.javacpp.avformat.av_demuxer_open(avformat.AVFormatContext) |
| org.bytedeco.javacpp.avcodec.av_destruct_packet(avcodec.AVPacket)
use the AVBuffer API instead
|
| org.bytedeco.javacpp.avfilter.av_filter_next(avfilter.AVFilter) |
| org.bytedeco.javacpp.avfilter.av_filter_next(PointerPointer)
use avfilter_next()
|
| org.bytedeco.javacpp.avutil.av_find_opt(Pointer, BytePointer, BytePointer, int, int)
use av_opt_find.
|
| org.bytedeco.javacpp.avutil.av_find_opt(Pointer, String, String, int, int) |
| org.bytedeco.javacpp.avformat.av_find_stream_info(avformat.AVFormatContext)
use avformat_find_stream_info.
|
| org.bytedeco.javacpp.avutil.av_get_bits_per_sample_fmt(int)
Use av_get_bytes_per_sample() instead.
|
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, BytePointer, avutil.AVOption, byte[], int) |
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, BytePointer, avutil.AVOption, ByteBuffer, int) |
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, BytePointer, avutil.AVOption, BytePointer, int) |
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, BytePointer, PointerPointer, BytePointer, int) |
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, String, avutil.AVOption, byte[], int) |
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, String, avutil.AVOption, ByteBuffer, int) |
| org.bytedeco.javacpp.avutil.av_get_string(Pointer, String, avutil.AVOption, BytePointer, int) |
| org.bytedeco.javacpp.avcodec.av_log_ask_for_sample(Pointer, BytePointer)
Use avpriv_request_sample() instead.
|
| org.bytedeco.javacpp.avcodec.av_log_ask_for_sample(Pointer, String) |
| org.bytedeco.javacpp.avcodec.av_log_missing_feature(Pointer, BytePointer, int)
Use avpriv_report_missing_feature() instead.
|
| org.bytedeco.javacpp.avcodec.av_log_missing_feature(Pointer, String, int) |
| org.bytedeco.javacpp.avformat.av_new_stream(avformat.AVFormatContext, int) |
| org.bytedeco.javacpp.avutil.av_next_option(Pointer, avutil.AVOption) |
| org.bytedeco.javacpp.avutil.av_opt_set_defaults2(Pointer, int, int) |
| org.bytedeco.javacpp.avutil.av_parse_cpu_flags(BytePointer) |
| org.bytedeco.javacpp.avutil.av_parse_cpu_flags(String) |
| org.bytedeco.javacpp.avcodec.av_parser_change(avcodec.AVCodecParserContext, avcodec.AVCodecContext, PointerPointer, IntPointer, BytePointer, int, int)
use AVBitStreamFilter
|
| org.bytedeco.javacpp.avutil.av_pix_fmt_descriptors() |
| org.bytedeco.javacpp.avutil.av_pix_fmt_descriptors(int) |
| org.bytedeco.javacpp.avformat.av_read_packet(avformat.AVFormatContext, avcodec.AVPacket)
use AVFMT_FLAG_NOFILLIN | AVFMT_FLAG_NOPARSE to read raw
unprocessed packets
Read a transport packet from a media file.
This function is obsolete and should never be used.
Use av_read_frame() instead.
|
| org.bytedeco.javacpp.avcodec.av_resample_close(avcodec.AVResampleContext) |
| org.bytedeco.javacpp.avcodec.av_resample_compensate(avcodec.AVResampleContext, int, int) |
| org.bytedeco.javacpp.avcodec.av_resample_init(int, int, int, int, int, double) |
| org.bytedeco.javacpp.avcodec.av_resample(avcodec.AVResampleContext, short[], short[], int[], int, int, int) |
| org.bytedeco.javacpp.avcodec.av_resample(avcodec.AVResampleContext, ShortBuffer, ShortBuffer, IntBuffer, int, int, int) |
| org.bytedeco.javacpp.avcodec.av_resample(avcodec.AVResampleContext, ShortPointer, ShortPointer, IntPointer, int, int, int) |
| org.bytedeco.javacpp.avutil.av_set_cpu_flags_mask(int) |
| org.bytedeco.javacpp.avutil.av_set_double(Pointer, BytePointer, double) |
| org.bytedeco.javacpp.avutil.av_set_double(Pointer, String, double) |
| org.bytedeco.javacpp.avutil.av_set_int(Pointer, BytePointer, long) |
| org.bytedeco.javacpp.avutil.av_set_int(Pointer, String, long) |
| org.bytedeco.javacpp.avformat.av_set_pts_info(avformat.AVStream, int, int, int)
this function is not supposed to be called outside of lavf
|
| org.bytedeco.javacpp.avutil.av_set_q(Pointer, BytePointer, avutil.AVRational) |
| org.bytedeco.javacpp.avutil.av_set_q(Pointer, String, avutil.AVRational) |
| org.bytedeco.javacpp.avutil.av_set_string3(Pointer, BytePointer, BytePointer, int, avutil.AVOption) |
| org.bytedeco.javacpp.avutil.av_set_string3(Pointer, BytePointer, BytePointer, int, PointerPointer)
use av_opt_set()
|
| org.bytedeco.javacpp.avutil.av_set_string3(Pointer, String, String, int, avutil.AVOption) |
| org.bytedeco.javacpp.avcodec.avcodec_alloc_frame()
use av_frame_alloc()
|
| org.bytedeco.javacpp.avcodec.avcodec_decode_audio3(avcodec.AVCodecContext, short[], int[], avcodec.AVPacket) |
| org.bytedeco.javacpp.avcodec.avcodec_decode_audio3(avcodec.AVCodecContext, ShortBuffer, IntBuffer, avcodec.AVPacket) |
| org.bytedeco.javacpp.avcodec.avcodec_decode_audio3(avcodec.AVCodecContext, ShortPointer, IntPointer, avcodec.AVPacket)
Use avcodec_decode_audio4 instead.
Decode the audio frame of size avpkt->size from avpkt->data into samples.
Some decoders may support multiple frames in a single AVPacket, such
decoders would then just decode the first frame. In this case,
avcodec_decode_audio3 has to be called again with an AVPacket that contains
the remaining data in order to decode the second frame etc.
If no frame
could be outputted, frame_size_ptr is zero. Otherwise, it is the
decompressed frame size in bytes.
|
| org.bytedeco.javacpp.avcodec.avcodec_default_get_buffer(avcodec.AVCodecContext, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.avcodec_default_reget_buffer(avcodec.AVCodecContext, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.avcodec_default_release_buffer(avcodec.AVCodecContext, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_audio(avcodec.AVCodecContext, byte[], int, short[]) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_audio(avcodec.AVCodecContext, ByteBuffer, int, ShortBuffer) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_audio(avcodec.AVCodecContext, BytePointer, int, ShortPointer)
Use avcodec_encode_audio2 instead.
|
| org.bytedeco.javacpp.avcodec.avcodec_encode_video(avcodec.AVCodecContext, byte[], int, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_video(avcodec.AVCodecContext, ByteBuffer, int, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_video(avcodec.AVCodecContext, BytePointer, int, avutil.AVFrame)
use avcodec_encode_video2() instead.
Encode a video frame from pict into buf.
The input picture should be
stored using a specific format, namely avctx.pix_fmt.
|
| org.bytedeco.javacpp.avcodec.avcodec_free_frame(avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.avcodec_free_frame(PointerPointer)
use av_frame_free()
|
| org.bytedeco.javacpp.avcodec.avcodec_get_edge_width()
CODEC_FLAG_EMU_EDGE is deprecated, so this function is no longer
needed
|
| org.bytedeco.javacpp.avcodec.avcodec_get_frame_defaults(avutil.AVFrame)
use av_frame_unref()
|
| org.bytedeco.javacpp.avcodec.avcodec_set_dimensions(avcodec.AVCodecContext, int, int)
this function is not supposed to be used from outside of lavc
|
| org.bytedeco.javacpp.avfilter.avfilter_copy_buf_props(avutil.AVFrame, avfilter.AVFilterBufferRef) |
| org.bytedeco.javacpp.avfilter.avfilter_copy_buffer_ref_props(avfilter.AVFilterBufferRef, avfilter.AVFilterBufferRef) |
| org.bytedeco.javacpp.avfilter.avfilter_copy_frame_props(avfilter.AVFilterBufferRef, avutil.AVFrame) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(byte[], int, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(ByteBuffer, int, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(BytePointer, int, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays_channels(PointerPointer, int, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays(byte[], int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays(ByteBuffer, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays(BytePointer, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_audio_buffer_ref_from_arrays(PointerPointer, int, int, int, int, long) |
| org.bytedeco.javacpp.avfilter.avfilter_get_video_buffer_ref_from_arrays(byte[], int[], int, int, int, int) |
| org.bytedeco.javacpp.avfilter.avfilter_get_video_buffer_ref_from_arrays(ByteBuffer, IntBuffer, int, int, int, int) |
| org.bytedeco.javacpp.avfilter.avfilter_get_video_buffer_ref_from_arrays(BytePointer, IntPointer, int, int, int, int) |
| org.bytedeco.javacpp.avfilter.avfilter_get_video_buffer_ref_from_arrays(PointerPointer, IntPointer, int, int, int, int) |
| org.bytedeco.javacpp.avfilter.avfilter_graph_add_filter(avfilter.AVFilterGraph, avfilter.AVFilterContext)
use avfilter_graph_alloc_filter() to allocate a filter in a
filter graph
|
| org.bytedeco.javacpp.avfilter.avfilter_graph_parse(avfilter.AVFilterGraph, BytePointer, avfilter.AVFilterInOut, avfilter.AVFilterInOut, Pointer) |
| org.bytedeco.javacpp.avfilter.avfilter_graph_parse(avfilter.AVFilterGraph, BytePointer, PointerPointer, PointerPointer, Pointer)
Use avfilter_graph_parse_ptr() instead.
|
| org.bytedeco.javacpp.avfilter.avfilter_graph_parse(avfilter.AVFilterGraph, String, avfilter.AVFilterInOut, avfilter.AVFilterInOut, Pointer) |
| org.bytedeco.javacpp.avfilter.avfilter_init_filter(avfilter.AVFilterContext, BytePointer, Pointer) |
| org.bytedeco.javacpp.avfilter.avfilter_init_filter(avfilter.AVFilterContext, String, Pointer) |
| org.bytedeco.javacpp.avfilter.avfilter_open(avfilter.AVFilterContext, avfilter.AVFilter, BytePointer) |
| org.bytedeco.javacpp.avfilter.avfilter_open(avfilter.AVFilterContext, avfilter.AVFilter, String) |
| org.bytedeco.javacpp.avfilter.avfilter_open(PointerPointer, avfilter.AVFilter, BytePointer)
use avfilter_graph_alloc_filter() instead
|
| org.bytedeco.javacpp.avfilter.avfilter_ref_buffer(avfilter.AVFilterBufferRef, int) |
| org.bytedeco.javacpp.avfilter.avfilter_ref_get_channels(avfilter.AVFilterBufferRef) |
| org.bytedeco.javacpp.avfilter.avfilter_uninit() |
| org.bytedeco.javacpp.avfilter.avfilter_unref_buffer(avfilter.AVFilterBufferRef) |
| org.bytedeco.javacpp.avfilter.avfilter_unref_bufferp(avfilter.AVFilterBufferRef) |
| org.bytedeco.javacpp.avfilter.avfilter_unref_bufferp(PointerPointer) |
| org.bytedeco.javacpp.avformat.avformat_alloc_output_context(BytePointer, avformat.AVOutputFormat, BytePointer)
deprecated in favor of avformat_alloc_output_context2()
|
| org.bytedeco.javacpp.avformat.avformat_alloc_output_context(String, avformat.AVOutputFormat, String) |
| org.bytedeco.javacpp.avcodec.avpicture_deinterlace(avcodec.AVPicture, avcodec.AVPicture, int, int, int)
- use yadif (in libavfilter) instead
|
| org.bytedeco.javacpp.avutil.AVFrame.base() |
| org.bytedeco.javacpp.avutil.AVFrame.base(int) |
| org.bytedeco.javacpp.avutil.AVFrame.buffer_hints() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.Get_buffer_AVCodecContext_AVFrame.call(avcodec.AVCodecContext, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.AVCodecContext.Release_buffer_AVCodecContext_AVFrame.call(avcodec.AVCodecContext, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.AVCodecContext.Reget_buffer_AVCodecContext_AVFrame.call(avcodec.AVCodecContext, avutil.AVFrame) |
| org.bytedeco.javacpp.avcodec.AVPacket.Destruct_AVPacket.call(avcodec.AVPacket) |
| org.bytedeco.javacpp.avutil.AVFrame.dct_coeff() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.error_rate()
use the 'error_rate' private AVOption of the mpegvideo
encoders
|
| org.bytedeco.javacpp.avfilter.AVFilterGraph.filter_count_unused() |
| org.bytedeco.javacpp.avutil.AVFrame.hwaccel_picture_private()
this field is unused
|
| org.bytedeco.javacpp.avfilter.AVFilterContext.input_count()
use nb_inputs
|
| org.bytedeco.javacpp.avutil.AVFrame.mb_type() |
| org.bytedeco.javacpp.avutil.AVFrame.mbskip_table() |
| org.bytedeco.javacpp.avfilter.AVFilterPad.min_perms() |
| org.bytedeco.javacpp.avutil.AVFrame.motion_subsample_log2() |
| org.bytedeco.javacpp.avutil.AVFrame.motion_val() |
| org.bytedeco.javacpp.avutil.AVFrame.motion_val(int, int, int) |
| org.bytedeco.javacpp.avfilter.AVFilterContext.output_count()
use nb_outputs
|
| org.bytedeco.javacpp.avutil.AVFrame.owner() |
| org.bytedeco.javacpp.avutil.AVFrame.pan_scan() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.pkt()
this field is not supposed to be accessed from outside lavc
|
| org.bytedeco.javacpp.avcodec.AVPacket.priv() |
| org.bytedeco.javacpp.avutil.AVFrame.qscale_table() |
| org.bytedeco.javacpp.avutil.AVFrame.qscale_type() |
| org.bytedeco.javacpp.avutil.AVFrame.qstride() |
| org.bytedeco.javacpp.avutil.AVFrame.ref_index() |
| org.bytedeco.javacpp.avutil.AVFrame.ref_index(int) |
| org.bytedeco.javacpp.avutil.AVFrame.reference() |
| org.bytedeco.javacpp.avfilter.AVFilterPad.rej_perms() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.reordered_opaque()
in favor of pkt_pts
- encoding: unused
- decoding: Set by user.
|
| org.bytedeco.javacpp.avutil.AVFrame.reordered_opaque()
in favor of pkt_pts
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.request_channels()
Deprecated in favor of request_channel_layout.
|
| org.bytedeco.javacpp.swscale.sws_getContext(int, int, int, int, int, int, int, swscale.SwsFilter, swscale.SwsFilter, DoublePointer)
Use sws_getCachedContext() instead.
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.thread_opaque()
this field should not be used from outside of lavc
|
| org.bytedeco.javacpp.avutil.AVFrame.thread_opaque() |
| org.bytedeco.javacpp.avutil.AVFrame.type() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.xvmc_acceleration()
XvMC doesn't need it anymore.
|