summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-10-28* Makefile.am:jep1-1/+1
* autogen.sh: * configure.ac: Renamed 'decoder' folder to 'src' folder to follow the naming of the other plugins. git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@1741 2b0047a9-a6d8-0310-accf-f7200b2a168c
2009-10-28* Makefile.am:jep1-1/+1
Make autogen.sh being disted. git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@1738 2b0047a9-a6d8-0310-accf-f7200b2a168c
2009-02-262009-02-26 Julien Moutte <julien@fluendo.com>dolphy1-1/+1
* 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. git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@1582 2b0047a9-a6d8-0310-accf-f7200b2a168c
2007-02-28 * Makefile.am:thomasvs1-1/+1
* autogen.sh: * configure.ac: adapt to new AG_GST and pull in new common common git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@653 2b0047a9-a6d8-0310-accf-f7200b2a168c
2007-02-182007-02-18 Jan Schmidt <thaytan@mad.scientist.com>jan1-1/+1
* 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. git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@644 2b0047a9-a6d8-0310-accf-f7200b2a168c
2005-12-20adding mp3 decoderthomasvs1-0/+5
git-svn-id: https://core.fluendo.com/gstreamer/svn/trunk/gst-fluendo-mp3@429 2b0047a9-a6d8-0310-accf-f7200b2a168c