openh264/test
Martin Storsjö c7ff8876bb Add a new public method for initializing SEncParamExt to default values
This simplifies forward source compatibility when new fields are
added to SEncParamExt - when new fields are added to SEncParamExt,
this method makes sure those fields are initialized to the
default value - otherwise all API users would have to manually check
SEncParamExt every time it is updated to make sure there's no new fields
that should be set to a nonzero value by default (e.g. like
bEnableFrameSkip).
2014-02-26 22:12:11 +02:00
..
utils Allow building tests on MSVC versions where stdint.h is missing 2014-02-24 15:38:37 +02:00
BaseDecoderTest.cpp Remove the unused iInitType parameter to the decoder Initialize method 2014-02-18 13:00:45 +02:00
BaseDecoderTest.h Allow building tests on MSVC versions where stdint.h is missing 2014-02-24 15:38:37 +02:00
BaseEncoderTest.cpp Simplify encoder interface--remove EncoderFrame2 from interface 2014-02-20 10:33:07 +08:00
BaseEncoderTest.h Remove temp files using the iterator pattern 2014-02-05 18:00:48 +08:00
c_interface_test.c Add a new public method for initializing SEncParamExt to default values 2014-02-26 22:12:11 +02:00
cpp_interface_test.cpp Add a new public method for initializing SEncParamExt to default values 2014-02-26 22:12:11 +02:00
decode_encode_test.cpp Use the local sha1 function names directly without compatibility defines 2014-02-24 15:38:19 +02:00
decoder_test.cpp add more unit test on decoder 2014-02-25 22:51:56 -08:00
encoder_test.cpp Use the local sha1 function names directly without compatibility defines 2014-02-24 15:38:19 +02:00
sha1.c Make the SHA1Result function write the output into a byte array 2014-02-24 15:38:19 +02:00
sha1.h Use the local sha1 function names directly without compatibility defines 2014-02-24 15:38:19 +02:00
simple_test.cpp Add decoder test 2014-01-08 19:11:23 -08:00
targets.mk Add an SHA1 implementation by Paul Jones 2014-02-24 15:38:15 +02:00
test_stdint.h Allow building tests on MSVC versions where stdint.h is missing 2014-02-24 15:38:37 +02:00