aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg-devel
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on ia64 and amd64: Does not compilekris2005-07-211-0/+4
|
* Update to snapshot 20050620lioux2005-06-212-3/+3
|
* o Fix PLIST (thanks to tinderbox scripts); thus, removing BROKENlioux2005-06-203-7/+3
| | | | | | status o Fix typo: USE_LINUX is not required o Update to snapshot 20050619
* BROKEN: Incorrect pkg-plistkris2005-06-171-0/+2
|
* Update to snapshot 20050616lioux2005-06-172-3/+3
|
* Update to snapshot 20050612lioux2005-06-132-3/+3
|
* Update to snapshot 20050610lioux2005-06-102-3/+3
|
* Update to snapshot 20050609lioux2005-06-102-3/+3
|
* Update to snapshot 20050608lioux2005-06-082-3/+3
|
* I) Update to snapshot 20050607lioux2005-06-084-55/+67
| | | | | | | | | | | | | | II) Improve the bktr(4) device grab code [1] in sync with multimedia/ffmpeg/files/grab_bsdbktr.c revision 1.9 1) Add support for DragonFly 2) Use proper castings 3) Test file descriptors before using them 4) Improve frame capture 5) Fix some errors 6) Clean up the signals on bktr(4) when closing the device III) Re-enable video capture WITH_VIDEO_CAPTURE due to (II) Submitted by: Steve O'Hara-Smith <steve@sohara.org> et al [1]
* Update to 20050605 snapshotlioux2005-06-062-3/+3
|
* Update to 20050604 snapshotlioux2005-06-052-3/+3
|
* Update to 20050603 snapshot following multidmedia/x264 updatelioux2005-06-032-3/+3
|
* Update to snapshot 20050530lioux2005-05-312-3/+3
|
* Update to 20050529 snapshotlioux2005-05-302-3/+3
|
* o Update to snapshot 20050528lioux2005-05-292-3/+3
| | | | o .mkv (matroska) container files work again
* o Update to snapshot 20050526lioux2005-05-276-43/+97
| | | | | | | | | o Fix PLIST typos o Improve WITH{,OUT}_BUILTIN_VECTOR Makefile support o Re-enable theora support [1]. This is still being investigated o This version's ffplay recognizes neither .mkv nor .ogm Reviewed by: kwm [1]
* Update to snapshot 20050522lioux2005-05-232-3/+3
|
* o Update to snapshot 20050521lioux2005-05-223-3/+5
| | | | | o Add forgotten PKGNAMESUFFIX=-devel o Fix PLIST
* Update to snapshot 20050520lioux2005-05-202-3/+3
|
* Update to snapshot 20050519lioux2005-05-192-3/+3
|
* o Do not set BROKEN if any variation of the ffmpeg port is alreadylioux2005-05-192-10/+10
| | | | | | | | | | installed; fixed by both changing FFMPEG_{C,LD}FLAGS -I/-L searching orders and looking for libraries directly inside of the ffmpeg port BEFORE the local {C,L}DFLAGS [1] o Update to snapshot 20050518 since it works now that multimedia/x264 port has been updated to snapshot 20050518 Submitted by: ahze [1]
* Make sure that the configure additionally look for ALL codec librarieslioux2005-05-191-7/+4
| | | | | | | | in -L${LOCALBASE}/lib instead of adding this check for each codec alone Submitted by: mezz Reviewed by: ahze
* Update to 20050514 snapshotlioux2005-05-142-3/+3
|
* o Remove USE_GCC dependency on 3.4lioux2005-05-143-9/+28
| | | | | | | o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches o Fix build on 4.x by disabling gcc3 SMID code (patch-configure) Submitted by: ahze
* Update to snapshot 20050513lioux2005-05-132-3/+3
|
* USE_GCC=3.4 is required; thus, mark BROKEN for OSVERSION <= 500000lioux2005-05-131-0/+5
| | | | | | | | since the required libraries will be incompatible with the ffmpeg-devel binary code. Patches are being worked on for both 2.95 and 4.0.1 gcc support Submitted by: ahze
* 20050512lioux2005-05-122-3/+3
|
* o Commit updates after repo copy from multimedia/ffmpeglioux2005-05-1214-372/+475
| | | | | | | | | | | | | | | | | | | | o Update to CVS snapshot 20050511 o Add FreeBSD native byteswap support o Video capture is not working and help is appreciated on this matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes have been borrowed from [2], [3] and [4] o IPV6 support fixed [1] Submitted by: ahze [1], Jacob Meuser <jakemsr@jakemsr.com> [4], Vladimir Kushnir <vkushnir@i.kiev.ua> [4] Reviewed by: ahze, Jacob Meuser <jakemsr@jakemsr.com>, Vladimir Kushnir <vkushnir@i.kiev.ua>, countless others at FreeBSD-multimedia@FreeBSD.org mailing list Obtained from: FFmpeg CVS repo [2], OpenBSD FFmpeg port [3]
* Bump PORTREVISION on all ports that received the imlib2 shlib chase.adamw2005-03-081-1/+1
|
* 1: Upgrade imlib2 to 1.2.0vanilla2005-03-071-1/+1
| | | | | | | | 2: chase shared library version to 3. PR: ports/78347 Submitted by: Russell Jackson <raj at cserv62.csub.edu> Somepart by: me
* Does not compile on alphakris2005-01-021-0/+4
| | | | Approved by: portmgr (self)
* o Pet devel/portlint(1)lioux2004-12-251-2/+2
| | | | | - Remove extraneous whitespaces at end of lines - Place DISTVERSION on the correct location
* o Fix PLIST: ffplay is only built WITH_SDLlioux2004-12-131-1/+4
| | | | | | | o Bump PORTREVISION PR: 74965 Submitted by: Serge Gagnon <ser_gagnon@sympatico.ca>
* Fix build without NOPORTDOCS: force detection of port textproc/texi2htmllioux2004-12-081-0/+6
| | | | | Reviewed by: Randy Pratt <rpratt1950@earthlink.net>, Frank Mayhar <frank@exit.com>
* o Update to 0.4.9.p1lioux2004-12-069-122/+156
| | | | | | | | | | o SHLIB version bump: a trick to help detect the problem that ffmpeg will not build with the previous ffmpeg library installed PR: 69210 [1], 74225 [2] Submitted by: ahze [1], Frank Mayhar <frank@exit.com> [2]
* Fix build on gcc 3.4lofi2004-09-041-2/+14
|
* Fix build on -CURRENT i386 ARCH, OSVERSION >= 502000lioux2004-04-151-4/+3
| | | | | PR: 64825 Submitted by: mike johnson <ahze@ahze.net>
* Fix typo: WITHOUT_A52 -> WITHOUT_LIBA52lioux2004-04-141-1/+1
|
* 1) Enable shared postprocess per defaultlioux2004-03-213-19/+19
| | | | | | | | | | | | | 2) Add WITHOUT_POSTPROCESS knob for backward compatibility. However, using might break ports that require postprocess to be enabled in ffmpeg 3) Bump PORTREVISION due to [1] 4) Remove PKGMESSAGE since it is no longer necessary to warn about ffmpeg045 port. It has been removed since the reasons for maintaining an old parallel version of ffmpeg no longer exist PR: 64257 [1,2,3] Submitted by: dinoex
* BROKEN on i386 5.x: Does not compilekris2004-03-191-0/+4
|
* o Fix "make deinstall reinstall": "unfix" some header files insidelioux2004-03-141-0/+4
| | | | | | | | WRKSRC after installation. PR: 47713 Submitted by: parv <parv_fm@emailgroups.net> (report), Anish Mistry <mistry.7@osu.edu> (fix)
* Support moved header files in FreeBSD 5.x branch: the header fileslioux2004-03-141-0/+5
| | | | | | | for the Brooktree and Meteor interfaces have been moved PR: 62178 Submitted by: Steve O'Hara-Smith <steve@sohara.org>
* Properly use SDL everywhere:edwin2004-03-081-2/+3
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Remove a quotation mark that snuck in when I wasn't paying attention.adamw2004-03-011-1/+1
| | | | | | | Woah. The roof of the building right outside my window just caught fire. Uh... I should probably stop typing and go make a phone call. Submitted by: John Birrell <jb@cimlogic.com.au>
* Add a missing \.adamw2004-02-291-1/+1
| | | | | Submitted by: FreshPorts sanity checking, which I didn't even know was trolling my commits. Cool!!1
* Add faad support, unbreak imlib2 support, and fix the pkg-plist. All toppedadamw2004-02-292-3/+20
| | | | | | with a PORTREVISION bump. Approved by: no response from maintainer
* Unbreak on 5.x. Define PIC when compiling with -fpic, some codecskan2004-02-231-6/+2
| | | | use that to decide whether to enable inline assemply optimisations.
* This port is also broken on 4.x. It is scheduled for removal on April 21kris2004-02-221-4/+4
| | | | if it is still broken at that time.
* USE_SIZEifylioux2004-02-082-0/+2
|
* BROKEN On 5.x: does not compilekris2004-02-071-0/+4
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* Fix build on AMD64arved2004-01-311-2/+2
| | | | Approved by: maintainer timeout (26 days)
* fix build with lame.sf2003-12-281-3/+16
|
* $ ffmpegsf2003-12-281-5/+1
| | | | | | | | | | | | | | /libexec/ld-elf.so.1: Shared object "libavcodec.so" not found $ (cd /usr/local/lib; ls -l libavcodec.so*) lrwxr-xr-x 1 root wheel 15 Dec 22 00:32 libavcodec.so@ -> libavcodec.so.0 lrwxr-xr-x 1 root wheel 13 Dec 22 00:32 libavcodec.so.0@ -> libavcodec.so $ tail -5 /usr/ports/multimedia/ffmpeg/Makefile | head -3 # add shared lib link @${LN} -sf libavcodec.so \ ${PREFIX}/lib/libavcodec.so.${SHLIB_VERSION} This inversion symlink problem fixed in ports/56721 (files/patch-libavcodec::Makefile) but this code left unremoved.
* - Chase libraries for new Imlib2 versionkrion2003-12-161-1/+1
|
* Fix installation of shared libs, man page installation, and plist.linimon2003-12-086-17/+136
| | | | | | | | 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.
* 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