Commit graph

16 commits

Author SHA1 Message Date
wiz
7909ca8cec Comment out dead sites. 2017-08-16 20:45:30 +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
agc
b734eb2ebf Add SHA512 digests for distfiles for audio category
Problems found with existing distfiles:
	/pub/pkgsrc/distfiles/amp-0.7.6.tgz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
	/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
	/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
	/pub/pkgsrc/distfiles/mp3to.gz
	/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:12:23 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
asau
2fead99d50 "user-destdir" is default these days 2012-09-11 23:59:21 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
6b5bd8d27a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
obache
fa3254c8a6 Update gst-fluendo-mp3 to 0.10.15.
2010-10-21  Jorge Zapata <jzapata@fluendo.com>

	* src/flump3dec.c: (flump3dec_reset), (flump3dec_flush),
	(flump3dec_sink_chain), (flump3dec_check_for_xing),
	(flump3dec_drain_avail):
	* src/flump3dec.h:
	* win32/oa/config.h:
	Add a discont double check, checking the flag is not enough
	given that rtpmpadepay/rtpmpapay adds a discont flag on every
	buffer, so we also check the timestamps difference.
	Whenever we are looking for the Xing header and it is not found
	we must reset the bitstream.
	Add a cast to correctly display the needed bits.

2010-03-12  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.14 ===

2010-03-12  Julien Moutte <julien@fluendo.com>

	* ChangeLog: I screwed up with the release process  !
	* configure.ac: Back to TRUNK.

2010-03-12  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.13 ===

2010-03-12  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.13 ===

2010-03-08  Josep Torra  <josep@fluendo.com>

	* src/flump3dec.c: (flump3dec_sink_event):
	Do not drain in segment updates.

2009-10-28  Josep Torra  <josep@fluendo.com>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	Renamed 'decoder' folder to 'src' folder to follow the naming of
	the other plugins.

2009-10-28  Josep Torra  <josep@fluendo.com>

	* configure.ac:
	Added handling of assemby code by automake.

2009-10-28  Josep Torra  <josep@fluendo.com>

	* Makefile.am:
	Make autogen.sh being disted.

2009-09-16  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.12 ===

2009-09-15  Thijs Vermeir  <thijs@fluendo.com>

	* decoder/flump3dec.c: drain available frames before applying
  new segment

2009-08-24  Julien Moutte  <julien@fluendo.com>

	* win32/oa/Makefile.am: Add OSSBUILD VCPROJ to dist.
	* win32/oa/config.h: Updated.

2009-03-07  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.11 ===

2009-02-26  Julien Moutte  <julien@fluendo.com>

	* Makefile.am:
	* configure.ac:
	* win32/Makefile.am:
	* win32/oa/Makefile.am:
	* win32/oa/config.h.in: Make sure we include Win32 in the release
        process. Autogenerate the config.h file with proper versioning.

2009-02-19  Julien Moutte  <julien@fluendo.com>

	* decoder/flump3dec.c: (flump3dec_sink_event): Use gst_pad_push_event
	as it's faster.

2008-12-11  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.10 ===

2008-11-21  Julien Moutte  <julien@fluendo.com>

	* configure.ac: Use the CPU_TUNE macro.
	* decoder/Makefile.am: Use CPU_TUNE CFLAGS and LDFLAGS for exec stack.
	* decoder/flump3dec.c: (flump3dec_flush), (flump3dec_sink_chain),
	(flump3dec_drain_avail), (flump3dec_sink_event):
	* decoder/flump3dec.h: Clean up indentation and make sure we set the
	discont flag on audio buffers when required. This fixes non flushing
	seek with MP3 dec in the pipeline (looping).

2008-10-13  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.9 ===

2008-10-13  Julien Moutte  <julien@fluendo.com>

	* configure.ac: Make sure we don't set the Exec stack flag and don't
	build static libraries.
	* decoder/Makefile.am: Make naming of the LDFLAGS more consistent.

2008-09-15  Sergi Alvarez  <salvarez@fluendo.com>

	* decoder/flump3dec.c: (flump3dec_src_query): Check for format_bytes
	and format_default like comment above says. Avoid dupped check.

