[transmageddon] Created tag v0.22-test



The unsigned tag 'v0.22-test' was created.

Tagger: Christian Fredrik Kalager Schaller <uraeus linuxrisin org>
Date: Sat Sep 15 21:23:30 2012 +0200

    making a test release for gtk3/gst1

Changes:

Aleksej Kabanov (1):
      Updated Russian translation

Andrej ÅnidarÅiÄ (5):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Anuchit Chalothorn (1):
      Added Thai translation.

Aron Xu (2):
      Update Simplified Chinese translation.
      Update Simplified Chinese translation.

Aurimas Äernius (2):
      Updated Lithuanian translation
      Updated Lithuanian translation

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

Chris Leonard (1):
      Added British English translation

Christian F.K. Schaller (19):
      Add test to not run pipeline before missing plugins are installed
      Remove print statement
      Fix bug pointed out by Zeeshan
      Fix error handling for missing parsers
      Fix the setting of the environment variables from python     Fix some small makefile issues     Add icon to about dialog     increase version number
      Remove now uneeded export
      small change to ensure you can transcode again once a remux has     failed
      Update TODO and NEWS files
      Put back audiocaps settings that somehow got lost along the way
      Remove print statements and switch to GTK call to open png handler
      Merge error reporting patch from Tom Parker
      Switch userinterface from Glade to GtkBuilder, patch from Arun Raghavan
      Remove old glade file
      Add Arun to authorts file
      Update for version 0.15, add man page to spec file
      Add fixes from Laszlo Pandy for GtkBuilder code
      Add Laszlo to authors list
      fix the handling of image based video formats like jpeg/jp2k
      Update todo file

