[longomatch] Created tag LONGOMATCH_0_16_1



The signed tag 'LONGOMATCH_0_16_1' was created.

Tagger: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Oct 5 00:00:59 2010 +0200

    Tag release 0.16.1

Changes since the last tag 'LONGOMATCH_0_15_7':

Andoni Morales Alastruey (238):
      Delete unused files
      Try to get the stream duration from 2 different ways
      Show a different error message if the stream contains video but the lenght is 0
      Refactor Cesarplayer groupping the enums in Common/Enum.cs
      Refactor CesarPlayer grouping all the handlers in Common/Handlers.cs
      Update POTFILES template with last changes
      Delete unused files (see 7aa35f1)
      Updated French translations
      Added Joan Charmant to Translators string
      Update installer
      Fix duration calculation:StreamLenght return a duration in nanoseconds
      Update win32 makefile
      Rework on the camera capturer: merged camerabin API changes, embeded video     widget and fixed indentation
      Change size properties' name to Output
      Add Run() to ICapturer interface
      Add the capturer sources to the project
      Add new struct to store encoding porperties
      Implement all the capturer properties
      Add Mp4 to muxer's enum
      Hide logo if it's a live capture
      Update more project files
      Add option for live project in the project selection dialog
      Add support for live projects in the projects details widget
      Set the capturer type after setting the default properties
      Added timer for live sources
      Use the new timer for live sources in the capturers
      Add devices enumeration for audio and video
      Add bindings for device enumeration
      Update .gitignore
      Retrieve encoding properties from the project details widget
      Create a dummy File object for Capture projects to set the output file
      Promp for overwrite when selecting the capture output file
      Add Close() funtion to close the capturer
      Integrate the capturer in the main window
      Add check for missing plugins initialising the capturer
      Add support to take screenshots from the live source
      Show an error dialog message if the capturer could not be built
      Update project files after upgrade to MonoDevelop-2.2
      Fix indentation with gst-indent
      Always wait for a state change before trying to ge the last frame
      Add some properties and signal connections that was done with the stetic designer
      Reorder 'using'
      Add an event listener for capturer errors
      Don't allow creating new plays if the capturer is not recording
      Transform bitrate from kbps to bps depending on the encoder
      Add fps info to the dummy file
      Save project capture after closing an load the newly created project
      Merge branch 'livecapture' into mergelive
      Hide stop and pause buttons if we are not recording
      Fix function badly renamed after merge
      Cleanup projects' close and load logic
      Use a common header file for errors, encoders, and muxers types
      Toggle pause/rec buttons visibility
      Use C# 3.0 autoimplemented properties and objects initializers
      Add codec/lenght/format propeties to the project details
      Show file properties in the projects list
      Fix inverted height width values in file properties
      Use real PAL values and add the "Keep original size" option
      Add support to select between RAW and DV input sources
      Allow negotiation of any kind of video caps with the source
      Resize the video after parsing the stream info to add black borders
      Merge live capture
      Initialize source type as NONE and then use the  default source type at create time
      Add bindings for the set source function
      Make use of macros to define the default sources
      Return a null project if no file is selected for Capture projects too
      Added support for VP8 and WebM !!!
      Add properties change the source type and the device id
      Inetgrate capture device selection with the GUI
      Inrease the max number of players in a template to 100
      Move SortMethodType Enum to Common
      Update win32 makefile
      Rename errors enum to fix a weird issue on win32
      Don't create a new string to add to the list
      Check the device element before doing anything
      Copy the string before adding it to the list
      Use camerabin flags to disable audio and src colorspace conversion and scaling
      Use the right property for the device probbing
      Fix typo in device property
      Added "audio-enabled" property
      Use our own bin for the capturer source
      Use lamemp3enc encoder
      Display a readable string if the device is unknown
      Add new Constants class
      Add new Device class
      Guess the source type from the combobox and set in the capturer properties
      Factor our video formats a common file
      Fix typo.
      Fill the devices list when creating a new project to warn properly if no devices were found
      Check if caps are null before using them to update the stream props
      Dipose properly the carpturer on error
      Use a different enum for the capturer GUI type and the camera capturer source type
      Add output file field in the capturer properties struct
      Clean up capturer bin using the CapturerProperties struct
      Don't try to get the capture properties if it's a fake live capture
      Handle better closing the capturing
      Add more check for public methods
      Fix some leak finalizing GstCameraCapturer object
      Configure encoders for live encoding and fast seek
      Fix typo
      Connect the signal from our own widget and not the toplevel one.
      Remove nasty hack.
      Update audio and video encoder type when changing it
      Fix typo.
      Add missing break sentences in the switch
      Add the buffer probe each time we change the source
      Set camerabin source in the set_source() function
      Remove duplicated sentence and change debug message
      Allow '0' value for height and width.
      Get the stream info from the caps negotiated with the source element
      Force ffmpeg demuxer in windows for the DV source
      Change generic debug messages to object messages
      Fix Spanish translation
      Fix GUI expanded windows
      Allow deleting several categories at once
      Add 'AND'/'OR' option to the tags filter
      Add Portuguese translation by João Paulo Azevedo
      Stringify the device id
      Don't add two elements with the same name.
      Delete print
      Set the 'guid' property using a guint64
      Allow deletion of several projects at the same time and clean-up the projects list widget
      Update GUI changes
      Use constants for some project strings
      Delete unused files
      Remove unused variables
      Rename signal to avoid overriden widget's StateChanged
      Replace db4o deprecated Set() with Store()
      Implement GetHashCode() to supress warning
      Rename Type to ProjectType
      Disable 0169 warnings in bindings
      Disable 0169 warnings for variables kept for db compatibility
      Delete unused file
      Use the constant SOFTWARE_NAME for the title
      Fix constant name
      Fix indentation of C code using gst-indent
      Update GUI stetic changes
      Add catalan and portuguese to LINGUAS
      Add Xavier Queralt to translators list
      Fix typo
      Fix source device selection in the camera capturer
      Put the colorspace converter before the deinterlacer
      Update win32 db4o dll to 7.4
      Update win32 makefiles
      Make use a generic source decoder on windows
      Set vp8's encoder speed to 2
      Remove check for capture source type done some lines before
      Add more langs to the win32 makefile
      Delete some files from the deploy script
      Disable WEBM format on win32 (the encoder segfaults)
      Add some comments
      Handle better Direct Show capture source
      Keep DAR using black borders
      Don't destroy the dialog until we have read the properties
      Change the file extension for mp4 files
      Use the matroska muxer as default
      Use ffenc_mpeg4 rather than xvidenc     FFmpeg one should be faster
      Set the dshow capturer type has default for windows
      Bitrate is in bps for xvidenc and ffenc_mpeg4
      Use integer to pass the property
      Reset properly the GUI when closing the capture
      Use autovideosink for the player
      Try to get the sink element from the message emitter
      Switch videorate and videoscale position to avoid negotition errors
      Some encoder needs bps instead of kbps
      Don't cancel the video edition
      Removed unused videobox element
      Get the xoverlay from the msg sender if null
      Set the logo in the capturer bin
      Use a constant to set the project name
      Use local gstreamer instalation path
      Fix typos
      Treat callbacks has unmanged pointers
      Delay the creation of the source bin fro when we have the "device-id" set
      Link the source with the supported caps
      Set the device ID the first property as workarround for dshowsrcwrapper
      remove unused include
      Use a private variable for the device source element
      Add support to signal device connected/disconnected changes
      Add bindings for the device change signal
      Toggle capture and warn on a device (re|dis)connection
      Only set the source if it hasn't been set already
      Handle device disconnections on windows
      Update control file for lucid
      Add graph dump in state changes for debug
      vp8enc uses bps too
      Code clean-up and indentation fixes
      Protect with try and catch b/c it can throw an Exception
      Try to avoid DB errors updating projects when for some reason it gets deleted
      Make use of STEP events for frame stepping
      Clean-up backward frame stepping
      Remove commented win32 ifdef's
      Delete unused variables
      Handle kbps vs bps mess in GStreamer.
      Add mp4 extension
      Close the dialog if cancel is clicked
      Use the video height for the font size
      Add ToString(name) to display the real name of the team
      Use the real team's names in the UI instead of 'local' and 'visitor'
      Move 'Team' enum to common
      Add base class for plays treeviews
      Add team's name to the menus
      Do signal connections connections manually intead of with Stetic
      Remove white spaces
      Prepare NEWS and README for the release
      Use the right version number
      Add missing files to POTFILES.in
      Don't mape VP8 the default encoder, it's too slow for live
      Bump version 0.16.0
      Fix thinko. for "start time" use SortByStartTime
      Format plays name number with 3 digits
      Use the mp4 muxer if mp4 is selected
      Change the device description name to something more easy to understand
      Emit tick event when framestepping to update the timescale
      Allow frame stepping on seeks with mouse scrolls over the video widget
      Add some comments
      Pause the player for framestepping
      Don't allow the zoom scale to focus
      Add the plays count in the the list widget
      Hide treeview headers
      Fix seeking when we click directly the timescale
      Remove unused code
      Fix edition of sections and players
      Add accelerators for the analysis modes, the playlist and the fullscreen switch
      Fix screenshots of marks from the timeline
      Add menu to edit players name in the treeview
      Use C# 3.0 properties
      Fix the conversion from Gdk.Color to Cairo.Color
      Add a colors button to let the user choose its custom colors
      Add missing file the win32 makefile
      Add french translators
      Add italian to LINGUAS
      Catch any Exception closing the capturer
      Update version in win32 installer
      Add Italian transaltion ton win32 Makefile
      Use gstreamer.local as default path for gstreamer installation
      Add guidelines to compile LongoMatch on Windows
      Bump version 0.16.1

Bruno Brouard (2):
      Updated French translation
      Updated French translation

Fran Diéguez (2):
      Updated galician translations
      Updated Galician translations

Francisco Diéguez (1):
      Added Galician translations

Jorge González (7):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Marek Ä?ernocký (2):
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (9):
      Updated German translation
      Updated German translation
      Updated German translation
      Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation

Matej UrbanÄ?iÄ? (9):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Maurizio Napolitano (1):
      Added italian translation

Petr Kovar (3):
      Update Czech translation by Marek Cernocky
      Update Czech translation by Marek Cernocky
      Update Czech translation by Marek Cernocky

Xavier Queralt Mateu (1):
      Added catalan translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]