2008-06-18  Paul Brossier  <piem@fluendo.com>

	* configure.ac: back to TRUNK.

=== release 0.10.8 ===

2008-06-09  Paul Brossier  <piem@fluendo.com>

	* configure.ac: update to use AG_CHECK_IPP

2008-06-09  Paul Brossier  <piem@fluendo.com>

	* configure.ac: update IPP lookup

2008-05-25  Julien Moutte  <julien@fluendo.com>

	* COPYING:
	* README:
	* decoder/bitstream.c:
	* decoder/bitstream.h:
	* decoder/common.c:
	* decoder/common.h:
	* decoder/decode.c:
	* decoder/decode.h:
	* decoder/flump3dec.c:
	* decoder/flump3dec.h:
	* decoder/mp3-c-synth.c:
	* decoder/mp3-c.c:
	* decoder/mp3-c.h:
	* decoder/mp3-cos-tables.h:
	* decoder/mp3-ipp.c:
	* decoder/mp3-ipp.h:
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c:
	* decoder/mp3tl.h:
	* decoder/table-bitalloc.h:
	* decoder/table-dewindow.h:
	* decoder/table-huffdec.h:
	* decoder/table-powtable-2.h:
	* decoder/table-powtable.h:
	* util/gen-pow-table-2.c: (main): Update copyrights.

2008-05-25  Julien Moutte  <julien@fluendo.com>

	Patch by: Yoav Steinberg <yoav at monfort dot co dot il>

	* decoder/bitstream.c: (bs_getbytes):
	* decoder/bitstream.h:
	* decoder/common.h:
	* decoder/decode.c: (II_dequant_and_scale_sample),
	(I_dequant_and_scale_sample), (init_syn_filter):
	* decoder/flump3dec.c: (flump3dec_base_init),
	(gst_flump3dec_update_ts), (flump3dec_drain_avail):
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis), (MPG_DCT_8):
	* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample),
	(III_stereo), (III_antialias), (inv_mdct_s), (imdct_9pt),
	(init_mdct), (III_hybrid):
	* decoder/mp3-cos-tables.h:
	* decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame):
	* decoder/table-dewindow.h:
	* decoder/table-powtable-2.h:
	* decoder/table-powtable.h: Fix code to support Win32 build.

2008-03-18  Kapil Agrawal <kapil@fluendo.com>

	* decoder/mp3tl.c: (mp3tl_new): Initializing freebitrate flag to true.
	  (mp3tl_sync): changed the read_header arguments.
	* decoder/decode.c: (read_header): changed the first argument to mp3tl,
	  changes to support free format bitrate and moved parsing of first 21 bits
	  to a new function read_main_header.Fixes ticket #23.
	* decoder/mp3tl-priv.h:	added free format related elements in mp3tl.
	* decoder/decode.h: included mp3tl-priv.h.

2008-02-25  Release Maker <nomail@fluendo.com>

	* configure.ac: Back to TRUNK.

=== release 0.10.7 ===

2008-02-22  Josep Torra Valles  <josep@fluendo.com>

	* configure.ac:
	Updated to compile with IPP version 5.3.1.062

2008-02-19  Kapil Agrawal <kapil@fluendo.com>

	* decoder/mp3tl.c: (mp3tl_sync):
	Fixed ticket #102.
	header and sync length were not considered while checking minimum
	frame size.

2007-12-14  Julien Moutte <julien@fluendo.com>

	* gst-fluendo-mp3.spec.in: Handle SElinux policy in the RPM.

2007-08-23  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	Add IPP 5.2, 5.3 & 5.3_beta to the list of versions to check for.

	* decoder/mp3-ipp.c: (ipp_decode_mp3):
	Use memmove instead of memcpy, and only copy when there are actually
	bytes to move.

2007-08-13  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_src_event):
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
	* decoder/mp3-c.c: (III_stereo):
	* decoder/mp3tl.c: (mp3tl_new):
	Fix some compiler warnings about unused variables.

