~ubuntu-branches/ubuntu/raring/lives/raring

« back to all changes in this revision

Viewing changes to lives-plugins/plugins/encoders/qtutils_encoder

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-02-04 17:46:58 UTC
  • mfrom: (30.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120204174658-ysnowou579gaxpaw
Tags: 1.6.1~ds1-1
* New upstream release:
  - Add (experimental) openGL playback plugin.
  - Optimise playback by tweaking audio settings.
  - Fix regression in backup.
  - Fix floating point fps bug for mkv decoder.
  - Fix external window capture to work with Compiz.
  - Minor GUI fixes.
  - Implement recording of external audio during playback.
  - Prevent clip names getting squashed in sets.
  - Further code cleanup.
  - Updated translations to Ukranian, Finnish and UK English.
* Replace hurd-i386 with hurd-any.
* Blacklist frei0r on armhf.
* Add youtube-dl to Recommends of lives.
* Add experimental support for GLee.
* Refresh patches.
* Remove 91-lives_160_ftbfs.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
if ($command eq "clear") {
118
118
    # this is called after "encode"
119
119
    # note that encoding could have been stopped at any time
120
 
    chdir $curtmpdir;
121
 
 
122
120
 
123
121
    if (-f $oggfile) {
124
122
        unlink $oggfile;