summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg-devel/files/patch-libavcodec::bswap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to cvs snapshot 2005112800: house the snapshot distinfo underMario Sergio Fujikawa Ferreira2005-11-291-34/+0
| | | | | MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution server is down.
* o Remove USE_GCC dependency on 3.4Mario Sergio Fujikawa Ferreira2005-05-141-4/+17
| | | | | | | 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
* o Commit updates after repo copy from multimedia/ffmpegMario Sergio Fujikawa Ferreira2005-05-121-46/+14
| | | | | | | | | | | | | | | | | | | | 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]
* o Update to 0.4.9.p1Mario Sergio Fujikawa Ferreira2004-12-051-8/+20
| | | | | | | | | | 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 <sys/param.h> detection code. NOW, the optimized FreeBSD byteswapMario Sergio Fujikawa Ferreira2002-11-031-1/+1
| | | | can REALLY be used.
* 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>