Change audiodec rank to MARGINAL for using avdec
[platform/adaptation/emulator/gst-plugins-emulator.git] / packaging / gst-plugins-emulator.changes
1 * Thu Jan  9 16:50:00 KST 2014 Kitae Kim <kt920.kim@samsung.com>
2 - Update package version.
3
4 * Mon Nov  4 11:53:52 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
5 - Changed a way to use mmap api. It has to be called once per a process.
6   When emulator does multi decoding or encoding task in a process,
7   a virtual memory from mmap has to be the same for each thread.
8
9 * Thu Oct 24 05:50:49 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
10 - A routine to query codec element is called once per a process when loading this plugin.
11
12 * Fri Oct 18 02:41:49 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
13 - added flush_buffer routine in decoder.
14
15 * Tue Oct 15 04:51:30 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
16 - fixed prevent issues.
17
18 * Fri Oct  4 01:42:37 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
19 - changed rank of decoder elements.
20
21 * Tue Oct  1 03:16:59 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
22 - Remove unnecessary log messages.
23
24 * Mon Sep 30 02:13:23 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
25 - Added license file into rpm package.
26
27 * Tue Sep 24 12:27:50 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
28 - changed rank of each element from NONE to PRIMARY.
29
30 * Wed Sep 11 12:32:26 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
31 - changed a way to use device memory effectively.
32
33 * Wed Aug 21 06:04:11 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
34 - fixed prevent issues.
35
36 * Fri Jul  5 11:33:44 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
37 - fixed prevent issues.
38
39 * Thu Jun 27 15:04:20 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
40 - fixed prevent issues.
41
42 * Fri Jun 21 11:49:35 UTC 2013 Kitae Kim <kt920.kim@samsung.com>
43 - improved architecture of gstreamer codec plugin.