aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files
Commit message (Collapse)AuthorAgeFilesLines
* fix build with lame.FUJISHIMA Satsuki2003-12-281-3/+16
| | | | Notes: svn path=/head/; revision=96721
* Fix installation of shared libs, man page installation, and plist.Mark Linimon2003-12-085-10/+118
| | | | | | | | | | | Bump portrevision, although the original patch didn't do that (this seems necessary enough to me). Compiles ok on 4.x, 5.x. PR: ports/56721 Submitted by: Simon Barner <barner@in.tum.de> Committed on behalf of lioux@, who is having machine troubles. Notes: svn path=/head/; revision=95314
* Update to 0.4.8Mario Sergio Fujikawa Ferreira2003-10-082-20/+1
| | | | | | | Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=90638
* Update to 0.4.7Mario Sergio Fujikawa Ferreira2003-09-074-127/+131
| | | | | | | Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=88700
* Fix build on alpha arch: do not use i386 specific patches on alphaMario Sergio Fujikawa Ferreira2003-06-034-68/+19
| | | | Notes: svn path=/head/; revision=82182
* o Update grabbing code adding support for: PALBDGHI, NTSCM, SECAM,Mario Sergio Fujikawa Ferreira2003-03-051-26/+29
| | | | | | | | | | PALN, PALM and NTSCJ o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=76904
* o Add a simple "block until data is available or timeout is reached"Mario Sergio Fujikawa Ferreira2003-02-051-0/+17
| | | | | | | | | | | | 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
* Rollback previous commit: I downgraded the grabbing code. It shouldMario Sergio Fujikawa Ferreira2003-01-101-51/+28
| | | | | | | not have been touched. Notes: svn path=/head/; revision=72854
* - After repo copy to ffmpeg045 port so that both older and fasterMario Sergio Fujikawa Ferreira2003-01-1010-100/+124
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=72852
* o Improve video grabbing quality via bktr(4) driver: less frameMario Sergio Fujikawa Ferreira2003-01-091-51/+28
| | | | | | | | | | drops o Bump PORTREVISION Submitted by: Steve O'Hara-Smith <steve@sohara.org> Notes: svn path=/head/; revision=72781
* o Update booktree capture code to latest version:Mario Sergio Fujikawa Ferreira2002-11-051-157/+175
| | | | | | | | | | | | | | | 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-031-0/+41
| | | | | | | | | | | | | | | 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 Update ffmpeg to CVS snapshot dated Aug 20, 2002. Bump PORTREVISIONMario Sergio Fujikawa Ferreira2002-10-118-60/+389
| | | | | | | | | | | | | | | | | 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 New port ffmpeg version 0.4.5: Hyper fast realtime audio/videoMario Sergio Fujikawa Ferreira2001-09-256-0/+88
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