aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.4.8lioux2003-10-085-24/+4
| | | | Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* o Add WITH_FREETYPE2 knob: handles optional drawtext vhook pluginlioux2003-09-222-1/+17
| | | | | | | o Fixes bento build Submitted by: bento, kris, Steve O'Hara-Smith <steve@sohara.org>
* Update to 0.4.7lioux2003-09-087-139/+174
| | | | Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* Fix build on alpha arch: do not use i386 specific patches on alphalioux2003-06-035-72/+34
|
* Switch to new USE_GETOPT_LONG ports optionlioux2003-04-181-2/+1
|
* o Update grabbing code adding support for: PALBDGHI, NTSCM, SECAM,lioux2003-03-052-27/+30
| | | | | | | PALN, PALM and NTSCJ o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* 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 Do not select cpu type for the configure script: this disableslioux2003-01-291-2/+6
| | | | | | | | | assembly optimizations for each platform. Figures. o configure script was ignoring our enabling the video capture interface. Hard code this. o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* o Remove trailing spaceslioux2003-01-111-3/+2
| | | | | | o Remove spurious blank line Submitted by: portlint tool
* Rollback previous commit: I downgraded the grabbing code. It shouldlioux2003-01-111-51/+28
| | | | not have been touched.
* - After repo copy to ffmpeg045 port so that both older and fasterlioux2003-01-1114-126/+197
| | | | | | | | | | | | version 0.4.5 is preserved while the current version matures: o Update to 0.4.6 o Remove ONLY_FOR_ARCHS, no longer i386 only o Add PKGMESSAGE explaining the differences between this and ffmpeg045 port Reviewed by: Steve O'Hara-Smith <steve@sohara.org> 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-1211-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-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-2611-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