Skip to content

mrv2 v1.0.9

Compare
Choose a tag to compare
@ggarra13 ggarra13 released this 14 Mar 17:45
· 836 commits to main since this release

v1.0.9

  • Added a preference setting on Preferences->Errors to control what to do on FFmpeg errors.
  • Made the panel drag bar a tad more grey, for a nicer look and more clear distinction when several panels are stacked on the dockbar.
  • Fixed a thumbnail refresh issue on mrv2's custom file requester which would show when we save over a previous file. tlRender would cache the file and would display the previous thumbnail before saving. Now it is fixed.
  • Removed mrvSequence.cpp which was empty.
  • Added Global USD Render Option parameters which were missing.
  • Fixed overlapping of audio labels in Edit window.
  • Fixed rotation inverting the coordinates of the annotations.
  • Fixed the pixel coordinate information when flipped or rotated.
  • Fixed the pixel color bar display and information when rotated.
  • Fixed text tool incorrect positioning when image was rotated.
  • Made arrow head size be proportional to the line size.
  • Made drawing cursor be drawn with float coordinates.
  • Made circle's center also be drawn with float coordinates.
  • Added back .wmv/a decoders and asf demuxer in TLRENDER_FFMPEG_MINIMAL.
  • Added Video Color Primaries, Color TRC and Color Space FFmpeg information to Media Info Panel's video.
  • Fixed FFmpeg reader to take color coefficients. Now the gray ramp of Sam Richards is the same.
  • Fixed a bug in session loading when there was no Input Color Space specified
    in the image, which got introduced in v1.0.8.
  • Made pen size be able to be 1 pixel making the cursor one line only.
  • Made prores_ks (FFmpeg's native encoder) match Apple's ProRes one at 4444p10le. It is now possible to take ProRes4444 encoded files to video editors. THIS IS A BIG IMPROVEMENT!!!
  • Upgraded to FFmpeg v6.1.1.
  • Improved rotation speed of movies from cell phones, by doing it in OpenGL with metadata instead of with a C++ function.
  • Added Creation, Modified Date and Disk Space to Media Info Panel.
  • Removed Frame information from Start/End Time in Image Tab of Media Info Panel.
  • Made Start/End Time in Image Tab of Media Info Panel not use scientific notation for seconds.
  • Fixed changing frame rate from the Timeline toolbar not updating the FPS indicator in the Image Tab of the Media Info Panel.
  • Improved the performance of Media Info Panel when playing a sequence and the Image tab was closed.
  • Removed Default Speed information from Video Tab and moved it to Image Tab.
  • Improved colors of deactivated enums showing too dark to read the black text by default.
  • It is now possible to use OpenColorIO's built-in configs. That is, those stating with ocio://.
  • Added a Choice menu in Preferences->OCIO to select any of the three built-in OCIO configs.
  • Set ocio default config to the built-in:
    ocio://default
  • Fixed a focus issue on Linux when using a draw tool, then typing into one input widget in the toolbar and going back to the view window not ending the draw tool, but continue its trace.
  • Fixed Text annotations when image was rotated jumping to the wrong location on confirmation.
  • Entering a Text annotation on the viewport can be confirmed by doing SHIFT + Enter.
  • Added FFmpeg's actual version information, not just each library.
  • Fixed listing of codecs in the About Window.
  • Added missing .gif decoder and encoder.
  • Added mrv::TextBrowser to allow copying the text in them with a RMB context menu. This is useful, for example, in the About Window for the GPU or codec information, as the full lines get copied, unlike a Fl_Text_Display in which a line can be cut in half.
  • Fixed gcc version information in mrv2's About Window. It was showing the GLIBCXX instead.
  • Darby simplified and fixed the A/B comparison sometimes getting out of sync.
  • Improved the look of HorSlider widget. Now the X to reset to defaults is a tad to the right.
  • Fixed selection of Wipe mode which would not work after scrolling in the dock (FLTK bug?).
  • Made Compare options automatically frame the view if View->Auto Frame is on.
  • Improved the playback performance of the viewer a tad.
  • Fixed an OpenGL flickering of the timeline and sometimes of the main viewport
    when the secondary window was opened and then closed.
  • Fixed cursor not showing in panels when drawing was enabled.
  • Improved the performance of adding clips to an EDL Playlist. There's no more flickering.
  • Fixed thumbnails in the Files and Stereo panels resetting to their start time, instead of showing their current time.