summaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* o Update booktree capture code to latest version:lioux2002-11-052-158/+176
| | | | | | | | | | | | 1) Warning message if the tuner device cannot be opened for write 2) A two stage sync slip recovery mechanism, stage 1 runs async to catch up, stage 2 injects a blank frame 3) Update to a consistent indent style (will minimize future diffs) o Bump PORTREVISION Submitted by: "Steve O'Hara-Smith" <steve@sohara.org>
* Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswaplioux2002-11-031-1/+1
| | | | can REALLY be used.
* o Add optimizations if WITH_OPTIMIZED_CFLAGS [1]lioux2002-11-032-1/+70
| | | | | | | | | | | | o Make it CFLAGS safe (I have no idea how this escaped me) o Unless WITHOUT_LIBA52, use liba52 port instead of ffmpeg liba52 code. The liba52 port is more optimized. o Use FreeBSD byteswap optimized routines IF one happens to be using either FreeBSD 4.7-RELEASE or later o Do not bump PORTREVISION Submitted by: "Steve O'Hara-Smith" <steve@sohara.org> [1] Reviewed by: "Steve O'Hara-Smith" <steve@sohara.org>
* o House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCALlioux2002-10-152-4/+5
| | | | | | | | | | | o Add -lm to libs, some installations seem to explicitly require it PR: 43973 Prompted by: Joe "Floid" Kanowitz <jkanowitz@snet.net> Reviewed by: Charles Henrich <henrich@sigbus.com>, Steve O'Hara-Smith <steve@sohara.org>, alex@acatysmoof.com
* o Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISIONlioux2002-10-1111-78/+489
| | | | | | | | | | | | | | since this is unversioned. o Add booktree capture support with patches kindly supplied by "Steve O'Hara-Smith" <steve@sohara.org>. Work is in progress to get these merged back into ffmpeg's CVS repo o Add WITH_MP3 for lame mp3 support o Add WITH_VORBIS for vorbis support o Install shared library for the first time, begin versioning at 0 Reviewed by: freebsd-multimedia mailing list, "Steve O'Hara-Smith" <steve@sohara.org>, Anish Mistry <mistry.7@osu.edu>
* o Install required header filelioux2002-08-042-2/+7
| | | | | | | o Bump PORTREVISION PR: 41234 Submitted by: Xavier Beaudouin <kiwi@caudium.net>
* USE_REINPLACElioux2002-07-031-1/+2
|
* add missing dirrmlioux2001-10-301-0/+1
| | | | Submitted by: bento
* additional install of both libraries and headers in preparation to ↵lioux2001-10-262-0/+14
| | | | {,lib}xine 0.9.2 ports
* add missing nasm BUILD_DEPENDSlioux2001-09-251-0/+1
|
* o New port ffmpeg version 0.4.5: Hyper fast realtime audio/videolioux2001-09-2511-0/+185
encoder/converter, streaming server Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com> * for this patch -> #define INT64_C(x) x##LL
OpenPOWER on IntegriCloud