Christian Fredrik Kalager Schaller (147):
      Start migrating to new -base discover - halfway mark
      second batch of changes to port Transmageddon to new discoverer
      Add setting of encoding-application Tag
      first part of porting UI to a combobox bases setup instead of     radiobuttons, this to both shrink UI and allow for support     of multiple audio streams
      Partly fix profile transcoding to work with new UI
      Second half of migration to combobox, this time adding video. Still     need some UI polish in terms of getting the buttons to display the     codecs used when using presets.
      Remove uneeded rows from user interface to compact it
      fix NEWS file spelling
      Commit current attempt at enabling deinterlacing in the code
      Commit split of transcoder engine into two, not sure if this split is permanent
      Partway comit of new encodebin work
      further cleanups to port
      Commit all current changes
      Add audio engine
      Remove all engines expect encodebin one, yay!
      misc cleanups in the transcoder_engine
      Some further cleanups to try to re-enable remuxing mode
      Small typo fix
      Add presets being applied to transcoding      - some issues with video caps freezing transcoding still
      Commit work in progress code cleanups. UI is getting a bit more robust     again. Still need to update the codec texts when using presets     and make presets actually work again.
      commit further hackings to enable profiles
      this seems to make presets work
      Update with patches from Luis and my own hacking
      fix fakesink call
      Fix menu population when choosing no-container
      Fix video to mp3 transcode and add untested FLAC support
      Refix audio only transcoding
      small code fixes and cleanups
      Small fix to make transcoding of audio only to audio only with container work
      Comment out fakesink, it is not needed as bug 647709 is worked around by     setting caps on uridecodebin element
      Clean up comment prints and remove dead code
      small fix that makes asf work, probably a bug workaround (ref bug  647821)
      Fix from Runa Bhattacharjee for desktop file
      Add n900 profile from Stefan Kost
      autotools fixes from Javier JardÃn
      Remove uneeded m4 files
      Add Javier JardÃn to AUTHORS file
      Update support files
      fix normal transcoding, with both deinterlace and videoflip active
      Try to update xml profile to fit new code
      fix transcoding with profiles
      Update xml profiles towards new system, video part still needs work     once we get those added to the caps
      remove preset directory and files from build as they are obsolete
      Clean up UI code a lot to get correct behavior when     changing options back and forth
      Re-enable remuxing
      add patch from Frederik Elwert fixing bug 634361
      it add HTML5 profile and also fix support for webm in presets
      Add video only encoding, also add a proper license header to which.py
      Add support for mpeg1 video and mpeg2 audio
      Update NEWS file
      small cleanups
      Fix no-container and audio only file input and remove     print statements
      update profiles to work with latest x264 plugin changes in git master
      Fix output directory for audio and fix audio only output
      Fix suffix handling for audio in container formats
      fix some small ui errors that stopped webm from working
      Collection of smaller changes     * Add some basic tag setting     * futher preparation for multi audio stream support     * check to avoid transcoding/remuxing hanging due to subtitle streams
      Move tagsetting to work also on encoder/decoder
      Merge branch 'work' of https://github.com/thiagoss/transmageddon
      Small fix for audio only transcoding
      Re-add profiles, now only with Quality level
      Commit more fixes for 're-enabling' presets
      Add Vp8 preset file
      Add more preset updates
      Fix plugin names, spotted by Vincent
      A slew of fixes and improvements, can now deal with choosing a second file :)
      Re-add presets to build, re-enable black border addition in transcoder engine
      Add html5 preset and remove PSP one for now (doesn't work)
      update news and todo file
      Add missing entry for avchd
      Add new entry to Tags getting set
      Remove old discoverer.py file
      Fix directory choice when outputting just audio from a video file
      When removing video from file, make sure to check for it to avoid     uneeded error messages on console
      Fix tests to the correct pipelines are formed for all possible     combinations of audio and video
      fix bug that caused no-container option to not work as expected     and add some debug code
      Fix bug in which output directory was put on the statusbar
      Fix bug for audio only streams
      Add explicit test for latest gst-python
      update news file version number to be correct
      First steps towards GTK3 port
      Commit partial GTK3 and GStreamer 0.11 port
      Commit latest changes in port
      Update profiles to reflect mpeg4 now having caps profile setting
      Remove old work-around, fixing 661909
      Implement use of new prs directory function (660760)
      Change utils.py over to glib from xdg as I use glib elsewhere anyway
      Some more fixes and changes to gtk3 port
      Add some further fixes
      Some small cleanups of messaging code
      fix .get_caps to .query_caps due to API change
      Further small fixes to try to port towards 0.11
      Some further small fixes
      moving elements around to avoid 'race' condition
      Further fixes to get transmageddon working with GI bindings
      Fix codec combobox, new GTK3 api doesn't need manual text box addition
      Switch to using GStreamer descriptions for codecs
      Fix muxer element checking for 0.11
      Add latest TODO version
      Comment out print statement
      Check for 0/0 fraction
      Re-enable missing codec checking
      Update to fix dotfile generation with 0.11/1.0
      Add Sony S tablet profile
      Add various fixes for passthrough checking
      Add various fixes and cleanups
      Commit current progress at hackfest, normal transcode and presets seems to work
      Update for remuxing
      fix videoflip functionality
      misc small cleanups
      Add gstfraction.py to makefile
      Latest updates, fixes and cleanups
      small fixes and updates, including caps setting for remuxing
      Add changes to make remuxing work fully
      Update configure to require latest versions of GStreamer
      Update spec file for new preset location
      Fix bug where choosing passthrough twice in a row on the same file would fail
      Update NEWS file with latest changes
      Some fixes to missing codec in the case of missing muxer, not working, but could be 1.0 bug
      Fix some missing porting to Gst 1.0
      More work on re-enabling presets, this update makes sure preset setting are actually applied.     Code not very sexy atm and lots of debug prints
      add test for empty cap structure when using presets to avoid, spew on console
      Update with further fixes for plugin installation, not perfect yet, but better
      Some further fixes for codec installation and presets. Also first little toying with notifications
      Initial fixes to re-enable multipass encoding, still some UI ugliness
      Polish notification slightly
      Remove xvid as its gone from 1.0
      Add preset file for H264
      Further fixes for multipass encoding
      Ok, multipass second run fixed, turned out problem was sitting in front of keyboard
      Finally actually fix multipass encoding, for real this time :)
      Commit fixes and improvements towards making tag writing work, not done
      Fix string to re-use old string to minize translation needs
      fix the tag setting code to actually work
      small fix to make notification give filename also
      Small fix for behaviour when converting to audio only file
      Small cleanups and editings preparing for release to README and spec file
      Various fixes for audio input file behaviour
      minor change to ui file for gtk3
      update NEWS file
      Make Transmageddon a bit more GNOME 3 style, by moving menu entries into     app menu
      Make shell strings translateable
      Remove uneeded titlebar
      Fix up spec file a bit more
      fix some minor sillines that crept inn
      Mark a test release of 0.22
      Switch gstreamer versioning to match Fedora 18

