imagecore/formats/internal/jpeg.cpp (2 lines): - line 503: // TODO: Relax this by reading into temporary buffers, and copying. - line 1096: // TODO: Incremental writing vireo/internal/decode/aac.cpp (1 line): - line 95: track.settings().channels, // TODO: Fix channels to take SBR into account imagecore/image/image.cpp (1 line): - line 420: // TODO: this is wasteful, find another solution vireo/tools/validate/main.cpp (1 line): - line 269: if (err.find("!intra_decode_refresh") != std::string::npos) { // TODO: remove once MEDIASERV-4386 is resolved vireo/internal/decode/h264.cpp (1 line): - line 220: if (!got_picture && keyframe) { // TODO: remove once MEDIASERV-4386 is resolved vireo/internal/demux/mp4.cpp (1 line): - line 636: keyframe = keyframe & (video.pts_sorted_timestamps[input_index].dts == dts); // TODO: remove this logic once MEDIASERV-4386 is resolved imagecore/formats/exif/exifreader.h (1 line): - line 48: // TODO: Optimize this to avoid full traverse for multiple queries