summaryrefslogtreecommitdiff
path: root/src/lib/video_examiner.h
AgeCommit message (Collapse)Author
2025-04-12Add has_alpha() flag to VideoContent.Carl Hetherington
2025-04-12White space: video_examiner.hCarl Hetherington
2024-02-21Make DCPExaminer::size() optional and deal with the consequences.v2.16.78Carl Hetherington
This means we can fix the case of a VF having no known size in a nice way, in turn fixing problems caused by the fix to #2775.
2022-12-13More header trimming.Carl Hetherington
2022-04-07Cleanup: tidying.Carl Hetherington
2021-10-03Add PixelQuanta to VideoContent.Carl Hetherington
2019-05-24Basic ability to set video range (JPEG/MPEG) at least for YUV content. May ↵Carl Hetherington
not work for RGB. See #1509.
2018-04-27Fix incorrect container size when loading a VF/OV combination into the player.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Rename video/audio/subtitle part methods.Carl Hetherington
2015-11-13Disable YUV->RGB conversion controls with non-YUV sources (#649).Carl Hetherington
2015-07-16float -> double in a few places.Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2014-12-05Some include tidying.Carl Hetherington
2014-12-03Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;Carl Hetherington
Basics of an image sequence dialog that asks about frame rate and digest calculation.
2014-11-11Hand-apply 80562fe5dce5fd625da583ca6f7c2833f9db8754 from master (remove ↵Carl Hetherington
default scale and use a scale guessed from the content's size and sample aspect ratio).
2014-05-02Comments.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-02-24Tweaks for libdcp.Carl Hetherington
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-02Rationalise video/audio frame types.Carl Hetherington
2013-07-10Add missing virtual destructor.Carl Hetherington
2013-06-26Another try at sorting out the thorny question of timing.Carl Hetherington
2013-06-21Split examiner parts off decoder.Carl Hetherington