Christian Schaller (174):
      my initial commit
      * Enable cancel button,     * switch pipeline to a method that can be called by cancel button     * remove toolbar for now     * Add further sensitive/insensitive settings
      Fix appicon setting code, needed to initiate the top level window     and then set the icon on it
      Various code cleanups, mostly indendation fixes
      transmageddon.py: fix bug introduced by my indentation fixes     transcoder_engine.py: indendation fixes
      src/transcoder_engine.py: add copyright message     src/transmageddon.py:      -  switch populating the gtkcombobox from being in the gladefile to         doing it programatically      -  remove known broken combinations of codecs/containers      - remove quicktime and mp4 for now, as I need more code to make them work     src/transmageddon.glade:      - remove radiobuttons for unsupported codecs      - remove combobox population text as its now done from python
      add item for MP4/quicktime support
      - Make the status area do something useful, like tell you where the output file       went     - make the UI sensitive again upon EOS
      add .gitmodules file for common
      - Move bus watch code into transcode_engine.py     - Update both python files to use python convention indentation (steps of 4)     - Manually set states in transcoder_engine in order to get quicktime muxing working     - Listen for no-more-pads in transcoder_engine in order to make sure we got all pads       before setting pipeline to playing or qt muxer will not work.     - Add support for Quicktime, MP4 and 3GPP files
      up version to 0.6
      update TODO
      Update TODO list
      update TODO with DVD item
      Add first stab at getting the media information from the     incoming file. Still need to add something to get incoming codecs.     Most of this code should probably go into the media_engine layer.
      Patch by Åukasz JernaÅ <deejay1 srem org>      - Sets $lib directory in the shell transmageddon shell script to the one        provided by congfigure instead of hardcoded
      Add a couple of suggestions from Dan Arkway <darkway gmail com>     to the TODO list.
      commit all the media info changes that got ommitted on earlier commit
      - final UI version of media info stuff. Decided to leave out codec information       as it doesn't really help the user and we should just automatically remux       anyway when the input codec and output codec is the same. Only reason to       maybe display the codec would be to inform the user that its mp3 audio for       instance so they know that if they choose mp3 for output there is no loss       of quality.
      update AUTHORS file
      Merge commit 'lukasz/master'
      fix up misc for i18n build
      Add Norwegian translation
      fix some start 'tabs' in the indentation
      Switch over from hardcoded element names to querying GStreamer for possible     plugins, currently mostly choosing by random between available choices
      Move the human readable to gstreamer caps dictionaries into     codecfinder so I can more easily call directly     from UI to check for existence of plugins. Add code to check if requested     caps actually exist in dictinaries.
      Fix up indentation in transmageddon.py, and add first stage code for automatic     codec install
      complete the missing codec stuff, still needs testing
      Remove all done TODO items
      Add codecfinder.py to build
      Add version checking to TODO list
      fix caps value in dictionary for mpeg4/divx5
      add support for MXF and xvid
      Add MXF support and DNxHD support, add some items to TODO list
      commit all local changes
      Merge branch 'whitespace' of git://github.com/deejay1/transmageddon     Remove misc whitespaces
      Create a quick 0.8 release with some fixes
      Switch the Quicktime variant mimetypes over the to the new     names defined in GStreamer bug 580005
      Add attribute search for muxers, need it now due to the Quicktime variants
      commit patches from Nicolà Chieffo adding Debian package support and some     smaller UI behaviour changes
      add time remaining estimation for progress bar
      Remove old hardcoded Videos directory and instead use glib API:     glib.get_user_special_dir(glib.USER_DIRECTORY_VIDEOS)
      Update pygobject requirement in spec file and remove     wrong requirement
      Add an About dialog to Transmageddon
      update TODO file after latest changes
      minor whitespace fix
      another whitespace fix
      make a 0.9 release
      Update AUTHORS and NEWS to reflect current changes
      Add new files to misc build files
      add item about the quicktime requirement
      Add first step towards presets
      Merging changes from Steven Walter
      Fix stupid indentation mistake
      add preset.py and utils.py so that the application still works     if someone checks out the git master tree
      fix type in merge
      Add Steven Walter to Authors list
      Update .gitignore file
      Add my first preset code
      Merge branch 'master' of git://github.com/srwalter/Transmageddon
      finish up some of the preset stuff, still not 100%, but the baseline is falling into place
      remove dnxhd as it doesn't really work very well
      Add new logic for finding video encoders, now checking for rank
      Add Rank checking for Audio codecs and muxers also
      fix caps change which breaks misc stuff
      Various UI behavious cleanups and adding videoscaling for presets
      Update TODO list
      Adding updated presets
      latest additions to get presets working
      Add preset files and rename old preset directory profiles.     Add misc code for changing framerate and more
      Update with further profiles and presets hacking
      Add latest code updates and preset changes
      Merge branch 'master' of git://github.com/deejay1/transmageddon
      Fix race condition bug with transcode button
      Latest changes in my quest for working profiles
      Merge branch 'preset_translations' of git://github.com/deejay1/transmageddon
      Change Divx version to what the element actually provides
      Adding latest profiles support code and i18n stuff for profiles
      remove my bogus norwegian translation
      update transcoder engine to do correct behaviour for black borders     and add preset file for Xvid element
      remove stuff that either is wrong or I have no idea how to set
      Fix time calculation code for more than one run
      remove no entry
      Reverting the i18n for XML files stuff     Revert "Made some elements in the preset files translatable."
      Updating TODO and merge some remains of the earlier code reversal
      Add subtitles to TODO
      Add various items to TODO list
      Update gitignore
      Update TODO and add PSP profile
      Release 0.10 version
      Add updated NEWS item
      add patches from Michal Schmidt
      Fix audio channels code and start preparing for multipass encoding
      Add multipass encoding support
      Various bugfixes and UI behaviour fixes     Also moving setting of filename into UI so we can display it,     also solves issue of timestamping multipass cachefile
      Add Theora and Vorbis presets and fix the linux computer preset to     use them
      Commit profile fixes to actually use framerate     instead of rate.
      merge patch from Stephane for reusing directory setting also     in engine instead of using copied code
      Add latest patch contributors
      Misc updates to try to support my mobile phone, adding h263p video
      commit various work to fix encoding for my phone
      Update multipass encoding to allow arbitrary number     and clean up UI behaviour of rotation option
      Fix up XML files and code so that all profiles work
      remove multipass cache file when done
      small cleanups to flipping code, no flipping with profiles
      small updates to prepare for a release
      small fixes to mostly remove various print messages and make sure     all preset files are disted and packaged
      Remove print statements
      Update GstLameMP3Enc, remove GstLame
      update mpeg4 preset to not use bitrate
      remove old preset file from Makefile
      remove h264 preset as it is in ugly
      Add ffenc_flv
      Add first step towards remuxing, namely grabbing the     incoming video caps (and displaying them using pbutils in the UI)
      Merge branch 'master' of git://github.com/deejay1/transmageddon
      misc smaller fixes
      remove all print statements from discoverer
      Add Catalan Language from Jordi Mas <jmas softcatala org>
      Add Jordi to about box
      Add current progres towards remuxing
      misc code cleanups to make intersection testing work better
      More remuxing fixes, correct values are now passed engine
      get UI to pass caps instead of shortname
      Adding DOAP file
      Update doap file with category
      Update with swedish translation
      Add working remuxing
      Add checking for framed/parsed input
      Add i18n fixes from Jordi
      Update TODO to reflect recent changes
      Misc fixes to make the codec/muxer install work again
      fix bug with listing pixel-aspect-ratio (not properly converted)
      remove uneeded print statements
      Fix misc bugs and UI issues
      various fixes to make aac work
      Improve AAC handling and add ASF support
      ASF support additions
      Update codecfinder for with new caps finding code which fixes     aac properly
      Add WMV to AVI container
      Making Edward happy and switching height/width around
      Update translators credit
      update AUTHORS file
      Add extra check for non-existant Videos directory
      Remove a lot of debug spew, add debug menu item
      Some fixes to both AMR support and debug support
      Add patch from Stuart Langridge adding support for devel directory     preset finding
      Add new icon from Emily and Liam
      Fix git master to actually have working profile support
      Add keyboard shortcuts to make application a little more accessible
      Add Stuart to about box and authors file
      Update NEWS and TODO files in preparation for release
      Much improved codecfinder, no more string comparisons
      Add MPEG PS support
      Fix video remuxing code, add workaround for h264parse
      Misc cleanups and smaller changes
      final commit before 0.12
      First stab at drag and drop support, also check for     valid value in filechooser before taking any action
      fix bugs caused by last minute inclusion of mpeg ps support
      Add 0.13 release info
      Some changes to make transmageddon more robust to discoverer failing
      add french translation and add Translators where relevant
      Try to fix division by 0 error
      Add new profiles
      Add g1.xml
      further attempt at fixing division by zero issue
      Add patches from ssz JernaÅ     - Make about version based on configure version     - Make i18n credits a translated string
      Remove generated about.py file
      Add checking for grapviz binary
      First stab at deinterlacing support
      Revert "First stab at deinterlacing support"
      Add i18n patch from Claude Paroz - bugzilla 605895
      Add WebM support
      Update authors and NEWS files
      Fix gtkbuilder translation domain

