summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2016-01-29Fix build on NetBSD-current.wiz2-1/+16
sys/conf.h not needed here.
2016-01-22Update to 8.0ryoon12-210/+69
* Based on wip/pulseaudio by kamil@ Changelog: Automatic routing more likely to change profile OS X and NetBSD support improvements Systemd journal logging for clients New LFE balance programming interface Module-dbus-protocol improvements More flexible configuration file handling pulsecore-8.0.so moved to a private directory New script for measuring memory consumption Various bug fixes and small improvements
2016-01-22use MASTER_SITE_KDE.zafer1-2/+2
2016-01-22update MASTER_SITES.zafer1-2/+2
2016-01-18Update libopus to 1.1.2:wiz2-8/+7
Opus 1.1.2 includes: Fixes encoder or decoder state reset, which would previously disable some run-time selected architecture-specific optimizations; and Fixes hybrid mode discontinuous transmission (DTX) operation, where the comfort noise above 8 kHz was incorrectly estimated and could oscillate in time. None of these bugs were regressions over previous releases.
2016-01-15+ pianobar.wiz1-1/+2
2016-01-15Import pianobar-2015.11.22 as audio/pianobar.wiz4-0/+43
Pianobar is a console client for the personalized web radio Pandora. Features * Play and manage (create, add more music, delete, rename, ...) your stations. * Rate played songs and let pandora explain why they have been selected. * Show upcoming songs/song history. * Configure keybindings. * last.fm scrobbling support (external application) * Proxy support for listeners outside the USA.
2016-01-10library minor version update. Bump PKGREVISION.markd2-4/+4
2016-01-07Don't remove -g, especially when it breaks e.g. -gdwarf-2. Add patch comment.jperkin3-3/+21
2016-01-06Revbump after updating graphics/libwebpadam2-4/+4
2016-01-06On linux include alsa support.markd2-4/+64
2016-01-03Update gst-plugins0.10-fluendo-mp3 to 0.10.32:wiz4-41/+41
2014-12-16 Josep Torra <josep@fluendo.com> * src/mp3-c.c: Fix a warning about undefined behaviour when building with gcc 4.9.1. 2014-11-04 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.31 === 2014-10-29 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (c_decode_mp3): Perform same testing for Main data in both variants of decoder. 2014-10-15 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.30 === 2014-10-10 Josep Torra <josep@fluendo.com> * src/mp3tl.c: (mp3tl_gather_frame): Drop a dead assignment. 2014-10-10 Josep Torra <josep@fluendo.com> * src/flump3dec-0_10.c: (gst_flump3dec_src_event): Add missing break statement. 2014-10-09 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (III_huffman_decode): Fixes a noise issue in a MPEG 2.5 clip. 2014-09-18 Josep Torra <josep@fluendo.com> * configure.ac: drop missed reference to liboil. * src/mp3-ipp.c: (ipp_decode_mp3): * src/mp3tl.c: (mp3tl_decode_frame): Ensure to consume data from our bitreader when there's a bad frame. Fixes random not negotiatied and noise issues after a seek. 2014-08-29 Julien Moutte <julien@fluendo.com> * src/mp3-c.c: (c_decode_mp3): When no previous frame is usable for decoding we need to return NEED_DATA instead of BAD_FRAME. Indeed we would never be able to recover after a seek. 2014-06-25 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.29 === 2014-06-25 Josep Torra <josep@fluendo.com> * src/bitstream.c: (h_rewindNbits): Avoid a segfault on some corrupted clips. 2014-06-17 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.28 === 2014-05-20 Josep Torra <josep@fluendo.com> * src/flump3dec-0_10.c: (_update_ts), (gst_flump3dec_decode), (gst_flump3dec_sink_chain): Fix tracking of input timestamps. 2014-05-15 Julien Moutte <julien@fluendo.com> * src/mp3-c.c: Remove unused variable. 2014-04-02 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.27 === 2014-04-02 Josep Torra <josep@fluendo.com> * configure.ac: * src/Makefile.am: * src/flump3dec.c: * src/mp3-c-synth.c: (mp3_dewindow_output): * src/mp3-c.c: (inv_mdct_l), (inv_mdct), (III_hybrid), (mp3_c_init): Drop liboil support. 2014-02-24 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.26 === 2014-02-24 Julien Moutte <julien@fluendo.com> * src/flump3dec-0_10.c: Make sure we provide the incoming timestamp to the decoding function. This fixes some A/V sync issues where the MP3 decoder was ignoring incoming timestamps and generating a perfectly continuous stream. 2014-01-31 Andoni Morales <amorales@fluendo.com> * src/mp3-c-synth.c: Remove alignement hint (reviewed by Josep) 2013-12-18 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.25 === 2013-11-28 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.24 === 2013-11-12 Andoni Morales <amorales@fluendo.com> * src/src/mp3-c.c:: Fix compiler warning with clang: mp3-c.c:1669:64: error: comparison of unsigned expression < 0 is always false 2013-09-04 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.23 === 2013-09-03 Josep Torra <josep@fluendo.com> * src/bitstream.c: (h_rewindNbits): Fixes decoding noise when dealing with slighly wrong encoded frames with a missmatch between huffman read bits and size described in header. 2013-09-03 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (III_huffman_decode), (III_dequantize_sample), (c_decode_mp3): * src/mp3-ipp.c: (ipp_decode_mp3): Improve a little the debugging code. 2013-09-03 Josep Torra <josep@fluendo.com> * src/flump3dec-1_0.c: (gst_flump3dec_parse): * src/mp3tl.c: (mp3tl_gather_frame): For GStreamer 1.0 ensure to skip invalid frames like we do in GStreamer 0.10. Allows to play mp3 files with ID3 tags directly without confusing our decoder with mp3 sync codes in the ID3 data. 2013-09-03 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_seek_sync): Ensure not to read outside our buffer memory. 2013-09-02 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (III_huffman_decode): Fixes decoding of some mpeg 2.5 clips. 2013-09-02 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (III_dequantize_sample): * src/mp3-ipp.c: (ipp_decode_mp3): Fix debugging code. 2013-08-24 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (III_huffman_decode), (III_dequantize_sample), (c_decode_mp3): * src/mp3-ipp.c: (ipp_decode_mp3): Add some debugging code. 2013-08-01 Josep Torra <josep@fluendo.com> * src/mp3tl-priv.h: Ensure alignment in memory required for Neon assembly optimized path. 2013-06-11 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.22 === 2013-06-05 Josep Torra <josep@fluendo.com> * configure.ac: Use again the original macro for static plugins. 2013-02-11 Andoni Morales Alastruey <amorales@fluendo.com> * src/mp3tl.c: Fix format error, where frame_bits is a guint 2013-02-11 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.21 === 2013-02-11 Julien Moutte <julien@fluendo.com> * gst-fluendo-mp3.spec.in: Add support for GStreamer 1.0 2013-02-07 Josep Torra <josep@fluendo.com> * configure.ac: Add support for automake 1.13. 2012-10-11 Josep Torra <josep@fluendo.com> * src/Makefile.am: * src/flump3dec-0_10.c: (_cleanup), (_check_for_xing), (_update_ts), (_conv_bytes_to_time), (_total_bytes), (_total_time), (_time_to_bytepos), (gst_flump3dec_flush), (gst_flump3dec_decode), (gst_flump3dec_sink_chain), (gst_flump3dec_sink_event), (gst_flump3dec_src_convert), (gst_flump3dec_src_query), (gst_flump3dec_src_event), (gst_flump3dec_change_state), (gst_flump3dec_get_query_types), (gst_flump3dec_dispose), (gst_flump3dec_class_init), (gst_flump3dec_init): * src/flump3dec-1_0.c: (_cleanup), (gst_flump3dec_start), (gst_flump3dec_stop), (gst_flump3dec_reset_format), (gst_flump3dec_parse), (gst_flump3dec_handle_frame), (gst_flump3dec_flush), (gst_flump3dec_dispose), (gst_flump3dec_class_init), (gst_flump3dec_init): * src/flump3dec.c: * src/flump3dec.h: * src/mp3tl.c: (mp3tl_gather_frame): * src/mp3tl.h: Initial 1.0 port 2012-10-11 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_set_data): Ensure to reset the bit position too. 2012-10-10 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_set_data): * src/bitstream.h: * src/flump3dec.c: (_check_for_xing), (_cleanup), (gst_flump3dec_decode), (gst_flump3dec_sink_chain), (gst_flump3dec_change_state), (gst_flump3dec_get_query_types), (gst_flump3dec_class_init), (gst_flump3dec_init): * src/flump3dec.h: * src/mp3tl.c: (mp3tl_set_eos): Some more refactoring. 2012-10-10 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_seek_sync): * src/bitstream.h: * src/flump3dec.c: (_update_ts), (_time_to_bytepos), (gst_flump3dec_init): Fix documentation to reflect latest refactorings. Micro optimization on bs_seek_sync. 2012-10-09 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (_reset), (_update_ts), (_conv_bytes_to_time), (_total_bytes), (_total_time), (_time_to_bytepos), (_check_for_xing), (gst_flump3dec_flush), (gst_flump3dec_decode), (gst_flump3dec_sink_event), (gst_flump3dec_src_query), (gst_flump3dec_src_event), (gst_flump3dec_change_state), (gst_flump3dec_init): Some more code refactoring. 2012-10-09 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_new), (bs_free), (bs_flush), (bs_set_data), (bs_eat), (bs_consume), (bs_skipbits), (bs_seek_sync), (bs_getbytes): * src/bitstream.h: * src/decode.c: (read_header): * src/flump3dec.c: (gst_flump3dec_flush), (gst_flump3dec_decode), (gst_flump3dec_sink_chain), (gst_flump3dec_dispose), (gst_flump3dec_init): * src/flump3dec.h: * src/mp3tl-priv.h: * src/mp3tl.c: (mp3tl_new), (mp3tl_sync), (mp3tl_decode_header), (mp3tl_decode_frame), (mp3tl_flush), (mp3tl_skip_frame): * src/mp3tl.h: Refactoring to use a GstAdapter. 2012-10-09 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_change_state), (gst_flump3dec_class_init), (gst_flump3dec_init): Drop _base_init and modernize some bits of code. 2012-10-09 Josep Torra <josep@fluendo.com> * configure.ac: * src/Makefile.am: Prepare autotools part to handle 1.0 code. 2012-10-09 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_free_buffer), (bs_add_buffer): * src/bitstream.h: * src/flump3dec.c: (gst_flump3dec_decode), (gst_flump3dec_sink_chain), (gst_flump3dec_handle_sink_event), (gst_flump3dec_sink_event), (gst_flump3dec_handle_src_query), (gst_flump3dec_src_query), (gst_flump3dec_handle_src_event), (gst_flump3dec_src_event), (gst_flump3dec_get_query_types), (gst_flump3dec_init): Drop the code to support 0.11. 2012-09-04 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.20 === 2012-09-03 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_decode): Fixes a regression introduced in rev 2155. The goal in this code is to repeat latest properly decoded frame as error cancelation strategy, then we need to keep the pending_frame reference as long as needed. 2012-08-28 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_decode): Remove wrong gst_object_unref lines missed during refactoring for 0.11 exeperiments. 2012-08-22 Josep Torra <josep@fluendo.com> * src/bitstream.c: (h_setbuf), (h_reset): * src/bitstream.h: * src/mp3-c.c: (mp3_c_flush): * src/mp3tl.c: (mp3tl_flush): Flush the decoder some more. 2012-07-04 Josep Torra <josep@fluendo.com> * src/mp3tl-priv.h: * src/mp3tl.c: (mp3tl_new), (mp3tl_free): Ensure that the decoder instance is memory aligned otherwise we can have some segfaults in the Neon assembly due missaligned memory access. 2012-07-03 Andoni Morales Alastruey <amorales@fluendo.com> * src/Makefile.am: Don't link with ipp in the static build to avoid duplicated symbols in the final binary 2012-05-31 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.19 === 2012-05-31 Josep Torra <josep@fluendo.com> * configure.ac: * src/Makefile.am: Use the new macro AG_NEED_IPP in the configure script. 2012-05-16 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_getbytes): * src/bitstream.h: * src/common.c: (js_bound): * src/flump3dec.c: (gst_flump3dec_decode): * src/mp3-c.c: (III_get_side_info), (III_get_LSF_scale_data), (huffman_decoder), (III_stereo): * src/mp3tl.c: (mp3tl_decode_frame): Use GST_WARNING instead of g_warning. 2012-05-16 Josep Torra <josep@fluendo.com> * src/mp3tl.c: (mp3tl_decode_frame): Make the code more portable. 2012-05-16 Josep Torra <josep@fluendo.com> * configure.ac: * src/Makefile.am: Properly handle ERROR_CFLAGS to not miss warnings if CFLAGS is redefined in the make run. 2012-05-16 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_SubBandSynthesis): Fix a warning introduced in my recent commit on Neon optimizations. 2012-05-16 Josep Torra <josep@fluendo.com> * src/Makefile.am: * src/bitstream.h: * src/common.h: * src/flump3dec.h: * src/gst_compat.h: Use the gst-compat.h from the common instead of our own copy. 2012-05-15 Josep Torra <josep@fluendo.com> * src/common.h: * src/mp3-c-synth.c: (__CACHE_LINE_DECL_ALIGN), (MPG_DCT_8), (MPG_DCT_16), (MPG_DCT_32), (mp3_dewindow_output), (build_uvec), (mp3_SubBandSynthesis): * src/table-dewindow.h: Add several optimizations with arm NEON assembly. 2012-05-07 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.18 === 2012-05-07 Josep Torra <josep@fluendo.com> * src/gst_compat.h: Add missing new file in my previous commit. 2012-05-07 Josep Torra <josep@fluendo.com> * src/Makefile.am: * src/bitstream.h: * src/common.h: * src/flump3dec.c: * src/flump3dec.h: Fixes build with GStreamer prior to 0.10.18. 2012-05-07 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.17 === 2012-04-30 Josep Torra <josep@fluendo.com> * src/bitstream.c: (h_setbuf): * src/common.c: (II_pick_table): * src/flump3dec.c: (gst_flump3dec_decode): Fix some dead code reported by Clang Static Analyzer. 2012-04-22 Josep Torra <josep@fluendo.com> * src/bitstream.h: Fix a copy&paste error. 2012-04-22 Josep Torra <josep@fluendo.com> * src/bitstream.h: Fix some more bugs in the optimized path and reenable it again. 2012-04-19 Josep Torra <josep@fluendo.com> * src/bitstream.h: Fix a bug in the h_sstel macro. Turn off the BS optimization as it doesn't work with certain clips. 2012-03-22 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_decode): Make the code more portable. 2012-03-22 Josep Torra <josep@fluendo.com> * AUTHORS: Reflect support@fluendo.com. 2012-02-20 Josep Torra <josep@fluendo.com> * configure.ac: Make it a little more verbose on the summary about the CPU tune specific flags. Some fixes to properly report the version and the IPP ussage. 2012-02-15 Xavi Artigas <xartigas@fluendo.com> * src/bitstream.h: Fix Visual Studio build. It is unclear that this assembly optimization would bring benefits, since VS does not handle well registers modified inside _asm blocks. 2012-01-27 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_free_buffer), (bs_add_buffer): * src/bitstream.h: * src/flump3dec.c: (gst_flump3dec_decode), (gst_flump3dec_decode_buffer), (gst_flump3dec_sink_chain), (gst_flump3dec_handle_sink_event), (gst_flump3dec_sink_event), (gst_flump3dec_src_convert), (gst_flump3dec_handle_src_query), (gst_flump3dec_src_query), (gst_flump3dec_handle_src_event), (gst_flump3dec_src_event), (gst_flump3dec_init): Change the code to being able build it in current GStreamer 0.11. 2011-12-05 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.16 === 2011-12-05 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: * src/mp3-c.c: (inv_mdct_l), (inv_mdct), (III_hybrid): Use the flag --enable-tune-vfp to decide if the assembly code have to be turn on. 2011-12-01 Josep Torra <josep@fluendo.com> * src/decode.c: * src/decode.h: Micro optimization on out_fifo and inline it. 2011-12-01 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_SubBandSynthesis): Micro optimization. 2011-12-01 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_SubBandSynthesis): Algorithmic optimization to avoid a lot of intermediate memory operations. 2011-11-30 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (calculate_H), (dewindow_block_type_2), (dewindow_block_type_other), (overlap_addition): Micro optimization. 2011-11-30 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (III_polyphase_matrix): Minor fix on the assembly code. 2011-11-30 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (MPG_DCT_8), (MPG_DCT_16), (MPG_DCT_32), (III_polyphase_matrix), (mp3_SubBandSynthesis): Inline some more code and few microoptimizations. 2011-11-29 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (calculate_H), (inv_mdct_l), (dewindow_block_type_2), (dewindow_block_type_other), (inv_mdct), (overlap_addition), (III_hybrid): Add few more assembly rewritten bits. 2011-11-29 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_dewindow_output): Minor cleanups. 2011-11-22 Josep Torra <josep@fluendo.com> * src/Makefile.am: * src/arm_vfp_synt.S: * src/mp3-c-synth.c: (mp3_dewindow_output): Rewrite the subband synthesis code in inline assembly. 2011-11-21 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_dewindow_output): Fix an error introduced in the recent refactoring. 2011-11-20 Josep Torra <josep@fluendo.com> * src/Makefile.am: * src/arm_vfp_synt.S: * src/mp3-c-synth.c: (mp3_dewindow_output), (mp3_SubBandSynthesis): Initial attempt to rewrite part of the subband synthesis in ARM/VFP assembly. 2011-11-18 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_dewindow_output), (mp3_SubBandSynthesis): Reorganize the code a little. 2011-11-18 Josep Torra <josep@fluendo.com> * src/mp3-c-synth.c: (mp3_SubBandSynthesis): Unroll a loop and implement vectorized additions with liboil. 2011-11-18 Josep Torra <josep@fluendo.com> * src/bitstream.h: Use a static mask table for bitstream reader and some cosmetic fixes. 2011-11-18 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_decode), (conv_bytes_to_time), (gst_flump3dec_total_time), (gst_flump3dec_src_convert), (gst_flump3dec_src_query), (gst_flump3dec_time_to_bytepos): Run gst-indent. 2011-11-18 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_decode), (gst_flump3dec_sink_chain), (gst_flump3dec_sink_event): Few more cleanups. 2011-11-18 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_sink_chain), (conv_bytes_to_time), (gst_flump3dec_total_bytes), (gst_flump3dec_src_convert), (gst_flump3dec_change_state), (gst_flump3dec_dispose), (gst_flump3dec_get_query_types), (gst_flump3dec_class_init), (gst_flump3dec_base_init), (gst_flump3dec_init), (gst_flump3dec_get_type): Avoid forward declarations. 2011-11-18 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (gst_flump3dec_get_type), (gst_flump3dec_class_init), (gst_flump3dec_base_init), (gst_flump3dec_init), (gst_flump3dec_reset), (gst_flump3dec_dispose), (gst_flump3dec_flush), (gst_flump3dec_sink_chain), (gst_flump3dec_check_for_xing), (gst_flump3dec_update_ts), (gst_flump3dec_drain_avail), (gst_flump3dec_sink_event), (gst_flump3dec_change_state), (gst_flump3dec_get_query_types), (conv_bytes_to_time), (gst_flump3dec_total_bytes), (gst_flump3dec_total_time), (gst_flump3dec_src_query), (gst_flump3dec_src_convert), (gst_flump3dec_time_to_bytepos), (gst_flump3dec_src_event), (plugin_init): * src/flump3dec.h: Follow the naming convention we have in other code. Some minor refactorings. 2011-11-14 Josep Torra <josep@fluendo.com> * src/common.h: * src/decode.c: (recover_CRC_error): Fix build in recent GStreamer and recent gcc versions. 2011-11-12 Josep Torra <josep@fluendo.com> * src/bitstream.c: (h_setbuf), (h_rewindNbits): * src/bitstream.h: Several code cleanups and simplifications. Activate again the bitstream optimized path to catch possible corner cases. 2011-11-12 Josep Torra <josep@fluendo.com> * src/bitstream.c: * src/bitstream.h: * src/common.c: * src/common.h: * src/decode.c: * src/decode.h: * src/flump3dec.c: * src/flump3dec.h: * src/mp3-c-synth.c: * src/mp3-c.c: * src/mp3-c.h: * src/mp3-cos-tables.h: * src/mp3-ipp.c: * src/mp3-ipp.h: * src/mp3tl-priv.h: * src/mp3tl.c: * src/mp3tl.h: * src/table-bitalloc.h: * src/table-dewindow.h: * src/table-huffdec.h: * src/table-powtable-2.h: * src/table-powtable.h: Update copyright headers. 2011-11-12 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_free_buffer), (bs_reset), (bs_eat), (bs_consume), (bs_skipbits), (bs_nextbuf), (bs_seek_sync), (bs_buf_time), (bs_getbytes), (h_setbuf), (h_rewindNbits), (h_rewindNbytes): * src/bitstream.h: * src/common.c: (II_pick_table), (hdr_to_frps), (I_CRC_calc), (II_CRC_calc), (update_CRC): * src/common.h: * src/decode.c: (read_main_header), (read_header), (set_hdr_data_slots), (II_decode_scale), (I_buffer_sample), (II_buffer_sample), (II_dequant_and_scale_sample), (I_dequant_and_scale_sample), (init_syn_filter), (out_fifo), (recover_CRC_error): * src/decode.h: * src/flump3dec.c: (flump3dec_get_type), (flump3dec_class_init), (flump3dec_base_init), (flump3dec_init), (flump3dec_reset), (flump3dec_dispose), (flump3dec_flush), (flump3dec_sink_chain), (flump3dec_check_for_xing), (gst_flump3dec_update_ts), (flump3dec_drain_avail), (flump3dec_sink_event), (flump3dec_change_state), (flump3dec_get_query_types), (conv_bytes_to_time), (flump3dec_total_bytes), (flump3dec_total_time), (flump3dec_src_query), (flump3dec_src_convert), (flump3dec_time_to_bytepos), (flump3dec_src_event), (plugin_init): * src/mp3-c-synth.c: (III_subband_synthesis), (mp3_SubBandSynthesis), (III_polyphase_matrix), (MPG_DCT_32), (MPG_DCT_16), (MPG_DCT_8): * src/mp3-c.c: (III_get_side_info), (III_get_scale_factors), (III_get_LSF_scale_data), (III_get_LSF_scale_factors), (huffman_decoder), (III_huffman_decode), (III_dequantize_sample), (III_reorder), (III_stereo), (III_antialias), (inv_mdct_s), (inv_mdct_l), (imdct_9pt), (inv_mdct), (init_mdct), (init_hybrid), (III_hybrid), (III_frequency_inversion), (c_decode_mp3), (mp3_c_init), (mp3_c_flush): * src/mp3-c.h: * src/mp3-ipp.h: * src/mp3tl-priv.h: * src/mp3tl.c: (mp3tl_set_eos), (mp3tl_sync), (mp3tl_decode_header), (mp3tl_decode_frame), (mp3tl_flush), (mp3tl_skip_frame), (mp3tl_get_err_reason): * src/mp3tl.h: * src/table-bitalloc.h: * src/table-dewindow-ipp.h: * src/table-dewindow.h: * src/table-huffdec.h: Run gst-indent on the source code. 2011-11-11 Josep Torra <josep@fluendo.com> * src/common.h: * src/flump3dec.c: Fix building with older GStreamer versions. 2011-10-12 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (flump3dec_drain_avail): Avoid a segfault accessing to a NULL pointer. 2011-09-05 Josep Torra <josep@fluendo.com> * src/mp3-ipp.c: (mp3_SubBandSynthesis): Fixes warning reported by gcc 4.5.2. 2011-08-25 Julien Moutte <julien@fluendo.com> * gst-fluendo-mp3.spec.in: Support building on Meego with proper IPP optimizations. 2011-08-19 Julien Moutte <julien@fluendo.com> * win32/oa/libgstflump3dec_ossbuild.vcproj: Port to IPP 7. 2011-08-19 Julien Moutte <julien@fluendo.com> * configure.ac: * win32/Makefile.am: * win32/oa/Makefile.am: * win32/oa/config.h: * win32/oa/config.h.in: * win32/oa/*.vcproj: Restore the OABuild build infrastructure. We want to keep it side by side with the new system to support customers using that build system on windows. 2011-08-08 Josep Torra <josep@fluendo.com> * configure.ac: * src/bitstream.c: (bs_free_buffer), (bs_free), (bs_flush), (bs_add_buffer), (bs_nextbuf): * src/bitstream.h: * src/flump3dec.c: (flump3dec_init), (flump3dec_reset), (flump3dec_drain_avail), (flump3dec_sink_event), (conv_bytes_to_time), (flump3dec_total_bytes), (flump3dec_total_time), (flump3dec_src_query), (flump3dec_time_to_bytepos): * src/flump3dec.h: Initial port to GStreamer 0.11. 2011-08-08 Josep Torra <josep@fluendo.com> * src/bitstream.c: (bs_add_buffer): * src/bitstream.h: * src/flump3dec.c: (flump3dec_sink_chain): Minor simplification on our internal BS reader. 2011-07-27 Josep Torra <josep@fluendo.com> * src/mp3-c.c: (III_hybrid): Fix unused variable warning when building with liboil. 2011-02-28 Josep Torra <josep@fluendo.com> * autogen.sh: * configure.ac: * src/flump3dec.c: (flump3dec_sink_event): * src/mp3-c.c: (III_huffman_decode): * src/mp3tl.c: (mp3tl_sync): Fix build on Mac OS X. 2010-10-21 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK.
2016-01-03Update ruby-taglib to 0.7.1.taca2-7/+7
## 0.7.1 (2015-12-28) * Fix compile error during gem installation on Ruby 2.3 (MRI) (#67)
2015-12-29Add patch comment.dholland2-3/+5
2015-12-29Fix CVE-2015-6749 in vorbis-tools: Buffer overflow in the aiff_open function inbsiegert3-3/+44
oggenc/audio.c in vorbis-tools 1.4.0 and earlier allows remote attackers to cause a denial of service (crash) via a crafted AIFF file. Bump pkgrevision.
2015-12-29Sort.dholland2-3192/+3192
2015-12-29Whitespace.dholland23-95/+95
2015-12-29Fix missing/broken rcsids.dholland2-2/+4
2015-12-29Fix broken rcsid.dholland1-1/+1
2015-12-28Changes 1.2.02:adam3-31/+7
- integrated changes from 1.3.01: - fixed incorrect message occurring some times when start after a crash - better logging and retries for write errors - added offset to the output created via the command line - fixed crash caused by saving very small images - build fix - disabled Discogs integration
2015-12-28+rubberbandkamil1-1/+2
2015-12-28Import rubberband-1.8.1 as audio/rubberbandkamil8-0/+126
Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another.
2015-12-27+vamp-plugin-sdkkamil1-1/+2
2015-12-27Import vamp-plugin-sdk 2.6 as audio/vamp-plugin-sdkkamil6-0/+229
Vamp is an audio processing plugin system for plugins that extract descriptive information from audio typically referred to as audio analysis plugins or audio feature extraction plugins. Just like an audio effects plugin (such as a VST), a Vamp plugin is a binary module that can be loaded up by a host application and fed audio data. However, unlike an effects plugin, a Vamp plugin generates not more audio, but some sort of symbolic information. Typical things that a Vamp plugin might calculate include the locations of moments such as note onset times, visualisable representations of the audio such as spectrograms, or curve data such as power or fundamental frequency.
2015-12-27Update playitslowly to 1.5.0:wiz3-16/+14
playitslowly 1.5 ================ * Update to Python3, GTK3 and GStreamer 1.0 * Minor design cleanup * Fixed a bug where the file chooser would not show the currently selected file
2015-12-27Updated musicpd to 0.9.12:wiz3-25/+7
ver 0.19.12 (2015/12/15) * fix assertion failure on malformed UTF-8 tag * fix build failure on non-Linux systems * fix LimitRTTIME in systemd unit file
2015-12-27+ gst-plugins1-soundtouchwiz1-1/+2
2015-12-27Import gst-plugins1-soundtouch-1.6.1 as audio/gst-plugins1-soundtouch.wiz3-0/+26
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. GStreamer is released under the LGPL. This package is part of the 'bad' plugins for GStreamer. It provides the soundtouch plugin, which allows detecting BPM and changing pitch of audio files.
2015-12-27configure script demands -msse; mark it broken on non-x86 platforms.dholland1-1/+6
2015-12-25Fix high CPU usage from Onno van der Linden. Bump PKGREVISIONryoon3-9/+9
2015-12-18Fix build problem on NetBSD 6.1_STABLE.taca2-1/+27
Avoid to multiple declaration by typedef.
2015-12-10Bump PKGREVISION. Remove rejected patch.ryoon3-20/+3
2015-12-09set LDFLAGS on SunOSwiedi1-2/+2
2015-12-06Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages whichtaca1-1/+2
use php-mysql package.
2015-12-06Remove patch that was integrated upstream.wiz1-16/+0
2015-12-06Update libopenmpt to 0.2.5787:wiz2-9/+10
* [Change] The Autotools build system does strict checking of all dependencies now. Instead of best effort auto-magic detection of all potentially optional dependencies, the default set of dependencies is now enforced unless each individual dependency gets explicitely disabled via --without-foo or --disable-foo ./configure switches. Run ./configure --help for the full list of options. * [Bug] Some MOD files were erroneously detected as 669 files. * [Bug] Some malformed AMF files could result in very long loading times. * [Bug] Fixed crashes in IMF and MT2 loaders. * [Bug] MTM files generated by UNMO3 were not loaded properly. * Improved MTM playback. * make CONFIG=haiku for Haiku has been added. * Language bindings for FreeBASIC have been added (see libopenmpt/bindings/).
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam31-62/+62
2015-12-04Remove obsolete patch (after update to 1.0.26)wiz1-36/+0
2015-12-04Update libsndfile to 1.0.26:wiz5-67/+24
Version 1.0.26 (2015-11-22) * Fix for CVE-2014-9496, SD2 buffer read overflow. * Fix for CVE-2014-9756, file_io.c divide by zero. * Fix for CVE-2015-7805, AIIF heap write overflow. * Add support for ALAC encoder in a CAF container. * Add support for Cart chunks in WAV files. * Minor bug fixes and improvements.
2015-12-02Update libopus to 1.1.1:wiz3-44/+7
This Opus 1.1.1 release brings many optimizations to the encoder and decoder, including: * x86 SSE, SSE2 and SSE4.1 intrinsics optimizations with run-time CPU detection contributed by Cisco Systems, * MIPS intrinsics optimizations contributed by Imagination Technologies, * ARM Neon optimizations contributed by Linaro and ARM, * many architecture-independent optimizations and memory footprint reductions that should improve performance on all platforms, and * several minor bug fixes. The quality of the encoder should be mostly unchanged compared to version 1.1.
2015-11-27Add missing includes to bl3.mk.wiz1-1/+4
2015-11-25Remove mk/find-prefix.mk usage from the audio category.jperkin2-8/+5
The find-prefix infrastructure was required in a pkgviews world where packages installed from pkgsrc could have different installation prefixes, and this was a way for a dependency prefix to be determined. Now that pkgviews has been removed there is no longer any need for the overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the dependency is coming from pkgsrc. Provides a reasonable performance win due to the reduction of `pkg_info -qp` calls, some of which were redundant anyway as they were duplicating the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-24Changes 1.3.2:adam2-13/+11
* Bugfix: Fixed tags from filename dialog not opening on new installations
2015-11-23Update libshout to 2.4.1.wiz4-13/+14
Set LICENSE. Fix installed pkg-config file. Remove unnecessary includes from bl3.mk. Enable speex support. libshout 2.4.1 (20151120) * Fixed issue with missing file in distribution libshout 2.4.0 (20151111) * Audio only WebM support. * Protocol level meta data support improved. Some API calls got replaced and marked as obsolete. * Code hardened. * Fixed overlinking. * Removed Debian packaging. * TLS support (RFC2818 and RFC2817, mode can be autodetected). * Improved HTTP protocol: * Set Host:-header (vhosting), * Check for server capabilities. * Basic support for RoarAudio protocol.
2015-11-21Fix building with newer OS X API.adam2-1/+35
2015-11-20Don't link against libcompat, since ftime hasn't been used for a while.joerg4-2/+92
Fixes build of dynamic library. Bump revision.
2015-11-18Recursive revbump from multimedia/libvpxryoon15-27/+30
2015-11-18Update gstreamer1 and plugins to 1.6.1.wiz1-2/+1
GStreamer 1.6.1 Release Notes The GStreamer team is proud to announce the first bugfix release in the stable 1.6 release series of your favourite cross-platform multimedia framework! This release only contains bugfixes and it is safe to update from 1.6.0. For a full list of bugfixes see Bugzilla. See http://gstreamer.freedesktop.org/releases/1.6/ for the latest version of this document. Last updated: Friday 30 October 2015, 14:00 UTC (log) Major bugfixes Crashes in the gst-libav encoders were fixed More DASH-IF test streams are working now Live DASH, HLS and MS SmoothStreaming streams work more reliable and other fixes for the adaptive streaming protocols Reverse playback works with scaletempo to keep the audio pitch Correct stream-time is reported for negative applied_rate SRTP packet validation during decoding does not reject valid packets anymore Fixes for audioaggregator and aggregator to start producing output at the right time, and e.g. not outputting lots of silence in the beginning gst-libav's internal ffmpeg snapshot was updated to 2.8.1 cerbero has support for Mac OS X 10.11 (El Capitan) Various memory leaks were fixed, including major leaks in playbin, playsink and decodebin Various GObject-Introspection annotation fixes for bindings and many, many more GStreamer 1.6 Release Notes The GStreamer team is proud to announce a new major feature release in the stable 1.x API series of your favourite cross-platform multimedia framework! This release has been in the works for more than a year and is packed with new features, bug fixes and other improvements. See http://gstreamer.freedesktop.org/releases/1.6/ for the latest version of this document. Highlights Stereoscopic 3D and multiview video support Trick mode API for key-frame only fast-forward/fast-reverse playback etc. Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling to account for negative DTS New GstVideoConverter API for more optimised and more correct conversion of raw video frames between all supported formats, with rescaling v4l2src now supports renegotiation v4l2transform can now do scaling V4L2 Element now report Colorimetry properly Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink and multifilesink improvements Content Protection signalling API and Common Encryption (CENC) support for DASH/MP4 Many adaptive streaming (DASH, HLS and MSS) improvements New PTP and NTP network client clocks and better remote clock tracking stability High-quality text subtitle overlay at display resolutions with glimagesink or gtkglsink RECORD support for the GStreamer RTSP Server Retransmissions (RTX) support in RTSP server and client RTSP seeking support in client and server has been fixed RTCP scheduling improvements and reduced size RTCP support MP4/MOV muxer acquired a new "robust" mode of operation which attempts to keep the output file in a valid state at all times Live mixing support in aggregator, audiomixer and compositor was improved a lot compositor now also supports rescaling of inputs streams on the fly New audiointerleave element with proper input synchronisation and live input support Blackmagic Design DeckLink capture and playback card support was rewritten from scratch; 2k/4k support; mode sensing KLV metadata support in RTP and MPEG-TS H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and depayloaders New DTLS plugin and SRTP/DTLS support OpenGL3 support, multiple contexts and context propagation, 3D video, transfer/conversion separation, subtitle blending New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation CAOpenGLLayerSink video sink gst-libav switched to ffmpeg as libav-provider, gains support for 3D/multiview video, trick modes, and the CAVS codec GstHarness API for unit tests gst-editing-services got a completely new ges-launch-1.0 interface, improved mixing support and integration into gst-validate gnonlin has been deprecated in favor of nle (Non Linear Engine) in gst-editing-services gst-validate has a new plugin system, an extensive default testsuite, support for concurrent test runs and valgrind support cerbero build tool for SDK binary packages gains new 'bundle-source' command Various improvements to the Android, iOS, OS X and Windows platform support Full log at http://gstreamer.freedesktop.org/releases/1.6/
2015-11-17Update taglib to 1.10:wiz3-9/+13
TagLib 1.10 (Nov 11, 2015) ========================== 1.10: * Added new options to the tagwriter example. * Fixed self-assignment operator in some types. * Fixed extraction of MP4 tag keys with an empty list. 1.10 BETA: * New API for the audio length in milliseconds. * Added support for ID3v2 ETCO and SYLT frames. * Added support for album artist in PropertyMap API of MP4 files. * Added support for embedded frames in ID3v2 CHAP and CTOC frames. * Added support for AIFF-C files. * Better handling of duplicate ID3v2 tags in MPEG files. * Allowed generating taglib.pc on Windows. * Added ZLIB_SOURCE build option. * Fixed backwards-incompatible change in TagLib::String when constructing UTF16 strings. * Fixed crash when parsing certain FLAC files. * Fixed crash when encoding empty strings. * Fixed saving of certain XM files on OS X. * Changed Xiph and APE generic getters to return space-concatenated values. * Fixed possible file corruptions when removing tags from WAV files. * Added support for MP4 files with 64-bit atoms in certain 64-bit environments. * Prevented ID3v2 padding from being too large. * Fixed crash when parsing corrupted APE files. * Fixed crash when parsing corrupted WAV files. * Fixed crash when parsing corrupted Ogg FLAC files. * Fixed crash when parsing corrupted MPEG files. * Fixed saving empty tags in WAV files. * Fixed crash when parsing corrupted Musepack files. * Fixed possible memory leaks when parsing AIFF and WAV files. * Fixed crash when parsing corrupted MP4 files. * Stopped writing empty ID3v2 frames. * Fixed possible file corruptions when saving WMA files. * Added TagLib::MP4::Tag::isEmpty(). * Added accessors to manipulate MP4 tags. * Fixed crash when parsing corrupted WavPack files. * Fixed seeking MPEG frames. * Fixed reading FLAC files with zero-sized padding blocks. * Added support for reading the encoder information of WMA files. * Added support for reading the codec of WAV files. * Added support for multi channel WavPack files. * Added support for reading the nominal bitrate of Ogg Speex files. * Added support for VBR headers in MPEG files. * Marked FLAC::File::streamInfoData() deprecated. It returns an empty ByteVector. * Marked FLAC::File::streamLength() deprecated. It returns zero. * Fixed possible file corruptions when adding an ID3v1 tag to FLAC files. * Many smaller bug fixes and performance improvements.
2015-11-09Avoid screwing with libc feature-hiding macros in ways that overtlydholland2-8/+12
break the build.