Fri Jan 17 01:34:06 2014 +0100 Andoni Morales Alastruey *Bump release 0.20.0 NEWS | 17 +++++++++++++++++ RELEASE | 22 ++++++++++++++++------ configure.ac | 2 +- 3 files changed, 34 insertions(+), 7 deletions(-) Fri Jan 17 01:26:56 2014 +0100 Andoni Morales Alastruey *Use bitrates for video encoders libcesarplayer/video-utils.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Fri Jan 17 01:26:37 2014 +0100 Andoni Morales Alastruey *Add a new encoding quality LongoMatch.Core/Common/EncodingQuality.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Fri Jan 17 01:25:48 2014 +0100 Andoni Morales Alastruey *Use smaller images for the position tagging backgrounds LongoMatch.Core/Config.cs | 18 +++++ LongoMatch.Core/LongoMatch.Core.mdp | 3 + LongoMatch.Core/Makefile.am | 5 +- .../Store/Templates/CategoriesTemplate.cs | 21 +++++- .../Gui/Component/CategoriesTemplateEditor.cs | 9 +-- LongoMatch.GUI/Gui/Component/CategoryProperties.cs | 6 +- .../Gui/Component/PlaysCoordinatesTagger.cs | 6 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 3 - LongoMatch.GUI/Makefile.am | 3 - LongoMatch.Services/Services/DataBase.cs | 52 +++++++++++++ images/field_background.svg | 88 +++++++++++----------- images/half_field_background.svg | 78 +++++++++---------- 12 files changed, 187 insertions(+), 105 deletions(-) Sat Jan 4 13:58:16 2014 +0100 Andoni Morales Alastruey *nle: let audiorate fill the audio silence gaps correctly libcesarplayer/gst-nle-source.c | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) Sat Jan 4 13:57:01 2014 +0100 Andoni Morales Alastruey *Improve memory management a but for the stats GUI LongoMatch.Core/Stats/ProjectStats.cs | 1 + LongoMatch.GUI/Gui/Component/CoordinatesTagger.cs | 12 +++++++----- LongoMatch.GUI/Gui/Component/PlaysCoordinatesTagger.cs | 11 +++++++++++ LongoMatch.GUI/Gui/Component/Stats/GameViewer.cs | 10 ++++------ LongoMatch.GUI/Gui/Component/Stats/PlayersViewer.cs | 4 ++-- LongoMatch.GUI/Gui/Component/Stats/Plotter.cs | 11 +++++++++++ LongoMatch.GUI/Gui/Dialog/StatsViewer.cs | 4 ++-- 7 files changed, 38 insertions(+), 15 deletions(-) Sun Dec 29 21:20:37 2013 +0100 Andoni Morales Alastruey *Make plays description shorter LongoMatch.Core/Store/Play.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Sun Dec 29 20:50:04 2013 +0100 Andoni Morales Alastruey *Fix some leaks libcesarplayer/gst-nle-source.c | 5 +++++ libcesarplayer/gst-video-editor.c | 24 ++++++++---------------- 2 files changed, 13 insertions(+), 16 deletions(-) Sun Dec 29 20:48:43 2013 +0100 Andoni Morales Alastruey *editor: fix segfault with long titles libcesarplayer/gst-nle-source.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Sun Dec 29 18:23:57 2013 +0100 Andoni Morales Alastruey *Update video editor test utils libcesarplayer/test-editor.c | 217 +++++++++++++++++++++++-------------------- 1 file changed, 114 insertions(+), 103 deletions(-) Sun Dec 29 18:22:41 2013 +0100 Andoni Morales Alastruey *encoder: set limits to queues in time for audio and video libcesarplayer/gst-video-encoder.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Sun Dec 29 18:21:20 2013 +0100 Andoni Morales Alastruey *Rework tagger UI to make it fit better in the screen LongoMatch.GUI/Gui/Component/StringTaggerWidget.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Sun Dec 29 18:20:44 2013 +0100 Andoni Morales Alastruey *Handle video editor errors correctly .../Interfaces/Multimedia/IVideoEditor.cs | 1 + LongoMatch.Multimedia/Editor/GstVideoSplitter.cs | 7 +++++- .../Services/RenderingJobsManager.cs | 28 ++++++++++++---------- 3 files changed, 23 insertions(+), 13 deletions(-) Sun Dec 29 13:01:51 2013 +0100 Andoni Morales Alastruey *Use a custom non linear editor instead of gnonlin libcesarplayer/Makefile.am | 2 + libcesarplayer/gst-nle-source.c | 704 ++++++++++++++++++++++++++++++++++++++ libcesarplayer/gst-nle-source.h | 114 ++++++ libcesarplayer/gst-video-editor.c | 402 ++++------------------ libcesarplayer/video-utils.c | 7 +- 5 files changed, 899 insertions(+), 330 deletions(-) Sun Dec 29 17:33:45 2013 +0100 Andoni Morales Alastruey *encoder: fix transcoding of VOB files libcesarplayer/gst-video-encoder.c | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) Mon Nov 11 01:29:43 2013 +0100 Andoni Morales Alastruey *Add support for timers in tagging buttons LongoMatch.Core/Handlers/Handlers.cs | 4 +- LongoMatch.Core/Interfaces/GUI/IMainWindow.cs | 1 + LongoMatch.GUI/Gui/Component/ButtonTagger.cs | 162 +++++++++++++++++++++ LongoMatch.GUI/Gui/Component/ButtonsWidget.cs | 108 +++++--------- LongoMatch.GUI/Gui/MainWindow.cs | 12 +- LongoMatch.GUI/LongoMatch.GUI.mdp | 2 + LongoMatch.GUI/Makefile.am | 2 + .../LongoMatch.Gui.Component.ButtonTagger.cs | 50 +++++++ .../LongoMatch.Gui.Component.ButtonsWidget.cs | 30 +--- .../LongoMatch.Gui.Component.Stats.Plotter.cs | 1 + LongoMatch.GUI/gtk-gui/gui.stetic | 63 ++++---- LongoMatch.GUI/gtk-gui/objects.xml | 12 ++ LongoMatch.Services/Services/EventsManager.cs | 27 +++- 13 files changed, 337 insertions(+), 137 deletions(-) Sun Nov 10 18:48:07 2013 +0100 Andoni Morales Alastruey *Move remux step the ProjectsManager LongoMatch.Core/Interfaces/GUI/ICapturer.cs | 2 +- LongoMatch.Core/Interfaces/GUI/IGUIToolkit.cs | 2 + LongoMatch.GUI.Multimedia/Gui/CapturerBin.cs | 46 +------------------- LongoMatch.GUI.Multimedia/Gui/PlayerCapturerBin.cs | 2 + LongoMatch.GUI/Gui/GUIToolkit.cs | 6 +++ LongoMatch.Services/Services/ProjectsManager.cs | 50 +++++++++++++++++++--- 6 files changed, 58 insertions(+), 50 deletions(-) Sun Nov 10 17:35:01 2013 +0100 Andoni Morales Alastruey *Fix errors closing projects without anything recorded LongoMatch.GUI/Gui/Dialog/EndCaptureDialog.cs | 3 ++- LongoMatch.GUI/Gui/MainWindow.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) Sun Nov 10 17:34:09 2013 +0100 Andoni Morales Alastruey *Fix path with dates '/' for exported projects LongoMatch.Services/Services/ProjectsManager.cs | 1 + 1 file changed, 1 insertion(+) Sat Nov 9 13:15:06 2013 +0100 Andoni Morales Alastruey *autogen: run intltoolize after autoreconf autogen.sh | 8 ++++++++ 1 file changed, 8 insertions(+) Fri Nov 8 13:17:54 2013 +0200 Adrian Bunk *Add missing entries to .gitignore .gitignore | 4 ++++ 1 file changed, 4 insertions(+) Sat Nov 9 13:00:38 2013 +0100 Andoni Morales Alastruey *configure: enable rebuild rules by default configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Sat Nov 9 12:52:06 2013 +0100 Andoni Morales Alastruey *build: silent C# compile rules too build/build.rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Sat Nov 9 12:29:29 2013 +0100 Andoni Morales Alastruey *Use autoreconf instead of custom steps in autogen.sh Makefile.am | 2 ++ autogen.sh | 66 +++++++++++++------------------------------------------------ 2 files changed, 16 insertions(+), 52 deletions(-) Fri Nov 8 13:15:11 2013 +0200 Adrian Bunk *Use automake silent rules configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Sat Nov 9 12:22:17 2013 +0100 Adrian Bunk *Remove the unused shave code autogen.sh | 2 +- build/m4/Makefile.am | 4 +- build/m4/shave/shave-libtool.in | 109 ---------------------------------------- build/m4/shave/shave.in | 109 ---------------------------------------- build/m4/shave/shave.m4 | 102 ------------------------------------- configure.ac | 6 +-- 6 files changed, 3 insertions(+), 329 deletions(-) Fri Nov 8 13:08:58 2013 +0200 Adrian Bunk *configure.ac cleanups configure.ac | 4 ---- 1 file changed, 4 deletions(-) Fri Nov 8 13:03:55 2013 +0200 Adrian Bunk *configure.ac: disable maintainer mode in autogen.sh autogen.sh | 1 - 1 file changed, 1 deletion(-) Tue Oct 15 17:09:37 2013 +0200 Daniel Mustieles *Updated Spanish translation po/es.po | 81 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 44 insertions(+), 37 deletions(-) Mon Oct 14 10:46:12 2013 -0300 Enrico Nicoletto *Updated Brazilian Portuguese translation po/pt_BR.po | 110 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 59 insertions(+), 51 deletions(-) Mon Oct 14 00:12:08 2013 +0200 Matej Urbančič *Updated Slovenian translation po/sl.po | 149 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 91 insertions(+), 58 deletions(-) Sun Oct 13 15:53:06 2013 +0200 Marek Černocký *Updated Czech translation po/cs.po | 69 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 35 insertions(+), 34 deletions(-)