No description
  • C 97.1%
  • Makefile 2.9%
Find a file
Michael Bestas c66e271343 Android 16.0.0 release 4
-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCaS5hsQAKCRDorT+BmrEO
 ePJvAJ0airaxvMpZzN5jAWU91+TaPhk4GQCeLkmPF8pqxvQgDXLgYYy9vZ7NAWc=
 =BOdK
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ
 +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQCxaXn7Ootve4LVKGKbgMPRTurfot5/oYZtwXbsEUWbZFy8Mm/etwYvZ/L/uS/ALTD
 SSOZeZBtMlhc+b03jwiAM=
 -----END SSH SIGNATURE-----

Merge tag 'android-16.0.0_r4' into staging/lineage-23.2_merge-android-16.0.0_r4

Android 16.0.0 release 4

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCaS5hsQAKCRDorT+BmrEO
# ePJvAJ0airaxvMpZzN5jAWU91+TaPhk4GQCeLkmPF8pqxvQgDXLgYYy9vZ7NAWc=
# =BOdK
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Dec  2 05:49:05 2025 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]

* tag 'android-16.0.0_r4':
  Audio: Fix OWNERS

Change-Id: If02f30108da23c56f3b3fcebec15f77f5252f29c
2025-12-08 05:30:32 +02:00
include/tinycompress tinycompress: Add support for compress_set_codec_params API 2024-10-21 12:39:48 +00:00
Android.bp tinycompress: Conditionally enable extended compress format 2025-06-15 19:07:53 +03:00
CleanSpec.mk Move cplay to vendor. 2017-06-29 21:41:31 +00:00
compress.c tinycompress: Add conditional compilation check for compress param 2025-06-15 19:10:57 +03:00
compress_hw.c external: tinycompress: add support for compress plugins 2020-12-10 14:50:26 +01:00
compress_ops.h external: tinycompress: add support for compress plugins 2020-12-10 14:50:26 +01:00
compress_plugin.c tinycompress: Add support for compress_set_codec_params API 2024-10-21 12:39:48 +00:00
cplay.c cplay: use new offload sample rate representation. 2014-10-28 12:17:44 -07:00
METADATA Add METADATA to tinycompress: BSD+Apache2=NOTICE 2020-05-05 17:16:14 +00:00
MODULE_LICENSE_BSD Initial version of tinycompress 2013-04-17 14:29:34 -07:00
NOTICE Update to tinycompress 2.0 2013-06-07 10:58:58 -07:00
OWNERS Audio: Fix OWNERS 2025-07-25 17:13:36 -07:00
README Initial version of tinycompress 2013-04-17 14:29:34 -07:00
snd_utils.c external: tinycompress: add support for compress plugins 2020-12-10 14:50:26 +01:00
snd_utils.h external: tinycompress: add support for compress plugins 2020-12-10 14:50:26 +01:00
utils.c Update to latest tinycompress 2013-07-25 12:56:26 -07:00

		README for tinycompress
		=======================
	       vinod.koul@linux.intel.com
	       ==========================

1. WHAT
	tinycompress is a userspace library for anyone who wants to use the ALSA
compressed APIs introduced in Linux 3.3
This library provides the APIs to open a ALSA compressed device and read/write
compressed data like MP3 etc to it.

	This also includes a utility command line player (cplay) which demonstrates 
the usage of this API. Currently this contains support for playing the mp3 format

2. WHERE
	The library can found in alsa-project.org
Git: git clone git://git.alsa-project.org/tinycompress.git
Http: http://git.alsa-project.org/?p=tinycompress.git

3. PATCHES
	Please send any enhancements/fixes to alsa developer mailing list at:
alsa-devel@alsa-project.org. 

4. LICENSE
	tinycompress is provided under LGPL and BSD dual license

5. CREDITS
- Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> for library design
- Navjot Singh <navjot.singh@intel.com> for writing the mp3 parser code