aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg045
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new USE_GETOPT_LONG ports optionlioux2003-04-181-1/+1
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* o Add a simple "block until data is available or timeout is reached"lioux2003-02-062-1/+18
| | | | | | | | | wait mechanism to audio encoding routines. This avoids busy wait blocking which needlessly consumes CPU o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org> Obtained from: ffmpeg CVS repository
* o Remove trailing spaceslioux2003-01-111-2/+1
| | | | | | o Remove spurious blank line Submitted by: portlint tool
* - After repo copy from ffmpeg port:lioux2003-01-112-0/+19
| | | | | | | | | | o Add NO_LATEST_LINK since ffmpeg port will be shortly updated to later version of the same development branch o Add PKGMESSAGE explaining the differences between this and ffmpeg port Repo copied by: cvs (joe) Approved by: portmgr (self)
* o Improve video grabbing quality via bktr(4) driver: less framelioux2003-01-092-52/+29
| | | | | | | drops o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* After repo copy from graphics category, update all appropriatelioux2002-11-281-1/+1
| | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat)
* 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-162-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-1210-74/+458
| | | | | | | | | | | | | | 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-041-1/+2
|
* add missing dirrmlioux2001-10-311-0/+1
| | | | Submitted by: bento
* additional install of both libraries and headers in preparation to ↵lioux2001-10-272-0/+14
| | | | {,lib}xine 0.9.2 ports
* add missing nasm BUILD_DEPENDSlioux2001-09-261-0/+1
|
* o New port ffmpeg version 0.4.5: Hyper fast realtime audio/videolioux2001-09-2610-0/+175
encoder/converter, streaming server Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com> * for this patch -> #define INT64_C(x) x##LL