| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-11 | Sort some using statements. | Carl Hetherington | |
| 2021-11-04 | Clarify that in this get_reel_assets() the content and film frame rates will ↵ | Carl Hetherington | |
| be the same. | |||
| 2021-11-04 | Bail early if nothing can be referenced from this content. | Carl Hetherington | |
| 2021-11-04 | Cleanup variable name: k -> reel | Carl Hetherington | |
| 2021-11-04 | Fix errors when referencing trimmed DCPs (#2116). | Carl Hetherington | |
| 2021-11-04 | Cleanup: use a variable we already made. | Carl Hetherington | |
| 2021-11-04 | Cleanup variable name: l -> caption | Carl Hetherington | |
| 2021-11-04 | Cleanup variable name: k -> reel | Carl Hetherington | |
| 2021-11-04 | Cleanup variable name: j -> dcp | Carl Hetherington | |
| 2021-11-04 | Cleanup variable name: i -> content | Carl Hetherington | |
| 2021-11-04 | Cleanup variable name: a -> reel_assets | Carl Hetherington | |
| 2021-11-04 | Don't fail the transcode job if we can't write analytics. | Carl Hetherington | |
| 2021-10-27 | Manual tweaks. | Carl Hetherington | |
| 2021-10-25 | If there is no end time in an AVSubtitle it seems we should use the ↵ | Carl Hetherington | |
| AVPacket's duration. This fixes #2110. I don't have a particular justification for it being the right thing to do. | |||
| 2021-10-25 | Fix fade factor calculation when there is no end time. | Carl Hetherington | |
| In this case we can't do any fade out. | |||
| 2021-10-25 | Fix missing verification messages. | Carl Hetherington | |
| 2021-10-23 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-10-18 | Updated es_ES translation from Manuel AC. | Carl Hetherington | |
| 2021-10-17 | Basic and slightly inaccurate support for <Space> in subtitles (#2103).v2.15.170 | Carl Hetherington | |
| Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. | |||
| 2021-10-17 | Move some functions up the file so we can use them. | Carl Hetherington | |
| 2021-10-17 | pot/merge. | Carl Hetherington | |
| 2021-10-16 | Always block waiting for audio when exporting.v2.15.169 | Carl Hetherington | |
| Otherwise if there is non available we'll insert silence and potentially push the audio out of sync (late). May help with #2098. | |||
| 2021-10-16 | Use an enum instead of a bool to specify blocking/non-blocking. | Carl Hetherington | |
| 2021-10-16 | Add comment. | Carl Hetherington | |
| 2021-10-15 | Ignore audio streams that fall too far behind (#2101). | Carl Hetherington | |
| 2021-10-15 | Cleanup some unused usings. | Carl Hetherington | |
| 2021-10-13 | Add some asserts to check for negative trims. | Carl Hetherington | |
| 2021-10-13 | Ignore errors from avcodec_send_packet. | Carl Hetherington | |
| After seeking it appears that we often get irrelevant errors from this method. ffplay.c seems to ignore them, and this commit means that we do too (just logging them). I think these errors during a non-seeking "encoding" run could be cause for concern; perhaps we should take more note of them in that case. | |||
| 2021-10-12 | Ignore .AppleDouble folders inside DCPs. | Carl Hetherington | |
| 2021-10-11 | Don't throw an error when the Butler says it is finished (#2097). | Carl Hetherington | |
| 2021-10-11 | Cleanup: use enum class. | Carl Hetherington | |
| 2021-10-09 | Don't ignore font settings for DCP subtitles (#2074).v2.15.167 | Carl Hetherington | |
| 2021-10-09 | Add comment. | Carl Hetherington | |
| 2021-10-09 | Cleanup some unused using statements and other bits. | Carl Hetherington | |
| 2021-10-09 | More logging in the DCPExaminer. | Carl Hetherington | |
| 2021-10-09 | C++11 tidying. | Carl Hetherington | |
| 2021-10-03 | Don't scale chroma subsampled images to sizes that don't align with the ↵v2.15.166 | Carl Hetherington | |
| subsampling (#1872). There's a slightly odd effect when scaling e.g. YVU420 images to odd and then even widths - there's a small but visible luminance shift. I don't know why this happens, but keeping the scaling sizes locked to the subsampling seems to help. | |||
| 2021-10-03 | Differentiate requested and actual crop. | Carl Hetherington | |
| This is so we limit cropping to what is possible considering chroma subsampling. | |||
| 2021-10-03 | Add PixelQuanta to VideoContent. | Carl Hetherington | |
| 2021-10-03 | Updated it_IT translation from Riccardo Mantani. | Carl Hetherington | |
| 2021-09-27 | Make merge return the right alignment even if it's not doing anything. | Carl Hetherington | |
| 2021-09-27 | Check that the image used to make a Cairo::ImageSurface is the right ↵ | Carl Hetherington | |
| alignment and pixel format. | |||
| 2021-09-27 | Various alignment tidying/fixups. | Carl Hetherington | |
| 2021-09-27 | Remove unused using | Carl Hetherington | |
| 2021-09-27 | Replace aligned bool with enum Alignment. | Carl Hetherington | |
| 2021-09-27 | Various alignment adjustments. | Carl Hetherington | |
| 2021-09-27 | Some const correctness. | Carl Hetherington | |
| 2021-09-27 | Support subs and tidy up a few things. | Carl Hetherington | |
| 2021-09-27 | Add accessor for _text. | Carl Hetherington | |
| 2021-09-27 | Setup Butler::_prepare_only_proxy on construction. | Carl Hetherington | |
