summaryrefslogtreecommitdiff
path: root/audio/faad2/patches
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11make the installed include files more consistent: don't relydrochner6-38/+26
on HAVE_STDINT_H defined by the client app, don't install mp4ffint.h which is purely internal, fix build of the xmms plugin, bump PKGREVISION
2009-08-10- Update to faad2-2.7tnn8-101/+71
- set LICENSE to gnu-gpl-v2 - install faad(1) manpage 2009-02-02 - Version 2.7 * DAB+ support * Use public headers internally to prevent duplicate declarations * Explicitly typedef all types as signed * Made sure MAIN prediction can't be started after the first frame * Lot's of compilation issues solved * Bugfix in SBR envelope border calculation
2009-08-08patch-at: fix build on Linux (uint32_t was not in scope)tnn1-3/+11
2009-07-13Let audio/faad2 install libmp4ff.tonio2-0/+36
It is used by musicpd to play m4a files. Fixes PR/40584 applying a very similar patch.
2008-09-24Fix for faad2 decodeMP4file() heap overflow. If the sample count lookstonnerre1-3/+12
insane, it may as well be insane. Also bump PKGREVISION.
2007-12-29Fix pthread linkage.joerg1-5/+7
2007-12-09update to 2.6.1drochner18-326/+96
This adds SBR/PS support and bugfixes. The licensing problems which appeared in 2.5 were resolved in 2.6.1. pkgsrc notes: -no dependency on libmp4v2 anymore -added a patch to the "faad" standalone player to restore previous behaviour: The -w option writes .wav format (with riff header) to stdout. Thanks to Raymond Meyer for help and testing.
2007-02-09-build against libmp4v2 instead of the full mpeg4ipdrochner1-3/+3
-don't build the plugin for the mpeg4ip player -kill SDL dependency -bump PKGREVISION
2006-08-06Merge in patches from xmms-faad.wiz2-0/+32
2006-07-27Fix build with m4-1.4.5. Use newer automake package instead of 1.4 one.wiz1-2/+11
(Build dependency change only, so no PKGREVISION bump.)
2006-05-30Disable bundled and outdated "mp4v2" library. Depend on newer versiontron3-0/+109
from "mpeg4ip" package instead which resolves the conflict between the two packages. Patch taken from PLD linux. Bump package revision because of thix fix.
2005-12-08Write newline character to stderr instead of stdout, to avoidwiz1-0/+13
polluting the output stream when -w is used. From Parag Patel in PR 32268. While here, add missing directory to PLIST. Bump PKGREVISION.
2005-10-09This change addresses PR#31443ben3-6/+43
Copy config.h to faad2-config.h. Modify systems.h to refer to faad2-config.h, and install faad2-config.h. This situation is discussed here: http://lists.gnu.org/archive/html/automake/2000-10/msg00114.html Remove the undef of PACKAGE and VERSION, and add a 3rd non-empty argument to AM_INIT_AUTOMAKE. This situation is discussed here: http://lists.gnu.org/archive/html/automake/2000-10/msg00108.html Modify the condition from HAVE_GLIB_H to __G_LIB_H__, which was easier because faad2 doesn't depend on glib. Bump pkgrevision.
2005-10-06This change addresses PR#31443ben4-4/+34
Install header files in include/faad2 Install include/faad2/config.h Add include/faad2 to search path in buildlink3.mk Since software depending on mp4.h won't be able to build without this change, bump PKGREVISION and update BUILDLINK_DEPENDS.faad2 in buildlink3.mk
2005-08-05add simple patches for gcc-4 supporttonio3-0/+64
approved by cube@
2004-12-30Always include stdint.h and/or inttypes.h if they are present. Theminskim1-5/+7
previous sunpro patch doesn't include them when sys/types.h is present, breaking this package on Linux.
2004-07-31Fix lrintf() function in libfaad/common.h to make this build onxtraeme1-3/+12
NetBSD -current, this closes PR pkg/26412.
2004-05-15- remove __inline gccismgrant3-0/+57
- add some casts to avoid sunpro c++ errors - include the right system header file to get the integer types fixes build with sunpro.
2004-03-28Update to 2.0. There are many changes, but the main user-visible improvementmycroft3-32/+38
is support for decoding AAC HE files (as generated by iTunes).
2002-09-05initial import of faad 1.1dillo3-0/+38
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.