diff options
Diffstat (limited to 'media/ffvpx/libavutil/avutil.symbols')
-rw-r--r-- | media/ffvpx/libavutil/avutil.symbols | 65 |
1 files changed, 27 insertions, 38 deletions
diff --git a/media/ffvpx/libavutil/avutil.symbols b/media/ffvpx/libavutil/avutil.symbols index ede2ff9ac3..f3f85eca4c 100644 --- a/media/ffvpx/libavutil/avutil.symbols +++ b/media/ffvpx/libavutil/avutil.symbols @@ -26,11 +26,20 @@ av_buffer_pool_get av_buffer_pool_init av_buffer_pool_uninit av_buffer_realloc +av_buffer_replace av_buffer_ref av_buffer_unref av_calloc +av_channel_layout_check +av_channel_layout_copy +av_channel_layout_compare av_channel_layout_extract_channel +av_channel_layout_describe +av_channel_layout_from_mask +av_channel_layout_uninit av_chroma_location_name +av_chroma_location_enum_to_pos +av_chroma_location_pos_to_enum av_color_primaries_name av_color_range_name av_color_space_name @@ -42,7 +51,6 @@ av_crc av_crc_get_table av_crc_init av_d2q -av_d2str av_default_get_category av_default_item_name av_dict_copy @@ -50,6 +58,7 @@ av_dict_count av_dict_free av_dict_get av_dict_get_string +av_dict_iterate av_dict_parse_string av_dict_set av_dict_set_int @@ -64,20 +73,26 @@ av_expr_free av_expr_parse av_expr_parse_and_eval av_fast_malloc +av_fast_mallocz av_fast_realloc av_fifo_alloc +av_fifo_alloc2 av_fifo_alloc_array +av_fifo_can_read av_fifo_drain av_fifo_free av_fifo_freep +av_fifo_freep2 av_fifo_generic_peek av_fifo_generic_read av_fifo_generic_write av_fifo_grow av_fifo_realloc2 +av_fifo_read av_fifo_reset av_fifo_size av_fifo_space +av_fifo_write av_find_best_pix_fmt_of_2 av_find_info_tag av_find_nearest_q_idx @@ -89,39 +104,16 @@ av_frame_clone av_frame_copy av_frame_copy_props av_frame_free -av_frame_get_best_effort_timestamp av_frame_get_buffer -av_frame_get_channel_layout -av_frame_get_channels -av_frame_get_color_range -av_frame_get_colorspace -av_frame_get_decode_error_flags -av_frame_get_metadata -av_frame_get_pkt_duration -av_frame_get_pkt_pos -av_frame_get_pkt_size av_frame_get_plane_buffer -av_frame_get_qp_table -av_frame_get_sample_rate av_frame_get_side_data av_frame_is_writable av_frame_make_writable av_frame_move_ref av_frame_new_side_data +av_frame_new_side_data_from_buf av_frame_ref av_frame_remove_side_data -av_frame_set_best_effort_timestamp -av_frame_set_channel_layout -av_frame_set_channels -av_frame_set_color_range -av_frame_set_colorspace -av_frame_set_decode_error_flags -av_frame_set_metadata -av_frame_set_pkt_duration -av_frame_set_pkt_pos -av_frame_set_pkt_size -av_frame_set_qp_table -av_frame_set_sample_rate av_frame_side_data_name av_frame_unref av_free @@ -136,7 +128,6 @@ av_get_channel_layout_channel_index av_get_channel_layout_nb_channels av_get_channel_layout_string av_get_channel_name -av_get_colorspace_name av_get_cpu_flags av_get_default_channel_layout av_get_known_color_name @@ -158,6 +149,9 @@ av_get_token av_gettime av_gettime_relative av_gettime_relative_is_monotonic +av_hwdevice_get_hwframe_constraints +av_hwdevice_hwconfig_alloc +av_hwframe_constraints_free av_hwframe_get_buffer av_image_alloc av_image_check_sar @@ -170,14 +164,13 @@ av_image_fill_arrays av_image_fill_linesizes av_image_fill_max_pixsteps av_image_fill_pointers +av_image_fill_plane_sizes av_image_get_buffer_size av_image_get_linesize av_int_list_length_for_size av_log -#ifndef MOZ_FFVPX_FLACONLY av_log2 av_log2_16bit -#endif av_log_default_callback av_log_format_line av_log_get_flags @@ -194,7 +187,6 @@ av_memcpy_backptr av_memdup av_mul_q av_nearer_q -av_opt_child_class_next av_opt_child_next av_opt_copy av_opt_eval_double @@ -245,7 +237,6 @@ av_opt_set_video_rate av_opt_show2 av_parse_color av_parse_cpu_caps -av_parse_cpu_flags av_parse_ratio av_parse_time av_parse_video_rate @@ -276,7 +267,6 @@ av_samples_copy av_samples_fill_arrays av_samples_get_buffer_size av_samples_set_silence -av_set_cpu_flags_mask av_set_options_string av_small_strptime av_strcasecmp @@ -297,9 +287,8 @@ av_sub_q av_timegm av_usleep av_utf8_decode -av_util_ffversion av_vbprintf -av_version_info +av_video_enc_params_create_side_data av_vlog av_write_image_line avpriv_alloc_fixed_dsp @@ -308,10 +297,7 @@ avpriv_report_missing_feature avpriv_request_sample avpriv_scalarproduct_float_c avpriv_set_systematic_pal2 -avutil_configuration -avutil_license -avutil_version -#ifdef XP_WIN +#if defined(XP_WIN) && !defined(_ARM64_) avpriv_emms_asm #endif avpriv_slicethread_create @@ -320,5 +306,8 @@ avpriv_slicethread_free av_hwdevice_get_type_name av_hwframe_ctx_alloc av_hwframe_ctx_init +av_hwdevice_ctx_alloc +av_hwdevice_ctx_init +av_hwframe_transfer_get_formats +av_hwdevice_ctx_create_derived av_malloc_array -av_mallocz_array |