Code Monkey home page Code Monkey logo

veejay's People

Contributors

d-j-a-y avatar drlight-code avatar game-stop avatar jaromil avatar kaosbeat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

veejay's Issues

Move third-party libs to dedicated subfolder

It is not easily visible from the source tree which of the libs below veejay-server are part of the project and which are external dependencies included in the source tree. While at it, the license information on the 3rd party libs should be made more explicit. My current guess is all seems to be part of veejay except libOSC, however README and CONTRIBUTORS file is empty.

lvd crop : parameter initialization

Actually ( 2d582f2 ) lvd crop start with all parameter set at 0 and this behavior produce a blank output (all black). From my pov, playing live, this behavior it's not really interesting.

I think p1 and p3 should be initialized to sample width and height.

Simplification of filter steps

Applying filter for composite outputs is a tedious multi-step task in veejay compared to the mltframework-based NLEs.

For instance, it is as simple as applying lumakey filter in KDEnlive, and make
adjustments to four parameters: threshold, slope, prelevel and
postlevel. Isn't that something that is possible with veejay?

@C0ntrol wanted to create an issue for it for future look for enhancement, so here it goes. ;-)

Reloaded GTK warnings on Ubuntu 14.04.3 LTS

Verify GTK warnings on Ubuntu 14.04.03 LTS

  • Install Ubuntu 14.04.3 on VM
  • Review all warnings glade-3 reports
  • Review all warnings reported at runtime
$ lsb_release -a
LSB Version:    core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty

Adding effects : "green screen" and "colorfull stripes" artefacts

A lot of effects produce greeny output

  • Alpha Luma overlay
  • Effect Border Translation
    ...

And some other colorfull stripes

  • Blend by color key (RGB)
  • Chameleon
  • Crhoma Key (RGB)
  • Bathroom window
    ...

Version infos :

  • commit 0c8fbc1
  • avconv version 11-6:11-1

Sample infos :

  1. Stream #0.0: Video: mjpeg, yuvj420p, 800x600 [PAR 2937:2602 DAR 1958:1301], 25 fps, 25 tbn
  2. Stream #0.0: Video: mjpeg, yuvj422p, 800x600 [PAR 2937:2602 DAR 1958:1301], 25 fps, 25 tbn
  3. Stream #0.0: Video: rawvideo, yuv422p, 800x600, PAR 2937:2602 DAR 1958:1301, 25 fps, 25 tbn

Sample generation :

  1. avconv -f image2 -r 25 -i image-%04d.jpg -q:v 1 -vcodec mjpeg -s 800x600 output.avi
  2. avconv -f image2 -r 25 -i image-%04d.jpg -q:v 1 -vcodec mjpeg -pix_fmt yuvj422p -s 800x600 output.avi
  3. also with -vcodec rawvideo -pix_fmt yuv422p

Update news section on website

Was talking to a friend about veejay, he looked it up, first reaction "hmm no release since 2010". We should keep the news page up to date or remove it.

Verify BigDesktop/TwinView setup

Verify SDL video window setup for BigDesktop/TwinView

VEEJAY_DESKTOP_GEOMETRY WxH+XxY
VEEJAY_VIDEO_POSITION XxY
VEEJAY_VIDEO_SIZE WxH

example:
export VEEJAY_DESKTOP_GEOMETRY=1980x1080+0x0

VEEJAY_DESKTOP_GEOMETRY : Size of your screen and position
VEEJAY_VIDEO_POSITION: Position in screen
VEEJAY_VIDEO_SIZE: Size of video in scren

[SOLVED] Required dependencies for Ubuntu 14.04

configure: Required dependencies:
configure: - POSIX Threads (pthread) : true
configure: - FFmpeg/AV AVFormat : true
configure: - FFmpeg/AV AVCodec : true
configure: - FFmpeg/AV Swscaler : true
configure: - FFmpeg/AV AVUtil : true
configure: - SDL support : true
configure: - SDL on-screen-logging : false
configure: - Freetype support : true
configure: - XML c library for Gnome : true
configure: - JPEG support : true
configure: - GDK Pixbuf support : true
configure: Optional dependencies
configure: - DirectFB support : true
configure: - libDV (digital video) support : false
configure: - QuickTime support : false
configure: - Jack Audio Connection Kit : true
configure: - Liblo OSC client : false
configure: - V4L2 (default) : true
configure: - V4L1 (obsolete) : false
configure: - libunwind : true
configure: - QR code support (libqrencode) : false

Among the required dependencies, SDL on-screen-logging cannot be enabled even if the libsdl libraries are installed:

$ dpkg -l | grep ii | grep libsdl
ii libsdl-image1.2:amd64 1.2.12-5build2 amd64 Image loading library for Simple DirectMedia Layer 1.2, libraries
ii libsdl1.2-dev 1.2.15-8ubuntu1.1 amd64 Simple DirectMedia Layer development files
ii libsdl1.2debian:amd64 1.2.15-8ubuntu1.1 amd64 Simple DirectMedia Layer
ii libsdl2-2.0-0:amd64 2.0.2+dfsg1-3ubuntu1.1 amd64 Simple DirectMedia Layer
ii libsdl2-dev 2.0.2+dfsg1-3ubuntu1.1 amd64 Simple DirectMedia Layer development files

Did I miss something? Thanks!

Verify framerate behaviour

Check that framerate is correctly set when -f is used.

  • in dummy mode (-d)
  • in generator mode (-Z)
  • in video file mode (plain video)

Gentoo build against libav-11.3 failing

The pixel formats used by ffmpeg/libav are not recognized by the current libav version:
yuvconv.c: In function 'yuv_init_lib':
yuvconv.c:355:7: error: 'PIX_FMT_0BGR' undeclared (first use in this function)
put( PIX_FMT_0BGR, IMG_ABGR32 );
...

In general, do we want to support libav in addition to ffmpeg? I have talked to the devs a while ago and their reason for forking was to get a cleaner codebase by removing lots of legacy/dead code from the project, which the ffmpeg maintainer continuously refused to do. I subsequently switched to using libav on my Gentoo system. The default choice on Gentoo, and on many other distros it seems has been to switch back to ffmpeg some time ago. Here is the rationale given by the Debian project, which lists mainly security concerns: https://wiki.debian.org/Debate/libav-provider/ffmpeg

Still I'd like to stick with libav for the time being. I will see if there's much effort in supporting both versions at once (I expected them to be compatible anyways). Maybe it's just a version issue. Which ffmpeg versions are you using to build veejay, and on which distribution(s)?

sayVIMS : interactive mode behaviour bad messages

After a baldy formated message ('xxx' , '017:' .... ) , well formated message doesn't work again (nota; message sent from reloaded still working)

Also, badly formated message sent in interactive mode, should output warning/error message like 'unknown VIMS command'

freetype header location

(hey there, settled a bit in paris and think i will find time again to do some veejay hacking, hooray!)

so.. where are the freetype headers located on your systems, lets say ftsnames.h? Arch Linux installs it in /usr/include/freetype2/freetype/ftsnames.h. The build system passes /usr/include/freetype2 as include dir, but the headers just include <ftsnames.h>, thus missing the intermediate directory.

We might want to either:

  • detect the actual location with autoconf and use that
  • just pass both /usr/include/freetype2 and /usr/include/freetype2/freetype so they are found always without having to deal with this more specifically

fx : Matrix Dithering - param2 (Value - random_on) not used

Into "Matrix Dithering" libvje (https://github.com/c0ntrol/veejay/blob/master/veejay-current/veejay-server/libvje/effects/dither.c) the second parameter "int random_on" is not used.

maybe could be used like that ? (look at random_offset variable)

void dither_apply(VJFrame *frame, int width, int height, int size,
          int random_on)
{
    long int w_, h_;
    long int dith[size][size];
    long int i, j, d, v, l, m;
    uint8_t *Y = frame->data[0];
    double random_offset;

    for (l = 0; l < size; l++) {
    for (m = 0; m < size; m++) {
        random_offset = random_on? rand() / (RAND_MAX + 1.0) : 1;
            dith[l][m] =1 + (int) ((double) size * random_offset);
    }
    }

    for (h_ = 0; h_ < height; h_++) {
    j = h_ % size;
    for (w_ = 0; w_ < width; w_++) {
        i = w_ % size;
        d = dith[i][j] << 4;
        /* Luminance , dither image. Do
           this for U and V too, see what happens hehe */
        v = ((long) Y[((h_ * width) + w_)] + d);
        Y[(h_ * width) + w_] = (uint8_t) ((v >> 7) << 7);
    }
    }
}

Whats better is that a random value is used only when random is ON (and this should give "better performances") .... but unfortunately, visually speaking, when random is ON i do not see much differences...

Loading many files problem

Loading 148 images and 1 video file:

Program received signal SIGSEGV, Segmentation fault.
0x00007fffebeab184 in fclose@@GLIBC_2.2.5 () from /lib64/libc.so.6
(gdb) bt
#0  0x00007fffebeab184 in fclose@@GLIBC_2.2.5 () from /lib64/libc.so.6
#1  0x00007ffff78a7dba in vj_el_init_with_args (filename=0x7fffffffcb78, 
    num_files=168, flags=0, deinterlace=0, force=0, norm=0 '\000', out_format=3, 
    width=1280, height=720) at vj-el.c:1346
#2  0x00007ffff77dfdc5 in veejay_open_video_files (info=0x6390c0, 
    files=0x7fffffffcb78, num_files=168, force=0, override_norm=0 '\000')
    at liblavplayvj.c:3654
#3  0x00007ffff77e05b9 in veejay_open_files (info=0x6390c0, files=0x7fffffffcb78, 
    num_files=168, ofps=0, force=0, force_pix_fmt=0, override_norm=0 '\000', 
    switch_jpeg=0) at liblavplayvj.c:3825
#4  0x0000000000403da2 in check_command_line_options (argc=172, argv=0x7fffffffcb58)
    at veejay.c:666
#5  0x0000000000404002 in main (argc=172, argv=0x7fffffffcb58) at veejay.c:757

Ubuntu 14.04.3 QR code support (libqrencode) : false

Even with libqrencode-dev package installed (see below), veejay server configure says that qrcode support is not enabled.

configure: - QR code support (libqrencode) : false

$ dpkg -l | grep ii | grep libqrencode

ii libqrencode-dev 3.4.2-1 amd64 QR Code encoding library -- development

ii libqrencode3:amd64 3.4.2-1 amd64 QR Code encoding library

Effect review

