mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-18 08:30:24 +00:00
Initial checkin of OCIO filter. Initial checkin of OCIO filter. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Change for the right C++ library, should work on linux too. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Adding inverse when using display/view. Removed comments. Removed code that was setting the CICP values. Hopefully this can be done through OCIO at some point. Config cleanup - need a modified require_cpp to handle namespacing. Switch to using require_cpp so that namespace can be used. Adding documentation. Sadly a bit of linting went in here, but more importantly added a threads option to split the image into horizontal tiles, since OCIO was running rather slow. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Adding context parameters. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Add the OCIO config parameter. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Make the min threads 1 for now, reserve 0 for later if we can automatically pick something. Also added a few comments. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> This is using ffmpeg-slicing. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Adding OCIO filetransform. Making sure everything is using av_log rather than std::cerr. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Updating the tests so they would work without additional files. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Adding the file-transform documentation. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Adding copyright/license info. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Removing tests, since this is optional code. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Code cleanup. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Typo. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> I went the wrong way, av_log is expecting \n Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Fix indenting to 4 spaces. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Fixing lint issues and a spelling mistake. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Code formatting cleanup to match conventions. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> Whitespace removal. Signed-off-by: Sam.Richards@taurich.org <Sam.Richards@taurich.org> |
||
|---|---|---|
| .. | ||
| doxy | ||
| examples | ||
| .gitignore | ||
| APIchanges | ||
| authors.texi | ||
| bitstream_filters.texi | ||
| bootstrap.min.css | ||
| build_system.txt | ||
| codecs.texi | ||
| community.texi | ||
| decoders.texi | ||
| default.css | ||
| demuxers.texi | ||
| developer.texi | ||
| devices.texi | ||
| doxy-wrapper.sh | ||
| Doxyfile | ||
| drawvg-reference.texi | ||
| encoders.texi | ||
| errno.txt | ||
| faq.texi | ||
| fate.texi | ||
| fate_config.sh.template | ||
| ffmpeg-bitstream-filters.texi | ||
| ffmpeg-codecs.texi | ||
| ffmpeg-devices.texi | ||
| ffmpeg-filters.texi | ||
| ffmpeg-formats.texi | ||
| ffmpeg-protocols.texi | ||
| ffmpeg-resampler.texi | ||
| ffmpeg-scaler.texi | ||
| ffmpeg-utils.texi | ||
| ffmpeg.texi | ||
| ffmpeg.txt | ||
| ffplay.texi | ||
| ffprobe.texi | ||
| ffprobe.xsd | ||
| fftools-common-opts.texi | ||
| filter_design.txt | ||
| filters.texi | ||
| formats.texi | ||
| general.texi | ||
| general_contents.texi | ||
| git-howto.texi | ||
| htmlxref.cnf | ||
| indevs.texi | ||
| infra.txt | ||
| issue_tracker.txt | ||
| lexicon | ||
| libavcodec.texi | ||
| libavdevice.texi | ||
| libavfilter.texi | ||
| libavformat.texi | ||
| libavutil.texi | ||
| libswresample.texi | ||
| libswscale.texi | ||
| mailing-list-faq.texi | ||
| Makefile | ||
| metadata.texi | ||
| mips.txt | ||
| multithreading.txt | ||
| muxers.texi | ||
| nut.texi | ||
| optimization.txt | ||
| outdevs.texi | ||
| patchwork | ||
| platform.texi | ||
| print_options.c | ||
| protocols.texi | ||
| rate_distortion.txt | ||
| resampler.texi | ||
| scaler.texi | ||
| snow.txt | ||
| style.min.css | ||
| swresample.txt | ||
| swscale-v2.txt | ||
| swscale.txt | ||
| t2h.init | ||
| t2h.pm | ||
| tablegen.txt | ||
| texi2pod.pl | ||
| texidep.pl | ||
| transforms.md | ||
| undefined.txt | ||
| utils.texi | ||
| writing_filters.txt | ||