summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg045 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to new USE_GETOPT_LONG ports optionMario Sergio Fujikawa Ferreira2003-04-181-1/+1
| | | | Notes: svn path=/head/; revision=79175
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* o Add a simple "block until data is available or timeout is reached"Mario Sergio Fujikawa Ferreira2003-02-052-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 Notes: svn path=/head/; revision=74906
* o Remove trailing spacesMario Sergio Fujikawa Ferreira2003-01-101-2/+1
| | | | | | | | | o Remove spurious blank line Submitted by: portlint tool Notes: svn path=/head/; revision=72855
* - After repo copy from ffmpeg port:Mario Sergio Fujikawa Ferreira2003-01-102-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) Notes: svn path=/head/; revision=72851
* o Improve video grabbing quality via bktr(4) driver: less frameMario Sergio Fujikawa Ferreira2003-01-092-52/+29
| | | | | | | | | | drops o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=72781
* After repo copy from graphics category, update all appropriateMario Sergio Fujikawa Ferreira2002-11-281-1/+1
| | | | | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat) Notes: svn path=/head/; revision=71181
* o Update booktree capture code to latest version:Mario Sergio Fujikawa Ferreira2002-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> Notes: svn path=/head/; revision=69495
* Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswapMario Sergio Fujikawa Ferreira2002-11-031-1/+1
| | | | | | | can REALLY be used. Notes: svn path=/head/; revision=69330
* o Add optimizations if WITH_OPTIMIZED_CFLAGS [1]Mario Sergio Fujikawa Ferreira2002-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> Notes: svn path=/head/; revision=69328
* o House a known good ffmpeg CVS snapshot under MASTER_SITE_LOCALMario Sergio Fujikawa Ferreira2002-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 Notes: svn path=/head/; revision=68111
* o Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISIONMario Sergio Fujikawa Ferreira2002-10-1110-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> Notes: svn path=/head/; revision=67821
* o Install required header fileMario Sergio Fujikawa Ferreira2002-08-042-2/+7
| | | | | | | | | | o Bump PORTREVISION PR: 41234 Submitted by: Xavier Beaudouin <kiwi@caudium.net> Notes: svn path=/head/; revision=63979
* USE_REINPLACEMario Sergio Fujikawa Ferreira2002-07-031-1/+2
| | | | Notes: svn path=/head/; revision=62387
* add missing dirrmMario Sergio Fujikawa Ferreira2001-10-301-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=49407
* additional install of both libraries and headers in preparation to ↵Mario Sergio Fujikawa Ferreira2001-10-262-0/+14
| | | | | | | {,lib}xine 0.9.2 ports Notes: svn path=/head/; revision=49224
* add missing nasm BUILD_DEPENDSMario Sergio Fujikawa Ferreira2001-09-251-0/+1
| | | | Notes: svn path=/head/; revision=48196
* o New port ffmpeg version 0.4.5: Hyper fast realtime audio/videoMario Sergio Fujikawa Ferreira2001-09-2510-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 Notes: svn path=/head/; revision=48195