2007-08-13  Josep Torra Valles  <josep@fluendo.com>

	* decoder/bitstream.c: (h_rewindNbits), (h_rewindNbytes):
	* decoder/bitstream.h:
	* decoder/mp3-c.c: (III_huffman_decode):
	Partial fix for ticket #18.
	Disabled the optimization until a complete fix. ENABLE_OPT_BS = 0.

2007-07-26  Josep Torra Valles  <josep@fluendo.com>

	* configure.ac:
	* decoder/Makefile.am:
	* decoder/bitstream.c: (h_setbuf):
	* decoder/bitstream.h:
	* decoder/decode.c:
	* decoder/huffman.c: deleted
	* decoder/huffman.h: deleted
	* decoder/mp3-c.c: (huffman_decoder): made inline
	Several optimizations related to huffman decoding.

2007-07-26  Josep Torra Valles  <josep@fluendo.com>

	* decoder/mp3-c.c: (III_hybrid):
	Fixed a warning related to liboil.

2007-07-26  Josep Torra Valles  <josep@fluendo.com>

	* decoder/Makefile.am:
	Added table-powtable-2.h to fix 'make dist'.

2007-06-07  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_drain_avail):
	Don't output timestamps from an uninitialised variable
	when handling corrupted/skipped packets.

2007-06-06  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/common.h:
	Fix macro for marking unused function arguments.

	* decoder/mp3-c.c: (III_stereo):
	Guard against overflowing the arrays by limiting the subband
	iterator to 576.

2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	Add funrolling of the loops to the CFLAGS for a juicy speed boost.

	* decoder/decode.h:
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
	* decoder/mp3-c.c: (III_get_scale_factors),
	(III_dequantize_sample), (inv_mdct_l), (inv_mdct), (III_hybrid),
	(c_decode_mp3):
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c: (mp3tl_new), (mp3tl_decode_frame):
	Some fixes and optimisations, between that and funrolling loops,
	things are now 18% faster.

	* decoder/mp3-ipp.c: (decode_mp2), (ipp_decode_mp3),
	(mp3_SubBandSynthesis), (mp3_ipp_init), (mp3_ipp_flush),
	(mp3_ipp_close):
	Re-indent.

2007-06-01  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample):
	* decoder/table-powtable-2.h:
	* decoder/table-powtable.h:
	* util/Makefile.am:
	* util/gen-pow-table-2.c: (main):
	Speed the C-only decoder up by 38% by pre-calculating some stuff
	instead of doing it over and over in an inner loop.
2010-10-27 14:04:14 +00:00
wiz
8874e30a3c mp3 -> MP3 2008-11-03 17:29:46 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
drochner
80fcf787e4 Use liboil for simd support.
This saves only 1..2% of cpu time for me (i386/Core2Duo), but since
liboil is used throughout the gstreamer framework it doesn't hurt
either. Bump PKGREVISION.
2007-07-16 09:44:38 +00:00
wiz
088daa0e20 Update to 0.10.6:
=== release 0.10.6 ===

2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/mp3-c-synth.c: (III_polyphase_matrix), (MPG_DCT_8):
	Use a temp array to turn 8 additions and 4 subtractions into 6
	additions and 2 subtractions.

	* decoder/mp3-c.c: (III_huffman_decode):
	Avoid a false assertion that occurs when we don't have any bigvalues
	or count1 bits to decode. Fixes #18.

2007-05-18  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_init), (flump3dec_reset),
	(flump3dec_flush), (flump3dec_sink_chain),
	(gst_flump3dec_update_ts), (flump3dec_drain_avail),
	(flump3dec_change_state):
	* decoder/flump3dec.h:
	* decoder/mp3tl.c: (mp3tl_decode_header):
	Fix timestamp handling so that incoming timestamps always get
	applied at the correct time. Add a threshold for accepting
	incoming timestamps - updates below the threshold are ignored,
	to avoid problems with the timestamping granularity of container
	formats.

2007-03-19  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	Make liboil use OFF by default. Enable it with --enable-liboil.

