aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdivxdecore-devel
Commit message (Collapse)AuthorAgeFilesLines
* Add working MASTER_SITESMario Sergio Fujikawa Ferreira2006-12-151-1/+1
| | | | | | | | PR: 97724 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=179809
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154114
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* o Forced commit message to correct previous oneMario Sergio Fujikawa Ferreira2004-12-251-0/+3
| | | | | | | | - Add CONFLICTS with multimedia/libdivxdecore - NO_LATEST_LINK due to multimedia/libdivxdecore Notes: svn path=/head/; revision=125122
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Mark as ONLY_FOR_ARCHS=i386. These libraries make too many assumptionsMario Sergio Fujikawa Ferreira2002-12-211-0/+1
| | | | | | | about the architecture, e.g., endianess. Notes: svn path=/head/; revision=71755
* 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
* In pre-bsd.incs.mk world you'd say INCDIR, in post-bsd.incs.mk worldRuslan Ermilov2002-07-211-2/+2
| | | | | | | you should say INCSDIR. Overriding INCLUDEDIR makes no sense. Notes: svn path=/head/; revision=63324
* o Provide for -CURRENT change from INCDIR to INCLUDEDIR inMario Sergio Fujikawa Ferreira2002-06-071-0/+1
| | | | | | | | | src/share/mk/bsd.own.mk Submitted by: bento (install error) Notes: svn path=/head/; revision=60775
* Fix typo: don't re-set PLIST_SUB, add to itMario Sergio Fujikawa Ferreira2002-04-211-2/+2
| | | | Notes: svn path=/head/; revision=57945
* If NOPROFILE blocks profiled build, do not try to pack either.Mario Sergio Fujikawa Ferreira2002-04-182-1/+7
| | | | | | | | PR: 37205 Submitted by: parv@pair.com Notes: svn path=/head/; revision=57854
* o Switch to a cleaner building system ala libdivxencore port: noMario Sergio Fujikawa Ferreira2002-02-116-109/+56
| | | | | | | | unnecessary dependencies o Have this library really work. Therefore, bump PORTREVISION Notes: svn path=/head/; revision=54563
* quiet (less noise) extractionMario Sergio Fujikawa Ferreira2001-09-261-1/+1
| | | | Notes: svn path=/head/; revision=48198
* o Update to development version OpenDivX Alpha 4.0 a 50, port versionMario Sergio Fujikawa Ferreira2001-09-245-9/+48
| | | | | | | | 0.4.0.50 o Bump lib version due to api changes: 0 -> 1 Notes: svn path=/head/; revision=48160
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.Maxim Sobolev2001-08-311-1/+0
| | | | Notes: svn path=/head/; revision=47231
* - Update patches in sync with rev 1.3 of Makefile and distinfo,Mario Sergio Fujikawa Ferreira2001-03-182-1/+72
| | | | | | | activating the new source files Notes: svn path=/head/; revision=40017
* - Weird, the new distfile was rolled but no version changedMario Sergio Fujikawa Ferreira2001-03-182-1/+2
| | | | | | | | | | | | - Bump PORTREVISION to alert users - Changes: o Several source file copyright notice changes o Changes on the win32 build system o Addition of debug (debug.*) and yuv file storing (store.*) code o Removal of some experimental code Notes: svn path=/head/; revision=40013
* - First import since repocopy from libdixdecore:Mario Sergio Fujikawa Ferreira2001-03-136-25/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Enable port in CATEGORY Makefile 2) Add port into CVSROOT/modules 3) This a port of the developer version of libdivxdecore 4) Fix typo: port created on year 2001, not 20001. 5) Update port to developer Version 4.0 alpha48 2001-02-22. PORTVERSION=0.4.0.48 6) This port downloads a source only CVS tag developer version. Therefore, it comes without the tools necessary to build it (makefile, configure, ...) 7) Inherit (copy) from the non-developer version distfile the structure necessary to build it. Patch it to suit this port specific needs. More specifically, add new source code files to makefile(s): yuv2rgb.c (Changelog #13). 8) Since it is a developer version of another port, it can use some of its structure such as DESCR, PLIST. Therefore local copies are not necessary. - Library changes in new version: o Changelog: 1) Added VO and VOL header in the MPEG-4 bitstream to encore 2) Added YUV input in encore 3) Provided a sample test code for encore 4) Rewrote the bitstream handling in the encore 5) Some cleanup and minor optimize in the modules in encore 6) Fade/Cross Fade Improved 7) Added VO and VOL header parser in decore 8) Added various functions to support the YUV output formats 9) Splitted the YUV to RGB 16 bit conversion routine in 2 different routines (555 and 565 16 bit color mode) in decore 10) Modified the interface to take care of the new characteristics (more output format supported, possibility to change the output format at run-time). These changes are backward compatible (previous API call are still valid) 11) Modified the parser to be able to decode the stream with/without the VOL at the same time 12) Removed all the boring warnings until Level 3 of Visual C++ 13) ANSI C Implementation of the yuv2rgb.c added (2001-01-23, 00:00:00 GMT) o Bugs Corrected: 1) Some bug has been fixed in the post processing algorithm (chrominance deblocking and vertical deblocking) 2) Bug fixed in YUV to RGB 16 bit conversion routine Notes: svn path=/head/; revision=39793
* Initial importMario Sergio Fujikawa Ferreira2001-02-125-0/+47
OpenDivX decoding engine from Project Mayo Initial library numbering 0 (distfile numbering) PR: 25036 Notes: svn path=/head/; revision=38278