| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-04 | Fix errors when seeking FFmpeg for some formats. | Carl Hetherington | |
| The comments discuss this in a bit more depth, but basically we see errors from avcodec_send_packet after seek. ffplay etc. seem basically to ignore all errors from avcodec_send_packet, and I can't find a "proper" fix, so here's a half-way house hack: ignore some errors after seek. Nasty. | |||
| 2021-06-04 | Ignore HMAC discrepencies when reading DCPs. | Carl Hetherington | |
| 2021-06-03 | Ignore errors from avcodec_receive_frame when flushing video (#2035). | Carl Hetherington | |
| The test fails if we don't do this; it doesn't really seem 100% convincing but we are already doing this for audio. | |||
| 2021-06-01 | Add hint when no audio language is set (#2033). | Carl Hetherington | |
| 2021-06-01 | Tidying. | Carl Hetherington | |
| 2021-06-01 | Add comment. | Carl Hetherington | |
| 2021-06-01 | Put audio language back in the Film. | Carl Hetherington | |
| It feels neat to have audio language in the audio tab, to match the subtitle language in the subtitle tab. It also avoids the potential confusion of there being an audio language setting in the DCP metadata but no subtitle language setting. However: - I am yet to find a need to describe multiple audio languages in the same DCP (all previous users of Film::audio_languages() were just taking the first language off the list). - As Carsten points out it's fiddly to have to set the audio language for 5 separate-channel WAV files, for example (you wouldn't actually have had to do this, but it would have felt like you did). I think subtitle language remains neater where it is (per-content) as there is this additional subtitle language metadata and it makes much more sense (and is much more likely) that there are multiple subtitle languages in a DCP than it does multiple audio languages. | |||
| 2021-05-31 | Allow any ratio to appear in the ISDCF name as an interior aspect ratio (#2030). | Carl Hetherington | |
| 2021-05-30 | Missing full stop. | Carl Hetherington | |
| 2021-05-30 | Sign things that come out of the combiner (#2028). | Carl Hetherington | |
| 2021-05-30 | Allow annotation text to be set when combining DCPs. | Carl Hetherington | |
| 2021-05-28 | pot/merge. | Carl Hetherington | |
| 2021-05-28 | Updated sv_SE translation from Adam Klotblixt. | Carl Hetherington | |
| 2021-05-27 | Fix missing verification note.v2.15.152 | Carl Hetherington | |
| 2021-05-26 | Tidy up Nanomsg more correctly. | Carl Hetherington | |
| 2021-05-26 | Remove privilege escalation via seteuid() etc. on Linux. | Carl Hetherington | |
| 2021-05-25 | Move video level conversion for RGB from FFmpegImageProxy to Image. | Carl Hetherington | |
| Since FFmpeg does not do video level conversion for RGB sources when we (sort of) ask it to in Image::crop_scale_window() it seems to make more sense to compensate for that by calling full_to_video_range() in the same place (rather than in FFmpegImageProxy). | |||
| 2021-05-25 | C++11 tidying. | Carl Hetherington | |
| 2021-05-25 | Add video_to_full_range implementation for RGB48LE. | Carl Hetherington | |
| 2021-05-25 | Clamp results correctly when shifting video levels, and account for that in ↵ | Carl Hetherington | |
| tests. | |||
| 2021-05-25 | const-correctness tweak. | Carl Hetherington | |
| 2021-05-25 | Forward-declare the right class. | Carl Hetherington | |
| 2021-05-21 | Fix invalid memory access introduced in 6f832724ef942f133f6f8d0a06d7377beea8f7a6v2.15.150 | Carl Hetherington | |
| 2021-05-21 | Fix thinko in 4ce4b8d3429a97eb4df63460c7e73863f44a621e | Carl Hetherington | |
| Audio content of course doesn't have a single selected stream, so let's get the channel count from how all the streams are mapped. | |||
| 2021-05-20 | Specify correct number of channels for LEQ(m) analyses of single pieces of ↵ | Carl Hetherington | |
| content (#1991) If we're analysing one piece of content, pass its channel count into the leqm::Calculator rather than just using the film channel count. | |||
| 2021-05-19 | Don't assert on a non-existant codec (#1999). | Carl Hetherington | |
| 2021-05-11 | Don't apply the Windows long path fix twice.v2.15.147 | Carl Hetherington | |
| 2021-05-11 | Revert incorrect 'fixing' of path on Windows (#1992). | Carl Hetherington | |
| This "to" path is on the ext2 drive so should not have any Windows hacks applied to it. | |||
| 2021-05-09 | Add more logging to disk writer. | Carl Hetherington | |
| 2021-05-09 | Remove erroneous call to optional_node_child(). | Carl Hetherington | |
| Just after this we loop over all <Text> nodes, and optional_node_child will raise an exception if there is more than one. | |||
| 2021-05-08 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-05-07 | Hide some more FFmpeg warnings.v2.15.143 | Carl Hetherington | |
| 2021-05-07 | Missing #include. | Carl Hetherington | |
| 2021-05-07 | Hide some warnings from ffmpeg on Centos 7. | Carl Hetherington | |
| 2021-05-07 | Updated cs_CZ translation from Tomáš Begeni. | Carl Hetherington | |
| 2021-05-07 | Missing override statements.v2.15.141 | Carl Hetherington | |
| 2021-05-07 | pot/merge. | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-05-03 | Add pixel format 0 (AV_PIX_FMT_YUV420P) to make_part_black(). | Carl Hetherington | |
| Remainder of fix for #1984. | |||
| 2021-05-03 | Add pixel format 66 (AV_PIX_FMT_YUV422P10LE) to make_part_black(). | Carl Hetherington | |
| Part of fix for #1984. | |||
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-05-01 | Port filter graphs to new FFmpeg API. | Carl Hetherington | |
| 2021-05-01 | Switch encoding to ffmpeg send/receive API. | Carl Hetherington | |
| 2021-05-01 | Switch decoding to ffmpeg send/receive API. | Carl Hetherington | |
| 2021-05-01 | Remove some FFmpeg-related warnings by directly accessing AVFrame. | Carl Hetherington | |
| 2021-05-01 | Tidy up some error handling a little. | Carl Hetherington | |
| 2021-05-01 | Remove some FFmpeg-related warnings by using AVStream::codecpar. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2021-04-29 | Remove Monitor / EDID code that was used for the swaroop variant. | Carl Hetherington | |
| 2021-04-29 | C++11 tidying. | Carl Hetherington | |
