| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-13 | Add another believed-correct subtitle timing fix.v2.15.161 | Carl Hetherington | |
| 2021-09-13 | Fix missing subtitles embedded in files decoded by FFmpeg (#2060). | Carl Hetherington | |
| Since the FFmpeg 4.4 update it seems that AVSubtitle::pts is no longer set (it's AV_NOPTS_VALUE, i think). Instead we apparently need to get the PTS from the packet, which in turn requires the stream's timebase. | |||
| 2021-09-13 | Add missing avsubtitle_free(). | Carl Hetherington | |
| 2021-09-02 | Updated zh_CN translation from Kahn Li.v2.15.159 | Carl Hetherington | |
| 2021-08-24 | Updated it_IT translation from Riccardo Mantani. | Carl Hetherington | |
| 2021-08-24 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-08-20 | pot/merge. | Carl Hetherington | |
| 2021-08-20 | Fix typo if -> of (thanks to Uwe Dittes) | Carl Hetherington | |
| 2021-08-20 | Updated de_DE translation from Uwe Dittes. | Carl Hetherington | |
| 2021-08-17 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-08-17 | Add defaults for facility, studio, chain, distributor (#2075). | Carl Hetherington | |
| 2021-08-13 | Some missing override statements. | Carl Hetherington | |
| 2021-08-12 | pot/merge. | Carl Hetherington | |
| 2021-08-12 | pot/merge. | Carl Hetherington | |
| 2021-08-12 | C++11 tidying. | Carl Hetherington | |
| 2021-08-12 | White space. | Carl Hetherington | |
| 2021-08-12 | Add comment. | Carl Hetherington | |
| 2021-08-12 | Don't write empty <Text> nodes in subtitles/closed captions. | Carl Hetherington | |
| 2021-08-04 | Allow specifying and writing sign language video language metadata (#2062).v2.15.157 | Carl Hetherington | |
| 2021-08-03 | Fix build with newer FFmpeg. | Carl Hetherington | |
| 2021-08-03 | Some const-correctness. | Carl Hetherington | |
| 2021-08-01 | Do all text -> HTML conversion for subtitles in the same place. | Carl Hetherington | |
| Previously we would convert > to > then the ampersand to & resulting in &gt; | |||
| 2021-07-24 | Add a comment. | Carl Hetherington | |
| 2021-07-15 | C++11 tidying. | Carl Hetherington | |
| 2021-07-13 | Add label for sign language track. | Carl Hetherington | |
| 2021-07-05 | Tidy a little and use some std::vector instead of raw arrays. | Carl Hetherington | |
| 2021-07-05 | Use dcp::file_to_string(). | Carl Hetherington | |
| 2021-07-05 | Use unique_ptr. | Carl Hetherington | |
| 2021-07-05 | C++11 tidying. | Carl Hetherington | |
| 2021-07-04 | C++11 tidying. | Carl Hetherington | |
| 2021-07-03 | Use std::vector rather than a raw array. | Carl Hetherington | |
| 2021-07-03 | C++11 tidying. | Carl Hetherington | |
| 2021-07-02 | Don't abort the update checker thread when one curl_easy_perform fails. | Carl Hetherington | |
| 2021-07-01 | Remove unused variable. | Carl Hetherington | |
| 2021-06-24 | Fix incorrect timestamps when exporting as reels (#2052).v2.15.155 | Carl Hetherington | |
| 2021-06-24 | Fix incorrect issuer/creator in CPL files. | Carl Hetherington | |
| 2021-06-23 | Improve some error messages. | Carl Hetherington | |
| 2021-06-23 | Add some more DecodeError constructors. | Carl Hetherington | |
| 2021-06-22 | C++11 cleanup. | Carl Hetherington | |
| 2021-06-21 | Remember the path used for "add files" (#2049). | Carl Hetherington | |
| Also default to the home directory rather than where DoM was run from, or something equally unhelpful. | |||
| 2021-06-13 | Ignore incoming data when suspended. | Carl Hetherington | |
| Otherwise, for example, some content can be moved and before the pieces have been re-created some video can arrive. Then the video's position will be calculated using the content's new position, causing an apparently big gap in the video which is filled in with black. These extra black frames cause the video buffers to fill up without any audio. | |||
| 2021-06-13 | Comment fixes. | Carl Hetherington | |
| 2021-06-12 | Updated nl_NL translation from Rob van Nieuwkerk. | Carl Hetherington | |
| 2021-06-07 | pot/merge. | Carl Hetherington | |
| 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 | |
