Commit graph

7463 commits

Author SHA1 Message Date
adam
011bef3059 Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
markd
955d1dbead On linux include alsa support. 2016-01-06 10:24:43 +00:00
wiz
de19225546 Update gst-plugins0.10-fluendo-mp3 to 0.10.32:
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-03 18:05:13 +00:00
taca
594b1aa8df Update ruby-taglib to 0.7.1.
## 0.7.1 (2015-12-28)

* Fix compile error during gem installation on Ruby 2.3 (MRI) (#67)
2016-01-03 05:33:54 +00:00
dholland
fc2fd4754d Add patch comment. 2015-12-29 19:35:39 +00:00
bsiegert
c1e72d64bd Fix CVE-2015-6749 in vorbis-tools: Buffer overflow in the aiff_open function in
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-29 15:12:20 +00:00
dholland
e0a416b934 Sort. 2015-12-29 06:12:53 +00:00
dholland
a3d1589e21 Whitespace. 2015-12-29 04:54:34 +00:00
dholland
f13d6671da Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
dholland
dfe8be94e3 Fix broken rcsid. 2015-12-29 03:38:03 +00:00
adam
9078ca37c2 Changes 1.2.02:
- 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 21:16:32 +00:00
kamil
9a875ab119 +rubberband 2015-12-28 03:30:37 +00:00
kamil
4431a87365 Import rubberband-1.8.1 as audio/rubberband
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-28 03:29:33 +00:00
kamil
4804af54f3 +vamp-plugin-sdk 2015-12-27 23:37:15 +00:00
kamil
51ca9a5ce8 Import vamp-plugin-sdk 2.6 as audio/vamp-plugin-sdk
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-27 23:35:33 +00:00
wiz
85f4419e46 Update playitslowly to 1.5.0:
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-27 22:54:21 +00:00
wiz
ac7966e420 Updated musicpd to 0.9.12:
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 22:52:41 +00:00
wiz
3350295b30 + gst-plugins1-soundtouch 2015-12-27 22:48:07 +00:00
wiz
d78a10349b Import gst-plugins1-soundtouch-1.6.1 as audio/gst-plugins1-soundtouch.
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-27 22:47:53 +00:00
dholland
2b4a892ee9 configure script demands -msse; mark it broken on non-x86 platforms. 2015-12-27 07:33:07 +00:00
ryoon
7f01abd30b Fix high CPU usage from Onno van der Linden. Bump PKGREVISION 2015-12-25 23:09:49 +00:00
taca
2547cc9fc5 Fix build problem on NetBSD 6.1_STABLE.
Avoid to multiple declaration by typedef.
2015-12-18 11:21:17 +00:00
ryoon
8a25b80101 Bump PKGREVISION. Remove rejected patch. 2015-12-10 10:54:50 +00:00
wiedi
f74def9288 set LDFLAGS on SunOS 2015-12-09 01:39:10 +00:00
taca
c4d7c37e80 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
2015-12-06 12:13:12 +00:00
wiz
6542e60916 Remove patch that was integrated upstream. 2015-12-06 11:50:07 +00:00
wiz
e251403c5e Update libopenmpt to 0.2.5787:
* [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-06 11:11:28 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
wiz
01592f2530 Remove obsolete patch (after update to 1.0.26) 2015-12-04 22:52:57 +00:00
wiz
bd44733959 Update libsndfile to 1.0.26:
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-04 20:39:05 +00:00
wiz
6d034313f6 Update libopus to 1.1.1:
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-12-02 06:57:13 +00:00
wiz
58079fe596 Add missing includes to bl3.mk. 2015-11-27 10:34:23 +00:00
jperkin
3d4ccb246a Remove mk/find-prefix.mk usage from the audio category.
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-25 12:47:55 +00:00
adam
5b03995b37 Changes 1.3.2:
* Bugfix: Fixed tags from filename dialog not opening on new installations
2015-11-24 05:28:32 +00:00
wiz
56f7003cef Update libshout to 2.4.1.
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-23 09:51:48 +00:00
adam
b60e070a61 Fix building with newer OS X API. 2015-11-21 17:36:10 +00:00
joerg
41e69a19c5 Don't link against libcompat, since ftime hasn't been used for a while.
Fixes build of dynamic library. Bump revision.
2015-11-20 14:28:02 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
wiz
b39208cfe4 Update gstreamer1 and plugins to 1.6.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-18 12:04:16 +00:00
wiz
d42d9e489d Update taglib to 1.10:
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-17 10:43:42 +00:00
dholland
075b7e0c6d Avoid screwing with libc feature-hiding macros in ways that overtly
break the build.
2015-11-09 07:50:28 +00:00
dholland
5deeb403c9 Remove second patch for same file. Hi, joerg of 2005. 2015-11-09 07:46:42 +00:00
dholland
b36d37ca4b MacOS doesn't support this audio interface. 2015-11-07 20:47:03 +00:00
dholland
814dd29b6e MacOS doesn't have OSS; mask this plugin. 2015-11-07 20:46:20 +00:00
dholland
3a751027a4 Improve endian detection; should (with a bit of luck at least) fix
build on MacOS, OpenBSD, and Bitrig.

Note: There's enough stylized goop here that lots of packages will
need to know about that we should consider creating a USE_FEATURES for
sys/endian.h.
2015-11-07 19:43:56 +00:00
wiz
9c15a375dc Update libopenmpt to 0.2.5705.
libopenmpt 0.2-beta15 (2015-10-31)

    [Change] openmpt123: SDL2 is now supported and preferred to
    SDL1 if available.
    [Bug] Emscripten support for older emscripten versions broke
    in -beta14. These are now supported again when using make
    CONFIG=emscripten-old.
    [Bug] Fixed crashes in MED loader.
    Playback improvements and loader fixes for MOD, MT2 and MED.
2015-11-06 11:33:39 +00:00
wiz
6b82b18c2a Update musicpd to 0.19.11:
ver 0.19.11 (2015/10/27)
* tags
  - ape: fix buffer overflow
* decoder
  - ffmpeg: fix crash due to wrong avio_alloc_context() call
  - gme: don't loop forever, fall back to GME's default play length
* encoder
  - flac: fix crash with 32 bit playback
* mixer
  - fix mixer lag after enabling/disabling output
2015-11-06 09:39:14 +00:00
agc
efd9ad4549 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
adam
42af466b78 Changes 3.1.1:
* Minor improvements.
2015-11-04 16:45:52 +00:00
wiz
3e7d3151fc Update to 1.31:
1.31 - 2015.09.10
-----------------

* New padding control API for flac/id3/mp4/asf/ogg/aiff and everything
  based on it, except oggflac 🐛`229`
* Mutagen will now reduce padding on save if there is lots of it.
* delete() will remove padding in addition to tags.

* ASF:

  * Padding support 🐛`201`
  * Don't report negative lengths for some broken files
  * New :class:`asf.ASFInfo`.codec_type/codec_name/codec_description
  * Implement ASF.delete()

* OGG: Padding support for Opus/Vorbis/Theora/Speex
* M4A: Implementation removed. Every operation will raise. Use mp4 instead.
* Tools: Support Unicode output under Windows 🐛`232`


1.30 - 2015.08.22
-----------------

* FLAC:

  * Fix :meth:`flac.FLAC.save` in case the source contained a too large
    (invalid but recovered) image block 🐛`226`

* MP3:

  * Improved length and bitrate accuracy:

    * Read lame "Info" tags for improved bitrate/length accuracy
    * Use bytes info of VBRI headers for improved bitrate accuracy
    * Subtract encoder delay/padding from length for improved length accuracy
      (especially for short tracks)
    * Fix rare false identification of Xing headers 🐛`182`

  * New :class:`mp3.MPEGInfo`.encoder_info attribute containing the encoder
    name and version 🐛`66`
  * New :class:`mp3.MPEGInfo`.bitrate_mode attribute exposing if the file is
    VBR, ABR or CBR 🐛`24` 🐛`66`
  * New :class:`mp3.MPEGInfo`.channels attribute providing the channel count
  * New :class:`mp3.MPEGInfo`.track_gain/track_peak/album_gain values exposing
    the replaygain info provided by the lame header 🐛`36`

* ID3:

  * New :class:`id3.PictureType` enum for the picture type used in APIC frames 🐛`222`

* MP4:

  * Fix MP4FreeForm.__eq__ and MP4Cover.__eq__ when comparing with bytes
    🐛`218`

* Don't raise on :meth:`FileType.save` if there are no tags. 🐛`227`
* Minor fixes: 🐛`228`


1.29 - 2015.05.09
-----------------

* mid3v2: Fix an error under Python 3 with files without tags 🐛`219`
* mid3v2: Various Windows+Python2+Unicode fixes 🐛`214`
* Don't emit warnings during loading (ID3Warning) 🐛`223`
* py.test support


1.28 - 2015.03.06
-----------------

* Various minor fixes to make mutagen behave the same under Python3 as under
  Python2.
* Update gpl text 🐛`205`
* Documentation: Add example for how to create a new flac.Picture 🐛`209`

* ID3:

  * Various error handling fixes (🐛`110`, 🐛`211`, ...)
  * Don't hide ID3 loading errors with ID3FileType.
  * In case a synch safe marked frame isn't sync safe, only warn 🐛`210`
  * Removed PEDANTIC mode

* Tools:

  * Add signal handling 🐛`170`
  * mid3cp: Make it work under Windows.
  * mutagen-inspect: Make it work under Windows+Python3 🐛`216`
  * Support unicode file paths under Windows+Python2 🐛`214`
  * Support file paths with invalid encoding under Unix+Python3.
2015-11-04 09:53:40 +00:00