2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_src_query),
	(flump3dec_src_convert), (flump3dec_time_to_bytepos),
	(flump3dec_src_event):
	Don't convert all upstream seeks to open-ended ones. Preserve
	-1 as a valid value for seek start and end instead of converting
	it blindly to time and bytes.

2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>

	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	  adapt to new AG_GST and pull in new common common

2007-02-18  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/table-powtable.h:
	Oops, commit the power factors table too.

2007-02-18  Jan Schmidt  <thaytan@mad.scientist.com>

	* Makefile.am:
	* configure.ac:
	* decoder/Makefile.am:
	* decoder/bitstream.c: (bs_getbytes), (h_setbuf):
	* decoder/bitstream.h:
	* decoder/mp3-c-synth.c:
	* decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample),
	(c_decode_mp3), (mp3_c_init), (mp3_c_flush):
	* decoder/mp3-c.h:
	* decoder/mp3-ipp.c: (ipp_decode_mp3), (mp3_ipp_init),
	(mp3_ipp_flush), (mp3_ipp_close):
	* decoder/mp3-ipp.h:
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c: (mp3tl_new), (mp3tl_free),
	(mp3tl_decode_header), (mp3tl_decode_frame), (mp3tl_flush):
	Merge back pre-computed power factor table from the rework branch.
	Re-arrange the decoder backend so that the C implementation is always
	available, and use it for decoding "MPEG 2.5" even with IPP.

	Do more efficient bitstream operations by copying arrays of bytes
	directly into the huffman bitstream instead of a byte at a time.

	Use the simpler 'huffman bitstream' object where we can.

	* util/Makefile.am:
	* util/gen-pow-table.c: (main):
	Utility for computing the power factor table.

2007-02-16  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	* decoder/Makefile.am:
	Add support for using liboil in the C build.

	* decoder/flump3dec.c: (flump3dec_base_init),
	(flump3dec_drain_avail):
	Change the reported codec tag string to
	'MPEG 1/2 Audio, Layer 1/2/3' so it shows more info.
	Make the element details show which build (IPP,liboil,C) is in use.

	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
	* decoder/mp3-c.c: (inv_mdct_s), (mp3_init):
	* decoder/table-dewindow.h:
	Use liboil in one place to do an array multiply.

2007-02-13  Mathieu Garcia  <matthieu@fluendo.com>

	* decoder/flump3dec.c (flump3dec_drain_avail): Post less often
	the bitrate tag (> 10kbps change)

2007-02-12  Mathieu Garcia  <matthieu@fluendo.com>

	* decoder/flump3dec.c (flump3dec_change_state):
	(flump3dec_drain_avail):
	* decoder/flump3dec.h (struct FluMp3Dec):
	Now we post the bitrate tag.

	* decoder/flump3dec.c (flump3dec_drain_avail): Set the
	GST_TAG_AUDIO_CODEC.


2007-01-31 Christian Schaller <christian@fluendo.com>

	* decoder/flump3dec.c: Fix codec classification
	Audio/Decoder -> Codec/Decoder/Audio

=== release 0.10.5 ===

2006-12-12  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/common.h:
	* decoder/flump3dec.c: (flump3dec_get_query_types):
	* decoder/huffman.c:
	* decoder/mp3-c-synth.c: (mp3_SubBandSynthesis):
	* decoder/mp3-c.c: (III_get_side_info), (III_frequency_inversion),
	(mp3_close):
	* decoder/mp3tl-priv.h:
	Fix compilation on the Sun Studio compiler

=== release 0.10.4 ===

2006-11-28  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/bitstream.c: (bs_new):
	* decoder/decode.c: (set_hdr_data_slots):
	* decoder/mp3-c.c: (III_get_LSF_scale_factors),
	(III_huffman_decode), (III_dequantize_sample), (III_reorder),
	(III_stereo), (decode_mp3):
	  Implement MPEG-2.5 samplerates.

	* decoder/mp3tl.c: (mp3tl_decode_header):
	  Ignore the incoming table of frame sizes and pass all data including
	  possibly auxilliary bits to the decoder for now.

