-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCurrent_events.html
608 lines (512 loc) · 19.9 KB
/
Current_events.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<base href=".">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Releases</title>
<link rel="stylesheet" href="assets/css/dark-frontend.css" type="text/css" title="dark">
<link rel="alternate stylesheet" href="assets/css/light-frontend.css" type="text/css" title="light">
<link rel="stylesheet" href="assets/css/bootstrap-toc.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/jquery.mCustomScrollbar.min.css">
<link rel="stylesheet" href="assets/js/search/enable_search.css" type="text/css">
<link rel="stylesheet" href="assets/css/prism-tomorrow.css" type="text/css" title="dark">
<link rel="alternate stylesheet" href="assets/css/prism.css" type="text/css" title="light">
<script src="assets/js/mustache.min.js"></script>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/scrollspy.js"></script>
<script src="assets/js/typeahead.jquery.min.js"></script>
<script src="assets/js/search.js"></script>
<script src="assets/js/compare-versions.js"></script>
<script src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/js/bootstrap-toc.min.js"></script>
<script src="assets/js/jquery.touchSwipe.min.js"></script>
<script src="assets/js/anchor.min.js"></script>
<script src="assets/js/tag_filtering.js"></script>
<script src="assets/js/language_switching.js"></script>
<script src="assets/js/styleswitcher.js"></script>
<script src="assets/js/lines_around_headings.js"></script>
<script src="assets/js/prism-core.js"></script>
<script src="assets/js/prism-autoloader.js"></script>
<script src="assets/js/prism_autoloader_path_override.js"></script>
<script src="assets/js/trie.js"></script>
<link rel="shortcut icon" href="assets/images/favicon.png">
</head>
<body class="no-script
">
<script>
$('body').removeClass('no-script');
</script>
<nav class="navbar navbar-fixed-top navbar-default" id="topnav">
<div class="container-fluid">
<div class="navbar-right">
<a id="toc-toggle">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="glyphicon glyphicon-menu-left"></span>
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-wrapper" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span title="light mode switch" class="glyphicon glyphicon-sunglasses pull-right" id="lightmode-icon"></span>
<form class="navbar-form pull-right" id="navbar-search-form">
<div class="form-group has-feedback">
<input type="text" class="form-control input-sm" name="search" id="sidenav-lookup-field" placeholder="search" disabled>
<span class="glyphicon glyphicon-search form-control-feedback" id="search-mgn-glass"></span>
</div>
</form>
</div>
<div class="navbar-header">
<a id="sidenav-toggle">
<span class="glyphicon glyphicon-menu-right"></span>
<span class="glyphicon glyphicon-menu-left"></span>
</a>
<a id="home-link" href="index.html" class="hotdoc-navbar-brand">
<img src="assets/images/pitivi.svg" alt="Home">
</a>
</div>
<div class="navbar-collapse collapse" id="navbar-wrapper">
<ul class="nav navbar-nav" id="menu">
</ul>
<div class="hidden-xs hidden-sm navbar-text navbar-center">
<p><b>The Pitivi Developer Documentation</b></p>
</div>
</div>
</div>
</nav>
<main>
<div data-extension="core" data-hotdoc-in-toplevel="True" data-hotdoc-project="Pitivi" data-hotdoc-ref="Current_events.html" class="page_container" id="page-wrapper">
<script src="assets/js/utils.js"></script>
<div class="panel panel-collapse oc-collapsed" id="sidenav" data-hotdoc-role="navigation">
<script src="assets/js/full-width.js"></script>
<div id="sitenav-wrapper">
<iframe src="hotdoc-sitemap.html" id="sitenav-frame"></iframe>
</div>
</div>
<div id="body">
<div id="main">
<div id="page-description" data-hotdoc-role="main">
<h1 id="releases">Releases</h1>
<p>For short-term release plans and events, see the calendar
(<a href="https://www.google.com/calendar/ical/m4r5pf5da7c8kdba1cjq2d3jb4%40group.calendar.google.com/public/basic.ics">iCal</a>
or
<a href="https://www.google.com/calendar/embed?src=m4r5pf5da7c8kdba1cjq2d3jb4%40group.calendar.google.com">HTML</a>).
For long term plans, see the <a href="Roadmap.html">Roadmap</a>.</p>
<pre><code>Version 2023.03
~~~~~~~~~~~~~~~
Released: 2023-03-26
New Features:
- Resurrect the autoaligner which allows aligning two or more clips based on their audio, at the click of a button.
- More precise audio waveforms, when you look at them.
- Seek automatically to the start of the timeline when starting playback and the playhead is at the end, saving you a click.
Version 2022.06
~~~~~~~~~~~~~~~
Released: 2022-06-25
New Features:
- Object tracking and blurring.
- Beat detection and snapping clips to detected beats.
- Title clip text border and shadow.
- Allow maintaining aspect-ratio when resizing clips.
- Added Source blending mode.
- Easier to fade in/out a clip.
- Playback sound VU meter.
- Cut clips to paste them at a different position.
Version 2021.05
~~~~~~~~~~~~~~~
Released: 2021-05-30
New Features:
- Clips in the Media Library can be tagged.
- Drag a keyframe vertically or horizontally by pressing Ctrl.
- Keyboard shortcuts to seek to the previous/next marker.
Version 2021.01
~~~~~~~~~~~~~~~
Released: 2021-01-31
New Features:
- The Render dialog has been further simplified.
- Lots of bugfixes.
Version 2020.09
~~~~~~~~~~~~~~~
Released: 2020-09-30
New Features:
- A plugin system allows extending the Pitivi functionality medium-term, targeted for teams of editors.
- A developer console plugin allows interacting with the project in a Python console.
- Custom UI replaces the automatically generated UI for a handful of effects.
- Easy Ken-Burns effect.
- The new Greeter perspective replaces the Welcome wizard dialog and allows a slick selection of a recently opened project.
- When being resized, the Viewer shows the percent of the actual widget size in relation to the project video size.
- The Viewer size snaps at 50% when being resized.
- Scaled proxies if optimized media is too much for your machine.
- Timeline markers.
- Support for nested timelines by importing entire XGES files as a clip.
- The Effects Library has been redesigned to allow quick access to effects.
- Ability to favorite effects in the Effects Library.
- Improved workflow for adding effects.
- The refreshed clip effects UI allows working on multiple effects at a time.
- Refactored Media Library using same logic for different view modes.
- Refactored Render Dialog UI to avoid overwhelming people. Tell us what you think about it.
- Restoring the editing state when reopening a project.
- Safe areas visualization in the Viewer.
- Easy alignment for video clips.
- Composition guidelines in the Viewer.
- Solid color clips.
- Ability to mute or hide an entire layer.
- Interactive intro so newcomers get familiar with the names of the UI elements.
- The action search is a shortcut to everything possible in the timeline, if you can find it. Press "/".
- New keyboard shortcuts for pros.
Version 0.999
~~~~~~~~~~~~~~
Released: 2018-08-29
New Features:
- Rendering non-square pixels was broken and has been disabled
- The xges files have an icon associated
- The Save and Render buttons in the headerbar have been moved on the right side
- Lots of bug fixing
Version 0.99
~~~~~~~~~~~~~~
Released: 2017-09-2
New Features:
- Many performance improvements
- Lots of bug fixing
Version 0.98
~~~~~~~~~~~~~~
Released: 2016-12-5
New Features:
- Customizable keyboard shortcuts
- Used the warnings printed by GTK 3.22 to fix issues in the timeline widget
- Lots of bug fixing, mostly on the timeline
Version 0.97
~~~~~~~~~~~~~~
Released: 2016-08-8
New Features:
- The rendering dialog has been reworked to clearly state what encoders and muxer are
officially supported (and the GES integration tests have been added to check those)
- The build system has been ported to Meson and gst-transcoder is now a subproject
- Usual bug fixes
Version 0.96
~~~~~~~~~~~~~~
Released: 2016-06-30
New Features:
- Proxy editing
- The clip graphical transformation box has been reimplemented
- Some timeline behaviour enhancements
- Project settings are now automatically computed if possible (still letting the user full control if he wants)
- New project settings and rendering UI
- Keyboard shortcuts window
- The undo/redo removal has been undone
Version 0.95
~~~~~~~~~~~~~~
Released: 2015-11-19
New Features:
- The timeline has been rewritten purely in GTK+
- The glimagesink video rendering widget was replaced by gtk(gl)sink
- The clip transformation box has been reimplemented
- Direct importing to the timeline
- Ability to copy and paste clips across the timeline
- Integration with GstValidate and the "scenarios" system
- Rewritten video mixing elements
- We finally killed GNonLin
- Now compatible again with smaller screen resolutions
- Massive bug fixing all over the place
Version 0.94
~~~~~~~~~~~~~~
Released: 2014-11-2
New Features:
- The main toolbar and menubar have been replaced by a headerbar and menubutton, saving a significant amount of precious vertical space and using the horizontal space better.
- The viewer has been ported to use a GStreamer GL video output sink instead of the Clutter sink. This solves crashes when running Pitivi outside of GNOME Shell and is expected to be a more future-proof solution.
- We dropped our use of CoGL APIs, namely path_round_rectangle which caused crashes on various Linux distributions shipping a broken version of CoGL
- Pitivi has been ported to Python 3
- Text wrapping in the rendering progress dialog and title editor has been fixed
- Effects can now be reordered within a clip's properties
- The default positioning of UI components (when starting from a fresh install) has been improved to be balanced properly
- Undocked window components do not shift position on startup anymore
- Docked window components do not shift position on startup anymore, when the window is not maximized.
- The title editor's UI has been simplified, and now supports decimal font sizes
- Educational infobars throughout the UI have been tweaked to make their colors less intrusive
- The user manual is now up to date with the state of the new Pitivi series
- Port deprecated GTK+ widgets to new ones
- Timeline UI animations have been tweaked
- Code refactoring and cleanup all over the place
- Various build and packaging fixes
- Various fixes to the test suite
- Various other bugs have been corrected
Version 0.93
~~~~~~~~~~~~~~
Released: 2014-03-20
New Features:
- Port the viewer and media file previewers to use a Clutter video output sink
- Visual refinements to the timeline (clip positioning, borders, selections)
- Improvements to the ruler and timecode display
- Allow importing MPEG-TS/AVCHD files
- Fixes and improvements to the timeline's clip thumbnailers
- Clip thumbnailing in the media library, better import error handling
- Various fixes to the application version checking
- Rework the way dependencies are checked on startup
- Make some features contextual and cleanup menus
- Many content updates to the user manual
- Papercut fixes to keyframe curves
- Many fixes for rendering
- Fix pylint errors
- Various fixes to the automated test suite
- Code refactoring and cleanup all over the place
- Fixes for AppData XML spec compliance
- Various build and packaging fixes
Version 0.92
~~~~~~~~~~~~~~
Released: 2013-11-3
New Features:
- Fix a bug where transitions would stop working
- Fix the handling of rendering parameters
- Fixes for the keyframes UI in the timeline
- Usability improvements for the welcome dialog
- Update the preview immediately when adding an effect
- Fixes for AppData XML spec compliance
- Various build and packaging fixes
- Drop the PyXDG dependency
- Translations have been updated
Version 0.91
~~~~~~~~~~~~~~
Released: 2013-09-29
New Features:
- Replacing the core of Pitivi by GES; 20 thousand lines of code removed
- Porting to GStreamer 1.x
- Porting to GTK+ 3.x
- Replacing GooCanvas by Clutter for the timeline
- An automated UI test suite, with many checks for mission-critical parts
- Fixing hundreds of bugs
- Implementing many new features
- UI polish all over the place
- Refactoring pretty much the entire codebase
Version 0.15.2
~~~~~~~~~~~~~~
Released: 2012-05-3
Version 0.15.1
~~~~~~~~~~~~~~
Released: 2012-02-24
New Features:
- Bug fix release to ensure compatibility with Gst "good" plugins >0.10.29
- Minor string fixes and additions to the user manual
- Translations have been updated
Version 0.15
~~~~~~~~~~~~~~
Released: 2011-09-26
New Features:
- A new transformation feature allows resizing, panning and cropping clips directly in the previewer
- Automatic clip alignment by analyzing soundtracks to sync multicamera footage
- Ability to have presets for rendering
- Default set of project settings and rendering presets
- Cleaner preferences dialog
- Integrated offline user manual
- Cleaner advanced codec settings dialog
- Improved video thumbnailing performance
- "Soft dependencies" manager to warn the user of features requiring additional packages
- Port to gtkbuilder
- Respect GNOME's button icons setting
- Improved startup time
- Code cleanups and remove dead code
- Properly show property descriptions (blurbs) for advanced codec settings
Version 0.14
~~~~~~~~~~~~~~
Released: 2011-05-31
New Features:
- Audio and video effects
- Completely redesigned project settings dialog, with the ability to create presets
- Completely redesigned rendering dialog
- Welcome dialog that helps you start a project or load recent projects in two clicks
- Ability to preview video, audio and image files before importing
- Add a "best fit" zoom button
- Ability to jump to an exact position in the timeline
- Ability to specify custom aspect ratios and framerates
- Show a progress bar when loading projects
- 300% faster project timeline loading
- Search bar in the Media Library
- Ability to detach all the tabs and the previewer
- New manpage
- Commandline render mode
- Use the standard infobar widget all around
- Remove hal dependency
- Lots of bug fixing
Version 0.13.5
~~~~~~~~~~~~~~
Released: 2010-09-16
New Features:
- periodic backup of the current project file
- easy crossfading transitions of overlapping clips
- better icons for link and group operations
- new add keyframe button
- fixed support for the missing plugins installer
- improved support for pictures
- various performance improvements (less conversions, faster linking)
Version 0.13.4
~~~~~~~~~~~~~~
Released: 2010-03-10
New Features:
- video mixing/transparency support
- icon view in source list
- smoother scrolling
- modeless splitting
- seek on click
- faster waveforms
- zoom slider
- UI beautifications
- Speed optimisations
- dbus/hal dependency now optional
- translated in 30 languages
Version 0.13.3
~~~~~~~~~~~~~~
Released: 2009-09-12
New Features:
- Fix rendering failures
- UI beautifications
- Switch to themeable ruler
- Speed optimisations
- Show the project name in the window title
Version 0.13.2
~~~~~~~~~~~~~~
Released: 2009-08-13
New Features:
- Undo/Redo support
- Audio-mixing
- Ripple/Roll edit
- misc fixes
Version 0.13.1
~~~~~~~~~~~~~~
Released: 2009-05-27
New Features:
- core rewrite
- multi-layered timeline
- trimming features
- audio waveforms and video thumbnails in timeline
- picture support
- New project file format support
Version 0.11.3
~~~~~~~~~~~~~~
Released: 2008-12-11
New Features:
- Remove usage of gobject as much as possible from non-ui components
- Make smarter choices about audio/video sinks
- Fix issues with seeking in ruler/viewer
- general pylint cleanup
- Picture support in the timeline
- Improve viewer for proper Display Aspect Ratio
- Timeline : Unlink-ing sources is now possible
- Fix some issues when using very long sources
- SourceList now detachable from main window
- Now requires GNonLin 0.10.10 and python >= 2.5
Version 0.11.2
~~~~~~~~~~~~~~
Released: 2008-10-15
New Features:
- New advanced timeline interface by Brandon Lewis (SoC)
- Capture interface for webcams and network sources by Sarath Lakshman (SoC).
- Simple Timeline is gone.
- Project save/load now activated by default
- Cutting/Trimming/Removing features added to advanced timeline.
- Misc fixes and improvements
Version 0.11.1
~~~~~~~~~~~~~~
Released: 2007-11-18
New Features:
- More work on project save/load, use PITIVI_FILE_SUPPORT=1 to try it.
- Be more flexible with encoding caps, should fix more issues when encoding.
- Fixed issues for non icon-theme-spec compliant systems
- i18n updates
- Misc fixes
Version 0.11.0
~~~~~~~~~~~~~~
Released: 2007-10-14
New Features:
- Merging of all the 2007 Summer-Of-Code branch
- Simple timeline improvements : trimming and moving of sources
- Simple timeline improvement : volume change
- Advanced timeline re-activated
- Advanced timeline features : cutting and moving of sources
- Plugin framework added
- File save/load framework added, not activated yet
- i18n support, translated in 16 languages
Version 0.10.3
~~~~~~~~~~~~~~
Released: 2007-05-30
New Features:
- Improvement of first time user experience.
- Frame-by-frame seeking
- UI improvements for usability
- New graphics
- i18n support, translated in 14 languages
- Critical bugfixes
- Unit tests
- Advanced view disabled by default
Version 0.10.2
~~~~~~~~~~~~~~
Released: 2007-01-31
New Features:
- UI improvements for usability
- decodebin2 support
- Rendering improvements
- i18n support, translated in 12 languages
- Critical bugfixes
Version 0.10.1
~~~~~~~~~~~~~~
Released: 2006-05-23
New Features:
- More UI improvements for usability
- Works with X11/Imagesink
- Handles more formats
- More startup checks
Version 0.10.0
~~~~~~~~~~~~~~
Released: 2006-04-26
New Features:
- Lots of UI improvements for usability
- Better error handling
- Many playback issues fixed
- Works in non-gnome environments
</code></pre>
<h1 id="talks">Talks</h1>
<p>See the Pitivi website's <a href="https://www.pitivi.org/showcase/">showcase
page</a> for video recordings and
slides of some of these talks.</p>
<ul>
<li>2014 July 27th: GUADEC (Pitivi)</li>
<li>2013 October 22nd: GStreamer Conference (GES)</li>
<li>2013 August 4th: GUADEC (Pitivi)</li>
<li>2012 August 27th/28th: GStreamer Conference (GES)</li>
<li>2012 July 29th: GUADEC (Pitivi & GES)</li>
<li>2012 June 9th: GNOME Asia (Pitivi & GES)</li>
<li>2011 Dec 10th: ExpoLibre Talca (Pitivi & GES)</li>
<li>2011 May 25th: Meego Conference (GES)</li>
<li>2011 May 11th: Libre Graphics Meeting 2011 (Pitivi)</li>
<li>2010 March 26th or 28th: Ubuntu Global Jam in Montréal (lightning
talk about Pitivi, in French)</li>
<li>2009 July: GUADEC 2009 (Pitivi)</li>
<li>2009 May 8th: Libre Graphics Meeting 2009 (Pitivi)</li>
<li>2006 July 22nd: LUGRadio Live 2006</li>
<li>2006 June 23rd-30th: GUADEC 2006 (Pitivi)</li>
</ul>
<h1 id="in-the-media">In the Media</h1>
<p>For a roundup of mentions in the media, see the
<a href="Praise.html">Praise</a> page.</p>
</div>
</div>
<div id="search_results">
<p>The results of the search are</p>
</div>
<div id="footer">
</div>
</div>
<div id="toc-column">
<div class="edit-button">
<a href="https://gitlab.gnome.org/GNOME/pitivi/edit/master/docs/Current_events.md" data-hotdoc-role="edit-button">Edit on GitLab</a>
</div>
<div id="toc-wrapper">
<nav id="toc"></nav>
</div>
</div>
</div>
</main>
<script src="assets/js/navbar_offset_scroller.js"></script>
</body>
</html>