Bump libsub for SSA Margin{L,R} support (#2811).
[dcpomatic.git] / src / lib / player.cc
6 days ago Carl HetheringtonDon't make _stream_states for unmapped audio, otherwise...
6 days ago Carl HetheringtonAdd and use Content::has_mapped_audio().
9 days ago Carl HetheringtonMake sure we don't say some content has audio if none...
10 days ago Carl HetheringtonUpdate DCP encoder progress on all passe()es, not just...
10 days ago Carl HetheringtonGet DCP transcode progress from the player (#2804).
2024-02-21 Carl HetheringtonMake DCPExaminer::size() optional and deal with the... v2.16.78
2024-02-11 Carl HetheringtonAdd option to stop the player using any audio processor.
2024-02-03 Carl HetheringtonDon't emit subtitle images that have a zero dimension...
2023-10-28 Carl HetheringtonFix possible dereference of invalid iterator (if have_p...
2023-08-09 Carl HetheringtonExtract Film::Property to its own header to (maybe...
2023-03-05 Carl HetheringtonRemove some 3D stuff I think is unnecessary since the... v2.16.46
2023-03-05 Carl HetheringtonFix error when padding is needed in 3D encodes (#2476).
2023-02-10 Carl HetheringtonIgnore overlapping ATMOS data in the same way that...
2023-02-10 Carl HetheringtonFix multiple video overlaps.
2023-02-10 Carl HetheringtonCleanup: add Content::period().
2023-02-10 Carl HetheringtonCleanup: use some better variable names.
2023-02-10 Carl HetheringtonCleanup: remove unnecessary check.
2023-02-01 Carl HetheringtonHandle 2D/3D mismatches in the player (#2409).
2022-12-15 Carl HetheringtonFix build on Ubuntu 16.04.
2022-12-10 Carl HetheringtonMove some methods out of util.{cc,h}
2022-11-25 Carl Hetherington_stream_states must be reset on seek otherwise #2368.
2022-11-25 Carl HetheringtonFix sound corruption with multiple sound files (#2368).
2022-11-06 Carl HetheringtonCleanup: better variable name.
2022-10-26 Carl HetheringtonAllow move construction of Player.
2022-10-16 Carl HetheringtonMake the _film member of Player a weak_ptr.
2022-10-14 Carl HetheringtonAdd some missing change signals in the Player.
2022-10-14 Carl HetheringtonCleanup: use ChangeSignaller in player.
2022-09-27 Carl HetheringtonUse EnumIndexedVector in Player.
2022-09-11 Carl HetheringtonFix build on Centos where we don't have the std::atomic... v2.16.26
2022-09-11 Carl HetheringtonMerge branch '2323-player-locking'
2022-09-10 Carl HetheringtonUse atomic shared_ptr stuff for _black_frame.
2022-09-10 Carl HetheringtonUse atomic for _playback_length.
2022-09-10 Carl HetheringtonIt's now safe to get _video_container_size without...
2022-09-10 Carl HetheringtonMove get_reel_assets() out of Player, as it doesn't...
2022-09-10 Carl Hetheringtonconst correctness.
2022-09-10 Carl HetheringtonRemove now-unused setup_pieces_unlocked()
2022-09-10 Carl HetheringtonUse atomic for _dcp_decode_reduction.
2022-09-10 Carl HetheringtonUse atomic for _video_container_size.
2022-09-10 Carl HetheringtonUse atomic for _play_referenced.
2022-09-10 Carl HetheringtonUse atomic for _fast.
2022-09-10 Carl HetheringtonUse atomic for _always_burn_open_subtitles.
2022-09-10 Carl HetheringtonUse atomic for _ignore_text.
2022-09-10 Carl HetheringtonUse atomic for _ignore_audio.
2022-09-10 Carl HetheringtonUse atomic for _ignore_video.
2022-09-10 Carl HetheringtonSome improved logging.
2022-06-12 Carl HetheringtonBelieved fix for error when calculating the position...
2022-06-07 Carl HetheringtonRearrange subtitle font management.
2022-05-21 Carl HetheringtonFix error when loading encrypted DCPs (#2257).
2022-05-11 Carl HetheringtonFix ignore_video checker for separate-3D content (...
2022-05-09 Carl HetheringtonPossibly improve shuffler behaviour (use one for all...
2022-04-28 Carl HetheringtonPrimitive auto-crop (#1477).
2022-04-28 Carl HetheringtonAllow ContentBitmapText to contain multiple BitmapText...
2022-04-28 Carl HetheringtonImprove some variable names.
2022-04-20 Carl HetheringtonReplace encrypted content with black if we have no...
2022-04-04 Carl HetheringtonAdd fade in/out option to the content audio tab (#1026).
2022-04-04 Carl HetheringtonCleanup: move some methods from util to maths_util.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2022-01-24 Carl HetheringtonSlightly hacky fix for -114 errors during 3D encodes... v2.15.188
2022-01-24 Carl HetheringtonRename _last_video* to _next_video* as it seems to...
2022-01-11 Carl HetheringtonComment typo.
2021-12-21 Carl HetheringtonFix trimming of ATMOS MXFs.
2021-11-04 Carl HetheringtonClarify that in this get_reel_assets() the content...
2021-11-04 Carl HetheringtonBail early if nothing can be referenced from this content.
2021-11-04 Carl HetheringtonCleanup variable name: k -> reel
2021-11-04 Carl HetheringtonFix errors when referencing trimmed DCPs (#2116).
2021-11-04 Carl HetheringtonCleanup: use a variable we already made.
2021-11-04 Carl HetheringtonCleanup variable name: l -> caption
2021-11-04 Carl HetheringtonCleanup variable name: k -> reel
2021-11-04 Carl HetheringtonCleanup variable name: j -> dcp
2021-11-04 Carl HetheringtonCleanup variable name: i -> content
2021-11-04 Carl HetheringtonCleanup variable name: a -> reel_assets
2021-10-15 Carl HetheringtonIgnore audio streams that fall too far behind (#2101).
2021-10-03 Carl HetheringtonDon't scale chroma subsampled images to sizes that... v2.15.166
2021-10-03 Carl HetheringtonDifferentiate requested and actual crop.
2021-09-27 Carl HetheringtonMerge branch 'better-gl' into v2.15.x
2021-09-27 Carl HetheringtonRemove unused using
2021-09-27 Carl HetheringtonReplace aligned bool with enum Alignment.
2021-09-27 Carl HetheringtonVarious alignment adjustments.
2021-07-05 Carl HetheringtonUse unique_ptr.
2021-06-13 Carl HetheringtonIgnore incoming data when suspended.
2021-03-31 Carl HetheringtonMove 3D-to-2D check (#1941).
2021-02-15 Carl HetheringtonCompile fix for ubuntu-16.04-era gcc.
2021-02-15 Carl HetheringtonBasic handling of overlapping video (#1848).
2021-02-14 Carl HetheringtonC++11 cleanups.
2021-02-04 Carl HetheringtonC++11 tidying.
2021-01-31 Carl HetheringtonUse enum class for Film::Property.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-27 Carl HetheringtonUse enum class for VideoRange.
2021-01-21 Carl HetheringtonAdapt for libdcp use of enum class.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-22 Carl HetheringtonPass fonts from content around as FontData.
2020-12-01 Carl HetheringtonChanges to crop can be handled with a reset_metadata().
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-07-05 Carl HetheringtonAdd more logging and some missing prefs checkboxes... v2.15.87
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-20 Carl HetheringtonFix enabled/disable overlapping video/audio with DCP...
2020-05-20 Carl HetheringtonAdd a bit more debug logging to the player.
2020-05-17 Carl HetheringtonFix empty (black) area calculations when video is set...
2020-05-12 Carl HetheringtonRe-work scaling following excellent insights by Carsten...
next