The muxer can write to memory when passed a NULL filename. Get data w…
…ith gf_isom_get_bs(). Works with segments.
Add test for dashing playready encrypted content
Add test for descriptor and forced duration
Added cuvid support for HW decode with openGL output on windows
added logs and few fixes for nvdec
fixed crash when decoder creation fails
made sure object setup is always in main thread for nvdec
Fixed bugs in independent tiled VR in DASH
nvdec fixed init bug, added dynamic load/unload and fixed first GL te…
…xture upload
fixes in rendering logic when GL textures not ready
made dynamic unload configurable and fixed crash at exit
added bypass of initial buffering
fixes for float rounding on windows:
* printf %f and %g should use half-to-even rounding but doesn't on windows * printf %e should print exponent on only 2 digits when possible but doesn't on msvc <= 10 unless _set_output_format is called
Revert "disable nvdec module if disable-3d is used"
This reverts commit 48555ac.
make_tests: do playback tests if mp4client is ok on second run - stil…
…l disabled on travis for now