summaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
AgeCommit message (Collapse)AuthorFilesLines
2006-06-16gcc4 does not like declarations for "static" functions inside otherrillig2-1/+21
functions. Fixes PR 33743.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-2/+2
for SDL shlib changes.
2006-06-08Don't define glib's types (gchar, guchar, etc.) if glib.h is alreadyhira3-2/+18
included. This fixes build of audio/gtkpod with `mpeg4ip' option. Idea from audio/faad2. Bump PKGREVISION.
2006-05-30Update "mpeg4ip" package to version 1.5. Change since version 1.4.1:tron3-9/+9
- Added integration with libsrtp for player and mp4live - Updated for gcc 4.0 - Integrated changes from SDL-1.2.9 - Added support for Quicktime .mov aac audio - Fixed some issues with H.264 hinting. - Fixed some issues with mp4v2 and metadata - Added some atoms for OpenIPMP for mp4v2. - Added some APIs for mp4v2 to access atom properties. - Added wide filenames for mp4v2 for Windows. - Changed RTP library APIs to use unsigned, const when applicable. - Added new RTP library APIs for session creation. - Added RFC 3605 (rtcp port doesn't have to be rtp port + 1) in player and mp4live. - Smoothed out changes to audio correction in player - Fixed player initialization when media takes a long time. - Fixed playback of mp3 files with id3 tags. - Added some H.264 nerd knobs in mp4live
2006-05-19+= to assign, not +abs1-2/+2
2006-05-19faad2 and mpeg4ip conflict on lib/libmp4v2.la so add the appropriateadrianp1-1/+3
CONFLICTS statement.
2006-05-09Add missing USE_LANGUAGES. Reported and fix tested by smb@.hira1-1/+2
2006-04-28Add DragonFly support. Override all libtool instances.joerg4-2/+44
2006-04-16Fix build when faac is installed. Reported by veego@.wiz2-3/+12
2006-04-12Initial import of mpeg4ip-1.4.1:wiz7-0/+278
The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text. To achieve this we've integrated a number of existing open source packages, and created some original code to fill in the gaps. Please note this project is intended for developers who are interested in standards based audio and video, and Internet streaming. It is not intended for end-users.