summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-04Change how video timing is done.v2.17.1Carl Hetherington
This commit changes the approach with video timing. Previously, we would (more-or-less) try to use every video frame from the content in the output, hoping that they come at a constant frame rate. This is not always the case, however. Here we preserve the PTS of video frames, and then when one arrives we output whatever DCP video frames we can (at the regular DCP frame rate). Hopefully this will solve a range of sync problems, but it could also introduce new ones.
2022-10-04Add operator* for Time and int.Carl Hetherington
2022-10-04Write player debug logs from tests on -- --log=debug-playerCarl Hetherington
2022-10-04Cleanup: fix name of film to match test.Carl Hetherington
2022-10-04Return AVERROR_EOF from the avio_read method when appropriate.Carl Hetherington
2022-10-04Fix FFmpegExaminer termination condition when there is no video;Carl Hetherington
it's hard to see how this ever worked.
2022-10-04Bump ffmpeg to 5.1.2 "Riemann"Carl Hetherington
2022-10-03Normalise XML attribute names to be camelCase (#2241).Carl Hetherington
2022-10-02Use 2.18.x subdirectory for configuration.Carl Hetherington
2022-10-01Cleanup: remove unnecessary ifCarl Hetherington
2022-10-01Cleanup: replace very short but long-lasting variable name.Carl Hetherington
2022-10-01Fix checking of frame channels vs stream channels.Carl Hetherington
The comment says that we're handling differences between channel counts in the frame and stream but the code wasn't doing that.
2022-09-29Remove unused variable.Carl Hetherington
2022-09-28Replace directory with folder in some messages.Carl Hetherington
2022-09-27Add basic KDM information to the player (#2225).Carl Hetherington
2022-09-27Use EnumIndexedVector in Image.Carl Hetherington
2022-09-27Use EnumIndexedVector in J2KEncoder.Carl Hetherington
2022-09-27Cleanup: sorting things.Carl Hetherington
2022-09-27Use EnumIndexedVector in ReelWriter.Carl Hetherington
2022-09-27Use EnumIndexedVector in Player.Carl Hetherington
2022-09-27Use EnumIndexedVector in ContentPanel.Carl Hetherington
2022-09-27Use EnumIndexedVector in DCPExaminer.Carl Hetherington
2022-09-27Use EnumIndexedVector in DCPContent.Carl Hetherington
2022-09-27Add EnumIndexedVector.Carl Hetherington
2022-09-26Typo in comment.Carl Hetherington
2022-09-26Bump libdcp for fix to #2344.Carl Hetherington
2022-09-26Supporters update.v2.16.28Carl Hetherington
2022-09-26Fix build on older boosts, again.Carl Hetherington
2022-09-26Fix build on older boosts.Carl Hetherington
2022-09-26Provide a similar fix to the one in ff639b3cf30afcc097bfd21d39c8d15f466cadd6Carl Hetherington
for DCPs that contain subtitle files without <Font> tags.
2022-09-26Move Editor class to test.{cc,h}Carl Hetherington
2022-09-25Remove a rather excessive log message.Carl Hetherington
2022-09-25Link to standard DCP naming scheme in the manual (#2340).Carl Hetherington
2022-09-24Python 3 compatibility for pptext.pyCarl Hetherington
2022-09-24Document the audio language checkbox (#2340).Carl Hetherington
2022-09-24New DCP tab screenshot (#2340).Carl Hetherington
2022-09-24Add some notes on screenshots to DEVELOP.md.Carl Hetherington
2022-09-23Update test references for change to default .srt position.v2.16.27Carl Hetherington
2022-09-23Work around strange build error on Ubuntu 18.04Carl Hetherington
tmp/cc4JuI65.s: Assembler messages: /tmp/cc4JuI65.s:174: Error: symbol `_ZNSt14_Function_base13_Base_managerIUlNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE_E10_M_managerERSt9_Any_dataRKS9_St18_Manager_operation' is already defined
2022-09-22Fix confusion about which test/data branch we're using (should be master).Carl Hetherington
2022-09-21Supporters update.Carl Hetherington
2022-09-20Fix font_id_map errors when importing DCP subtitles that have noCarl Hetherington
font declarations / tags (#2339).
2022-09-20Fix subtitle_file() to find both Interop and SMPTE subtitles.Carl Hetherington
2022-09-20Also bump asdcplib for the same reason.Carl Hetherington
2022-09-20Bump waf here and in dependencies for Python 3.10 support.Carl Hetherington
2022-09-19Support Ubuntu 22.10 builds.Carl Hetherington
2022-09-19Fix default placement of SRT (etc.) now that the alignment has changedCarl Hetherington
2022-09-19Fix incorrect subtitle outline rectangle display when subtitlesCarl Hetherington
were analysed at non-zero offsets (#2336).
2022-09-17Fix typo in log message.Carl Hetherington
2022-09-17When emailing multiple addresses, put one in To: and the rest in CC: (#2310).Carl Hetherington