summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2012-10-01tools: add -L paths to the final commandAndoni Morales Alastruey1-0/+1
2012-10-01tools: don't ignore non libtool libraries properlyAndoni Morales Alastruey1-10/+9
2012-10-01Remove unneeded ""Sebastian Dröge1-1/+1
2012-10-01Pass -llog and -landroid directly to the linkerSebastian Dröge1-4/+9
2012-09-28ndk-build: document, refactor and clean-upAndoni Morales Alastruey2-27/+59
2012-09-28gstreamre.mk: use gold linkerAndoni Morales Alastruey1-1/+1
2012-09-28gstreamer.mk: hide the libtool commandAndoni Morales Alastruey1-1/+1
2012-09-28gstreamer.mk: error out if the root path doesn't existAndoni Morales Alastruey1-0/+4
2012-09-28gstreamer.mk: fix more portability issuesAndoni Morales Alastruey1-2/+2
2012-09-28ndk-build: rewrite libtool commands for makeAndoni Morales Alastruey3-11194/+198
2012-09-28gstreamer.mk: fix call to copy functionAndoni Morales Alastruey1-1/+1
2012-09-28gstreamer.mk: fix typoAndoni Morales Alastruey1-3/+3
2012-09-27gstreamer.mk: use GnuMake's functions and host defined commands for portabilityAndoni Morales Alastruey1-10/+11
2012-09-26glib-networking: install static gio modules in the static subfolderAndoni Morales Alastruey1-1/+1
2012-09-25gstreamer.mk: add license headers and reformatAndoni Morales Alastruey1-39/+75
2012-09-25gstreamer.mk: clean-up messagesAndoni Morales Alastruey1-4/+7
2012-09-25ndk-build: add missing includesAndoni Morales Alastruey1-0/+1
2012-09-25ndk-build: make libtool relocatableAndoni Morales Alastruey2-4/+14
2012-09-25ndk-build: make pkg-config files relocatablesAndoni Morales Alastruey1-1/+3
2012-09-25ndk-build: use a private copy of libtoolAndoni Morales Alastruey2-2/+11164
2012-09-25ndk-build: enable usage outside the sdk-shellAndoni Morales Alastruey1-3/+5
2012-09-21Change the logcat tag so the colon does not interfere with the shellXavi Artigas1-1/+1
2012-09-21Throw exceptions properly, and a bit of error resilience.Xavi Artigas1-2/+5
2012-09-20Throw exception on initialization problems, and tell Java about it.Xavi Artigas2-2/+8
2012-09-20ndk-build: fix skip Prebuilt step skippedAndoni Morales Alastruey1-0/+4
2012-09-20gstreamer.mk: fix deps for gnutlsAndoni Morales Alastruey1-3/+10
2012-09-20ndk-build: rename PREFIX to ROOT as in sdk-shellAndoni Morales Alastruey1-4/+4
2012-09-20ndk-build: rename some variablesAndoni Morales Alastruey1-6/+13
2012-09-20ndk-build: add support for static gio modulesAndoni Morales Alastruey2-2/+20
2012-09-20It's GStreamer.init(), not GStreamer.Init(). Java coding styleSebastian Dröge2-2/+2
2012-09-20Set lots of environment variables during GStreamer initializationSebastian Dröge1-11/+132
2012-09-20Move all GStreamer initialization code to gst_android_init()Sebastian Dröge1-9/+9
2012-09-20Change default debug level to WARNING, not ERRORSebastian Dröge1-1/+1
2012-09-19Do not call gst_init() in the OnLoad method. A new GStreamer java class is cr...Xavi Artigas3-4/+40
2012-09-13Add a replacement for yet another inconsistently-named pluginXavi Artigas1-0/+1
2012-09-11Add plugin-fix-rules for the gnonlin pluginSebastian Dröge1-0/+1
2012-09-06gstreamer_android.c.in: strip the message logs a bitAndoni Morales Alastruey1-13/+8
2012-09-06gstreamer.mk: fix undefined symbols linkind libxml2Andoni Morales Alastruey1-6/+11
2012-09-06Improve indention of gstreamer_android.c.inSebastian Dröge1-13/+14
2012-09-06Use functions instead of environment variables to set GStreamer debug loggingSebastian Dröge1-1/+4
2012-09-06gstreamer_android.c.in: redirect gstreamer log to logcatAndoni Morales Alastruey1-0/+60
2012-09-06gstreamer.mk: compile with -Wall -WerrorAndoni Morales Alastruey1-1/+1
2012-09-06gstreamer.mk: fix encodebin linkAndoni Morales Alastruey1-0/+5
2012-09-05gstreamer.mk: remove code that the was left by mistakeAndoni Morales Alastruey1-10/+4
2012-09-05gstreamer.mk: link -llog in the right placeAndoni Morales Alastruey1-3/+3
2012-09-05gstreamer.mk: link with 'log' fot logcatAndoni Morales Alastruey1-3/+9
2012-09-04gstreamer.mk: use the gold linker to fix a bug in the default compilerAndoni Morales Alastruey1-1/+3
2012-09-04gstreamer.mk: fix link for the uridecodebin pluginAndoni Morales Alastruey1-2/+7
2012-09-04gstreamer.mk: fix link for the playback pluginAndoni Morales Alastruey1-0/+2
2012-09-04gstreamer.mk: use MODULE_NAME instead of LIB_NAMEAndoni Morales Alastruey1-10/+8