Claude Paroz (1):
      Updated French translation

Daniel Mustieles (6):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Daniel Nylander (8):
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation
      Updated Swedish translation

Daniel Winzen (1):
      Updated German translation

Daniel ÈerbÄnescu (1):
      Updated Romanian Translation

Djavan Fagundes (2):
      Added pt_BR to LINGUAS
      Updated Brazilian Portuguese translation by Gilfran Ribeiro <contato gilfran net> and reviewed by Flamarion Jorge <jorge flamarion gmail com>

Filipe Gomes (3):
      Updated Portuguese translation
      Updated Portuguese translation
      Updated Portuguese translation

Fran Dieguez (1):
      Updated Galician translations

Fran DiÃguez (3):
      Add Galician translation
      Updated Galician translations
      Updated Galician translations

Gabor Kelemen (3):
      Added hu to LINGUAS
      Added Hungarian translation by Laszlo Csordas
      Updated Hungarian translation by Balazs Ur

Gintautas Miliauskas (2):
      Updated Lithuanian translation.
      Updated Lithuanian translation.

Joe Hansen (4):
      Added Danish translation
      Updated Danish translation
      Updated Danish translation
      Updated Danish translation

Jordi Mas (2):
      Update Catalan translation
      Update Catalan translation

Jorge GonzÃlez (7):
      Added es to LINGUAS
      Added initial Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