Review all FX

  • "E: Parameter 'Alpha' value 20 out of range 0 - 1" livido plugin parameter default error
  • review all FX
  • Transition Fade to Color [improvement] see comment here
  • Transition Fade to Color [issue] : bright flash on darker part - reproduce - select color > 2 (green) and low framerate (color clipping missing ?)
  • review parameter names
  • Review all keying FX (isolate, complex, rgb, etc)
  • Review page size and step size (per effect) in Reloaded's FX parameter panel
  • FX category names ? Total built-in count is 161, frei0r count is 121 plugins, livido count is 60 plugins making for a pretty long list
  • Histogram function for automatic chroma key
  • introduce flags and set if FX requires alpha or writes alpha
  • figure out why masktransition behaves strangely when parallelized
  • add button row to fx-chain in reloaded with icons for alpha-in operators moved to issue #73
  • invent names instead of values for Mode/Type/Operator parameters:
  • motion flag
  • add names for Alpha-IN operator value: 0=ignore, 1=A, 2=A and B, 3=A or B, 4=B
  • refactor libvje initialization, alpha negate cannot be added
  • add alpha to FX if usefull (Normal Overlay could skip pixels when alpha=0) separate issue #31
  • set subformat to -1 if filter does require to be processed in 4:4:4 planar or if filter does not process chroma channels at all or if filter can be processed in both 4:2:2 planar and 4:4:4 by just setting the uv_len field correctly
  • set parallel to 1 if filter can be parallized (typically those that do not use global variables in the process function and that do no not need to read pixels outside their work window)
  • set extra to 1 if filter is a mixing effect
  • investigate overhead impact of sharing livido plugin workload over multiple cpus
  • investigate overhead impact of sharing frei0r plugin workload over multiple cpus (needs external white list of filters that can be parallized)
  • flag livido and frei0r filters that can be parallized
  • consolidate chains to simplify use ? separate issue #36
  • fix compile warnings

Related: issue #31

Documentation on input formats and conversion

Somewhere in the documentation, the exact input formats understood by veejay need be described. Mention that internal storage is yuv422, and give example command lines for conversion into respective formats using e.g. ffmpeg:

mjpeg:
ffmpeg -i input-file -vcodec mjpeg -pix_fmt yuvj422p -acodec pcm_s16le -ar 44100 -ac 2 output-file.avi

raw yuv422 (no audio):
ffmpeg -i out19.mp4 -vcodec rawvideo -pix_fmt yuv422p -acodec none test.avi

sayVIMS : something broken ?

i try the first example of the man page

$ sayVIMS -h localhost -p 3490 255:;
I: Link: 0 connected with 127.0.0.1 on port 57735
I: Link: 0 connected with 127.0.0.1 on port 43232

 ^E: Invalid VIMS instruction 'V001D '

got that.... something broken doctor ?

Mixing sample looping behaviour

Clip2 is 2s, Clip1 is 1s.

Clip1 add effect normal overlay over mixing source Clip2.

Clip1 is in "Normal Loop" .
When Clip1 reach end, both Clip1 and Clip2 loop to begin (and so Clip2 duration is 1s and not 2s).
Is it normal ?

I thought before mixed Clip2 loop was not based on Clip1 loop

Reloaded : save / load project

Has the two project will used sample_000xx.edl there will be a problem.

could be the sample_00001.edl be prefixed by the project name or something like that ?

Rare case : video duration 00:00:00 / Speed 1 too high to set

When i try to play a clip (generated has among of others ...) i get a 0 duration :

 I: Sample Sample    1 [   1]/[  13]    [duration:  0:00:00:00 |        0] @     164  0:00:06:14
 I: [000000164] - [000000164] @ 0.00 [speed 0] [pingpong looping]
 I: 02 | 128 | on  |Grayscale by Color Key (RGB) 2x2 {P0 = 6806 P1 = 255 P2 = 0 P3 = 0 }
 I: 04 | 142 | on  |Zoom 2x2 {P0 = 400 P1 = 300 P2 = 50 P3 = 1 }

When i try to change speed, repetition, pause/play/reverse ....

 E: Speed 1 too high to set
 I: Video is playing at speed 0 now (paused)

Sample project - link will expire after 9/12/15

7718b06

reloaded - expose veejay functionality

  • add parameter panel for generator sources
  • video4linux capture device controls (common controls but veejay has all)
  • optional expose sample information (frame number of mixing sample, loop count, sub render status, sub rendering global on/off )
  • optional Fx list access by keyword instead of first letter only (or alternate solution to manage growing number of FX)
  • vloopback video writer on/off
  • sub render toggle button
  • parameter value hints

Fix automake warnings

with automake-1.15 on Gentoo I get a lot of deprecation warnings from automake/autogen.sh:

bio2jack/Makefile.am:2: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

libsubsample/Makefile.am:2: warning: 'CFLAGS' is a user variable, you should not override it;
libsubsample/Makefile.am:2: use 'AM_CFLAGS' instead

libvje/Makefile.am:55: warning: source file 'effects/common.c' is in a subdirectory,
libvje/Makefile.am:55: but option 'subdir-objects' is disabled

automake-1.15: warning: possible forward-incompatibility.
automake-1.15: At least a source file is in a subdirectory, but the 'subdir-objects'
automake-1.15: automake option hasn't been enabled. For now, the corresponding output
automake-1.15: object file(s) will be placed in the top-level directory. However,
automake-1.15: this behaviour will change in future Automake versions: they will
automake-1.15: unconditionally cause object files to be placed in the same subdirectory
automake-1.15: of the corresponding sources.
automake-1.15: You are advised to start using 'subdir-objects' option throughout your
automake-1.15: project, to avoid future incompatibilities.

Buffer overflow with reloaded

The latest commit produces buffer overflow when reloaded runs as of below:

