summaryrefslogtreecommitdiff
path: root/src/lib/video_content.h
AgeCommit message (Collapse)Author
2015-11-06Try to fix build with new g++.Carl Hetherington
2015-11-06Allow single-frame image contents to adjust their video frame rates to that ↵Carl Hetherington
of the DCP (fixes #714).
2015-10-12Rename split-by-video content slightly; fix referencing to multi-reel DCPs.Carl Hetherington
2015-08-27Clean up.Carl Hetherington
2015-07-16float -> double in a few places.Carl Hetherington
2015-06-21Add more video properties to content properties dialog.Carl Hetherington
Also implement the whole properties thing more neatly.
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-05-27Untested use of Frame for video/audio content lengths.Carl Hetherington
2015-05-26{Video,Audio}Frame -> Frame.Carl Hetherington
2015-05-2511b5bf6229b8713dffde89a777cd5181335136f6 from master; default colour ↵Carl Hetherington
conversions depending on type and resolution
2015-05-25c7f2d098e2c1201c84552a1972453e7b75a64c5d from master; Removed unused ↵Carl Hetherington
parameter from VideoContent::set_default_colour_conversion.
2015-02-10Default to no colour conversion for JPEG2000 and DCP content (#445).Carl Hetherington
2014-12-23Remove unused code.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
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-11-06Forward-port move of content description generation to lib/ rather than wx/.Carl Hetherington
2014-10-25Fix crash when signalling VideoContent during the constructor (hence ↵Carl Hetherington
indirectly causing shared_from_this to be called too early).
2014-10-25Merge master.Carl Hetherington
2014-10-24Add basics of colourspace conversion bypass (#266).Carl Hetherington
2014-09-30Basic video fade support.Carl Hetherington
2014-09-08Merge master.Carl Hetherington
2014-09-08Move VideoContentScale to its own file.Carl Hetherington
2014-09-07Merge master.Carl Hetherington
2014-09-07Use VideoContentScale rather than Ratio for the default scale to.Carl Hetherington
2014-07-22Warning fixes.Carl Hetherington
2014-07-22Option to draw a border around the content's image (#391).Carl Hetherington
2014-07-08Conversion of frame index to FFmpeg time must always use the original or ↵Carl Hetherington
detected FFmpeg video frame rate.
2014-06-26Merge master.Carl Hetherington
2014-06-26Allow user to set video frame rate of video sources (to override the ↵Carl Hetherington
detected one).
2014-06-12Merge master.Carl Hetherington
2014-06-12Add "scale to fit height/width" options to a new Content menu.Carl Hetherington
Requested-by: Johan Malmsten
2014-05-19Use cxml::ConstNodePtr.Carl Hetherington
2014-04-01Merge master.Carl Hetherington
2014-04-01Basic support for separate 3D left/right sources.Carl Hetherington
2014-03-21Mostly-merge master.Carl Hetherington
2014-03-18Tentative support for 3D from alternate frames.Carl Hetherington
Also remove references to libpostproc. Requested-by: Jean-Jacques Mantello
2014-03-17Merge master.Carl Hetherington
2014-03-09Fix display of no-scale mode in the player; the image still has to be scaled ↵Carl Hetherington
for the film viewer as its image must represent a (scaled down) version of the film's frame.
2014-03-06Build fixes.Carl Hetherington
2014-03-04Merge master.Carl Hetherington
2014-03-04New DCPTime/ContentTime types.Carl Hetherington
2014-03-04Add support for no-scale of the input video.Carl Hetherington
Requested-by: Gérald Maruccia
2014-02-11Partial hacks to use of libdcp 1.0.Carl Hetherington
2014-01-09Merge master.Carl Hetherington
2014-01-07Allow moving-still-image sources to have their frame rate specified.Carl Hetherington
2014-01-02Rationalise video/audio frame types.Carl Hetherington
2013-12-13Time -> DCPTime.Carl Hetherington
2013-11-23Basics of joining.Carl Hetherington
2013-11-22Make MovingImageContent use Content::_paths rather than its own _files list.Carl Hetherington
2013-11-11Basic multiple selection for cropping.Carl Hetherington