JoÃo Eduardo Strottmann (1):
      Updated Brazilian Portuguese translation

Kenneth Nielsen (1):
      Added da to list of languages

Kjartan Maraas (3):
      Added Norwegian bokmÃl translation.
      Add Norwegian language entry.
      Updated Norwegian bokmÃl translation

Kristjan SCHMIDT (1):
      Add Esperanto translation

Luca Ferretti (2):
      Fix reference to transmageddon.ui file
      Added Italian translation

Marek Äernockà (5):
      Add Czech translation.
      Update Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Mario BlÃttermann (8):
      Added German translation
      Updated German translation
      Updated German translation
      Updated German translation
      Updated German translation
      Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German translation

Marios Zindilis (1):
      l10n: Added Greek translation for transmageddon

Matej UrbanÄiÄ (4):
      Added sl for Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Muhammet Kara (2):
      [l10n]Added Turkish translation
      [l10n]Updated Turkish translation

Murray Cumming (1):
      INSTALL: Mention pygtk and gst-python.

Olav Vitters (1):
      DOAP: Fix username (lowercase)

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

Piotr DrÄg (5):
      Updated Polish translation
      Make about dialog even more interesting by making it translatable
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation

Rudolfs Mazurs (1):
      Added Latvian translation.

RÅdolfs Mazurs (1):
      Updated Latvian translation

