Commit graph

15 commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Mario Sergio Fujikawa Ferreira
cac187fddf Mark as ONLY_FOR_ARCHS=i386. These libraries make too many assumptions
about the architecture, e.g., endianess.
2002-12-21 16:04:20 +00:00
Mario Sergio Fujikawa Ferreira
ee7adffbe0 After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)
2002-11-28 00:09:51 +00:00
Ruslan Ermilov
fa493e804d In pre-bsd.incs.mk world you'd say INCDIR, in post-bsd.incs.mk world
you should say INCSDIR.  Overriding INCLUDEDIR makes no sense.
2002-07-21 18:14:22 +00:00
Mario Sergio Fujikawa Ferreira
e00d990631 o Provide for -CURRENT change from INCDIR to INCLUDEDIR in
src/share/mk/bsd.own.mk

Submitted by:	bento (install error)
2002-06-07 15:42:26 +00:00
Mario Sergio Fujikawa Ferreira
22efcf807d Fix typo: don't re-set PLIST_SUB, add to it 2002-04-21 00:29:42 +00:00
Mario Sergio Fujikawa Ferreira
e71dae43c6 If NOPROFILE blocks profiled build, do not try to pack either.
PR:		37205
Submitted by:	parv@pair.com
2002-04-18 16:25:23 +00:00
Mario Sergio Fujikawa Ferreira
f376686b25 o Switch to a cleaner building system ala libdivxencore port: no
unnecessary dependencies
o Have this library really work. Therefore, bump PORTREVISION
2002-02-11 16:32:06 +00:00
Mario Sergio Fujikawa Ferreira
1d29e87e16 quiet (less noise) extraction 2001-09-26 00:41:03 +00:00
Mario Sergio Fujikawa Ferreira
4acd2bcfe6 o Update to development version OpenDivX Alpha 4.0 a 50, port version
0.4.0.50
o Bump lib version due to api changes: 0 -> 1
2001-09-24 18:02:18 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Mario Sergio Fujikawa Ferreira
1d8c969514 - Update patches in sync with rev 1.3 of Makefile and distinfo,
activating the new source files
2001-03-18 15:00:30 +00:00
Mario Sergio Fujikawa Ferreira
05f587a0cf - Weird, the new distfile was rolled but no version changed
- 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
2001-03-18 14:21:14 +00:00
Mario Sergio Fujikawa Ferreira
9fd9f89fb0 - First import since repocopy from libdixdecore:
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
2001-03-13 21:40:37 +00:00
Mario Sergio Fujikawa Ferreira
7b27dc6d8a Initial import
OpenDivX decoding engine from Project Mayo

Initial library numbering 0 (distfile numbering)

PR:	25036
2001-02-12 21:16:50 +00:00