debian/0000755000000000000000000000000011765344135007177 5ustar debian/compat0000644000000000000000000000000211765340127010372 0ustar 9 debian/libgavl-doc.doc-base0000644000000000000000000000055211512621523012750 0ustar Document: libgavl-doc Title: gavl documentation Author: Burkhard Plaum Abstract: This is the API documentation for the Gmerlin audio video library, a library for handling and conversion of uncompressed audio and video data. Section: Programming Format: HTML Index: /usr/share/doc/libgavl-doc/apiref/index.html Files: /usr/share/doc/libgavl-doc/apiref/*.html debian/patches/0000755000000000000000000000000011765340127010623 5ustar debian/patches/series0000644000000000000000000000003611765340127012037 0ustar 0001-ubuntu_armel_ftbfs.patch debian/patches/0001-ubuntu_armel_ftbfs.patch0000644000000000000000000000104711765340127016112 0ustar Description: Fix build failure on Ubuntu armel. Bug-Ubuntu: https://launchpad.net/bugs/704027 Author: Alessio Treglia --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gavl.orig/src/Makefile.am +++ gavl/src/Makefile.am @@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT volume_test_SOURCES = volume_test.c -volume_test_LDADD = ../gavl/libgavl.la +volume_test_LDADD = -lm ../gavl/libgavl.la dump_frame_table_SOURCES = dump_frame_table.c dump_frame_table_LDADD = ../gavl/libgavl.la debian/libgavl1.install0000644000000000000000000000004311765340127012262 0ustar debian/tmp/usr/lib/*/libgavl.so.1* debian/rules0000755000000000000000000000036011765340127010253 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- \ --docdir=\$${prefix}/share/doc/libgavl-doc \ --with-cpuflags=none override_dh_strip: dh_strip --dbg-package=libgavl1-dbg debian/control0000644000000000000000000000653711765341072010612 0ustar Source: gavl Section: libs Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Romain Beauxis , Alessio Treglia DM-Upload-Allowed: yes Homepage: http://gmerlin.sourceforge.net/ Standards-Version: 3.9.3 Build-Depends: automake, autotools-dev, debhelper (>= 9), dh-autoreconf, doxygen, libtool Vcs-Git: git://git.debian.org/pkg-multimedia/gavl.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gavl.git Package: libgavl1 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: low level audio and video library - runtime files Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . In addition, it handles the sometimes ugly task to convert between all these formats and provides some elementary operations (copying, scaling, alpha blending etc). . This package contains the files needed to run a program compiled using Gavl. Package: libgavl1-dbg Priority: extra Architecture: any Multi-Arch: same Section: debug Depends: libgavl1 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for libgavl1 Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . In addition, it handles the sometimes ugly task to convert between all these formats and provides some elementary operations (copying, scaling, alpha blending etc). . This package contains the debugging symbols for libgavl1 Package: libgavl-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libgavl1 (= ${binary:Version}), pkg-config, ${misc:Depends} Recommends: libgavl-doc Description: low level audio and video library - development files Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . In addition, it handles the sometimes ugly task to convert between all these formats and provides some elementary operations (copying, scaling, alpha blending etc). . This package contains the files needed to compile and statically link against Gavl. Package: libgavl-doc Architecture: all Section: doc Depends: ${misc:Depends} Description: low level audio and video library - documentation files Gavl handles all the details of audio and video formats like colorspaces, samplerates, multichannel configurations etc. It provides standardized definitions for those formats as well as container structures for carrying audio samples or video images inside an application. . In addition, it handles the sometimes ugly task to convert between all these formats and provides some elementary operations (copying, scaling, alpha blending etc). . This package contains the documentation about Gavl. debian/changelog0000644000000000000000000001234211765343413011051 0ustar gavl (1.4.0-1) unstable; urgency=low [ IOhannes m zmölnig ] * New upstream release. * Avoid empty lines within paragraph * Removed vframefill_overflow.patch (no longer needed) * Renamed patch 0002-ubuntu_armel_ftbfs.patch -> 0001-ubuntu_armel_ftbfs.patch * debian/copyright: - Use final DEP-5 format - use 'Files:' rather than 'File:', even if it is only one - Remove commas in 'Files:' section * Bumped standards-version to 3.9.3 * Updated symbols file for libgavl1 [ Alessio Treglia ] * debian/copyright: - Group files by license, sort and use short-indent style. * debian/control: Needs debhelper >= 9. -- Alessio Treglia Mon, 11 Jun 2012 12:21:55 +0200 gavl (1.2.0-4) unstable; urgency=low * Fix dh's sequence, use 'dh $@ --with foo' syntax. * Enable parallel builds. * Introduce Multi-Arch. * Bump Standards-Version. * Update debian/copyright. -- Alessio Treglia Tue, 17 Jan 2012 19:09:49 +0100 gavl (1.2.0-3) unstable; urgency=low * Upload to unstable. * Add .gitignore to skip quilt files in the .pc/ directory. * debian/gbp.conf: Set sign-tags to True. -- Alessio Treglia Mon, 07 Feb 2011 00:36:07 +0100 gavl (1.2.0-2) experimental; urgency=low [ IOhannes m zmölnig ] * 0001-vframefill_overflow.patch: Fix array-out-of-bounds access. [ Alessio Treglia ] * 0002-ubuntu_armel_ftbfs.patch: Fix build failure on Ubuntu armel. -- Alessio Treglia Wed, 19 Jan 2011 15:31:28 +0100 gavl (1.2.0-1) experimental; urgency=low * New upstream release. * debian/control: - Update Standards to 3.9.1. - Adopt one-dep-per-line style. * debian/copyright: - Update my email address, fix pattern in Files field. - Wrong proposal revision number, set Format-Specification to rev 135. - Clean-up and updates. * Don't build static libraries anymore. * Set libgavl-dev to architecture-independent. * Update libgavl1.symbols file. -- Alessio Treglia Sun, 09 Jan 2011 13:22:22 +0100 gavl (1.1.2-3) unstable; urgency=low * Change my mail address. * Add dh-autoreconf DH plugin support. * Add debian/gbp.conf file. * Switch to format 3.0 (quilt). * Some little improvements to debian/copyright file. -- Alessio Treglia Sat, 26 Jun 2010 20:22:38 +0200 gavl (1.1.2-2) unstable; urgency=low * Switch to debhelper 7, drop cdbs. * Run autoreconf before calling configure script (LP: #558502). * Build-depend on automake, libtool, autotools-dev. * Update changelog. * Update symbols file. -- Alessio Treglia Fri, 26 Mar 2010 14:20:45 +0100 gavl (1.1.2-1) unstable; urgency=low * New upstream release. * Add Vcs-* tags. * Update debian/copyright. * Re-set priority to optional, extra is used for the -dbg runtime only. -- Alessio Treglia Sun, 28 Feb 2010 19:43:40 +0100 gavl (1.1.1-3) unstable; urgency=low * debian/control: - Change Maintainer to Debian Multimedia Packages Maintainers team. - Add myself to Uploaders field. - Allow uploads by Debian Maintainers. - Bump Standards. - Fix weak-library-dev-dependency lintian warning by adjusting the versioned dependency on libgavl1. - Fix copyright-refers-to-symlink-license lintian warnings. -- Alessio Treglia Fri, 05 Feb 2010 15:09:51 +0100 gavl (1.1.1-2) unstable; urgency=low * Set cpuflags to none at configure in order to have a portable binary. Optimizations are detected at runtime. Closes: #544734 * Bumped standards version to 3.8.3 * Added debug package. -- Romain Beauxis Sat, 12 Sep 2009 22:11:13 -0500 gavl (1.1.1-1) unstable; urgency=low * New upstream release. * Bumped compat to 7. * Bumped standard version to 3.8.2 -- Romain Beauxis Wed, 29 Jul 2009 12:16:32 +0200 gavl (1.1.0-2) unstable; urgency=low * Fixed debian/copyright -- Romain Beauxis Sat, 17 Jan 2009 20:38:33 +0100 gavl (1.1.0-1) unstable; urgency=low * New upstream release. * Upstream bumped library soversion, renamed binary package accordingly. -- Romain Beauxis Wed, 24 Dec 2008 15:40:18 +0100 gavl (1.0.1-1) unstable; urgency=low * Adopted package for debian, with the blessing of previous maintainer. * Based new package on Christian Marillat's package for debian-multimedia. * Removed support for ccache until I figure out how to make it work with cdbs. * Changed library package name since ABI is not backward compatible, but upstream did not bump major soversion. -- Romain Beauxis Fri, 07 Nov 2008 13:47:46 +0100 gavl (1.0.1-0.2) unstable; urgency=low * The -dev package should depends on pkg-config. -- Christian Marillat Tue, 29 Jul 2008 15:47:06 +0200 gavl (1.0.1-0.1) unstable; urgency=low * Move doxygen from Build-Depends-Indep to Build-Depends. * Added support for ccache. -- Christian Marillat Tue, 29 Jul 2008 08:29:10 +0200 gavl (1.0.1-0.0) unstable; urgency=low * Initial release. -- Christian Marillat Mon, 28 Jul 2008 09:29:33 +0200 debian/libgavl-doc.install0000644000000000000000000000005411512621523012736 0ustar debian/tmp/usr/share/doc/libgavl-doc/apiref debian/gbp.conf0000644000000000000000000000003611765340127010612 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000515111765340756011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Gmerlin Audio Video Library Upstream-Contact: Members of the Gmerlin project Source: http://sourceforge.net/projects/gmerlin/files/gavl/ Files: * Copyright: 2001-2011 Members of the Gmerlin project 2001-2004 the xine project 2004 Linas Vepstas 2001-2008 Erik de Castro Lopo 2002 Steve Harris 2001-2002 Erik de Castro Lopo 2000-2001 Michel Lespinasse 1999-2000 Aaron Holtzman 2000-2001 Michel Lespinasse 1999-2000 Aaron Holtzman License: GPL-2+ Files: include/bswap.h Copyright: 2006 Michael Niedermayer License: LGPL-2.1+ Files: debian/* Copyright: 2010-2012 Alessio Treglia 2008-2009 Romain Beauxis 2008 Christian Marillat License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. . You should have received a copy of the GNU General Public License along with this program. If not, see . License: LGPL-2.1+ FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2.1 file. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . debian/libgavl1.symbols0000644000000000000000000002547411765340127012323 0ustar libgavl.so.1 libgavl1 #MINVER# gavl_accel_supported@Base 1.1.0 gavl_audio_convert@Base 1.1.0 gavl_audio_converter_create@Base 1.1.0 gavl_audio_converter_destroy@Base 1.1.0 gavl_audio_converter_get_options@Base 1.1.0 gavl_audio_converter_init@Base 1.1.0 gavl_audio_converter_init_resample@Base 1.1.0 gavl_audio_converter_reinit@Base 1.1.0 gavl_audio_converter_resample@Base 1.1.0 gavl_audio_converter_set_resample_ratio@Base 1.1.0 gavl_audio_format_copy@Base 1.1.0 gavl_audio_format_dump@Base 1.1.0 gavl_audio_formats_equal@Base 1.1.0 gavl_audio_frame_copy@Base 1.1.0 gavl_audio_frame_copy_ptrs@Base 1.1.1 gavl_audio_frame_create@Base 1.1.0 gavl_audio_frame_destroy@Base 1.1.0 gavl_audio_frame_get_subframe@Base 1.1.2 gavl_audio_frame_mute@Base 1.1.0 gavl_audio_frame_mute_channel@Base 1.1.0 gavl_audio_frame_mute_samples@Base 1.1.0 gavl_audio_frame_null@Base 1.1.0 gavl_audio_frame_plot@Base 1.2.0 gavl_audio_frames_equal@Base 1.2.0 gavl_audio_options_copy@Base 1.1.0 gavl_audio_options_create@Base 1.1.0 gavl_audio_options_destroy@Base 1.1.0 gavl_audio_options_get_conversion_flags@Base 1.1.0 gavl_audio_options_get_dither_mode@Base 1.1.0 gavl_audio_options_get_mix_matrix@Base 1.1.2 gavl_audio_options_get_quality@Base 1.1.0 gavl_audio_options_get_resample_mode@Base 1.1.0 gavl_audio_options_set_accel_flags@Base 1.1.0 gavl_audio_options_set_conversion_flags@Base 1.1.0 gavl_audio_options_set_defaults@Base 1.1.0 gavl_audio_options_set_dither_mode@Base 1.1.0 gavl_audio_options_set_mix_matrix@Base 1.1.2 gavl_audio_options_set_quality@Base 1.1.0 gavl_audio_options_set_resample_mode@Base 1.1.0 gavl_aux_channels@Base 1.1.0 gavl_benchmark_get_desc@Base 1.1.1 gavl_benchmark_get_time@Base 1.1.1 gavl_bytes_per_sample@Base 1.1.0 gavl_channel_id_to_string@Base 1.1.0 gavl_channel_index@Base 1.1.0 gavl_chroma_placement_to_string@Base 1.1.0 gavl_compression_constant_frame_samples@Base 1.4.0 gavl_compression_get_extension@Base 1.2.0 gavl_compression_info_copy@Base 1.4.0 gavl_compression_info_dump@Base 1.2.0 gavl_compression_info_free@Base 1.2.0 gavl_compression_need_pixelformat@Base 1.2.0 gavl_dsp_audio_frame_swap_endian@Base 1.1.0 gavl_dsp_context_create@Base 1.1.0 gavl_dsp_context_destroy@Base 1.1.0 gavl_dsp_context_get_funcs@Base 1.1.0 gavl_dsp_context_set_accel_flags@Base 1.1.0 gavl_dsp_context_set_quality@Base 1.1.0 gavl_dsp_interpolate_video_frame@Base 1.1.0 gavl_dsp_video_frame_swap_endian@Base 1.1.0 gavl_frame_table_append_entry@Base 1.1.2 gavl_frame_table_append_timecode@Base 1.1.2 gavl_frame_table_copy@Base 1.1.2 gavl_frame_table_create@Base 1.1.2 gavl_frame_table_create_audio@Base 1.1.2 gavl_frame_table_create_cfr@Base 1.1.2 gavl_frame_table_destroy@Base 1.1.2 gavl_frame_table_dump@Base 1.1.2 gavl_frame_table_duration@Base 1.1.2 gavl_frame_table_end_time@Base 1.1.2 gavl_frame_table_frame_to_time@Base 1.1.2 gavl_frame_table_frame_to_timecode@Base 1.1.2 gavl_frame_table_load@Base 1.1.2 gavl_frame_table_num_frames@Base 1.1.2 gavl_frame_table_save@Base 1.1.2 gavl_frame_table_time_to_frame@Base 1.1.2 gavl_frame_table_time_to_timecode@Base 1.1.2 gavl_frame_table_timecode_to_time@Base 1.1.2 gavl_framerate_mode_to_string@Base 1.2.0 gavl_frames_to_time@Base 1.1.0 gavl_front_channels@Base 1.1.0 gavl_get_color_channel_format@Base 1.1.2 gavl_get_field_format@Base 1.4.0 gavl_get_pixelformat@Base 1.1.0 gavl_get_sample_format@Base 1.1.0 gavl_image_transform_create@Base 1.1.0 gavl_image_transform_destroy@Base 1.1.0 gavl_image_transform_get_options@Base 1.1.0 gavl_image_transform_init@Base 1.1.0 gavl_image_transform_transform@Base 1.1.0 gavl_interlace_mode_to_string@Base 1.1.0 gavl_interleave_mode_to_string@Base 1.1.0 gavl_lfe_channels@Base 1.1.0 gavl_metadata_copy@Base 1.4.0 gavl_metadata_date_time_to_string@Base 1.4.0 gavl_metadata_date_to_string@Base 1.4.0 gavl_metadata_dump@Base 1.4.0 gavl_metadata_equal@Base 1.4.0 gavl_metadata_free@Base 1.4.0 gavl_metadata_get@Base 1.4.0 gavl_metadata_get_date@Base 1.4.0 gavl_metadata_get_date_time@Base 1.4.0 gavl_metadata_get_int@Base 1.4.0 gavl_metadata_init@Base 1.4.0 gavl_metadata_merge2@Base 1.4.0 gavl_metadata_merge@Base 1.4.0 gavl_metadata_set@Base 1.4.0 gavl_metadata_set_date@Base 1.4.0 gavl_metadata_set_date_time@Base 1.4.0 gavl_metadata_set_int@Base 1.4.0 gavl_metadata_set_nocpy@Base 1.4.0 gavl_num_pixelformats@Base 1.1.0 gavl_num_sample_formats@Base 1.1.0 gavl_overlay_blend@Base 1.1.0 gavl_overlay_blend_context_create@Base 1.1.0 gavl_overlay_blend_context_destroy@Base 1.1.0 gavl_overlay_blend_context_get_options@Base 1.1.0 gavl_overlay_blend_context_init@Base 1.1.0 gavl_overlay_blend_context_set_overlay@Base 1.1.0 gavl_packet_alloc@Base 1.2.0 gavl_packet_dump@Base 1.2.0 gavl_packet_free@Base 1.2.0 gavl_peak_detector_create@Base 1.1.0 gavl_peak_detector_destroy@Base 1.1.0 gavl_peak_detector_get_peak@Base 1.1.0 gavl_peak_detector_get_peaks@Base 1.1.0 gavl_peak_detector_reset@Base 1.1.0 gavl_peak_detector_set_format@Base 1.1.0 gavl_peak_detector_update@Base 1.1.0 gavl_pixelformat_bits_per_pixel@Base 1.1.0 gavl_pixelformat_bytes_per_component@Base 1.1.0 gavl_pixelformat_bytes_per_pixel@Base 1.1.0 gavl_pixelformat_chroma_sub@Base 1.1.0 gavl_pixelformat_conversion_penalty@Base 1.1.0 gavl_pixelformat_get_best@Base 1.1.0 gavl_pixelformat_num_planes@Base 1.1.0 gavl_pixelformat_to_string@Base 1.1.0 gavl_rear_channels@Base 1.1.0 gavl_rectangle_crop_to_format_noscale@Base 1.1.0 gavl_rectangle_crop_to_format_scale@Base 1.1.0 gavl_rectangle_f_copy@Base 1.1.0 gavl_rectangle_f_crop_bottom@Base 1.1.0 gavl_rectangle_f_crop_left@Base 1.1.0 gavl_rectangle_f_crop_right@Base 1.1.0 gavl_rectangle_f_crop_top@Base 1.1.0 gavl_rectangle_f_dump@Base 1.1.0 gavl_rectangle_f_is_empty@Base 1.1.0 gavl_rectangle_f_set_all@Base 1.1.0 gavl_rectangle_f_to_i@Base 1.1.0 gavl_rectangle_fit_aspect@Base 1.1.0 gavl_rectangle_i_align@Base 1.1.0 gavl_rectangle_i_align_to_format@Base 1.1.0 gavl_rectangle_i_copy@Base 1.1.0 gavl_rectangle_i_crop_bottom@Base 1.1.0 gavl_rectangle_i_crop_left@Base 1.1.0 gavl_rectangle_i_crop_right@Base 1.1.0 gavl_rectangle_i_crop_to_format@Base 1.1.0 gavl_rectangle_i_crop_top@Base 1.1.0 gavl_rectangle_i_dump@Base 1.1.0 gavl_rectangle_i_is_empty@Base 1.1.0 gavl_rectangle_i_set_all@Base 1.1.0 gavl_rectangle_i_to_f@Base 1.1.0 gavl_sample_format_to_string@Base 1.1.0 gavl_samples_to_time@Base 1.1.0 gavl_set_channel_setup@Base 1.1.0 gavl_side_channels@Base 1.1.0 gavl_string_to_pixelformat@Base 1.1.0 gavl_string_to_sample_format@Base 1.1.0 gavl_time_delay@Base 1.1.0 gavl_time_parse@Base 1.1.0 gavl_time_prettyprint@Base 1.1.0 gavl_time_prettyprint_ms@Base 1.1.1 gavl_time_rescale@Base 1.1.0 gavl_time_scale@Base 1.1.0 gavl_time_to_frames@Base 1.1.0 gavl_time_to_samples@Base 1.1.0 gavl_time_unscale@Base 1.1.0 gavl_timecode_dump@Base 1.1.0 gavl_timecode_format_copy@Base 1.1.2 gavl_timecode_from_framecount@Base 1.1.0 gavl_timecode_from_hmsf@Base 1.1.0 gavl_timecode_from_ymd@Base 1.1.0 gavl_timecode_prettyprint@Base 1.1.0 gavl_timecode_prettyprint_short@Base 1.1.1 gavl_timecode_to_framecount@Base 1.1.0 gavl_timecode_to_hmsf@Base 1.1.0 gavl_timecode_to_ymd@Base 1.1.0 gavl_timer_create@Base 1.1.0 gavl_timer_destroy@Base 1.1.0 gavl_timer_get@Base 1.1.0 gavl_timer_set@Base 1.1.0 gavl_timer_start@Base 1.1.0 gavl_timer_stop@Base 1.1.0 gavl_video_convert@Base 1.1.0 gavl_video_converter_create@Base 1.1.0 gavl_video_converter_destroy@Base 1.1.0 gavl_video_converter_get_options@Base 1.1.0 gavl_video_converter_init@Base 1.1.0 gavl_video_converter_reinit@Base 1.1.0 gavl_video_deinterlacer_create@Base 1.1.0 gavl_video_deinterlacer_deinterlace@Base 1.1.0 gavl_video_deinterlacer_destroy@Base 1.1.0 gavl_video_deinterlacer_get_options@Base 1.1.0 gavl_video_deinterlacer_init@Base 1.1.0 gavl_video_format_copy@Base 1.1.0 gavl_video_format_dump@Base 1.1.0 gavl_video_format_fit_to_source@Base 1.1.0 gavl_video_format_get_chroma_offset@Base 1.1.0 gavl_video_format_get_image_size@Base 1.1.1 gavl_video_formats_equal@Base 1.1.0 gavl_video_frame_absdiff@Base 1.1.1 gavl_video_frame_clear@Base 1.1.0 gavl_video_frame_copy@Base 1.1.0 gavl_video_frame_copy_flip_x@Base 1.1.0 gavl_video_frame_copy_flip_xy@Base 1.1.0 gavl_video_frame_copy_flip_y@Base 1.1.0 gavl_video_frame_copy_metadata@Base 1.1.0 gavl_video_frame_copy_plane@Base 1.1.0 gavl_video_frame_create@Base 1.1.0 gavl_video_frame_create_nopad@Base 1.1.0 gavl_video_frame_destroy@Base 1.1.0 gavl_video_frame_dump@Base 1.1.0 gavl_video_frame_extract_channel@Base 1.1.2 gavl_video_frame_fill@Base 1.1.0 gavl_video_frame_get_field@Base 1.1.0 gavl_video_frame_get_subframe@Base 1.1.0 gavl_video_frame_insert_channel@Base 1.1.2 gavl_video_frame_null@Base 1.1.0 gavl_video_frame_psnr@Base 1.1.1 gavl_video_frame_set_planes@Base 1.1.0 gavl_video_frame_set_strides@Base 1.1.0 gavl_video_frame_ssim@Base 1.1.2 gavl_video_frames_equal@Base 1.2.0 gavl_video_options_copy@Base 1.1.0 gavl_video_options_create@Base 1.1.0 gavl_video_options_destroy@Base 1.1.0 gavl_video_options_get_alpha_mode@Base 1.1.0 gavl_video_options_get_background_color@Base 1.1.0 gavl_video_options_get_conversion_flags@Base 1.1.0 gavl_video_options_get_deinterlace_drop_mode@Base 1.1.0 gavl_video_options_get_deinterlace_mode@Base 1.1.0 gavl_video_options_get_downscale_blur@Base 1.1.0 gavl_video_options_get_downscale_filter@Base 1.1.0 gavl_video_options_get_num_threads@Base 1.1.1 gavl_video_options_get_quality@Base 1.1.0 gavl_video_options_get_rectangles@Base 1.1.0 gavl_video_options_get_run_func@Base 1.1.1 gavl_video_options_get_scale_mode@Base 1.1.0 gavl_video_options_get_scale_order@Base 1.1.0 gavl_video_options_get_stop_func@Base 1.1.1 gavl_video_options_set_accel_flags@Base 1.1.0 gavl_video_options_set_alpha_mode@Base 1.1.0 gavl_video_options_set_background_color@Base 1.1.0 gavl_video_options_set_conversion_flags@Base 1.1.0 gavl_video_options_set_defaults@Base 1.1.0 gavl_video_options_set_deinterlace_drop_mode@Base 1.1.0 gavl_video_options_set_deinterlace_mode@Base 1.1.0 gavl_video_options_set_downscale_blur@Base 1.1.0 gavl_video_options_set_downscale_filter@Base 1.1.0 gavl_video_options_set_num_threads@Base 1.1.1 gavl_video_options_set_quality@Base 1.1.0 gavl_video_options_set_rectangles@Base 1.1.0 gavl_video_options_set_run_func@Base 1.1.1 gavl_video_options_set_scale_mode@Base 1.1.0 gavl_video_options_set_scale_order@Base 1.1.0 gavl_video_options_set_stop_func@Base 1.1.1 gavl_video_scale_get_weight_func@Base 1.1.0 gavl_video_scaler_create@Base 1.1.0 gavl_video_scaler_destroy@Base 1.1.0 gavl_video_scaler_get_options@Base 1.1.0 gavl_video_scaler_init@Base 1.1.0 gavl_video_scaler_init_convolve@Base 1.1.0 gavl_video_scaler_scale@Base 1.1.0 gavl_volume_control_apply@Base 1.1.0 gavl_volume_control_create@Base 1.1.0 gavl_volume_control_destroy@Base 1.1.0 gavl_volume_control_set_format@Base 1.1.0 gavl_volume_control_set_volume@Base 1.1.0 debian/source/0000755000000000000000000000000011512621523010464 5ustar debian/source/format0000644000000000000000000000001411512621523011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006411512621523010215 0ustar version=3 http://sf.net/gmerlin/gavl-(.*)\.tar\.gz debian/libgavl-dev.install0000644000000000000000000000012611765340127012757 0ustar debian/tmp/usr/include debian/tmp/usr/lib/*/libgavl.so debian/tmp/usr/lib/*/pkgconfig