[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
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


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

Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
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-29 18:42:22.000000000 +0000
@@ -1,3 +1,10 @@
+libdv (1.0.0-17.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062276
+
+ -- Benjamin Drung <bdrung@debian.org>  Thu, 29 Feb 2024 18:42:22 +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-29 18:42:22.000000000 +0000
@@ -2,7 +2,7 @@
 Section: video
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  file,
  libglib2.0-dev,
@@ -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-29 18:42:01.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-29 18:42:01.000000000 +0000
@@ -0,0 +1,167 @@
+libdv.so.4 libdv4t64 #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

Reply to: