| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-17 | Tidy up resource management of FFmpegFileEncoders so that theybetter-butler-errors | Carl Hetherington | |
| are cleaned up correctly when an error occurs. | |||
| 2020-08-17 | Report more detailed errors when the butler dies. | Carl Hetherington | |
| 2020-07-27 | Trying to create export audio encoders with between 9 and 15 channelsv2.14.34 | Carl Hetherington | |
| inclusive fails, at least for AAC. There's probably a way around this with some FFmpeg-cleverness but for now let's just export any project with more than 8 channels as 16. You could argue that we should offer choices to, for example export 7.1/HI/VN as 7.1 but that sounds fiddly. Fixes #1786. | |||
| 2020-07-27 | Fix export of projects with fewer than 6 channels. | Carl Hetherington | |
| 2020-02-18 | Re-throw butler errors at the end of an encode. | Carl Hetherington | |
| 2020-02-17 | Better errors if butler doesn't give video during export. | Carl Hetherington | |
| 2019-11-30 | Fix crash when exporting a 2D project containing 3D content (#1680). | Carl Hetherington | |
| 2019-11-16 | Add some new Waker calls. | Carl Hetherington | |
| Backported from 052ec34bd487a3645013e87a7062738284d050df in v2.15.x | |||
| 2018-11-21 | Tidy and fix logging. | Carl Hetherington | |
| 2018-11-12 | Export 3D projects to separate L/R files (#1332).v2.13.71 | Carl Hetherington | |
| 2018-11-06 | Do image crop/scale/window in the butler prepare threads. | Carl Hetherington | |
| 2018-10-20 | Fix crash on exporting multi-reel to a single file (#1388). | Carl Hetherington | |
| 2018-09-10 | Basics of export of multiple reels to multiple files. | Carl Hetherington | |
| 2018-09-09 | Split parts of FFmpegEncoder into FFmpegFileEncoder. | Carl Hetherington | |
| 2018-09-03 | Add basic quality option for x264 export. | Carl Hetherington | |
| 2018-07-23 | Tidy up after mass rename. | Carl Hetherington | |
| 2018-07-23 | More automated renaming. | Carl Hetherington | |
| ActiveCaptions -> ActiveText BitmapCaption -> BitmapText ContentCaption -> ContentText ContentTextCaption -> ContentStringText TextCaptionFileContent -> StringTextFileContent TextCaptionFileDecoder -> StringTextFileDecoder TextCaptionFile -> StringTextFile TextCaption -> StringText PlayerCaption -> PlayerText CaptionContent -> TextContent CaptionDecoder -> TextDecoder CaptionPanel -> TextPanel CaptionView -> TextView CaptionAppearanceDialog -> SubtitleAppearanceDialog CaptionType -> TextType | |||
| 2018-07-22 | On reflection showing CCAPs over the main picture doesn't make much sense. | Carl Hetherington | |
| 2018-07-20 | Untested; allow viewing of subtitles or closed captions in the preview. | Carl Hetherington | |
| 2018-07-19 | Reword again: Text -> Caption and Plain -> Text. | Carl Hetherington | |
| sed -i "s/ActiveText/ActiveCaptions/g" src/lib/*.{cc,h} sed -i "s/active_text.h/active_captions.h/g" src/lib/*.{cc,h} sed -i "s/active_text.cc/active_captions.cc/g" src/lib/wscript mv src/lib/active_text.cc src/lib/active_captions.cc mv src/lib/active_text.h src/lib/active_captions.h sed -i "s/PlainTextFileContent/TextCaptionFileContent/g" src/lib/*.{cc,h} src/wx/*.cc sed -i "s/PlainTextFile/TextCaptionFile/g" src/lib/*.{cc,h} src/wx/*.cc sed -i "s/plain_text_file_content/text_caption_file_content/g" src/lib/*.{cc,h} src/lib/wscript src/wx/*.{cc,h} test/*.cc mv src/lib/plain_text_file_content.cc src/lib/text_caption_file_content.cc mv src/lib/plain_text_file_content.h src/lib/text_caption_file_content.h sed -i "s/PlainTextFileDecoder/TextCaptionFileDecoder/g" src/lib/*.{cc,h} sed -i "s/plain_text_file_decoder/text_caption_file_decoder/g" src/lib/*.{cc,h} src/lib/wscript src/wx/*.{cc,h} mv src/lib/plain_text_file_decoder.cc src/lib/text_caption_file_decoder.cc mv src/lib/plain_text_file_decoder.h src/lib/text_caption_file_decoder.h sed -i "s/PlayerText/PlayerCaption/g" src/lib/*.{cc,h} sed -i "s/player_text.cc/player_caption.cc/g" src/lib/wscript sed -i "s/player_text.h/player_caption.h/g" src/lib/*.{cc,h} mv src/lib/player_text.cc src/lib/player_caption.cc mv src/lib/player_text.h src/lib/player_caption.h sed -i "s/ContentPlainText/ContentTextCaption/g" src/lib/*.{cc,h} src/wx/*.{cc,h} sed -i "s/ContentBitmapText/ContentBitmapCaption/g" src/lib/*.{cc,h} src/wx/*.{cc,h} sed -i "s/PlainText/TextCaption/g" src/lib/*.{cc,h} test/*.cc sed -i "s/plain_text.h/text_caption.h/g" src/lib/*.{cc,h} mv src/lib/plain_text.h src/lib/text_caption.h | |||
| 2018-07-19 | Partial conversion of PlayerSubtitles -> PlayerText and SubtitleString -> ↵ | Carl Hetherington | |
| PlainText. | |||
| 2018-04-25 | Fix for new FFmpeg. | Carl Hetherington | |
| 2018-03-01 | Remove unused parameter; set audio frame size from the video/audio frame rates. | Carl Hetherington | |
| 2018-03-01 | Avoid a memcpy in the export code. | Carl Hetherington | |
| 2018-02-05 | Warning fixes. | Carl Hetherington | |
| 2017-08-14 | Remove Film dependency from Butler. | Carl Hetherington | |
| 2017-07-26 | Basic multithread of DCP decryption during export. | Carl Hetherington | |
| 2017-06-07 | Fix mixdown mapping. | Carl Hetherington | |
| 2017-06-07 | Basic and untested export option to bounce down to stereo; add encoder test ↵ | Carl Hetherington | |
| with subs (which fails). | |||
| 2017-05-24 | Fix crash on OS X when chroma subsampling is happening. | Carl Hetherington | |
| 2017-05-16 | FFmpegEncoder fixes: handle AV_CODEC_CAP_VARIABLE_FRAME_SIZE, fix typo in ↵ | Carl Hetherington | |
| interleaving, fix cut-and-paste error in avcodec_encode_audio2. | |||
| 2017-05-16 | Add a couple of asserts. | Carl Hetherington | |
| 2017-05-12 | Try to fix windows build failure (#1071). | Carl Hetherington | |
| 2017-05-11 | Burn subtitles when exporting. | Carl Hetherington | |
| 2017-05-11 | Basic audio support. | Carl Hetherington | |
| 2017-05-10 | Fix options for libx264. | Carl Hetherington | |
| 2017-05-10 | Rename some classes. | Carl Hetherington | |