2006-11-21  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_init):
	Don't leak pad templates.

2006-11-20  Jan Schmidt  <thaytan@mad.scientist.com>

	Merge back revisions 601 thru 605 from the gst-fluendo-mp3-rework
	branch

2006-11-20  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/mp3-c-synth.c: (III_subband_synthesis),
	(mp3_SubBandSynthesis):
	Rearrange things slightly, so Layer 2 and Layer 3 decoding also use
	the new synthesis function.

2006-11-20  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/Makefile.am:
	* decoder/mp3-c-synth.c: (III_subband_synthesis),
	(III_polyphase_matrix), (MPG_DCT_32), (MPG_DCT_16), (MPG_DCT_8),
	(mp3_SubBandSynthesis):
	* decoder/mp3-c.c:
	* decoder/mp3-c.h:
	* decoder/mp3-cos-tables.h:
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c: (mp3tl_decode_frame):
	Move synthesis/dct functions out to a separate file. Fix decoding by
	using the correct entry from the synth_cos64_table lookup table.

2006-11-20  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/Makefile.am:
	* decoder/mp3-c.c: (decode_mp3), (III_subband_synthesis),
	(III_polyphase_matrix), (MPG_DCT_32), (MPG_DCT_16), (MPG_DCT_8),
	(mp3_SubBandSynthesis):
	* decoder/mp3-cos-tables.h:
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c: (mp3tl_decode_frame):
	Optimise polyphase filter bank by using a partially hand-unrolled
	32-point DCT.

2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/Makefile.am:
	* decoder/mp3-c.c: (inv_mdct), (init_mdct),
	(III_frequency_inversion), (decode_mp3), (mp3_init):
	Clean up old, slow code branches.

=== release 0.10.3 ===

2006-09-07  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/flump3dec.c: (flump3dec_change_state):

	Patch from Sebastian Moutte to fix setting caps on the src pad
	when reusing the element (Closes #5)

2006-09-06  Jan Schmidt  <thaytan@mad.scientist.com>

	* decoder/bitstream.h:
	* decoder/common.h:
	* decoder/decode.c: (II_dequant_and_scale_sample):
	* decoder/flump3dec.c: (flump3dec_get_type), (flump3dec_base_init),
	(flump3dec_check_for_xing), (flump3dec_drain_avail),
	(flump3dec_get_query_types):
	* decoder/huffman.c: (huffman_decoder):
	* decoder/mp3-c.c: (III_get_side_info), (III_get_scale_factors),
	(III_get_LSF_scale_data), (III_get_LSF_scale_factors),
	(III_huffman_decode), (III_dequantize_sample), (III_antialias),
	(decode_mp3), (mp3_SubBandSynthesis), (mp3_init), (mp3_flush),
	(mp3_close):
	* decoder/mp3-c.h:
	* decoder/mp3tl-priv.h:
	* decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame):
	* decoder/table-huffdec.h:
	Clean ups and bug fixes.

	Change the way the main_data buffer is calculate to eliminate a state
	variable.

	Fix a nasty array index overflow that was resulting in noise in the
	left channel for some builds only.

	Fix all -Wextra warnings

2006-08-25  Wim Taymans  <wim@fluendo.com>

	* decoder/flump3dec.c: (flump3dec_drain_avail),
	(flump3dec_sink_event):
	Output the first frame before the second frame instead at EOS.

2006-08-18  Jan Schmidt  <thaytan@mad.scientist.com>

	* configure.ac:
	  Build against IPP for x86_64, and support IPP 5.0 & 5.1

	* decoder/mp3-c.c: (mp3_SubBandSynthesis):
	  Fix the float -> int16 conversion so it doesn't overflow
2007-06-08 13:03:22 +00:00
joerg
a25fa5fa6b Needs pkg-config. 2006-08-22 14:01:11 +00:00
drochner
8929ec3b3e add gst-plugins0.10-fluendo-mp3, a small mp3 decoder which can replace the
"mad" plugin
2006-07-26 13:12:34 +00:00