| 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.avformat.av_apply_bitstream_filters(avcodec.AVCodecContext, avcodec.AVPacket, avcodec.AVBitStreamFilterContext) |
| org.bytedeco.javacpp.avcodec.av_audio_resample_init(int, int, int, int, int, int, int, int, int, double) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_close(avcodec.AVBitStreamFilterContext) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, BytePointer, byte[], int[], byte[], int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, BytePointer, ByteBuffer, IntBuffer, ByteBuffer, int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, BytePointer, BytePointer, IntPointer, BytePointer, int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, BytePointer, PointerPointer, IntPointer, BytePointer, int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, String, byte[], int[], byte[], int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, String, ByteBuffer, IntBuffer, ByteBuffer, int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_filter(avcodec.AVBitStreamFilterContext, avcodec.AVCodecContext, String, BytePointer, IntPointer, BytePointer, int, int) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_init(BytePointer) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_init(String) |
| org.bytedeco.javacpp.avcodec.av_bitstream_filter_next(avcodec.AVBitStreamFilter) |
| org.bytedeco.javacpp.avformat.av_demuxer_open(avformat.AVFormatContext) |
| org.bytedeco.javacpp.avcodec.av_dup_packet(avcodec.AVPacket)
Use av_packet_ref
|
| org.bytedeco.javacpp.avfilter.av_filter_next(avfilter.AVFilter) |
| org.bytedeco.javacpp.avfilter.av_filter_next(PointerPointer)
use avfilter_next()
|
| org.bytedeco.javacpp.avformat.av_format_get_open_cb(avformat.AVFormatContext) |
| org.bytedeco.javacpp.avformat.av_format_set_open_cb(avformat.AVFormatContext, avformat.AVOpenCallback) |
| org.bytedeco.javacpp.avcodec.av_free_packet(avcodec.AVPacket)
Use av_packet_unref
|
| 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.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.avcodec.av_picture_copy(avcodec.AVPicture, avcodec.AVPicture, int, int, int)
av_image_copy() instead.
|
| org.bytedeco.javacpp.avcodec.av_picture_crop(avcodec.AVPicture, avcodec.AVPicture, int, int, int)
unused
|
| org.bytedeco.javacpp.avcodec.av_picture_pad(avcodec.AVPicture, avcodec.AVPicture, int, int, int, int, int, int, int, int[]) |
| org.bytedeco.javacpp.avcodec.av_picture_pad(avcodec.AVPicture, avcodec.AVPicture, int, int, int, int, int, int, int, IntBuffer) |
| org.bytedeco.javacpp.avcodec.av_picture_pad(avcodec.AVPicture, avcodec.AVPicture, int, int, int, int, int, int, int, IntPointer)
unused
|
| org.bytedeco.javacpp.avcodec.av_register_bitstream_filter(avcodec.AVBitStreamFilter) |
| 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.avcodec.avcodec_copy_context(avcodec.AVCodecContext, avcodec.AVCodecContext)
The semantics of this function are ill-defined and it should not
be used. If you need to transfer the stream parameters from one codec context
to another, use an intermediate AVCodecParameters instance and the
avcodec_parameters_from_context() / avcodec_parameters_to_context()
functions.
|
| org.bytedeco.javacpp.avcodec.avcodec_decode_audio4(avcodec.AVCodecContext, avutil.AVFrame, int[], avcodec.AVPacket) |
| org.bytedeco.javacpp.avcodec.avcodec_decode_audio4(avcodec.AVCodecContext, avutil.AVFrame, IntBuffer, avcodec.AVPacket) |
| org.bytedeco.javacpp.avcodec.avcodec_decode_audio4(avcodec.AVCodecContext, avutil.AVFrame, IntPointer, avcodec.AVPacket)
Use avcodec_send_packet() and avcodec_receive_frame().
|
| org.bytedeco.javacpp.avcodec.avcodec_decode_video2(avcodec.AVCodecContext, avutil.AVFrame, int[], avcodec.AVPacket) |
| org.bytedeco.javacpp.avcodec.avcodec_decode_video2(avcodec.AVCodecContext, avutil.AVFrame, IntBuffer, avcodec.AVPacket) |
| org.bytedeco.javacpp.avcodec.avcodec_decode_video2(avcodec.AVCodecContext, avutil.AVFrame, IntPointer, avcodec.AVPacket)
Use avcodec_send_packet() and avcodec_receive_frame().
|
| org.bytedeco.javacpp.avcodec.avcodec_encode_audio2(avcodec.AVCodecContext, avcodec.AVPacket, avutil.AVFrame, int[]) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_audio2(avcodec.AVCodecContext, avcodec.AVPacket, avutil.AVFrame, IntBuffer) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_audio2(avcodec.AVCodecContext, avcodec.AVPacket, avutil.AVFrame, IntPointer)
use avcodec_send_frame()/avcodec_receive_packet() instead
|
| org.bytedeco.javacpp.avcodec.avcodec_encode_video2(avcodec.AVCodecContext, avcodec.AVPacket, avutil.AVFrame, int[]) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_video2(avcodec.AVCodecContext, avcodec.AVPacket, avutil.AVFrame, IntBuffer) |
| org.bytedeco.javacpp.avcodec.avcodec_encode_video2(avcodec.AVCodecContext, avcodec.AVPacket, avutil.AVFrame, IntPointer)
use avcodec_send_frame()/avcodec_receive_packet() instead
|
| org.bytedeco.javacpp.avcodec.avcodec_find_best_pix_fmt_of_2(int, int, int, int, IntPointer)
see av_find_best_pix_fmt_of_2()
|
| org.bytedeco.javacpp.avcodec.avcodec_find_best_pix_fmt2(int, int, int, int, int[]) |
| org.bytedeco.javacpp.avcodec.avcodec_find_best_pix_fmt2(int, int, int, int, IntBuffer) |
| org.bytedeco.javacpp.avcodec.avcodec_find_best_pix_fmt2(int, int, int, int, IntPointer) |
| org.bytedeco.javacpp.avcodec.avcodec_get_context_defaults3(avcodec.AVCodecContext, avcodec.AVCodec)
This function should not be used, as closing and opening a codec
context multiple time is not supported. A new codec context should be
allocated for each new use.
|
| 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_pix_fmt_loss(int, int, int)
see av_get_pix_fmt_loss()
|
| 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_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_init_filter(avfilter.AVFilterContext, BytePointer, Pointer) |
| org.bytedeco.javacpp.avfilter.avfilter_init_filter(avfilter.AVFilterContext, String, Pointer) |
| org.bytedeco.javacpp.avfilter.avfilter_link_set_closed(avfilter.AVFilterLink, int)
applications are not supposed to mess with links, they should
close the sinks.
|
| 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_uninit() |
| org.bytedeco.javacpp.avcodec.avpicture_alloc(avcodec.AVPicture, int, int, int)
unused
|
| org.bytedeco.javacpp.avcodec.avpicture_fill(avcodec.AVPicture, byte[], int, int, int) |
| org.bytedeco.javacpp.avcodec.avpicture_fill(avcodec.AVPicture, ByteBuffer, int, int, int) |
| org.bytedeco.javacpp.avcodec.avpicture_fill(avcodec.AVPicture, BytePointer, int, int, int)
use av_image_fill_arrays() instead.
|
| org.bytedeco.javacpp.avcodec.avpicture_free(avcodec.AVPicture)
unused
|
| org.bytedeco.javacpp.avcodec.avpicture_get_size(int, int, int)
use av_image_get_buffer_size() instead.
|
| org.bytedeco.javacpp.avcodec.avpicture_layout(avcodec.AVPicture, int, int, int, byte[], int) |
| org.bytedeco.javacpp.avcodec.avpicture_layout(avcodec.AVPicture, int, int, int, ByteBuffer, int) |
| org.bytedeco.javacpp.avcodec.avpicture_layout(avcodec.AVPicture, int, int, int, BytePointer, int)
use av_image_copy_to_buffer() instead.
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.b_frame_strategy()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.b_sensitivity()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.border_masking()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.brd_scale()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.Rtp_callback_AVCodecContext_Pointer_int_int.call(avcodec.AVCodecContext, Pointer, int, int) |
| org.bytedeco.javacpp.avformat.AVFormatContext.Open_cb_AVFormatContext_PointerPointer_BytePointer_int_AVIOInterruptCB_PointerPointer.call(avformat.AVFormatContext, PointerPointer, BytePointer, int, avformat.AVIOInterruptCB, PointerPointer) |
| org.bytedeco.javacpp.avcodec.AVCodecContext.chromaoffset()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.codec_name() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.codec_name(int)
this field is not used for anything in libavcodec
|
| org.bytedeco.javacpp.avformat.AVStream.codec()
use the codecpar struct instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.coded_frame()
use the quality factor packet side data instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.coder_type()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.context_model()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVPacket.convergence_duration()
Same as the duration field, but as int64_t. This was required
for Matroska subtitles, whose duration values could overflow when the
duration field was still an int.
|
| org.bytedeco.javacpp.avcodec.AVCodecParserContext.convergence_duration()
unused
|
| org.bytedeco.javacpp.avcodec.AVPicture.data() |
| org.bytedeco.javacpp.avcodec.AVPicture.data(int) |
| org.bytedeco.javacpp.avutil.AVComponentDescriptor.depth_minus1() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.dtg_active_format()
Deprecated in favor of AVSideData
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.error_rate()
use the 'error_rate' private AVOption of the mpegvideo
encoders
|
| org.bytedeco.javacpp.avutil.AVFrame.error() |
| org.bytedeco.javacpp.avutil.AVFrame.error(int)
unused
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.frame_bits()
this field is unused
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.frame_skip_cmp()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.frame_skip_exp()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.frame_skip_factor()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.frame_skip_threshold()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.header_bits() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.i_count() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.i_tex_bits() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.inter_quant_bias()
use encoder private option instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.intra_quant_bias()
use encoder private option instead
|
| org.bytedeco.javacpp.avcodec.AVPicture.linesize() |
| org.bytedeco.javacpp.avcodec.AVPicture.linesize(int) |
| org.bytedeco.javacpp.avcodec.AVCodecContext.lmax()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.lmin()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.max_prediction_order()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.mb_threshold()
this field is unused
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.me_method()
use codec private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.me_penalty_compensation()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.me_threshold()
this field is unused
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.min_prediction_order()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.misc_bits() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.mpeg_quant()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.mv_bits() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.noise_reduction()
use encoder private options instead
|
| org.bytedeco.javacpp.avutil.AVComponentDescriptor.offset_plus1() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.p_count() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.p_tex_bits() |
| org.bytedeco.javacpp.avcodec.AVSubtitleRect.pict()
unused
|
| org.bytedeco.javacpp.avutil.AVFrame.pkt_pts()
use the pts field instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.pre_me()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.prediction_method()
use encoder private options instead
|
| org.bytedeco.javacpp.avformat.AVStream.pts()
this field is unused
|
| org.bytedeco.javacpp.avutil.AVFrame.qscale_table() |
| org.bytedeco.javacpp.avutil.AVFrame.qscale_type() |
| org.bytedeco.javacpp.avutil.AVFrame.qstride() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_buffer_aggressivity()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_eq()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_initial_cplx() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_qmod_amp() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_qmod_freq() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_qsquish()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.rc_strategy()
use codec private option instead
|
| org.bytedeco.javacpp.avutil.AVFrame.reordered_opaque()
in favor of pkt_pts
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.rtp_payload_size()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.scenechange_factor() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.scenechange_threshold()
use encoder private options instead
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.side_data_only_packets()
this field disables the default behaviour and
it is kept only for compatibility.
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.skip_count() |
| org.bytedeco.javacpp.avutil.AVComponentDescriptor.step_minus1() |
| org.bytedeco.javacpp.avcodec.AVCodecContext.stream_codec_tag()
this field is unused
|
| org.bytedeco.javacpp.swscale.sws_addVec(swscale.SwsVector, swscale.SwsVector) |
| org.bytedeco.javacpp.swscale.sws_cloneVec(swscale.SwsVector) |
| org.bytedeco.javacpp.swscale.sws_convVec(swscale.SwsVector, swscale.SwsVector) |
| org.bytedeco.javacpp.swscale.sws_getConstVec(double, int) |
| org.bytedeco.javacpp.swscale.sws_getIdentityVec() |
| org.bytedeco.javacpp.swscale.sws_printVec2(swscale.SwsVector, avutil.AVClass, int) |
| org.bytedeco.javacpp.swscale.sws_shiftVec(swscale.SwsVector, int) |
| org.bytedeco.javacpp.swscale.sws_subVec(swscale.SwsVector, swscale.SwsVector) |
| org.bytedeco.javacpp.avcodec.AVCodecContext.timecode_frame_start()
use encoder private options instead
|
| org.bytedeco.javacpp.avformat.url_feof(avformat.AVIOContext)
use avio_feof()
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.vbv_delay()
this value is now exported as a part of
AV_PKT_DATA_CPB_PROPERTIES packet side data
|
| org.bytedeco.javacpp.avcodec.AVCodecContext.xvmc_acceleration()
XvMC doesn't need it anymore.
|