Script started on Sun 18 Oct 2015 08:06:52 AM CEST
�]0;USER@MACHINE-GA-970A-D3: �USER@MACHINE-GA-970A-D3:$ reloaded
�[0;32mI: Not loading veejay themes�[0m

(reloaded:2922): GLib-GObject-WARNING **: Attempt to add property GtkSettings::gtk-color-selection-palette after class was initialised
�[0;32mI: MIDI listener active! Type 'aconnect -o' to see where to connect to.�[0m
�[0;32mI: For example: $ aconnect 128 129�[0m
�[0;32mI: Connecting to localhost: 3490�[0m
�[0;32mI: Connection established with localhost:3490 (Track 0)�[0m

(reloaded:2922): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17

(reloaded:2922): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 17
�[0;32mI: Sample bank image dimensions: -15x-12�[0m

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed

(reloaded:2922): Gtk-CRITICAL *: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed
*
* buffer overflow detected ***: reloaded terminated
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x7338f)[0x7f0d240a938f]
/lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x5c)[0x7f0d24140c9c]
/lib/x86_64-linux-gnu/libc.so.6(+0x109b60)[0x7f0d2413fb60]
/lib/x86_64-linux-gnu/libc.so.6(+0x109069)[0x7f0d2413f069]
/lib/x86_64-linux-gnu/libc.so.6(_IO_default_xsputn+0xbc)[0x7f0d240b170c]
/lib/x86_64-linux-gnu/libc.so.6(_IO_vfprintf+0xaef)[0x7f0d240807df]
/lib/x86_64-linux-gnu/libc.so.6(__vsprintf_chk+0x84)[0x7f0d2413f0f4]
/lib/x86_64-linux-gnu/libc.so.6(__sprintf_chk+0x7d)[0x7f0d2413f04d]
reloaded(update_gui+0x1e7e)[0x43fc5e]
reloaded(veejay_update_multitrack+0xfa)[0x440bfa]
reloaded(gveejay_idle+0x9a)[0x420f3a]
reloaded(main+0x35a)[0x415b5a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f0d24057ec5]
reloaded[0x415f17]
======= Memory map: ========
00400000-00457000 r-xp 00000000 08:22 1054773 /usr/local/bin/reloaded
00656000-00658000 r--p 00056000 08:22 1054773 /usr/local/bin/reloaded
00658000-0065a000 rw-p 00058000 08:22 1054773 /usr/local/bin/reloaded
0065a000-00665000 rw-p 00000000 00:00 0
0210d000-02958000 rw-p 00000000 00:00 0 [heap]
7f0d0a310000-7f0d0a370000 rw-s 00000000 00:04 4915212 /SYSV00000000 (deleted)
7f0d0a370000-7f0d0a40b000 r--p 00000000 08:22 1708391 /usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf
7f0d0a40b000-7f0d0a416000 r-xp 00000000 08:22 1206985 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f0d0a416000-7f0d0a615000 ---p 0000b000 08:22 1206985 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f0d0a615000-7f0d0a616000 r--p 0000a000 08:22 1206985 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f0d0a616000-7f0d0a617000 rw-p 0000b000 08:22 1206985 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f0d0a64a000-7f0d0a6aa000 rw-s 00000000 00:04 4718603 /SYSV00000000 (deleted)
7f0d0a6aa000-7f0d0a754000 r--p 00000000 08:22 1708153 /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7f0d0a754000-7f0d0f8b9000 r--p 00000000 08:22 4552 /usr/share/icons/gnome/icon-theme.cache
7f0d0f8b9000-7f0d13d65000 r--p 00000000 08:22 669 /usr/share/icons/hicolor/icon-theme.cache
7f0d13d65000-7f0d13d6c000 r-xp 00000000 08:22 1311547 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-xim.so
7f0d13d6c000-7f0d13f6b000 ---p 00007000 08:22 1311547 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-xim.so
7f0d13f6b000-7f0d13f6c000 r--p 00006000 08:22 1311547 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-xim.so
7f0d13f6c000-7f0d13f6d000 rw-p 00007000 08:22 1311547 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-xim.so
7f0d13f6d000-7f0d13f71000 r-xp 00000000 08:22 1360433 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f0d13f71000-7f0d14171000 ---p 00004000 08:22 1360433 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f0d14171000-7f0d14172000 r--p 00004000 08:22 1360433 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f0d14172000-7f0d14173000 rw-p 00005000 08:22 1360433 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f0d14173000-7f0d14a8e000 r--p 00000000 08:22 1051159 /usr/lib/locale/locale-archive
7f0d14a8e000-7f0d14abe000 r-xp 00000000 08:22 1054280 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f0d14abe000-7f0d14cbd000 ---p 00030000 08:22 1054280 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f0d14cbd000-7f0d14cbe000 r--p 0002f000 08:22 1054280 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f0d14cbe000-7f0d14cbf000 rw-p 00030000 08:22 1054280 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0
7f0d14cbf000-7f0d14cd6000 r-xp 00000000 08:22 1206994 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f0d14cd6000-7f0d14ed5000 ---p 00017000 08:22 1206994 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f0d14ed5000-7f0d14ed6000 r--p 00016000 08:22 1206994 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f0d14ed6000-7f0d14ed7000 rw-p 00017000 08:22 1206994 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f0d14ed7000-7f0d14ed9000 rw-p 00000000 00:00 0
7f0d14ed9000-7f0d14ef9000 r-xp 00000000 08:22 1063085 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f0d14ef9000-7f0d150f9000 ---p 00020000 08:22 1063085 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f0d150f9000-7f0d150fa000 r--p 00020000 08:22 1063085 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f0d150fa000-7f0d150fb000 rw-p 00021000 08:22 1063085 /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f0d150fb000-7f0d150ff000 r-xp 00000000 08:22 1183919 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f0d150ff000-7f0d152fe000 ---p 00004000 08:22 1183919 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f0d152fe000-7f0d152ff000 r--p 00003000 08:22 1183919 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f0d152ff000-7f0d15300000 rw-p 00004000 08:22 1183919 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f0d15300000-7f0d15305000 r-xp 00000000 08:22 1054301 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f0d15305000-7f0d15504000 ---p 00005000 08:22 1054301 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f0d15504000-7f0d15505000 r--p 00004000 08:22 1054301 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f0d15505000-7f0d15506000 rw-p 00005000 08:22 1054301 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f0d15506000-7f0d15567000 r-xp 00000000 08:22 1054997 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f0d15567000-7f0d15767000 ---p 00061000 08:22 1054997 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f0d15767000-7f0d15769000 r--p 00061000 08:22 1054997 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f0d15769000-7f0d1576a000 rw-p 00063000 08:22 1054997 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f0d1576a000-7f0d1576e000 rw-p 00000000 00:00 0
7f0d1576e000-7f0d15776000 r-xp 00000000 08:22 1184038 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f0d15776000-7f0d15975000 ---p 00008000 08:22 1184038 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f0d15975000-7f0d15976000 r--p 00007000 08:22 1184038 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f0d15976000-7f0d15977000 rw-p 00008000 08:22 1184038 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f0d15977000-7f0d15978000 rw-p 00000000 00:00 0
7f0d15978000-7f0d15992000 r-xp 00000000 08:22 1054597 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f0d15992000-7f0d15b91000 ---p 0001a000 08:22 1054597 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f0d15b91000-7f0d15b93000 r--p 00019000 08:22 1054597 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f0d15b93000-7f0d15b94000 rw-p 0001b000 08:22 1054597 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f0d15b94000-7f0d15b9a000 r-xp 00000000 08:22 1054405 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f0d15b9a000-7f0d15d99000 ---p 00006000 08:22 1054405 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f0d15d99000-7f0d15d9a000 r--p 00005000 08:22 1054405 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f0d15d9a000-7f0d15d9b000 rw-p 00006000 08:22 1054405 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f0d15d9b000-7f0d15e18000 r-xp 00000000 08:22 1054868 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f0d15e18000-7f0d16017000 ---p 0007d000 08:22 1054868 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f0d16017000-7f0d16019000 r--p 0007c000 08:22 1054868 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f0d16019000-7f0d1601d000 rw-p 0007e000 08:22 1054868 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f0d1601d000-7f0d16024000 r-xp 00000000 08:22 1054860 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f0d16024000-7f0d16224000 ---p 00007000 08:22 1054860 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f0d16224000-7f0d16225000 r--p 00007000 08:22 1054860 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f0d16225000-7f0d16226000 rw-p 00008000 08:22 1054860 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f0d16226000-7f0d1625a000 r-xp 00000000 08:22 1067833 /usr/lib/x86_64-linux-gnu/libsoxr.so.0.1.0
7f0d1625a000-7f0d16459000 ---p 00034000 08:22 1067833 /usr/lib/x86_64-linux-gnu/libsoxr.so.0.1.0
7f0d16459000-7f0d1645b000 r--p 00033000 08:22 1067833 /usr/lib/x86_64-linux-gnu/libsoxr.so.0.1.0
7f0d1645b000-7f0d1645c000 rw-p 00035000 08:22 1067833 /usr/lib/x86_64-linux-gnu/libsoxr.so.0.1.0
7f0d1645c000-7f0d1646a000 rw-p 00000000 00:00 0
7f0d1646a000-7f0d16480000 r-xp 00000000 08:22 1251013 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0d16480000-7f0d1667f000 ---p 00016000 08:22 1251013 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0d1667f000-7f0d16680000 r--p 00015000 08:22 1251013 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0d16680000-7f0d16681000 rw-p 00016000 08:22 1251013 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f0d16681000-7f0d166bc000 r-xp 00000000 08:22 1054872 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
7f0d166bc000-7f0d168bb000 ---p 0003b000 08:22 1054872 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
7f0d168bb000-7f0d168c1000 r--p 0003a000 08:22 1054872 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
7f0d168c1000-7f0d168c3000 rw-p 00040000 08:22 1054872 /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0
7f0d168c3000-7f0d168d5000 r-xp 00000000 08:22 1054190 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
7f0d168d5000-7f0d16ad5000 ---p 00012000 08:22 1054190 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
7f0d16ad5000-7f0d16ad6000 r--p 00012000 08:22 1054190 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
7f0d16ad6000-7f0d16ad7000 rw-p 00013000 08:22 1054190 /usr/lib/x86_64-linux-gnu/libtasn1.so.6.2.0
7f0d16ad7000-7f0d16b53000 r-xp 00000000 08:22 1219252 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f0d16b53000-7f0d16d53000 ---p 0007c000 08:22 1219252 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f0d16d53000-7f0d16d54000 r--p 0007c000 08:22 1219252 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f0d16d54000-7f0d16d57000 rw-p 0007d000 08:22 1219252 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f0d16d57000-7f0d16f09000 r-xp 00000000 08:22 1182560 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f0d16f09000-7f0d17108000 ---p 001b2000 08:22 1182560 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f0d17108000-7f0d17123000 r--p 001b1000 08:22 1182560 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f0d17123000-7f0d1712e000 rw-p 001cc000 08:22 1182560 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f0d1712e000-7f0d17132000 rw-p 00000000 00:00 0
7f0d17132000-7f0d17157000 r-xp 00000000 08:22 1184024 /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f0d17157000-7f0d17356000 ---p 00025000 08:22 1184024 /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f0d17356000-7f0d1735a000 r--p 00024000 08:22 1184024 /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f0d1735a000-7f0d1735b000 rw-p 00028000 08:22 1184024 /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f0d1735b000-7f0d1738e000 r-xp 00000000 08:22 1183944 /lib/x86_64-linux-gnu/libncursesw.so.5.9
7f0d1738e000-7f0d1758d000 ---p 00033000 08:22 1183944 /lib/x86_64-linux-gnu/libncursesw.so.5.9
7f0d1758d000-7f0d1758e000 r--p 00032000 08:22 1183944 /lib/x86_64-linux-gnu/libncursesw.so.5.9
7f0d1758e000-7f0d1758f000 rw-p 00033000 08:22 1183944 /lib/x86_64-linux-gnu/libncursesw.so.5.9
7f0d1758f000-7f0d1769f000 r-xp 00000000 08:22 1184013 /lib/x86_64-linux-gnu/libslang.so.2.2.4
7f0d1769f000-7f0d1789e000 ---p 00110000 08:22 1184013 /lib/x86_64-linux-gnu/libslang.so.2.2.4
7f0d1789e000-7f0d178a2000 r--p 0010f000 08:22 1184013 /lib/x86_64-linux-gnu/libslang.so.2.2.4
7f0d178a2000-7f0d178bb000 rw-p 00113000 08:22 1184013 /lib/x86_64-linux-gnu/libslang.so.2.2.4
7f0d178bb000-7f0d1791f000 rw-p 00000000 00:00 0
7f0d1791f000-7f0d17963000 r-xp 00000000 08:22 1180323 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f0d17963000-7f0d17b62000 ---p 00044000 08:22 1180323 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f0d17b62000-7f0d17b63000 r--p 00043000 08:22 1180323 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f0d17b63000-7f0d17b64000 rw-p 00044000 08:22 1180323 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f0d17b64000-7f0d17b6e000 r-xp 00000000 08:22 1179700 /lib/x86_64-linux-gnu/libjson-c.so.2.0.0
7f0d17b6e000-7f0d17d6d000 ---p 0000a000 08:22 1179700 /lib/x86_64-linux-gnu/libjson-c.so.2.0.0
7f0d17d6d000-7f0d17d6e000 r--p 00009000 08:22 1179700 /lib/x86_64-linux-gnu/libjson-c.so.2.0.0
7f0d17d6e000-7f0d17d6f000 rw-p 0000a000 08:22 1179700 /lib/x86_64-linux-gnu/libjson-c.so.2.0.0
7f0d17d6f000-7f0d17dd5000 r-xp 00000000 08:22 1324762 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
7f0d17dd5000-7f0d17fd4000 ---p 00066000 08:22 1324762 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
7f0d17fd4000-7f0d17fd5000 r--p 00065000 08:22 1324762 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
7f0d17fd5000-7f0d17fd6000 rw-p 00066000 08:22 1324762 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-4.0.so
7f0d17fd6000-7f0d17fdb000 r-xp 00000000 08:22 1054231 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f0d17fdb000-7f0d181da000 ---p 00005000 08:22 1054231 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f0d181da000-7f0d181db000 r--p 00004000 08:22 1054231 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f0d181db000-7f0d181dc000 rw-p 00005000 08:22 1054231 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f0d181dc000-7f0d181de000 r-xp 00000000 08:22 1054220 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f0d181de000-7f0d183de000 ---p 00002000 08:22 1054220 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f0d183de000-7f0d183df000 r--p 00002000 08:22 1054220 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f0d183df000-7f0d183e0000 rw-p 00003000 08:22 1054220 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f0d183e0000-7f0d18407000 r-xp 00000000 08:22 1180003 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f0d18407000-7f0d18607000 ---p 00027000 08:22 1180003 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f0d18607000-7f0d18609000 r--p 00027000 08:22 1180003 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f0d18609000-7f0d1860a000 rw-p 00029000 08:22 1180003 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f0d1860a000-7f0d1865d000 r-xp 00000000 08:22 1049257 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f0d1865d000-7f0d1885d000 ---p 00053000 08:22 1049257 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f0d1885d000-7f0d1885e000 r--p 00053000 08:22 1049257 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f0d1885e000-7f0d1885f000 rw-p 00054000 08:22 1049257 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f0d1885f000-7f0d18876000 r-xp 00000000 08:22 1179942 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f0d18876000-7f0d18a76000 ---p 00017000 08:22 1179942 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f0d18a76000-7f0d18a77000 r--p 00017000 08:22 1179942 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f0d18a77000-7f0d18a78000 rw-p 00018000 08:22 1179942 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f0d18a78000-7f0d18a7a000 rw-p 00000000 00:00 0
7f0d18a7a000-7f0d18a9a000 r-xp 00000000 08:22 1179677 /lib/x86_64-linux-gnu/libselinux.so.1
7f0d18a9a000-7f0d18c99000 ---p 00020000 08:22 1179677 /lib/x86_64-linux-gnu/libselinux.so.1
7f0d18c99000-7f0d18c9a000 r--p 0001f000 08:22 1179677 /lib/x86_64-linux-gnu/libselinux.so.1
7f0d18c9a000-7f0d18c9b000 rw-p 00020000 08:22 1179677 /lib/x86_64-linux-gnu/libselinux.so.1
7f0d18c9b000-7f0d18c9d000 rw-p 00000000 00:00 0
7f0d18c9d000-7f0d18ca5000 r-xp 00000000 08:22 1055041 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f0d18ca5000-7f0d18ea4000 ---p 00008000 08:22 1055041 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f0d18ea4000-7f0d18ea5000 r--p 00007000 08:22 1055041 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f0d18ea5000-7f0d18ea6000 rw-p 00008000 08:22 1055041 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f0d18ea6000-7f0d18ec0000 r-xp 00000000 08:22 1089113 /usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6
7f0d18ec0000-7f0d190bf000 ---p 0001a000 08:22 1089113 /usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6
7f0d190bf000-7f0d190c0000 r--p 00019000 08:22 1089113 /usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6
7f0d190c0000-7f0d190c1000 rw-p 0001a000 08:22 1089113 /usr/lib/x86_64-linux-gnu/libcrystalhd.so.3.6
7f0d190c1000-7f0d1922e000 r-xp 00000000 08:22 1061705 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f0d1922e000-7f0d1942d000 ---p 0016d000 08:22 1061705 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f0d1942d000-7f0d19437000 r--p 0016c000 08:22 1061705 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f0d19437000-7f0d19439000 rw-p 00176000 08:22 1061705 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f0d19439000-7f0d1943d000 rw-p 00000000 00:00 0
7f0d1943d000-7f0d1944a000 r-xp 00000000 08:22 1054603 /usr/lib/x86_64-linux-gnu/libgsm.so.1.0.12
7f0d1944a000-7f0d19649000 ---p 0000d000 08:22 1054603 /usr/lib/x86_64-linux-gnu/libgsm.so.1.0.12
7f0d19649000-7f0d1964a000 r--p 0000c000 08:22 1054603 /usr/lib/x86_64-linux-gnu/libgsm.so.1.0.12
7f0d1964a000-7f0d1964b000 rw-p 0000d000 08:22 1054603 /usr/lib/x86_64-linux-gnu/libgsm.so.1.0.12
7f0d1964b000-7f0d19690000 r-xp 00000000 08:22 1067359 /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
7f0d19690000-7f0d19890000 ---p 00045000 08:22 1067359 /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
7f0d19890000-7f0d19891000 r--p 00045000 08:22 1067359 /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
7f0d19891000-7f0d19892000 rw-p 00046000 08:22 1067359 /usr/lib/x86_64-linux-gnu/libmp3lame.so.0.0.0
7f0d19892000-7f0d198c0000 rw-p 00000000 00:00 0
7f0d198c0000-7f0d198e1000 r-xp 00000000 08:22 1054861 /usr/lib/x86_64-linux-gnu/libopenjpeg-2.1.3.0.so
7f0d198e1000-7f0d19ae0000 ---p 00021000 08:22 1054861 /usr/lib/x86_64-linux-gnu/libopenjpeg-2.1.3.0.so
7f0d19ae0000-7f0d19ae1000 r--p 00020000 08:22 1054861 /usr/lib/x86_64-linux-gnu/libopenjpeg-2.1.3.0.so
7f0d19ae1000-7f0d19ae2000 rw-p 00021000 08:22 1054861 /usr/lib/x86_64-linux-gnu/libopenjpeg-2.1.3.0.so
7f0d19ae2000-7f0d19b29000 r-xp 00000000 08:22 1050554 /usr/lib/x86_64-linux-gnu/libopus.so.0.5.0
7f0d19b29000-7f0d19d28000 ---p 00047000 08:22 1050554 /usr/lib/x86_64-linux-gnu/libopus.so.0.5.0
7f0d19d28000-7f0d19d29000 r--p 00046000 08:22 1050554 /usr/lib/x86_64-linux-gnu/libopus.so.0.5.0
7f0d19d29000-7f0d19d2a000 rw-p 00047000 08:22 1050554 /usr/lib/x86_64-linux-gnu/libopus.so.0.5.0
7f0d19d2a000-7f0d19dea000 r-xp 00000000 08:22 1054978 /usr/lib/x86_64-linux-gnu/libschroedinger-1.0.so.0.11.0
7f0d19dea000-7f0d19fea000 ---p 000c0000 08:22 1054978 /usr/lib/x86_64-linux-gnu/libschroedinger-1.0.so.0.11.0
7f0d19fea000-7f0d19fec000 r--p 000c0000 08:22 1054978 /usr/lib/x86_64-linux-gnu/libschroedinger-1.0.so.0.11.0
7f0d19fec000-7f0d19fed000 rw-p 000c2000 08:22 1054978 /usr/lib/x86_64-linux-gnu/libschroedinger-1.0.so.0.11.0
7f0d19fed000-7f0d19fee000 rw-p 00000000 00:00 0
7f0d19fee000-7f0d19ffa000 r-xp 00000000 08:22 1048920 /usr/lib/x86_64-linux-gnu/libshine.so.3.0.1
7f0d19ffa000-7f0d1a1f9000 ---p 0000c000 08:22 1048920 /usr/lib/x86_64-linux-gnu/libshine.so.3.0.1
7f0d1a1f9000-7f0d1a1fa000 r--p 0000b000 08:22 1048920 /usr/lib/x86_64-linux-gnu/libshine.so.3.0.1
7f0d1a1fa000-7f0d1a1fb000 rw-p 0000c000 08:22 1048920 /usr/lib/x86_64-linux-gnu/libshine.so.3.0.1
7f0d1a1fb000-7f0d1a212000 r-xp 00000000 08:22 1055005 /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
7f0d1a212000-7f0d1a412000 ---p 00017000 08:22 1055005 /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
7f0d1a412000-7f0d1a413000 r--p 00017000 08:22 1055005 /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
7f0d1a413000-7f0d1a414000 rw-p 00018000 08:22 1055005 /usr/lib/x86_64-linux-gnu/libspeex.so.1.5.0
7f0d1a414000-7f0d1a42c000 r-xp 00000000 08:22 1055045 /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
7f0d1a42c000-7f0d1a62b000 ---p 00018000 08:22 1055045 /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
7f0d1a62b000-7f0d1a62c000 r--p 00017000 08:22 1055045 /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
7f0d1a62c000-7f0d1a62d000 rw-p 00018000 08:22 1055045 /usr/lib/x86_64-linux-gnu/libtheoradec.so.1.1.4
7f0d1a62d000-7f0d1a66c000 r-xp 00000000 08:22 1055047 /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
7f0d1a66c000-7f0d1a86b000 ---p 0003f000 08:22 1055047 /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
7f0d1a86b000-7f0d1a86c000 r--p 0003e000 08:22 1055047 /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
7f0d1a86c000-7f0d1a86d000 rw-p 0003f000 08:22 1055047 /usr/lib/x86_64-linux-gnu/libtheoraenc.so.1.1.2
7f0d1a86d000-7f0d1a88b000 r-xp 00000000 08:22 1058585 /usr/lib/libtwolame.so.0.0.0
7f0d1a88b000-7f0d1aa8a000 ---p 0001e000 08:22 1058585 /usr/lib/libtwolame.so.0.0.0
7f0d1aa8a000-7f0d1aa8b000 r--p 0001d000 08:22 1058585 /usr/lib/libtwolame.so.0.0.0
7f0d1aa8b000-7f0d1aa8c000 rw-p 0001e000 08:22 1058585 /usr/lib/libtwolame.so.0.0.0
7f0d1aa8c000-7f0d1aa90000 rw-p 00000000 00:00 0
7f0d1aa90000-7f0d1aabf000 r-xp 00000000 08:22 1053066 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7f0d1aabf000-7f0d1acbe000 ---p 0002f000 08:22 1053066 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7f0d1acbe000-7f0d1acbf000 r--p 0002e000 08:22 1053066 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7f0d1acbf000-7f0d1acc0000 rw-p 0002f000 08:22 1053066 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.7
7f0d1acc0000-7f0d1ad50000 r-xp 00000000 08:22 1053054 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.10
7f0d1ad50000-7f0d1af4f000 ---p 00090000 08:22 1053054 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.10
7f0d1af4f000-7f0d1af6b000 r--p 0008f000 08:22 1053054 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.10
7f0d1af6b000-7f0d1af6c000 rw-p 000ab000 08:22 1053054 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.10
7f0d1af6c000-7f0d1b104000 r-xp 00000000 08:22 1054745 /usr/lib/x86_64-linux-gnu/libvpx.so.1.3.0
7f0d1b104000-7f0d1b304000 ---p 00198000 08:22 1054745 /usr/lib/x86_64-linux-gnu/libvpx.so.1.3.0
7f0d1b304000-7f0d1b305000 r--p 00198000 08:22 1054745 /usr/lib/x86_64-linux-gnu/libvpx.so.1.3.0
7f0d1b305000-7f0d1b306000 rw-p 00199000 08:22 1054745 /usr/lib/x86_64-linux-gnu/libvpx.so.1.3.0
7f0d1b306000-7f0d1b34c000 rw-p 00000000 00:00 0
7f0d1b34c000-7f0d1b374000 r-xp 00000000 08:22 1055092 /usr/lib/x86_64-linux-gnu/libwavpack.so.1.1.5
7f0d1b374000-7f0d1b573000 ---p 00028000 08:22 1055092 /usr/lib/x86_64-linux-gnu/libwavpack.so.1.1.5
7f0d1b573000-7f0d1b574000 r--p 00027000 08:22 1055092 /usr/lib/x86_64-linux-gnu/libwavpack.so.1.1.5
7f0d1b574000-7f0d1b575000 rw-p 00028000 08:22 1055092 /usr/lib/x86_64-linux-gnu/libwavpack.so.1.1.5
7f0d1b575000-7f0d1b5c6000 r-xp 00000000 08:22 1055106 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f0d1b5c6000-7f0d1b7c6000 ---p 00051000 08:22 1055106 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f0d1b7c6000-7f0d1b7c7000 r--p 00051000 08:22 1055106 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f0d1b7c7000-7f0d1b7c8000 rw-p 00052000 08:22 1055106 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f0d1b7c8000-7f0d1b7cd000 rw-p 00000000 00:00 0
7f0d1b7cd000-7f0d1b8e7000 r-xp 00000000 08:22 1050818 /usr/lib/x86_64-linux-gnu/libx264.so.142
7f0d1b8e7000-7f0d1bae7000 ---p 0011a000 08:22 1050818 /usr/lib/x86_64-linux-gnu/libx264.so.142
7f0d1bae7000-7f0d1bae8000 r--p 0011a000 08:22 1050818 /usr/lib/x86_64-linux-gnu/libx264.so.142
7f0d1bae8000-7f0d1bae9000 rw-p 0011b000 08:22 1050818 /usr/lib/x86_64-linux-gnu/libx264.so.142
7f0d1bae9000-7f0d1bb64000 rw-p 00000000 00:00 0
7f0d1bb64000-7f0d1bc2f000 r-xp 00000000 08:22 1055161 /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
7f0d1bc2f000-7f0d1be2e000 ---p 000cb000 08:22 1055161 /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
7f0d1be2e000-7f0d1be2f000 r--p 000ca000 08:22 1055161 /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
7f0d1be2f000-7f0d1be39000 rw-p 000cb000 08:22 1055161 /usr/lib/x86_64-linux-gnu/libxvidcore.so.4.3
7f0d1be39000-7f0d1bea2000 rw-p 00000000 00:00 0
7f0d1bea2000-7f0d1bf1a000 r-xp 00000000 08:22 1050503 /usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2
7f0d1bf1a000-7f0d1c119000 ---p 00078000 08:22 1050503 /usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2
7f0d1c119000-7f0d1c122000 r--p 00077000 08:22 1050503 /usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2
7f0d1c122000-7f0d1c12e000 rw-p 00080000 08:22 1050503 /usr/lib/x86_64-linux-gnu/libzvbi.so.0.13.2
7f0d1c12e000-7f0d1c143000 r-xp 00000000 08:22 1048898 /usr/lib/x86_64-linux-gnu/libva.so.1.3600.0
7f0d1c143000-7f0d1c342000 ---p 00015000 08:22 1048898 /usr/lib/x86_64-linux-gnu/libva.so.1.3600.0
7f0d1c342000-7f0d1c343000 r--p 00014000 08:22 1048898 /usr/lib/x86_64-linux-gnu/libva.so.1.3600.0
7f0d1c343000-7f0d1c344000 rw-p 00015000 08:22 1048898 /usr/lib/x86_64-linux-gnu/libva.so.1.3600.0
7f0d1c344000-7f0d1c35b000 r-xp 00000000 08:22 1071464 /usr/lib/x86_64-linux-gnu/libswresample-ffmpeg.so.1.1.100
7f0d1c35b000-7f0d1c55b000 ---p 00017000 08:22 1071464 /usr/lib/x86_64-linux-gnu/libswresample-ffmpeg.so.1.1.100
7f0d1c55b000-7f0d1c55d000 r--p 00017000 08:22 1071464 /usr/lib/x86_64-linux-gnu/libswresample-ffmpeg.so.1.1.100
7f0d1c55d000-7f0d1c55e000 rw-p 00019000 08:22 1071464 /usr/lib/x86_64-linux-gnu/libswresample-ffmpeg.so.1.1.100
7f0d1c55e000-7f0d1c56d000 r-xp 00000000 08:22 1183885 /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f0d1c56d000-7f0d1c76c000 ---p 0000f000 08:22 1183885 /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f0d1c76c000-7f0d1c76d000 r--p 0000e000 08:22 1183885 /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f0d1c76d000-7f0d1c76e000 rw-p 0000f000 08:22 1183885 /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f0d1c76e000-7f0d1c7a9000 r-xp 00000000 08:22 1055223 /usr/lib/x86_64-linux-gnu/libbluray.so.1.6.2
7f0d1c7a9000-7f0d1c9a8000 ---p 0003b000 08:22 1055223 /usr/lib/x86_64-linux-gnu/libbluray.so.1.6.2
7f0d1c9a8000-7f0d1c9aa000 r--p 0003a000 08:22 1055223 /usr/lib/x86_64-linux-gnu/libbluray.so.1.6.2
7f0d1c9aa000-7f0d1c9ab000 rw-p 0003c000 08:22 1055223 /usr/lib/x86_64-linux-gnu/libbluray.so.1.6.2
7f0d1c9ab000-7f0d1c9f4000 r-xp 00000000 08:22 1049467 /usr/lib/libgme.so.0.5.3
7f0d1c9f4000-7f0d1cbf4000 ---p 00049000 08:22 1049467 /usr/lib/libgme.so.0.5.3
7f0d1cbf4000-7f0d1cbf7000 r--p 00049000 08:22 1049467 /usr/lib/libgme.so.0.5.3
7f0d1cbf7000-7f0d1cbf8000 rw-p 0004c000 08:22 1049467 /usr/lib/libgme.so.0.5.3
7f0d1cbf8000-7f0d1cc42000 r-xp 00000000 08:22 1049952 /usr/lib/libmodplug.so.1.0.0
7f0d1cc42000-7f0d1ce41000 ---p 0004a000 08:22 1049952 /usr/lib/libmodplug.so.1.0.0
7f0d1ce41000-7f0d1ce42000 r--p 00049000 08:22 1049952 /usr/lib/libmodplug.so.1.0.0
7f0d1ce42000-7f0d1ce43000 rw-p 0004a000 08:22 1049952 /usr/lib/libmodplug.so.1.0.0
7f0d1ce43000-7f0d1cec7000 rw-p 00000000 00:00 0
7f0d1cec7000-7f0d1cf7d000 r-xp 00000000 08:22 1049348 /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
7f0d1cf7d000-7f0d1d17d000 ---p 000b6000 08:22 1049348 /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
7f0d1d17d000-7f0d1d183000 r--p 000b6000 08:22 1049348 /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
7f0d1d183000-7f0d1d184000 rw-p 000bc000 08:22 1049348 /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.6
7f0d1d184000-7f0d1d185000 rw-p 00000000 00:00 0
7f0d1d185000-7f0d1d19e000 r-xp 00000000 08:22 1054959 /usr/lib/x86_64-linux-gnu/librtmp.so.0
7f0d1d19e000-7f0d1d39d000 ---p 00019000 08:22 1054959 /usr/lib/x86_64-linux-gnu/librtmp.so.0
7f0d1d39d000-7f0d1d39e000 r--p 00018000 08:22 1054959 /usr/lib/x86_64-linux-gnu/librtmp.so.0
7f0d1d39e000-7f0d1d39f000 rw-p 00019000 08:22 1054959 /usr/lib/x86_64-linux-gnu/librtmp.so.0
7f0d1d39f000-7f0d1d3e4000 r-xp 00000000 08:22 1050536 /usr/lib/x86_64-linux-gnu/libssh.so.4.4.0
7f0d1d3e4000-7f0d1d5e3000 ---p 00045000 08:22 1050536 /usr/lib/x86_64-linux-gnu/libssh.so.4.4.0
7f0d1d5e3000-7f0d1d5e4000 r--p 00044000 08:22 1050536 /usr/lib/x86_64-linux-gnu/libssh.so.4.4.0
7f0d1d5e4000-7f0d1d5e5000 rw-p 00045000 08:22 1050536 /usr/lib/x86_64-linux-gnu/libssh.so.4.4.0
7f0d1d5e5000-7f0d1d606000 r-xp 00000000 08:22 1183933 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f0d1d606000-7f0d1d805000 ---p 00021000 08:22 1183933 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f0d1d805000-7f0d1d806000 r--p 00020000 08:22 1183933 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f0d1d806000-7f0d1d807000 rw-p 00021000 08:22 1183933 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f0d1d807000-7f0d1d8cd000 r-xp 00000000 08:22 1054343 /usr/lib/x86_64-linux-gnu/libcaca.so.0.99.18
7f0d1d8cd000-7f0d1dacd000 ---p 000c6000 08:22 1054343 /usr/lib/x86_64-linux-gnu/libcaca.so.0.99.18
7f0d1dacd000-7f0d1dace000 r--p 000c6000 08:22 1054343 /usr/lib/x86_64-linux-gnu/libcaca.so.0.99.18
7f0d1dace000-7f0d1dacf000 rw-p 000c7000 08:22 1054343 /usr/lib/x86_64-linux-gnu/libcaca.so.0.99.18
7f0d1dacf000-7f0d1dad4000 rw-p 00000000 00:00 0
7f0d1dad4000-7f0d1db1b000 r-xp 00000000 08:22 1078493 /usr/lib/x86_64-linux-gnu/libpulse.so.0.16.2
7f0d1db1b000-7f0d1dd1b000 ---p 00047000 08:22 1078493 /usr/lib/x86_64-linux-gnu/libpulse.so.0.16.2
7f0d1dd1b000-7f0d1dd1c000 r--p 00047000 08:22 1078493 /usr/lib/x86_64-linux-gnu/libpulse.so.0.16.2
7f0d1dd1c000-7f0d1dd1d000 rw-p 00048000 08:22 1078493 /usr/lib/x86_64-linux-gnu/libpulse.so.0.16.2
7f0d1dd1d000-7f0d1dd20000 r-xp 00000000 08:22 1078494 /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.0.4
7f0d1dd20000-7f0d1df1f000 ---p 00003000 08:22 1078494 /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.0.4
7f0d1df1f000-7f0d1df20000 r--p 00002000 08:22 1078494 /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.0.4
7f0d1df20000-7f0d1df21000 rw-p 00003000 08:22 1078494 /usr/lib/x86_64-linux-gnu/libpulse-simple.so.0.0.4
7f0d1df21000-7f0d1df5e000 r-xp 00000000 08:22 1181428 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f0d1df5e000-7f0d1e15d000 ---p 0003d000 08:22 1181428 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f0d1e15d000-7f0d1e15e000 r--p 0003c000 08:22 1181428 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f0d1e15e000-7f0d1e15f000 rw-p 0003d000 08:22 1181428 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f0d1e15f000-7f0d1e166000 r-xp 00000000 08:22 1054483 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f0d1e166000-7f0d1e365000 ---p 00007000 08:22 1054483 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f0d1e365000-7f0d1e366000 r--p 00006000 08:22 1054483 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f0d1e366000-7f0d1e367000 rw-p 00007000 08:22 1054483 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f0d1e367000-7f0d1e37f000 r-xp 00000000 08:22 1184040 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f0d1e37f000-7f0d1e57e000 ---p 00018000 08:22 1184040 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f0d1e57e000-7f0d1e57f000 r--p 00017000 08:22 1184040 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f0d1e57f000-7f0d1e580000 rw-p 00018000 08:22 1184040 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f0d1e580000-7f0d1e59d000 r-xp 00000000 08:22 1055141 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f0d1e59d000-7f0d1e79d000 ---p 0001d000 08:22 1055141 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f0d1e79d000-7f0d1e79e000 r--p 0001d000 08:22 1055141 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f0d1e79e000-7f0d1e79f000 rw-p 0001e000 08:22 1055141 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f0d1e79f000-7f0d1e7a7000 r-xp 00000000 08:22 1055129 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f0d1e7a7000-7f0d1e9a6000 ---p 00008000 08:22 1055129 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f0d1e9a6000-7f0d1e9a7000 r--p 00007000 08:22 1055129 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f0d1e9a7000-7f0d1e9a8000 rw-p 00008000 08:22 1055129 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f0d1e9a8000-7f0d1e9aa000 r-xp 00000000 08:22 1055133 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f0d1e9aa000-7f0d1eba9000 ---p 00002000 08:22 1055133 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f0d1eba9000-7f0d1ebaa000 r--p 00001000 08:22 1055133 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f0d1ebaa000-7f0d1ebab000 rw-p 00002000 08:22 1055133 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f0d1ebab000-7f0d1ebd0000 r-xp 00000000 08:22 1183995 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f0d1ebd0000-7f0d1edcf000 ---p 00025000 08:22 1183995 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f0d1edcf000-7f0d1edd0000 r--p 00024000 08:22 1183995 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f0d1edd0000-7f0d1edd1000 rw-p 00025000 08:22 1183995 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f0d1edd1000-7f0d1ee72000 r-xp 00000000 08:22 1054903 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f0d1ee72000-7f0d1f072000 ---p 000a1000 08:22 1054903 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f0d1f072000-7f0d1f079000 r--p 000a1000 08:22 1054903 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f0d1f079000-7f0d1f07a000 rw-p 000a8000 08:22 1054903 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f0d1f07a000-7f0d1f08b000 r-xp 00000000 08:22 1062903 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f0d1f08b000-7f0d1f28a000 ---p 00011000 08:22 1062903 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f0d1f28a000-7f0d1f28b000 r--p 00010000 08:22 1062903 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f0d1f28b000-7f0d1f28c000 rw-p 00011000 08:22 1062903 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f0d1f28c000-7f0d1f28e000 r-xp 00000000 08:22 1054229 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f0d1f28e000-7f0d1f48d000 ---p 00002000 08:22 1054229 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f0d1f48d000-7f0d1f48e000 r--p 00001000 08:22 1054229 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f0d1f48e000-7f0d1f48f000 rw-p 00002000 08:22 1054229 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f0d1f48f000-7f0d1f491000 r-xp 00000000 08:22 1054225 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f0d1f491000-7f0d1f690000 ---p 00002000 08:22 1054225 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f0d1f690000-7f0d1f691000 r--p 00001000 08:22 1054225 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f0d1f691000-7f0d1f692000 rw-p 00002000 08:22 1054225 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f0d1f692000-7f0d1f69b000 r-xp 00000000 08:22 1054227 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f0d1f69b000-7f0d1f89a000 ---p 00009000 08:22 1054227 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f0d1f89a000-7f0d1f89b000 r--p 00008000 08:22 1054227 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f0d1f89b000-7f0d1f89c000 rw-p 00009000 08:22 1054227 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f0d1f89c000-7f0d1f8a5000 r-xp 00000000 08:22 1054253 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f0d1f8a5000-7f0d1faa4000 ---p 00009000 08:22 1054253 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f0d1faa4000-7f0d1faa5000 r--p 00008000 08:22 1054253 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f0d1faa5000-7f0d1faa6000 rw-p 00009000 08:22 1054253 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f0d1faa6000-7f0d1fab5000 r-xp 00000000 08:22 1058633 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f0d1fab5000-7f0d1fcb4000 ---p 0000f000 08:22 1058633 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f0d1fcb4000-7f0d1fcb5000 r--p 0000e000 08:22 1058633 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f0d1fcb5000-7f0d1fcb6000 rw-p 0000f000 08:22 1058633 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f0d1fcb6000-7f0d1fcbf000 r-xp 00000000 08:22 1062921 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f0d1fcbf000-7f0d1febe000 ---p 00009000 08:22 1062921 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f0d1febe000-7f0d1febf000 r--p 00008000 08:22 1062921 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f0d1febf000-7f0d1fec0000 rw-p 00009000 08:22 1062921 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f0d1fec0000-7f0d1fefa000 r-xp 00000000 08:22 1048800 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f0d1fefa000-7f0d200f9000 ---p 0003a000 08:22 1048800 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f0d200f9000-7f0d200fb000 r--p 00039000 08:22 1048800 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f0d200fb000-7f0d200fc000 rw-p 0003b000 08:22 1048800 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f0d200fc000-7f0d20110000 r-xp 00000000 08:22 1054879 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f0d20110000-7f0d2030f000 ---p 00014000 08:22 1054879 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f0d2030f000-7f0d20310000 r--p 00013000 08:22 1054879 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f0d20310000-7f0d20311000 rw-p 00014000 08:22 1054879 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f0d20311000-7f0d2047d000 r-xp 00000000 08:22 1048866 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0
7f0d2047d000-7f0d2067c000 ---p 0016c000 08:22 1048866 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0
7f0d2067c000-7f0d20680000 r--p 0016b000 08:22 1048866 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0
7f0d20680000-7f0d20682000 rw-p 0016f000 08:22 1048866 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4002.0
7f0d20682000-7f0d20684000 rw-p 00000000 00:00 0
7f0d20684000-7f0d20689000 r-xp 00000000 08:22 1058617 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f0d20689000-7f0d20888000 ---p 00005000 08:22 1058617 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f0d20888000-7f0d20889000 r--p 00004000 08:22 1058617 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f0d20889000-7f0d2088a000 rw-p 00005000 08:22 1058617 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f0d2088a000-7f0d20895000 r-xp 00000000 08:22 1054889 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f0d20895000-7f0d20a95000 ---p 0000b000 08:22 1054889 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f0d20a95000-7f0d20a96000 r--p 0000b000 08:22 1054889 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f0d20a96000-7f0d20a97000 rw-p 0000c000 08:22 1054889 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f0d20a97000-7f0d20a9a000 r-xp 00000000 08:22 1048843 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0
7f0d20a9a000-7f0d20c99000 ---p 00003000 08:22 1048843 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0
7f0d20c99000-7f0d20c9a000 r--p 00002000 08:22 1048843 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0
7f0d20c9a000-7f0d20c9b000 rw-p 00003000 08:22 1048843 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4002.0
7f0d20c9b000-7f0d20ce5000 r-xp 00000000 08:22 1054881 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f0d20ce5000-7f0d20ee5000 ---p 0004a000 08:22 1054881 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f0d20ee5000-7f0d20ee7000 r--p 0004a000 08:22 1054881 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f0d20ee7000-7f0d20ee8000 rw-p 0004c000 08:22 1054881 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f0d20ee8000-7f0d20eeb000 r-xp 00000000 08:22 1206988 /lib/x86_64-linux-gnu/libdl-2.19.so
7f0d20eeb000-7f0d210ea000 ---p 00003000 08:22 1206988 /lib/x86_64-linux-gnu/libdl-2.19.so
7f0d210ea000-7f0d210eb000 r--p 00002000 08:22 1206988 /lib/x86_64-linux-gnu/libdl-2.19.so
7f0d210eb000-7f0d210ec000 rw-p 00003000 08:22 1206988 /lib/x86_64-linux-gnu/libdl-2.19.so
7f0d210ec000-7f0d21105000 r-xp 00000000 08:22 1207000 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f0d21105000-7f0d21304000 ---p 00019000 08:22 1207000 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f0d21304000-7f0d21305000 r--p 00018000 08:22 1207000 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f0d21305000-7f0d21306000 rw-p 00019000 08:22 1207000 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f0d21306000-7f0d2130a000 rw-p 00000000 00:00 0
7f0d2130a000-7f0d21311000 r-xp 00000000 08:22 1207002 /lib/x86_64-linux-gnu/librt-2.19.so
7f0d21311000-7f0d21510000 ---p 00007000 08:22 1207002 /lib/x86_64-linux-gnu/librt-2.19.so
7f0d21510000-7f0d21511000 r--p 00006000 08:22 1207002 /lib/x86_64-linux-gnu/librt-2.19.so
7f0d21511000-7f0d21512000 rw-p 00007000 08:22 1207002 /lib/x86_64-linux-gnu/librt-2.19.so
7f0d21512000-7f0d215af000 r-xp 00000000 08:22 1048918 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f0d215af000-7f0d217ae000 ---p 0009d000 08:22 1048918 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f0d217ae000-7f0d217b4000 r--p 0009c000 08:22 1048918 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f0d217b4000-7f0d217b5000 rw-p 000a2000 08:22 1048918 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f0d217b5000-7f0d217b7000 r-xp 00000000 08:22 1054243 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f0d217b7000-7f0d219b6000 ---p 00002000 08:22 1054243 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f0d219b6000-7f0d219b7000 r--p 00001000 08:22 1054243 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f0d219b7000-7f0d219b8000 rw-p 00002000 08:22 1054243 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f0d219b8000-7f0d21a2b000 r-xp 00000000 08:22 1087480 /usr/lib/x86_64-linux-gnu/libswscale-ffmpeg.so.3.0.100
7f0d21a2b000-7f0d21c2b000 ---p 00073000 08:22 1087480 /usr/lib/x86_64-linux-gnu/libswscale-ffmpeg.so.3.0.100
7f0d21c2b000-7f0d21c2c000 r--p 00073000 08:22 1087480 /usr/lib/x86_64-linux-gnu/libswscale-ffmpeg.so.3.0.100
7f0d21c2c000-7f0d21c2d000 rw-p 00074000 08:22 1087480 /usr/lib/x86_64-linux-gnu/libswscale-ffmpeg.so.3.0.100
7f0d21c2d000-7f0d21c35000 rw-p 00000000 00:00 0
7f0d21c35000-7f0d21c7b000 r-xp 00000000 08:22 1050093 /usr/lib/x86_64-linux-gnu/libavutil-ffmpeg.so.54.7.100
7f0d21c7b000-7f0d21e7b000 ---p 00046000 08:22 1050093 /usr/lib/x86_64-linux-gnu/libavutil-ffmpeg.so.54.7.100
7f0d21e7b000-7f0d21e81000 r--p 00046000 08:22 1050093 /usr/lib/x86_64-linux-gnu/libavutil-ffmpeg.so.54.7.100
7f0d21e81000-7f0d21e82000 rw-p 0004c000 08:22 1050093 /usr/lib/x86_64-linux-gnu/libavutil-ffmpeg.so.54.7.100
7f0d21e82000-7f0d21e91000 rw-p 00000000 00:00 0
7f0d21e91000-7f0d22979000 r-xp 00000000 08:22 1071466 /usr/lib/x86_64-linux-gnu/libavcodec-ffmpeg.so.56.1.100
7f0d22979000-7f0d22b78000 ---p 00ae8000 08:22 1071466 /usr/lib/x86_64-linux-gnu/libavcodec-ffmpeg.so.56.1.100
7f0d22b78000-7f0d22b9f000 r--p 00ae7000 08:22 1071466 /usr/lib/x86_64-linux-gnu/libavcodec-ffmpeg.so.56.1.100
7f0d22b9f000-7f0d22bbd000 rw-p 00b0e000 08:22 1071466 /usr/lib/x86_64-linux-gnu/libavcodec-ffmpeg.so.56.1.100
7f0d22bbd000-7f0d2320f000 rw-p 00000000 00:00 0
7f0d2320f000-7f0d233a6000 r-xp 00000000 08:22 1071473 /usr/lib/x86_64-linux-gnu/libavformat-ffmpeg.so.56.4.101
7f0d233a6000-7f0d235a6000 ---p 00197000 08:22 1071473 /usr/lib/x86_64-linux-gnu/libavformat-ffmpeg.so.56.4.101
7f0d235a6000-7f0d235b6000 r--p 00197000 08:22 1071473 /usr/lib/x86_64-linux-gnu/libavformat-ffmpeg.so.56.4.101
7f0d235b6000-7f0d235ca000 rw-p 001a7000 08:22 1071473 /usr/lib/x86_64-linux-gnu/libavformat-ffmpeg.so.56.4.101
7f0d235ca000-7f0d235d6000 r-xp 00000000 08:22 1053479 /usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1
7f0d235d6000-7f0d237d5000 ---p 0000c000 08:22 1053479 /usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1
7f0d237d5000-7f0d237d6000 r--p 0000b000 08:22 1053479 /usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1
7f0d237d6000-7f0d237d7000 rw-p 0000c000 08:22 1053479 /usr/lib/x86_64-linux-gnu/libunwind.so.8.0.1
7f0d237d7000-7f0d237e5000 rw-p 00000000 00:00 0
7f0d237e5000-7f0d23828000 r-xp 00000000 08:22 1054758 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f0d23828000-7f0d23a28000 ---p 00043000 08:22 1054758 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f0d23a28000-7f0d23a29000 r--p 00043000 08:22 1054758 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f0d23a29000-7f0d23a2a000 rw-p 00044000 08:22 1054758 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f0d23a2a000-7f0d23a3a000 rw-p 00000000 00:00 0
7f0d23a3a000-7f0d23b96000 r-xp 00000000 08:22 1054682 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f0d23b96000-7f0d23d95000 ---p 0015c000 08:22 1054682 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f0d23d95000-7f0d23d9d000 r--p 0015b000 08:22 1054682 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f0d23d9d000-7f0d23d9f000 rw-p 00163000 08:22 1054682 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f0d23d9f000-7f0d23da0000 rw-p 00000000 00:00 0
7f0d23da0000-7f0d23e07000 r-xp 00000000 08:22 1054686 /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.4
7f0d23e07000-7f0d24006000 ---p 00067000 08:22 1054686 /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.4
7f0d24006000-7f0d24007000 r--p 00066000 08:22 1054686 /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.4
7f0d24007000-7f0d24008000 rw-p 00067000 08:22 1054686 /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.4
7f0d24008000-7f0d24036000 rw-p 00000000 00:00 0
7f0d24036000-7f0d241f1000 r-xp 00000000 08:22 1206999 /lib/x86_64-linux-gnu/libc-2.19.so
7f0d241f1000-7f0d243f0000 ---p 001bb000 08:22 1206999 /lib/x86_64-linux-gnu/libc-2.19.so
7f0d243f0000-7f0d243f4000 r--p 001ba000 08:22 1206999 /lib/x86_64-linux-gnu/libc-2.19.so
7f0d243f4000-7f0d243f6000 rw-p 001be000 08:22 1206999 /lib/x86_64-linux-gnu/libc-2.19.so
7f0d243f6000-7f0d243fb000 rw-p 00000000 00:00 0
7f0d243fb000-7f0d2452b000 r-xp 00000000 08:22 1054216 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f0d2452b000-7f0d2472b000 ---p 00130000 08:22 1054216 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f0d2472b000-7f0d2472c000 r--p 00130000 08:22 1054216 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f0d2472c000-7f0d24730000 rw-p 00131000 08:22 1054216 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f0d24730000-7f0d24835000 r-xp 00000000 08:22 1206984 /lib/x86_64-linux-gnu/libm-2.19.so
7f0d24835000-7f0d24a34000 ---p 00105000 08:22 1206984 /lib/x86_64-linux-gnu/libm-2.19.so
7f0d24a34000-7f0d24a35000 r--p 00104000 08:22 1206984 /lib/x86_64-linux-gnu/libm-2.19.so
7f0d24a35000-7f0d24a36000 rw-p 00105000 08:22 1206984 /lib/x86_64-linux-gnu/libm-2.19.so
7f0d24a36000-7f0d24b1f000 r-xp 00000000 08:22 1054293 /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f0d24b1f000-7f0d24d1e000 ---p 000e9000 08:22 1054293 /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f0d24d1e000-7f0d24d25000 r--p 000e8000 08:22 1054293 /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f0d24d25000-7f0d24d26000 rw-p 000ef000 08:22 1054293 /usr/lib/x86_64-linux-gnu/libasound.so.2.0.0
7f0d24d26000-7f0d24e2c000 r-xp 00000000 08:22 1181184 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0
7f0d24e2c000-7f0d2502b000 ---p 00106000 08:22 1181184 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0
7f0d2502b000-7f0d2502c000 r--p 00105000 08:22 1181184 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0
7f0d2502c000-7f0d2502d000 rw-p 00106000 08:22 1181184 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4002.0
7f0d2502d000-7f0d2502e000 rw-p 00000000 00:00 0
7f0d2502e000-7f0d2507d000 r-xp 00000000 08:22 1048861 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0
7f0d2507d000-7f0d2527d000 ---p 0004f000 08:22 1048861 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0
7f0d2527d000-7f0d2527e000 r--p 0004f000 08:22 1048861 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0
7f0d2527e000-7f0d2527f000 rw-p 00050000 08:22 1048861 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4002.0
7f0d2527f000-7f0d25385000 r-xp 00000000 08:22 1067209 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f0d25385000-7f0d25584000 ---p 00106000 08:22 1067209 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f0d25584000-7f0d25587000 r--p 00105000 08:22 1067209 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f0d25587000-7f0d25588000 rw-p 00108000 08:22 1067209 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f0d25588000-7f0d2558a000 rw-p 00000000 00:00 0
7f0d2558a000-7f0d255aa000 r-xp 00000000 08:22 1050483 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f0d255aa000-7f0d257a9000 ---p 00020000 08:22 1050483 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f0d257a9000-7f0d257aa000 r--p 0001f000 08:22 1050483 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f0d257aa000-7f0d257ab000 rw-p 00020000 08:22 1050483 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f0d257ab000-7f0d257ca000 r-xp 00000000 08:22 1054303 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f0d257ca000-7f0d259ca000 ---p 0001f000 08:22 1054303 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f0d259ca000-7f0d259cc000 r--p 0001f000 08:22 1054303 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f0d259cc000-7f0d259cd000 rw-p 00021000 08:22 1054303 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f0d259cd000-7f0d25a7b000 r-xp 00000000 08:22 1053857 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f0d25a7b000-7f0d25c7a000 ---p 000ae000 08:22 1053857 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f0d25c7a000-7f0d25c7e000 r--p 000ad000 08:22 1053857 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f0d25c7e000-7f0d25c80000 rw-p 000b1000 08:22 1053857 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f0d25c80000-7f0d260b0000 r-xp 00000000 08:22 1053860 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f0d260b0000-7f0d262af000 ---p 00430000 08:22 1053860 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f0d262af000-7f0d262b6000 r--p 0042f000 08:22 1053860 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f0d262b6000-7f0d262ba000 rw-p 00436000 08:22 1053860 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f0d262ba000-7f0d262bd000 rw-p 00000000 00:00 0
7f0d262bd000-7f0d262d6000 r-xp 00000000 08:22 1068142 /usr/lib/x86_64-linux-gnu/libglade-2.0.so.0.0.7
7f0d262d6000-7f0d264d6000 ---p 00019000 08:22 1068142 /usr/lib/x86_64-linux-gnu/libglade-2.0.so.0.0.7
7f0d264d6000-7f0d264d7000 r--p 00019000 08:22 1068142 /usr/lib/x86_64-linux-gnu/libglade-2.0.so.0.0.7
7f0d264d7000-7f0d264d8000 rw-p 0001a000 08:22 1068142 /usr/lib/x86_64-linux-gnu/libglade-2.0.so.0.0.7
7f0d264d8000-7f0d2668a000 r-xp 00000000 08:22 1053535 /usr/local/lib/libveejay-1.5.so.0.1.5
7f0d2668a000-7f0d2688a000 ---p 001b2000 08:22 1053535 /usr/local/lib/libveejay-1.5.so.0.1.5
7f0d2688a000-7f0d2688d000 r--p 001b2000 08:22 1053535 /usr/local/lib/libveejay-1.5.so.0.1.5
7f0d2688d000-7f0d26898000 rw-p 001b5000 08:22 1053535 /usr/local/lib/libveejay-1.5.so.0.1.5
7f0d26898000-7f0d26b4e000 rw-p 00000000 00:00 0
7f0d26b4e000-7f0d26b71000 r-xp 00000000 08:22 1206996 /lib/x86_64-linux-gnu/ld-2.19.so
7f0d26b85000-7f0d26b8c000 r--s 00000000 08:22 1342203 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f0d26b8c000-7f0d26baf000 r--s 00000000 08:22 1446106 /usr/share/mime/mime.cache
7f0d26baf000-7f0d26bb0000 r--s 00000000 08:24 17826732 /home/USER/.local/share/mime/mime.cache
7f0d26bb0000-7f0d26bb1000 rw-p 00000000 00:00 0
7f0d26bb1000-7f0d26c67000 r--p 00000000 08:22 1708154 /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
7f0d26c67000-7f0d26c75000 r--s 00000000 08:22 395447 /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4
7f0d26c75000-7f0d26c80000 r--s 00000000 08:22 395443 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7f0d26c80000-7f0d26c82000 r--s 00000000 08:22 395439 /var/cache/fontconfig/99e8ed0e538f840c565b6ed5dad60d56-le64.cache-4
7f0d26c82000-7f0d26c8b000 r--s 00000000 08:22 395436 /var/cache/fontconfig/a6d8cf8e4ec09cdbc8633c31745a07dd-le64.cache-4
7f0d26c8b000-7f0d26c91000 r--s 00000000 08:22 395435 /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-4
7f0d26c91000-7f0d26c9d000 r--s 00000000 08:22 395429 /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-4
7f0d26c9d000-7f0d26ca2000 r--s 00000000 08:22 395426 /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-4
7f0d26ca2000-7f0d26cdd000 r--s 00000000 08:22 395424 /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-4
7f0d26cdd000-7f0d26ce1000 r--s 00000000 08:22 395423 /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4
7f0d26ce1000-7f0d26ce8000 r--s 00000000 08:22 395422 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7f0d26ce8000-7f0d26cec000 r--s 00000000 08:22 395421 /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4
7f0d26cec000-7f0d26cf5000 r--s 00000000 08:22 395419 /var/cache/fontconfig/52f7bdb7ce746bfd7eaa1985bd9cfa93-le64.cache-4
7f0d26cf5000-7f0d26d08000 r--s 00000000 08:22 395415 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7f0d26d08000-7f0d26d3b000 rw-p 00000000 00:00 0
7f0d26d3b000-7f0d26d3c000 r--s 00000000 08:22 395444 /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-4
7f0d26d3c000-7f0d26d3d000 r--s 00000000 08:22 395428 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7f0d26d3d000-7f0d26d3e000 r--s 00000000 08:22 395420 /var/cache/fontconfig/89034621ae2a8922916bb6bfa5799546-le64.cache-4
7f0d26d3e000-7f0d26d41000 r--s 00000000 08:22 395417 /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4
7f0d26d41000-7f0d26d43000 r--s 00000000 08:22 395416 /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4
7f0d26d43000-7f0d26d4c000 r--s 00000000 08:22 395387 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4
7f0d26d4c000-7f0d26d4f000 r--s 00000000 08:22 395386 /var/cache/fontconfig/234d4d9e8dfc2082f3673b8c72fb5bb9-le64.cache-4
7f0d26d4f000-7f0d26d5a000 r--s 00000000 08:22 395294 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7f0d26d5a000-7f0d26d5c000 r--s 00000000 08:22 395237 /var/cache/fontconfig/7ced87123e2d184881c6610d82463bf1-le64.cache-4
7f0d26d5c000-7f0d26d65000 r--s 00000000 08:22 394388 /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4
7f0d26d65000-7f0d26d66000 r--s 00000000 08:22 393684 /var/cache/fontconfig/3fe29f0c9fa221c8ee16555d4835b3ab-le64.cache-4
7f0d26d66000-7f0d26d69000 r--s 00000000 08:22 393848 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4
7f0d26d69000-7f0d26d6c000 r--s 00000000 08:22 433328 /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4
7f0d26d6c000-7f0d26d6d000 r--s 00000000 08:22 420653 /var/cache/fontconfig/0b71e212b280021217d5f7cfabe11ac8-le64.cache-4
7f0d26d6d000-7f0d26d70000 rw-p 00000000 00:00 0
7f0d26d70000-7f0d26d71000 r--p 00022000 08:22 1206996 /lib/x86_64-linux-gnu/ld-2.19.so
7f0d26d71000-7f0d26d72000 rw-p 00023000 08:22 1206996 /lib/x86_64-linux-gnu/ld-2.19.so
7f0d26d72000-7f0d26d73000 rw-p 00000000 00:00 0
7ffc59b0c000-7ffc59b2d000 rw-p 00000000 00:00 0 [stack]
7ffc59b4f000-7ffc59b51000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
�[0;33mW: Caught signal 6�[0m
�[0;33mW: Stopping reloaded�[0m
�]0;USER@MACHINE-GA-970A-D3: �USER@MACHINE-GA-970A-D3:$
�[K�]0;USER@MACHINE-GA-970A-D3: �USER@MACHINE-GA-970A-D3:$ exit
exit

Script done on Sun 18 Oct 2015 08:07:03 AM CEST

Alpha Compositing

Add Alpha Compositing to veejay

  • Add alpha support to LVD_shmin, LVD_shmout, veejay SHM
  • Verify/Add alpha support in frame sender (unicast streaming)
  • Porter Duff-like operations (process in RGBA color space)
  • Find and modify all image effects that could benefit from alpha channel information
  • Find and modify all video effects that could benefit from alpha channel information
  • Add "Alpha" parameters to FX that support processing alpha channels or set alpha operator mode per chain entry separately ?
  • Add Alpha generators
  • Flag effects that
    ** use alpha-in to decide if a pixel should be rendered
    ** modify or change alpha values
    ** combine or mix alpha values
  • Allow user to:
    ** set in / out points for transition (chain fader) on sample panel
    ** choose between FX transition (pre and post FX chain blending) and source transitions (full FX render -> full FX render (b) veejay must switch sample after transition is done)

Feature: Video splitter

Split current veejay output into multiple "video streams" and push them to other veejay instances through shared memory and/or networking.

  • extend VIMS with method to retrieve: width,height,shm key,pixel format
  • extend veejay client routines to fetch remote properties
  • extend veejay client routines to fetch remote live-inputs
  • extend projection mapping setup
  • add video splitter
  • each screen maps to a remote or local running veejay (but not itself)
  • unlimited screens
  • non invasive on current running veejay

Record sample : crash when recorded

Veejay record the sample ... and then crash.

I: Recording to [Sample____8_080915_100635-0000.avi]
I: Encoding to MJPEG file [Sample____8_080915_100635-0000.avi]
I: Sample recording started , record 69 frames from sample 8 and dont play new sample
I: Recorded 69 frames
*** Error in `veejay': free(): invalid pointer: 0x00007f1a4c3d4c70 ***
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
E: No subtitle sequences present, nothing to save
I: Saved EDL to file /home/frijol/.veejay/recovery/recovery_editlist_p18753.edl
W: Saved samplelist to /home/frijol/.veejay/recovery/recovery_samplelist_p18753.sl
W: Saved Editlist to /home/frijol/.veejay/recovery/recovery_editlist_p18753.edl
W: Please report this error to http://groups.google.com/group/veejay-discussion?hl=en
W: Send at least veejay's output and include the command(s) you have used to start it.
W: Also, please consider sending in the recovery files if any have been created.
W: If you compiled it yourself, please include information about your system.
Abandon (core dumped)

Refactor xml parsing

TODO use of #DEFINE for parser commons PARSESAMPLE_START() PARSESAMPLE_END()
https://github.com/d-j-a-y/veejay/blob/master/veejay-current/veejay-server/libsample/sampleadm.c#L2978

this could indeed be refactored into a generic utility for parsing tokens from xml. it will impact libstream, libsample, vj-event.c, vjkf.c and libvevo (and thus clean up a lot of things)
i would prefer functions for this, and not defines

also, only public (non static) functions should be documented (but this has no priority for me tho)

from vj-event.c:

 #define __xml_cstr( buf, var , node, name )\
{\
if(var != NULL){\
veejay_strncpy(buf,var,strlen(var));\
xmlNewChild(node, NULL, (const xmlChar*) name, (const xmlChar*) buf );}\
}

from vjkf.c:

static   int    get_xml_int( xmlDocPtr doc, xmlNodePtr node )
{
        xmlChar *tmp = xmlNodeListGetString( doc, node->xmlChildrenNode, 1 );
        char *ch = UTF8toLAT1( tmp );
        int res = 0;
        if( ch )
        {
                res = atoi( ch );
                free(ch);
        }
        if(tmp)
                free(tmp);
        return res;
}

Veejay : New clip loaded get the previous playing sample framerate

when loading a new sample (from reloaded), the new sample get the speed of the current playing clip (not [speed 1] )

I: Create new sample from wall-corridor-essai1.avi
I: Created new sample 7 from file wall-corridor-essai1.avi
I: Playing sample 7 (FX=0, Sl=0, Speed=18, Start=0, Loop=1)
I: Sample Sample    7 [   7]/[   7] [duration:  0:00:49:14 |     1239] @       0  0:00:00:00
I: [000000000] - [000001239] @ 450.00 [speed 18] [normal looping]

lvdgmic plugin pack does not test if you have gmic installed

No check for gmic in plugin-packs/lvdgmic

:~/Downloads/veejay-git/veejay-current/plugin-packs/lvdgmic$ make
make all-recursive
make[1]: Entering directory
/home/zenny/Downloads/veejay-git/veejay-current/plugin-packs/lvdgmic' Making all in liblvdgmic make[2]: Entering directory /home/zenny/Downloads/veejay-git/veejay-current/plugin-packs/lvdgmic/liblvdgmic'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I.. -m64 -fPIC -DPIC -ftree-vectorize -O3 -ffast-math -Wall
-Wunused -DSILENT -g -O2 -MT lvdgmic.lo -MD -MP -MF
.deps/lvdgmic.Tpo -c -o lvdgmic.lo lvdgmic.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -m64 -fPIC -DPIC
-ftree-vectorize -O3 -ffast-math -Wall -Wunused -DSILENT -g -O2 -MT
lvdgmic.lo -MD -MP -MF .deps/lvdgmic.Tpo -c lvdgmic.cc -fPIC -DPIC -o
.libs/lvdgmic.o
lvdgmic.cc:4:18: fatal error: gmic.h: No such file or directory
#include <gmic.h>
^
compilation terminated.
make[2]: *** [lvdgmic.lo] Error 1
make[2]: Leaving directory
/home/zenny/Downloads/veejay-git/veejay-current/plugin-packs/lvdgmic/liblvdgmic' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /home/zenny/Downloads/veejay-git/veejay-current/plugin-packs/lvdgmic'
make: *** [all] Error 2

Decide upon unified documentation system

We want some unified documentation system which preferrably:

  • allows generating different output formats (HTML, PDF, info, ...?) from single source
  • has an easily accessible (markdown) syntax

Possible choices:

  • doxygen
  • texinfo
  • asciidoc
  • txt2tags
  • docutils / reStructuredText

Reloaded : Fx list access by keyword , not only by beginning letters

Actually in the Fx list panel (tree_effectmixlist GtkTreeView) , fx can be founded by typing the first letter of the fx name. Start typing, and the first fx name beginning by the text you wrote will be hightlighted. Arrow key to select others.

Could be awesome this could work for any world composing the fx name , and even super awesome with extra keywords describing the kind of fx (category like : blur / mirror / color / wired / .... ?)

The treeview list could be filtered (has option? ) has we start typing to match only result.

Cannot instantiate LVD shared memory reader

SHM key id not correctly passed down to lvd_shmin.so when using reloaded button 3490 - 6490

I: Hooking up plugin to shared resource 0
W: Unable to initialize LiViDO plugin 'Shared Memory Reader Veejay'
D: Instantiating plugin 'LVD Shared Memory Reader Veejay' failed due to an error
E: Failed to create new Input Stream 'Generator'
E: Unable to connect to shared resource id 0

New issues of lvd crop and scale

LVDcrop and scale was working fine though not as desired (crop and
scale should be separate entities like in the frei0r.scale0tilt
filter, but now when one crops a video it goes out of proportions (see
attached screencapture), but works fine with a picture.

FX chain & Alpha : alpha information "losted" if zoom after it

With a fx chain like that,

I: Entry 0 has effect Alpha: Set by color key
I: Entry 1 has effect Zoom

The alpha composition look rare (could be a feature!), because alpha information has'nt being affected by the zoom fx

fxchain_setbycolor_zoom_alphawrong-lq
Legende : The black is the alpha, but the girl moved to bottom left with zoom.

Question : is it a feature or not ? (has we can zoom before in effects stack in everything goes well)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.