jm16.2

所属分类:多媒体编程
开发工具:C/C++
文件大小:2280KB
下载次数:65
上传日期:2010-01-28 11:36:54
上 传 者Happylss
说明:  H264 JM版源代码, 最新的JM16.2版本源码
(H264 JM version of the source code, the latest version of the source code JM16.2)

文件列表:
jm16.2\JM\bin\decoder.cfg (1289, 2009-11-12)
jm16.2\JM\bin\encoder.cfg (45784, 2009-11-12)
jm16.2\JM\bin\encoder_baseline.cfg (25133, 2009-11-12)
jm16.2\JM\bin\encoder_extended.cfg (34421, 2009-11-12)
jm16.2\JM\bin\encoder_main.cfg (33825, 2009-11-12)
jm16.2\JM\bin\encoder_tonemapping.cfg (39330, 2009-11-12)
jm16.2\JM\bin\encoder_yuv422.cfg (43180, 2009-11-12)
jm16.2\JM\bin\explicit_seq.cfg (1466, 2009-11-12)
jm16.2\JM\bin\foreman_part_qcif.yuv (114048, 2009-11-12)
jm16.2\JM\bin\foreman_part_qcif_422.yuv (152064, 2009-11-12)
jm16.2\JM\bin\foreman_part_qcif_444.yuv (228096, 2009-11-12)
jm16.2\JM\bin\leakybucketrate.cfg (16, 2009-11-12)
jm16.2\JM\bin\q_matrix.cfg (2473, 2009-11-12)
jm16.2\JM\bin\q_matrix2.cfg (1244, 2009-11-12)
jm16.2\JM\bin\q_matrix_def.cfg (1244, 2009-11-12)
jm16.2\JM\bin\q_offset.cfg (3473, 2009-11-12)
jm16.2\JM\bin\sg0conf.cfg (66, 2009-11-12)
jm16.2\JM\bin\sg2conf.cfg (126, 2009-11-12)
jm16.2\JM\bin\sg6conf.cfg (1188, 2009-11-12)
jm16.2\JM\bin\ToneMapping.cfg (1761, 2009-11-12)
jm16.2\JM\CHANGES.TXT (57845, 2009-11-12)
jm16.2\JM\Changes_detail.txt (8003, 2009-11-12)
jm16.2\JM\copyright.txt (1383, 2009-11-12)
jm16.2\JM\disclaimer.txt (1069, 2009-11-12)
jm16.2\JM\doc\coding_style.doc (54272, 2009-11-12)
jm16.2\JM\doc\doxygen.txt (470, 2009-11-12)
jm16.2\JM\doc\foot.html (99, 2009-11-12)
jm16.2\JM\doc\JM Reference Software Manual (JVT-AE010).pdf (956245, 2009-11-12)
jm16.2\JM\doc\jm16.2_changes.doc (561152, 2009-11-12)
jm16.2\JM\doc\JVT-AE010.doc (1065984, 2009-11-12)
jm16.2\JM\doc\ldecod.dox (8977, 2009-11-12)
jm16.2\JM\doc\lencod.dox (8976, 2009-11-12)
jm16.2\JM\FREXT_changes.txt (9141, 2009-11-12)
jm16.2\JM\JM.xcodeproj\project.pbxproj (121893, 2009-11-12)
jm16.2\JM\jm_vc7.sln (2502, 2009-11-12)
jm16.2\JM\jm_vc8.sln (2257, 2009-11-12)
jm16.2\JM\jm_vc9.sln (2258, 2009-11-12)
jm16.2\JM\lcommon\inc\blk_prediction.h (840, 2009-11-12)
jm16.2\JM\lcommon\inc\ctx_tables.h (86924, 2009-11-12)
jm16.2\JM\lcommon\inc\distortion.h (808, 2009-11-12)
... ...

JM Reference Software README ============================ The latest version of this software can be obtained from: http://iphome.hhi.de/suehring/tml For reporting bugs please use the JM bug tracking system located at: https://ipbt.hhi.de Please send comments and additions to suehring@hhi.de and alexis.tourapis@dolby.com ====================================================================================== NOTE: This file contains only a quick overview. More detailed information can be found the "JM Reference Software Manual" in the doc/ subdirectory of this package. ====================================================================================== 1. Compilation 2. Command line parameters 3. Input/Output file format 4. Configuration files 5. Platform specific notes 1. Compilation -------------- 1.1 Windows ----------- Workspaces for MS Visual C++ 2003/2005 are provided with the names jm_vc7.sln - MS Visual C++ 2003 jm_vc8.sln - MS Visual C++ 2005 These contain encoder and decoder projects. 1.2 Unix -------- Before compiling in a UNIX environment please run the "unixprep.sh" script which will remove the DOS LF characters from the files and create object directories. Makefiles for GNU make are provided at the top level and in the lencod and ldecod directories. 1.3 MacOS X ----------- A workspace for XCode can be found in the main directory. The project can also be build using the UNIX build process (make). 2. Command line parameters -------------------------- 2.1 Encoder ----------- lencod.exe [-h] [-d default-file] [-f file] [-p parameter=value] All Parameters are initially taken from DEFAULTCONFIGFILENAME, defined in configfile.h (typically: "encoder.cfg") -h Show help on parameters. -d default-file Use the specified file as default configuration instead of the file in DEFAULTCONFIGFILENAME. -f file If an -f parameter is present in the command line then this file is used to update the defaults of DEFAULTCONFIGFILENAME. There can be more than one -f parameters present. -p parameter=value If -p parameters are present then these overide the default and the additional config file's settings, and are themselfes overridden by future -p parameters. There must be whitespace between -f and -p commands and their respecitive parameters. 2.2 Decoder ----------- ldecod.exe decoder.cfg The decoder configuration file name must be provided as the first parameter. All decoding parameters are read from this file. 3. Input/Output file format --------------------------- The source video material is read from raw YUV 4:2:0 data files. For output the same format is used. 4. Configuration files ---------------------- Sample encoder and decode configuration files are provided in the bin/ directory. These contain explanatory comments for each parameter. The generic structure is explained here. 4.1 Encoder ----------- = # Comments Whitespace is space and \t are the predefined names for Parameters and are case sensitive. See configfile.h for the definition of those names and their mapping to configinput->values. are either integers [0..9]* or strings. Integers must fit into the wordlengths, signed values are generally assumed. Strings containing no whitespace characters can be used directly. Strings containing whitespace characters are to be inclosed in double quotes ("string with whitespace") The double quote character is forbidden (may want to implement something smarter here). Any Parameters whose ParameterName is undefined lead to the termination of the program with an error message. Known bug/Shortcoming: zero-length strings (i.e. to signal an non-existing file have to be coded as "". 4.2 Decoder ----------- #comment The values are read in a predefined order. See the example file for details. 5. Platform specific notes -------------------------- This section contains hints for compiling and running the JM software on different operating systems. 5.1 MacOS X ----------- MacOs X has a UNIX core so most of the UNIX compile process will work. You might need the following modifications: a) Before Leopard (MacOS 10.5): in Makefile change "CC = $(shell which gcc)" to "CC = gcc" (it seems "which" doesn't work) b) MacOS "Tiger" (MacOS 10.4) doesn't come with ftime. We suggest using a third party ftime implementation, e.g. from: http://darwinsource.opendarwin.org/10.3.4/OpenSSL096-3/openssl/crypto/ftime.c 5.2 FreeBSD ----------- You might need to add "-lcompat" to LIBS in the Makefiles for correct linking.

近期下载者

相关文件


收藏者