tahoma2d/toonz/sources/image/ffmpeg
Rozhuk Ivan a7b6545028 Add FreeBSD (tested) and other BSD systems (not tested) to build and run.
I fail to build TIFF code: it requires access to libtiff internals but it
unavailable with libtiff prom ports. Probably pre build form
thirdparty/tiff-4.0.3 should fix this, but I don't check this.
Tiff code disabled for work but available in options.

I fail with SSE2 too, there is some mess with class initialization:
TRaster32P rout32 = rout; have no idea how to fix it.
If some one want to play with it, then try to build with
CFLAGS+= -DUSE_SSE2 -DDWORD=uint32_t -D_aligned_malloc=aligned_alloc -D_aligned_free=free
on non windows system.

FarmServer::queryHwInfo() - now uses TSystem::***() to collect system info,
to avoid code duplication.

Add pthread as required lib.
2021-08-31 11:10:48 -04:00
..
tiio_ffmpeg.cpp Add FreeBSD (tested) and other BSD systems (not tested) to build and run. 2021-08-31 11:10:48 -04:00
tiio_ffmpeg.h Disable timeouts with 0 values 2021-03-21 10:34:30 -04:00
tiio_gif.cpp Fix ffmpeg loaded levels (#2876) 2019-11-13 22:07:58 -07:00
tiio_gif.h Fix override warnings (#164) 2020-09-15 15:49:57 -06:00
tiio_mov.cpp Another MOV fix for Quicktime 2021-04-22 23:49:04 -04:00
tiio_mov.h Support MOV formats through ffmpeg 2021-04-21 08:55:55 -04:00
tiio_mp4.cpp Fix ffmpeg loaded levels (#2876) 2019-11-13 22:07:58 -07:00
tiio_mp4.h Fix override warnings (#164) 2020-09-15 15:49:57 -06:00
tiio_webm.cpp Fix ffmpeg loaded levels (#2876) 2019-11-13 22:07:58 -07:00
tiio_webm.h Fix override warnings (#164) 2020-09-15 15:49:57 -06:00