emotion, ethumb ChangeLog: Updated ChangeLog.
[profile/ivi/emotion.git] / ChangeLog
1 2007-09-01  Vincent Torri  <doursse at users dot sf dot net>
2
3         * src/modules/emotion_gstreamer.c: (em_file_open):
4         * src/modules/emotion_gstreamer_pipeline.c: (cb_handoff),
5         (emotion_pipeline_dvd_build), (emotion_pipeline_uri_build),
6         (emotion_pipeline_file_build), (_emotion_streams_sinks_get),
7         (_emotion_video_sink_fill), (_emotion_audio_sink_fill):
8         * src/modules/emotion_gstreamer_pipeline.h:
9         add the support of URI playback. Minor fixes.
10         Fix bug #114
11
12 2007-10-31  Vincent Torri  <doursse at users dot sf dot net>
13
14         * configure.in:
15         * src/bin/emotion_test_main.c:
16         * src/lib/Makefile.am:
17         * src/lib/emotion_private.h:
18         * src/lib/emotion_smart.c:
19         * src/modules/Makefile.am:
20         * src/modules/emotion_gstreamer.c:
21         Use ecore_plugin instead of dlfcn
22         The modules names are now "xine" and "gstreamer" (it's useless to add
23         the extension, as ecore_plugin does not need it).
24         Look for the modules in path that is pointed by the env variable
25         EMOTION_MODULES_DIR first.
26         Fix a leak in the gstreamer module
27         Remove some trailing spaces
28         Fix bug #223
29
30         add the support of URI playback. Minor fixes.
31         Fix bug #114
32
33 2012-04-26 Carsten Haitzler (The Rasterman)
34
35         * 1.0.0 release