[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062276: libdv: NMU diff for 64-bit time_t transition



Source: libdv
Version: 1.0.0-17
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libdv as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libdv
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libdv-1.0.0/debian/changelog libdv-1.0.0/debian/changelog
--- libdv-1.0.0/debian/changelog	2023-12-15 10:21:03.000000000 +0000
+++ libdv-1.0.0/debian/changelog	2024-02-01 00:05:30.000000000 +0000
@@ -1,3 +1,10 @@
+libdv (1.0.0-17.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 00:05:30 +0000
+
 libdv (1.0.0-17) unstable; urgency=medium
 
   * QA upload.
diff -Nru libdv-1.0.0/debian/control libdv-1.0.0/debian/control
--- libdv-1.0.0/debian/control	2023-12-10 00:36:31.000000000 +0000
+++ libdv-1.0.0/debian/control	2024-02-01 00:05:30.000000000 +0000
@@ -37,7 +37,10 @@
  (encodedv), transferring DV data (dvconnect) and insert audio into a DV
  stream (dubdv).
 
-Package: libdv4
+Package: libdv4t64
+Provides: ${t64:Provides}
+Replaces: libdv4
+Breaks: libdv4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -61,7 +64,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libdv4 (= ${binary:Version}),
+ libdv4t64 (= ${binary:Version}),
  libpopt-dev,
  ${misc:Depends},
 Recommends:
diff -Nru libdv-1.0.0/debian/libdv4.README.Debian libdv-1.0.0/debian/libdv4.README.Debian
--- libdv-1.0.0/debian/libdv4.README.Debian	2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.README.Debian	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-Notes on libdv for Debian
-=========================
-
-On the i386 architecture, the shared library version of libdv does not comprise
-of position-independent code only. While not desirable in general, this choice
-was done on purpose by the upstream developers for some performance critical
-routines that contain hand-optimized assembler code. As such, it meets an
-exceptio for position-dependent code in shared libraries granted in section
-10.2 of Debian policy (version 3.7.2). It was discussed in report #175077 in
-the Debian bug tracking system. The difficulties of converting the assembly
-part to position-independent code have been discussed on the debian-devel
-mailing list in <20030110165246.GC1494@neljae> and follow-ups. In the meantime,
-folks over at Gentoo (Mike Frysinger?) have managed to come up with a
-working patch that turns the i386 assembly into position-independent code
-(cf. http://bugs.gentoo.org/show_bug.cgi?id=121871). As this patch is quite
-intrusive, I've opted not to include it in the Debian package for now, and
-wait on the upstream developers' opinions instead.
-
- -- Daniel Kobras <kobras@debian.org>  Tue, 26 Sep 2006 14:21:55 +0200
diff -Nru libdv-1.0.0/debian/libdv4.docs libdv-1.0.0/debian/libdv4.docs
--- libdv-1.0.0/debian/libdv4.docs	2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-AUTHORS
-NEWS
-README
-README.dvconnect
-README.encoder
-TODO
diff -Nru libdv-1.0.0/debian/libdv4.install libdv-1.0.0/debian/libdv4.install
--- libdv-1.0.0/debian/libdv4.install	2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libdv-1.0.0/debian/libdv4.symbols libdv-1.0.0/debian/libdv4.symbols
--- libdv-1.0.0/debian/libdv4.symbols	2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,167 +0,0 @@
-libdv.so.4 libdv4 #MINVER#
-* Build-Depends-Package: libdv4-dev
- __dv_decode_vlc@Base 1.0.0
- _dv_bitstream_byte_align@Base 1.0.0
- _dv_bitstream_done@Base 1.0.0
- _dv_bitstream_init@Base 1.0.0
- _dv_bitstream_new_buffer@Base 1.0.0
- _dv_bitstream_next_buffer@Base 1.0.0
- _dv_bitstream_set_fill_func@Base 1.0.0
- _dv_dct_248@Base 1.0.0
- _dv_dct_88@Base 1.0.0
- _dv_dct_init@Base 1.0.0
- _dv_idct_88@Base 1.0.0
- _dv_init_qno_start@Base 1.0.0
- _dv_init_vlc_encode_lookup@Base 1.0.0
- _dv_init_vlc_test_lookup@Base 1.0.0
- _dv_prepare_reorder_tables@Base 1.0.0
- _dv_quant@Base 1.0.0
- _dv_quant_248_inverse@Base 1.0.0
- _dv_quant_88_inverse@Base 1.0.0
- _dv_raw_insert_audio@Base 1.0.0
- _dv_vlc_num_bits_block@Base 1.0.0
- _dv_weight_248@Base 1.0.0
- _dv_weight_248_inverse@Base 1.0.0
- _dv_weight_88@Base 1.0.0
- _dv_weight_88_inverse@Base 1.0.0
- _dv_weight_init@Base 1.0.0
- _dv_write_meta_data@Base 1.0.0
- _dv_ycb_fill_macroblock@Base 1.0.0
- dv_YUY2_init@Base 1.0.0
- dv_YV12_init@Base 1.0.0
- dv_audio_correct_errors@Base 1.0.0
- dv_audio_deemphasis@Base 1.0.0
- dv_audio_mix4ch@Base 1.0.0
- dv_audio_new@Base 1.0.0
- dv_calculate_samples@Base 1.0.0
- dv_check_coeff_ranges@Base 1.0.0
- dv_cleanup@Base 1.0.0
- dv_construct_vlc_table@Base 1.0.0
- dv_dct_248_init@Base 1.0.0
- dv_decode_audio_block@Base 1.0.0
- dv_decode_full_audio@Base 1.0.0
- dv_decode_full_frame@Base 1.0.0
- dv_decode_video_segment@Base 1.0.0
- dv_decode_vlc@Base 1.0.0
- dv_decoder_free@Base 1.0.0
- dv_decoder_new@Base 1.0.0
- dv_dump_aaux_as@Base 1.0.0
- dv_dump_audio_header@Base 1.0.0
- dv_enc_get_audio_input_filters@Base 1.0.0
- dv_enc_get_input_filters@Base 1.0.0
- dv_enc_get_output_filters@Base 1.0.0
- dv_enc_register_audio_input_filter@Base 1.0.0
- dv_enc_register_input_filter@Base 1.0.0
- dv_enc_register_output_filter@Base 1.0.0
- dv_enc_rgb_to_ycb@Base 1.0.0
- dv_encode_full_audio@Base 1.0.0
- dv_encode_full_frame@Base 1.0.0
- dv_encode_metadata@Base 1.0.0
- dv_encode_timecode@Base 1.0.0
- dv_encode_videosegment@Base 1.0.0
- dv_encoder_free@Base 1.0.0
- dv_encoder_loop@Base 1.0.0
- dv_encoder_new@Base 1.0.0
- dv_format_letterbox@Base 1.0.0
- dv_format_normal@Base 1.0.0
- dv_format_wide@Base 1.0.0
- dv_frame_changed@Base 1.0.0
- dv_frame_has_audio_errors@Base 1.0.0
- dv_frame_is_color@Base 1.0.0
- dv_get_frequency@Base 1.0.0
- dv_get_num_channels@Base 1.0.0
- dv_get_num_samples@Base 1.0.0
- dv_get_raw_samples@Base 1.0.0
- dv_get_recording_datetime@Base 1.0.0
- dv_get_recording_datetime_tm@Base 1.0.0
- dv_get_ssyb_pack@Base 1.0.0
- dv_get_timestamp@Base 1.0.0
- dv_get_timestamp_int@Base 1.0.0
- dv_get_vaux_pack@Base 1.0.0
- dv_idct_248@Base 1.0.0
- dv_idct_248_prescale@Base 1.0.0
- dv_init@Base 1.0.0
- dv_is_4ch@Base 1.0.0
- dv_is_PAL@Base 1.0.0
- dv_is_new_recording@Base 1.0.0
- dv_is_normal_speed@Base 1.0.0
- dv_is_progressive@Base 1.0.0
- dv_mb411_YUY2@Base 1.0.0
- dv_mb411_YUY2_hh_mmx@Base 1.0.0
- dv_mb411_YUY2_mmx@Base 1.0.0
- dv_mb411_bgr0@Base 1.0.0
- dv_mb411_rgb@Base 1.0.0
- dv_mb411_right_YUY2@Base 1.0.0
- dv_mb411_right_YUY2_hh_mmx@Base 1.0.0
- dv_mb411_right_YUY2_mmx@Base 1.0.0
- dv_mb411_right_bgr0@Base 1.0.0
- dv_mb411_right_rgb@Base 1.0.0
- dv_mb420_YUY2@Base 1.0.0
- dv_mb420_YUY2_hh_mmx@Base 1.0.0
- dv_mb420_YUY2_mmx@Base 1.0.0
- dv_mb420_YV12@Base 1.0.0
- dv_mb420_YV12_mmx@Base 1.0.0
- dv_mb420_bgr0@Base 1.0.0
- dv_mb420_rgb@Base 1.0.0
- dv_opt_usage@Base 1.0.0
- dv_parse_ac_coeffs@Base 1.0.0
- dv_parse_ac_coeffs_pass0@Base 1.0.0
- dv_parse_audio_header@Base 1.0.0
- dv_parse_bit_end@Base 1.0.0
- dv_parse_bit_start@Base 1.0.0
- dv_parse_header@Base 1.0.0
- dv_parse_id@Base 1.0.0
- dv_parse_init@Base 1.0.0
- dv_parse_packs@Base 1.0.0
- dv_parse_video_segment@Base 1.0.0
- dv_place_frame@Base 1.0.0
- dv_place_init@Base 1.0.0
- dv_place_macroblock@Base 1.0.0
- dv_place_video_segment@Base 1.0.0
- dv_quant_248_mul_tab@Base 1.0.0
- dv_quant_88_mul_tab@Base 1.0.0
- dv_quant_init@Base 1.0.0
- dv_quant_offset@Base 1.0.0
- dv_quant_shifts@Base 1.0.0
- dv_reconfigure@Base 1.0.0
- dv_render_video_segment_bgr0@Base 1.0.0
- dv_render_video_segment_rgb@Base 1.0.0
- dv_render_video_segment_yuv@Base 1.0.0
- dv_reorder@Base 1.0.0
- dv_report_video_error@Base 1.0.0
- dv_rgb_init@Base 1.0.0
- dv_set_audio_correction@Base 1.0.0
- dv_set_error_log@Base 1.0.0
- dv_set_mixing_level@Base 1.0.0
- dv_set_quality@Base 1.0.0
- dv_show_statistics@Base 1.0.0
- dv_super_map_horizontal@Base 1.0.0
- dv_super_map_vertical@Base 1.0.0
- dv_system_50_fields@Base 1.0.0
- dv_test12bit_conv@Base 1.0.0
- dv_update_num_samples@Base 1.0.0
- dv_use_mmx@Base 1.0.0
- dv_video_new@Base 1.0.0
- dv_vlc_broken@Base 1.0.0
- dv_vlc_class1_shortcut@Base 1.0.0
- dv_vlc_class_index_mask@Base 1.0.0
- dv_vlc_class_index_rshift@Base 1.0.0
- dv_vlc_class_lookup5@Base 1.0.0
- dv_vlc_classes@Base 1.0.0
- dv_vlc_index_mask@Base 1.0.0
- dv_vlc_index_rshift@Base 1.0.0
- dv_vlc_lookup1@Base 1.0.0
- dv_vlc_lookup2@Base 1.0.0
- dv_vlc_lookup3@Base 1.0.0
- dv_vlc_lookup4@Base 1.0.0
- dv_vlc_lookup5@Base 1.0.0
- dv_vlc_lookups@Base 1.0.0
- dv_weight_inverse_248_matrix@Base 1.0.0
- out_fp@Base 1.0.0
- postSC248@Base 1.0.0
- postSC88@Base 1.0.0
- preSC@Base 1.0.0
- sign_mask@Base 1.0.0
- sign_rshift@Base 1.0.0
- vlc_encode_lookup@Base 1.0.0
- vlc_num_bits_lookup@Base 1.0.0
diff -Nru libdv-1.0.0/debian/libdv4t64.README.Debian libdv-1.0.0/debian/libdv4t64.README.Debian
--- libdv-1.0.0/debian/libdv4t64.README.Debian	1970-01-01 00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.README.Debian	2023-07-22 11:52:02.000000000 +0000
@@ -0,0 +1,19 @@
+Notes on libdv for Debian
+=========================
+
+On the i386 architecture, the shared library version of libdv does not comprise
+of position-independent code only. While not desirable in general, this choice
+was done on purpose by the upstream developers for some performance critical
+routines that contain hand-optimized assembler code. As such, it meets an
+exceptio for position-dependent code in shared libraries granted in section
+10.2 of Debian policy (version 3.7.2). It was discussed in report #175077 in
+the Debian bug tracking system. The difficulties of converting the assembly
+part to position-independent code have been discussed on the debian-devel
+mailing list in <20030110165246.GC1494@neljae> and follow-ups. In the meantime,
+folks over at Gentoo (Mike Frysinger?) have managed to come up with a
+working patch that turns the i386 assembly into position-independent code
+(cf. http://bugs.gentoo.org/show_bug.cgi?id=121871). As this patch is quite
+intrusive, I've opted not to include it in the Debian package for now, and
+wait on the upstream developers' opinions instead.
+
+ -- Daniel Kobras <kobras@debian.org>  Tue, 26 Sep 2006 14:21:55 +0200
diff -Nru libdv-1.0.0/debian/libdv4t64.docs libdv-1.0.0/debian/libdv4t64.docs
--- libdv-1.0.0/debian/libdv4t64.docs	1970-01-01 00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.docs	2023-07-22 11:52:02.000000000 +0000
@@ -0,0 +1,6 @@
+AUTHORS
+NEWS
+README
+README.dvconnect
+README.encoder
+TODO
diff -Nru libdv-1.0.0/debian/libdv4t64.install libdv-1.0.0/debian/libdv4t64.install
--- libdv-1.0.0/debian/libdv4t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.install	2023-07-22 11:52:02.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libdv-1.0.0/debian/libdv4t64.lintian-overrides libdv-1.0.0/debian/libdv4t64.lintian-overrides
--- libdv-1.0.0/debian/libdv4t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.lintian-overrides	2024-02-01 00:05:30.000000000 +0000
@@ -0,0 +1 @@
+libdv4t64: package-name-doesnt-match-sonames libdv4
diff -Nru libdv-1.0.0/debian/libdv4t64.symbols libdv-1.0.0/debian/libdv4t64.symbols
--- libdv-1.0.0/debian/libdv4t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.symbols	2024-02-01 00:05:30.000000000 +0000
@@ -0,0 +1,167 @@
+libdv.so.4 libdv4t64 #MINVER#
+* Build-Depends-Package: libdv4t64-dev
+ __dv_decode_vlc@Base 1.0.0
+ _dv_bitstream_byte_align@Base 1.0.0
+ _dv_bitstream_done@Base 1.0.0
+ _dv_bitstream_init@Base 1.0.0
+ _dv_bitstream_new_buffer@Base 1.0.0
+ _dv_bitstream_next_buffer@Base 1.0.0
+ _dv_bitstream_set_fill_func@Base 1.0.0
+ _dv_dct_248@Base 1.0.0
+ _dv_dct_88@Base 1.0.0
+ _dv_dct_init@Base 1.0.0
+ _dv_idct_88@Base 1.0.0
+ _dv_init_qno_start@Base 1.0.0
+ _dv_init_vlc_encode_lookup@Base 1.0.0
+ _dv_init_vlc_test_lookup@Base 1.0.0
+ _dv_prepare_reorder_tables@Base 1.0.0
+ _dv_quant@Base 1.0.0
+ _dv_quant_248_inverse@Base 1.0.0
+ _dv_quant_88_inverse@Base 1.0.0
+ _dv_raw_insert_audio@Base 1.0.0
+ _dv_vlc_num_bits_block@Base 1.0.0
+ _dv_weight_248@Base 1.0.0
+ _dv_weight_248_inverse@Base 1.0.0
+ _dv_weight_88@Base 1.0.0
+ _dv_weight_88_inverse@Base 1.0.0
+ _dv_weight_init@Base 1.0.0
+ _dv_write_meta_data@Base 1.0.0
+ _dv_ycb_fill_macroblock@Base 1.0.0
+ dv_YUY2_init@Base 1.0.0
+ dv_YV12_init@Base 1.0.0
+ dv_audio_correct_errors@Base 1.0.0
+ dv_audio_deemphasis@Base 1.0.0
+ dv_audio_mix4ch@Base 1.0.0
+ dv_audio_new@Base 1.0.0
+ dv_calculate_samples@Base 1.0.0
+ dv_check_coeff_ranges@Base 1.0.0
+ dv_cleanup@Base 1.0.0
+ dv_construct_vlc_table@Base 1.0.0
+ dv_dct_248_init@Base 1.0.0
+ dv_decode_audio_block@Base 1.0.0
+ dv_decode_full_audio@Base 1.0.0
+ dv_decode_full_frame@Base 1.0.0
+ dv_decode_video_segment@Base 1.0.0
+ dv_decode_vlc@Base 1.0.0
+ dv_decoder_free@Base 1.0.0
+ dv_decoder_new@Base 1.0.0
+ dv_dump_aaux_as@Base 1.0.0
+ dv_dump_audio_header@Base 1.0.0
+ dv_enc_get_audio_input_filters@Base 1.0.0
+ dv_enc_get_input_filters@Base 1.0.0
+ dv_enc_get_output_filters@Base 1.0.0
+ dv_enc_register_audio_input_filter@Base 1.0.0
+ dv_enc_register_input_filter@Base 1.0.0
+ dv_enc_register_output_filter@Base 1.0.0
+ dv_enc_rgb_to_ycb@Base 1.0.0
+ dv_encode_full_audio@Base 1.0.0
+ dv_encode_full_frame@Base 1.0.0
+ dv_encode_metadata@Base 1.0.0
+ dv_encode_timecode@Base 1.0.0
+ dv_encode_videosegment@Base 1.0.0
+ dv_encoder_free@Base 1.0.0
+ dv_encoder_loop@Base 1.0.0
+ dv_encoder_new@Base 1.0.0
+ dv_format_letterbox@Base 1.0.0
+ dv_format_normal@Base 1.0.0
+ dv_format_wide@Base 1.0.0
+ dv_frame_changed@Base 1.0.0
+ dv_frame_has_audio_errors@Base 1.0.0
+ dv_frame_is_color@Base 1.0.0
+ dv_get_frequency@Base 1.0.0
+ dv_get_num_channels@Base 1.0.0
+ dv_get_num_samples@Base 1.0.0
+ dv_get_raw_samples@Base 1.0.0
+ dv_get_recording_datetime@Base 1.0.0
+ dv_get_recording_datetime_tm@Base 1.0.0
+ dv_get_ssyb_pack@Base 1.0.0
+ dv_get_timestamp@Base 1.0.0
+ dv_get_timestamp_int@Base 1.0.0
+ dv_get_vaux_pack@Base 1.0.0
+ dv_idct_248@Base 1.0.0
+ dv_idct_248_prescale@Base 1.0.0
+ dv_init@Base 1.0.0
+ dv_is_4ch@Base 1.0.0
+ dv_is_PAL@Base 1.0.0
+ dv_is_new_recording@Base 1.0.0
+ dv_is_normal_speed@Base 1.0.0
+ dv_is_progressive@Base 1.0.0
+ dv_mb411_YUY2@Base 1.0.0
+ dv_mb411_YUY2_hh_mmx@Base 1.0.0
+ dv_mb411_YUY2_mmx@Base 1.0.0
+ dv_mb411_bgr0@Base 1.0.0
+ dv_mb411_rgb@Base 1.0.0
+ dv_mb411_right_YUY2@Base 1.0.0
+ dv_mb411_right_YUY2_hh_mmx@Base 1.0.0
+ dv_mb411_right_YUY2_mmx@Base 1.0.0
+ dv_mb411_right_bgr0@Base 1.0.0
+ dv_mb411_right_rgb@Base 1.0.0
+ dv_mb420_YUY2@Base 1.0.0
+ dv_mb420_YUY2_hh_mmx@Base 1.0.0
+ dv_mb420_YUY2_mmx@Base 1.0.0
+ dv_mb420_YV12@Base 1.0.0
+ dv_mb420_YV12_mmx@Base 1.0.0
+ dv_mb420_bgr0@Base 1.0.0
+ dv_mb420_rgb@Base 1.0.0
+ dv_opt_usage@Base 1.0.0
+ dv_parse_ac_coeffs@Base 1.0.0
+ dv_parse_ac_coeffs_pass0@Base 1.0.0
+ dv_parse_audio_header@Base 1.0.0
+ dv_parse_bit_end@Base 1.0.0
+ dv_parse_bit_start@Base 1.0.0
+ dv_parse_header@Base 1.0.0
+ dv_parse_id@Base 1.0.0
+ dv_parse_init@Base 1.0.0
+ dv_parse_packs@Base 1.0.0
+ dv_parse_video_segment@Base 1.0.0
+ dv_place_frame@Base 1.0.0
+ dv_place_init@Base 1.0.0
+ dv_place_macroblock@Base 1.0.0
+ dv_place_video_segment@Base 1.0.0
+ dv_quant_248_mul_tab@Base 1.0.0
+ dv_quant_88_mul_tab@Base 1.0.0
+ dv_quant_init@Base 1.0.0
+ dv_quant_offset@Base 1.0.0
+ dv_quant_shifts@Base 1.0.0
+ dv_reconfigure@Base 1.0.0
+ dv_render_video_segment_bgr0@Base 1.0.0
+ dv_render_video_segment_rgb@Base 1.0.0
+ dv_render_video_segment_yuv@Base 1.0.0
+ dv_reorder@Base 1.0.0
+ dv_report_video_error@Base 1.0.0
+ dv_rgb_init@Base 1.0.0
+ dv_set_audio_correction@Base 1.0.0
+ dv_set_error_log@Base 1.0.0
+ dv_set_mixing_level@Base 1.0.0
+ dv_set_quality@Base 1.0.0
+ dv_show_statistics@Base 1.0.0
+ dv_super_map_horizontal@Base 1.0.0
+ dv_super_map_vertical@Base 1.0.0
+ dv_system_50_fields@Base 1.0.0
+ dv_test12bit_conv@Base 1.0.0
+ dv_update_num_samples@Base 1.0.0
+ dv_use_mmx@Base 1.0.0
+ dv_video_new@Base 1.0.0
+ dv_vlc_broken@Base 1.0.0
+ dv_vlc_class1_shortcut@Base 1.0.0
+ dv_vlc_class_index_mask@Base 1.0.0
+ dv_vlc_class_index_rshift@Base 1.0.0
+ dv_vlc_class_lookup5@Base 1.0.0
+ dv_vlc_classes@Base 1.0.0
+ dv_vlc_index_mask@Base 1.0.0
+ dv_vlc_index_rshift@Base 1.0.0
+ dv_vlc_lookup1@Base 1.0.0
+ dv_vlc_lookup2@Base 1.0.0
+ dv_vlc_lookup3@Base 1.0.0
+ dv_vlc_lookup4@Base 1.0.0
+ dv_vlc_lookup5@Base 1.0.0
+ dv_vlc_lookups@Base 1.0.0
+ dv_weight_inverse_248_matrix@Base 1.0.0
+ out_fp@Base 1.0.0
+ postSC248@Base 1.0.0
+ postSC88@Base 1.0.0
+ preSC@Base 1.0.0
+ sign_mask@Base 1.0.0
+ sign_rshift@Base 1.0.0
+ vlc_encode_lookup@Base 1.0.0
+ vlc_num_bits_lookup@Base 1.0.0

Reply to: