WIP: more
[dcpomatic.git] / src / lib /
2021-05-07 Carl HetheringtonWIP: more 1771-resample-glitches-take4
2021-05-07 Carl Hetheringtonfixup! WIP: allow Piece to take multiple content/decoder.
2021-05-07 Carl HetheringtonWIP: allow Piece to take multiple content/decoder.
2021-05-07 Carl HetheringtonMove some checks from Player to Piece.
2021-05-07 Carl HetheringtonRemove Frame from PieceAudio.
2021-05-07 Carl HetheringtonRefer to Piece audio streams by index instead of pointer.
2021-05-07 Carl HetheringtonMake resampled_audio_to_dcp private.
2021-05-07 Carl HetheringtonRename piece_audio -> audio.
2021-05-07 Carl HetheringtonMake content_video_to_dcp private.
2021-05-07 Carl HetheringtonMake dcp_to_content_time() private.
2021-05-07 Carl HetheringtonRemove Piece::_done in favour of a method.
2021-05-07 Carl HetheringtonRename ContentAtmos -> PieceAtmos and pass atmos throug...
2021-05-07 Carl HetheringtonRename ContentText and subclasses to PieceText... and...
2021-05-07 Carl HetheringtonAdd collect() for Player.
2021-05-07 Carl HetheringtonAdd AudioMapping::equals()
2021-05-07 Carl HetheringtonWhitespace tidying.
2021-05-07 Carl HetheringtonAdd some missing includes / forward references.
2021-05-07 Carl HetheringtonMove Resampler into Piece.
2021-05-07 Carl HetheringtonRename ContentAudio -> PieceAudio and pass audio throug...
2021-05-07 Carl HetheringtonRename ContentVideo -> PieceVideo and pass video throug...
2021-05-07 Carl HetheringtonC++11 tidying and scoped_ptr for Player::_shuffler.
2021-05-07 Carl HetheringtonComment fix.
2021-05-07 Carl HetheringtonC++11 tidying.
2021-05-07 Carl HetheringtonPut a weak_ptr<Film> into Piece to tidy up calls a...
2021-05-07 Carl HetheringtonAdd Piece::period().
2021-05-07 Carl HetheringtonMake Piece::ignore_video private.
2021-05-07 Carl HetheringtonMake Piece::decoder private.
2021-05-07 Carl HetheringtonAdd Piece:fonts().
2021-05-07 Carl HetheringtonMake Piece::done private.
2021-05-07 Carl HetheringtonAdd Piece::decoder_before().
2021-05-07 Carl HetheringtonAdd Piece::seek().
2021-05-07 Carl HetheringtonAdd and use Piece::has_text().
2021-05-07 Carl HetheringtonMake Piece::frc private.
2021-05-07 Carl HetheringtonMake Piece::content private.
2021-05-07 Carl HetheringtonAdd content parameter to Piece::content_time_to_dcp().
2021-05-07 Carl HetheringtonAdd Piece::reference_dcp_audio().
2021-05-07 Carl HetheringtonAdd Piece::pass().
2021-05-07 Carl HetheringtonAdd Piece::decoder_position().
2021-05-07 Carl HetheringtonAdd Piece::video_frame_type().
2021-05-07 Carl HetheringtonAdd Piece::decoder_for().
2021-05-07 Carl HetheringtonAdd Piece::audio_gain().
2021-05-07 Carl HetheringtonAdd Piece::resampled_audio_frame_rate().
2021-05-07 Carl HetheringtonAdd Piece::player_video().
2021-05-07 Carl HetheringtonAdd Piece::end().
2021-05-07 Carl HetheringtonAdd Piece::position().
2021-05-07 Carl HetheringtonAdd Piece::frame_rate_change().
2021-05-07 Carl HetheringtonAdd Piece::use_video().
2021-05-07 Carl HetheringtonMove time calculation methods from Player into Piece.
2021-05-07 Carl HetheringtonRemove some unused methods.
2021-05-07 Carl HetheringtonTiny C++11 tidy-up.
2021-05-07 Carl HetheringtonMove stream states into Piece.
2021-05-07 Carl HetheringtonAdd Content::full_length_content and make full_length_d...
2021-05-07 Carl HetheringtonRename Content::full_length -> Content::full_length_dcp
2021-05-07 Carl HetheringtonAdd some missing overrides.
2021-05-07 Carl HetheringtonMissing override statements. v2.15.141
2021-05-06 Carl Hetheringtonpot/merge.
2021-05-03 Carl HetheringtonC++11 tidying.
2021-05-02 Carl HetheringtonAdd pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_bl...
2021-05-02 Carl HetheringtonAdd pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_pa...
2021-05-02 Carl HetheringtonC++11 tidying.
2021-05-01 Carl HetheringtonBuild with FFmpeg 4.4 and switch to the new send/receiv...
2021-04-30 Carl HetheringtonPort filter graphs to new FFmpeg API.
2021-04-30 Carl HetheringtonSwitch encoding to ffmpeg send/receive API.
2021-04-30 Carl HetheringtonSwitch decoding to ffmpeg send/receive API.
2021-04-30 Carl HetheringtonRemove some FFmpeg-related warnings by directly accessi...
2021-04-30 Carl HetheringtonTidy up some error handling a little.
2021-04-30 Carl HetheringtonRemove some FFmpeg-related warnings by using AVStream...
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonRemove Monitor / EDID code that was used for the swaroo...
2021-04-29 Carl HetheringtonC++11 tidying.
2021-04-29 Carl HetheringtonRemove use of boost::noncopyable.
2021-04-25 Carl HetheringtonMissing delete of some constructors.
2021-04-23 Carl HetheringtonUse new Windows long filename workaround with disk...
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-04-23 Carl HetheringtonIgnore the new THREED_ASSET_MARKED_AS_TWOD warning...
2021-04-22 Carl HetheringtonRemove configuration option for minimum frame size.
2021-04-22 Carl HetheringtonC++11 tweaks.
2021-04-22 Carl HetheringtonGet root before unmounting things on Linux.
2021-04-21 Carl HetheringtonC++11 tidying.
2021-04-20 Carl HetheringtonMake digest calculations interruptible.
2021-04-20 Carl HetheringtonMove digest calculation to a separate method.
2021-04-20 Carl HetheringtonAdd some possibly-useful markers for debugging threads...
2021-04-20 Carl HetheringtonTidy up/fix Hints thread in a couple of ways:
2021-04-20 Carl HetheringtonAnalyse audio (if required) when making hints (#1924).
2021-04-20 Carl HetheringtonAdd comment.
2021-04-20 Carl HetheringtonSplit audio analysis code off from the job.
2021-04-19 Carl HetheringtonSleep for a while if necessary to allow disks to wake...
2021-04-15 Carl HetheringtonFix progress message when analysing for hints.
2021-04-15 Carl HetheringtonFix failure to update project-wide audio level plot...
2021-04-15 Carl HetheringtonC++11 tidying.
2021-04-13 Carl HetheringtonMore libdcp API tweaks.
2021-04-12 Carl HetheringtonBump libdcp for some API improvements.
2021-04-11 Carl HetheringtonUpdated nl_NL translation from Rob van Nieuwkerk.
2021-04-11 Carl HetheringtonMissing full stop.
2021-04-10 Carl HetheringtonFix up hints about long subtitle lines.
2021-04-10 Carl Hetheringtonpot/merge.
2021-04-09 Carl HetheringtonAdd a hint about >79 length subtitles.
2021-04-09 Carl HetheringtonMake DCP text track language properly optional and...
2021-04-08 Carl HetheringtonExtract audio/subtitle language from imported DCPs.
2021-04-08 Carl HetheringtonRemove some old Centos 5 support.
next