Sebastian DrÃge (5):
      Add AM_MAINTAINER_MODE to configure.ac and pass --enable-maintainer-mode to configure
      Remove Debian packaging
      Add the complete text of the LGPL to the COPYING file
      Add a manpage for transmageddon
      Make the GStreamer missing plugin installer transient for the Transmageddon window

Sergio Zanchetta (1):
      Updated Italian translation

Stanislav Petrek (1):
      Added Slovak translation

Steven Walter (4):
      Refactor codec radiobuttons
      Refactor the container/codec support mapping
      src/Makefile.am: add presets.py and utils.py
      Fallback if installed glib doesn't support "get_user_special_dir"

Thiago Santos (3):
      transmageddon: Avoid exceptions when adding audio info
      transmageddon: Prevent exceptions when there is no video
      transcoder_engine: Properly emit errors

Timo Jyrinki (1):
      Finnish translation update by Jiri GrÃnroos

Tom Tryfonidis (1):
      Updated Greek translation

Yuri Kozlov (1):
      Updated Russian translation

Yuri Myasoedov (1):
      Added Russian translation

Zhang Miao (1):
      Add Simplified Chinese translation.

tuhaihe (1):
      update Simplified Chinese (zh_CN) translation

uraeus (13):
      Move over new translations from master
      Merge branch 'master' into gtk3
      Update news file to reflect new master is for GTK3 and GST 0.11
      Update news with full 0.21 changelog
      Update LINGUAS file to have all languages
      Make about dialog a little more interesting
      Fix twice-in-a-row remux bug also in GTK3 version
      Switch utils.py in GTK3 version over to GLib
      Switch to user preset directory
      Switch version to 0.22 for GTK3 build
      Fix typo
      Update profiles for caps based settings
      Remove old print statements

Åukasz JernaÅ (18):
      Setup infrastructure for translations.
      Do not mark gtk stock items as translatable.
      Initial gettext support.
      Added Polish translation.
      Added .gitignore with autotools generated files.
      Also translate transmageddon.desktop. Adapted build infrastructure accordingly.
      Updated Polish translation.
      Whitespace cleanup.
      Small update to POTFILES.in.
      Made some elements in the preset files translatable.
      Fix typo.
      Polish translation of the profile files.
      Merge commit 'uraeus/master'
      Added Polish translation to spec file.
      Merge commit 'uraeus/master'
      Merge commit 'uraeus/master'
      Merge commit 'uraeus/master'
      Updated Polish translation

ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (2):
      Added Serbian translation
      Updated Serbian translation



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