[vlc-devel] vlc-soc.git: modules/modules.c: Use "../modules" as a search path for the VLC.framework. (pdherbemont_branch)

Pierre d'Herbemont pdherbemont at free.fr
Sat Jun 2 14:59:45 CEST 2007


commit b517a086a9ac7a4a0cc100eb21baf1920b70dbfe
Pierre d'Herbemont, Sat, 2 Jun 2007 14:55:44 +0200

modules/modules.c: Use "../modules" as a search path for the VLC.framework.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=b517a086a9ac7a4a0cc100eb21baf1920b70dbfe 


commit 1e2fe5759cc96a7dbfc52ae434255517bf531eb3
Pierre d'Herbemont, Sat, 2 Jun 2007 14:54:55 +0200

misc/darwin_specific.c: Make sure we recognize the framework, and that our path is set well.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=1e2fe5759cc96a7dbfc52ae434255517bf531eb3 


commit bf2b24b9d3e90c39b7da0204185b8f4b0a192f0a
Pierre d'Herbemont, Sat, 2 Jun 2007 13:53:17 +0200

Mac OS X Framework: Change the include path to @loader_path/../lib in order libraries linked from libraries in lib/ to be loaded.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=bf2b24b9d3e90c39b7da0204185b8f4b0a192f0a 


commit e62efb57a448ec7c30b32f98e2580831031bd794
Pierre d'Herbemont, Fri, 11 May 2007 18:11:52 +0200

Mac OS X Framework: Don't use -mdynamic-no-pic at all. (we'll have to use it back for vlc bin, but it is for later).

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=e62efb57a448ec7c30b32f98e2580831031bd794 


commit e8f9857f55f8036127cf59e9abcecc10683da933
Pierre d'Herbemont, Fri, 4 May 2007 20:12:05 +0200

Mac OS X Framework: Make sure we don't block call back thread if main thread is busy.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=e8f9857f55f8036127cf59e9abcecc10683da933 


commit 66113ec1adadb9588a287f860862bcd5a9f8f6ff
Pierre d'Herbemont, Fri, 4 May 2007 16:08:15 +0200

Mac OS X Framework: Implement VLCTime.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=66113ec1adadb9588a287f860862bcd5a9f8f6ff 


commit 7bf50e5a5f17ff67a5020d67baa4a437a6290821
Pierre d'Herbemont, Tue, 1 May 2007 20:05:28 +0200

Mac OS X Framework: Enable multiple thread to connect on the connection object.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=7bf50e5a5f17ff67a5020d67baa4a437a6290821 


commit f4d08aab272af65cfa2df078b7caa1b0a93cc7e2
Pierre d'Herbemont, Mon, 30 Apr 2007 01:23:46 +0200

Mac OS X Framework: Fix event sending on main thread by directly using IMP rather than NSInvocation.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=f4d08aab272af65cfa2df078b7caa1b0a93cc7e2 


commit 9caf506dafc637f26689588b85d4a68bc59d7a6b
Pierre d'Herbemont, Tue, 1 May 2007 20:08:02 +0200

MediaControl: Add support for p_input event.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=9caf506dafc637f26689588b85d4a68bc59d7a6b 


commit 8b58bb9a1c48555e7f3f9127607c6054bf8c50b4
Pierre d'Herbemont, Sat, 28 Apr 2007 23:03:01 +0200

Mac OS X Framework: Add debug compilation flags.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=8b58bb9a1c48555e7f3f9127607c6054bf8c50b4 


commit 29130930a0df2b9b953c42198d34cd276af69dfb
Pierre d'Herbemont, Sat, 28 Apr 2007 15:41:56 +0200

Mac OS X gui: Make sure we unregister from our superview

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=29130930a0df2b9b953c42198d34cd276af69dfb 


commit cc68a650cec9cd07d2fac126cacedb47330d5034
Pierre d'Herbemont, Sat, 28 Apr 2007 15:11:38 +0200

Mac OS X Framework: Provide NSOutlineView data source functionality from a new class VLCPlaylistDataSource.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=cc68a650cec9cd07d2fac126cacedb47330d5034 


commit 233791a7f52afb5f40f301e006f1283e1776dd90
Pierre d'Herbemont, Sat, 28 Apr 2007 12:23:51 +0200

MediaControl: Make sure we delete the callback in libvlc too.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=233791a7f52afb5f40f301e006f1283e1776dd90 


commit 2d95138818559256e549989f9d61d2ffc0b7c7fe
Pierre d'Herbemont, Sat, 28 Apr 2007 12:09:58 +0200

Mac OS X Framework: Post VolumeDidChange notification.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=2d95138818559256e549989f9d61d2ffc0b7c7fe 


commit 5866101095ad034bca51f673d484fe6a78c27ff3
Pierre d'Herbemont, Sat, 28 Apr 2007 11:50:37 +0200

Mac OS X Framework: Use only the filename as the (temporary) title.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=5866101095ad034bca51f673d484fe6a78c27ff3 


commit f17d1f81a8c5280d75aba396f7ef637efd671e89
Pierre d'Herbemont, Sat, 28 Apr 2007 11:01:22 +0200

MediaControl: Correct type for var_AddCallback callback param.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=f17d1f81a8c5280d75aba396f7ef637efd671e89 


commit bc1657b888991366558fd3f2e9090eb4c3bd26b5
Pierre d'Herbemont, Sat, 28 Apr 2007 10:57:40 +0200

MediaControl: Handle private user data in event registering.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=bc1657b888991366558fd3f2e9090eb4c3bd26b5 


commit 0fe8bbd64cebb406d07f3854ec478f927adf9d92
Pierre d'Herbemont, Fri, 27 Apr 2007 23:35:09 +0200

MediaControl: Make sure we don't leak ppsz_argv.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=0fe8bbd64cebb406d07f3854ec478f927adf9d92 


commit dc9691500184e8a4eb10221f29dd0d4ec8610fb6
Pierre d'Herbemont, Fri, 27 Apr 2007 23:16:16 +0200

MediaControl: Add an infrastructure for event listening.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=dc9691500184e8a4eb10221f29dd0d4ec8610fb6 


commit 2444dc7e053f653eca6da0d5004841fb6df26cac
Pierre d'Herbemont, Thu, 26 Apr 2007 22:42:00 +0200

Mac OS X Framework: More about playlist.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=2444dc7e053f653eca6da0d5004841fb6df26cac 


commit 5f61ec9eb2ea62f0f95cc871c447f431d29b3c59
Pierre d'Herbemont, Thu, 26 Apr 2007 18:52:30 +0200

Mac OS X Framework: Prefer to use mediacontrol_MediaTime as advised by Oliver Aubert.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=5f61ec9eb2ea62f0f95cc871c447f431d29b3c59 


commit 81e470c9a81ee0c39d1abbc5cd11fef8aa6b9b0f
Pierre d'Herbemont, Thu, 26 Apr 2007 17:47:25 +0200

Mac OS X Framework: Properly initialize mediacontrol_Position.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=81e470c9a81ee0c39d1abbc5cd11fef8aa6b9b0f 


commit 2b95361d3f229cad52e90dad1a9c6db292db0e8f
Pierre d'Herbemont, Sun, 22 Apr 2007 19:23:43 +0200

Mac OS X Framework: Fix contrib linking against the framework.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=2b95361d3f229cad52e90dad1a9c6db292db0e8f 


commit 27541dc774c47605b586a95feaf869ebea3605f5
Pierre d'Herbemont, Sun, 22 Apr 2007 17:57:48 +0200

Mac OS X Framework: Allow multiple choice on the test.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=27541dc774c47605b586a95feaf869ebea3605f5 


commit 0aff32005af0635f7f62bb99a42c5b6cf65cb11c
Pierre d'Herbemont, Sun, 22 Apr 2007 17:34:43 +0200

Mac OS X Framework: Follow Apple's Coding Guidelines for Cocoa.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=0aff32005af0635f7f62bb99a42c5b6cf65cb11c 


commit 6daf9259cb942b124544d1af3bb14a6eed11aca3
Pierre d'Herbemont, Sun, 22 Apr 2007 01:43:06 +0200

Mac OS X Framework: Remove unuseful msg_Err output.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=6daf9259cb942b124544d1af3bb14a6eed11aca3 


commit 981666c371c1d1b054797082d531cbb1f7d5273f
Pierre d'Herbemont, Sun, 22 Apr 2007 01:39:51 +0200

Mac OS X Framework: Properly use exception_init().

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=981666c371c1d1b054797082d531cbb1f7d5273f 


commit 2f38246315d3d7bb9ffac06dd6de84a2c5f114ca
Pierre d'Herbemont, Sun, 22 Apr 2007 01:21:30 +0200

Mac OS X Framework: Define the stretchVideo property.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=2f38246315d3d7bb9ffac06dd6de84a2c5f114ca 


commit 26ca9edfc155fd805693b879c9498cd56c8b65c5
Pierre d'Herbemont, Sun, 22 Apr 2007 01:12:21 +0200

Mac OS X Framework: Don't forget new interface files.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=26ca9edfc155fd805693b879c9498cd56c8b65c5 


commit 0246cf010483c95638143e56f4f57f56ebbcc2e2
Pierre d'Herbemont, Sun, 22 Apr 2007 00:44:27 +0200

Mac OS X Framework: Handle exception properly.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=0246cf010483c95638143e56f4f57f56ebbcc2e2 


commit 9e1f413feba280e7f1cc6bb93905b4c6087d405c
Pierre d'Herbemont, Sun, 22 Apr 2007 01:23:24 +0200

Mac OS X Framework: Correctly pass vlc arguments. (Reported by Olivier Aubert).

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=9e1f413feba280e7f1cc6bb93905b4c6087d405c 


commit ff84636b066f4b92646f60c12dfafe1ff7315501
Pierre d'Herbemont, Sat, 21 Apr 2007 23:16:44 +0200

Mac OS X Framework: Don't forget trailing space.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=ff84636b066f4b92646f60c12dfafe1ff7315501 


commit 763d49e4acf8e5fee07f5282308d1f969481f2bc
Pierre d'Herbemont, Sat, 21 Apr 2007 23:08:27 +0200

Mac OS X Framework: Don't forget trailing return.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=763d49e4acf8e5fee07f5282308d1f969481f2bc 


commit 6cb3f3cfc35aed7c4b7499014b8a5f12c19fafa3
Pierre d'Herbemont, Sat, 21 Apr 2007 23:06:22 +0200

Mac OS X Framework: Small comment on -addVoutSubview:

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=6cb3f3cfc35aed7c4b7499014b8a5f12c19fafa3 


commit 6a4a6a49f32d5515bc7bb3a3c6007d60f50bdc67
Pierre d'Herbemont, Sat, 21 Apr 2007 22:48:35 +0200

Mac OS X Framework: Remove now unuseful comment about not supported exception.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=6a4a6a49f32d5515bc7bb3a3c6007d60f50bdc67 


commit 4b7775230984479463966bdb155b66179e0feb07
Pierre d'Herbemont, Sat, 21 Apr 2007 22:46:35 +0200

Mac OS X Framework: Handle mediacontrol exception.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=4b7775230984479463966bdb155b66179e0feb07 


commit 01f2afba085e1063892915126e1137264366f2f8
Pierre d'Herbemont, Wed, 25 Apr 2007 10:38:06 +0200

Mac OS X Framework: Remove macosx intf as it will soon be part of the framework.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=01f2afba085e1063892915126e1137264366f2f8 


commit ecdbb885e5785ac4b4f4a3bc9b7b5724954ac627
Pierre d'Herbemont, Sat, 21 Apr 2007 20:15:27 +0200

Mac OS X Framework: Implement just enough to make the test app works.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=ecdbb885e5785ac4b4f4a3bc9b7b5724954ac627 


commit 9ea173ac13afbf48f71296df326129f2a9ff6f94
Pierre d'Herbemont, Fri, 20 Apr 2007 19:51:54 +0200

Mac OS X Framework: Make sure the root directory is the framework directory if linked to it. This allow the plugin folder to be in the framework directory.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=9ea173ac13afbf48f71296df326129f2a9ff6f94 


commit 211a393b9abf185566bfd3356b38f4908984baae
Pierre d'Herbemont, Tue, 17 Apr 2007 00:00:18 +0200

Mac OS X Framework: Make sure we use -fno-common when building libvlc.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=211a393b9abf185566bfd3356b38f4908984baae 


commit 818bff10f80af67f0a2ac675c9170113313bb42f
Pierre d'Herbemont, Mon, 16 Apr 2007 23:31:03 +0200

Mac OS X Framework: Make sure libvlc doesn't use -mdynamic-no-pic.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=818bff10f80af67f0a2ac675c9170113313bb42f 


commit 388722054aa7a21af4ddc2a4b7151d24eccc9801
Pierre d'Herbemont, Mon, 16 Apr 2007 19:36:57 +0200

Mac OS X Framework: Use @loader_path instead of @executable_path to allow a plugin to be linked to the framework.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=388722054aa7a21af4ddc2a4b7151d24eccc9801 


commit 4bb9ea16c40305403ba22756edd8255ddb9eb047
Pierre d'Herbemont, Sun, 15 Apr 2007 15:15:11 +0200

Mac OS X Framework: Use the VLCVideoView in the test application, to demo how VLCVideoView could be used.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=4bb9ea16c40305403ba22756edd8255ddb9eb047 


commit 7b1d3e719d2b8a1783e36d084b8f5789d134ead6
Pierre d'Herbemont, Sun, 15 Apr 2007 15:12:26 +0200

Mac OS X Framework: VLCVideoView first draft.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=7b1d3e719d2b8a1783e36d084b8f5789d134ead6 


commit f3551367b9b506633b5cb62fce834fef410214f2
Pierre d'Herbemont, Sat, 14 Apr 2007 22:55:52 +0200

Mac OS X Framework: Fix typos in VLC.h about my email address.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=f3551367b9b506633b5cb62fce834fef410214f2 


commit 5bdba86991d102b94e2dce9c21245f4e7d9339fc
Pierre d'Herbemont, Sat, 14 Apr 2007 22:53:03 +0200

Mac OS X Framework: Make it link to libvlc.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=5bdba86991d102b94e2dce9c21245f4e7d9339fc 


commit 16678296fb93b748497b6bcdca7d4068026c2595
Pierre d'Herbemont, Fri, 13 Apr 2007 17:43:29 +0200

Mac OS X: Add a test application for the stub framework.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=16678296fb93b748497b6bcdca7d4068026c2595 


commit 58b496859b88ea9e10d0b70de4b75cace4e5ad73
Pierre d'Herbemont, Sat, 19 May 2007 18:32:10 +0200

Mac OS X Framework: Initial creation.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=58b496859b88ea9e10d0b70de4b75cace4e5ad73 


 Makefile.am                                        |   40 +-
 NEWS                                               |   10 +
 THANKS                                             |    4 +
 activex/plugin.cpp                                 |   14 -
 bindings/java/Makefile.am                          |    5 +-
 bindings/java/VLCExample.java                      |    8 +
 bindings/java/includes/Audio.h                     |    8 +
 bindings/java/org/videolan/jvlc/Audio.java         |  134 +-
 bindings/java/org/videolan/jvlc/JVLC.java          |    2 +-
 bindings/java/org/videolan/jvlc/JVLCCanvas.java    |   13 +
 .../org/videolan/jvlc/listener/VolumeListener.java |    8 +
 bindings/java/src/Makefile.am                      |    4 +-
 bindings/java/src/callback-jni.cc                  |   73 +
 bindings/java/src/core-jni.cc                      |    2 +-
 bindings/python/vlc_instance.c                     |    9 +-
 bindings/python/vlc_internal.c                     |    2 +-
 bindings/python/vlc_mediacontrol.c                 |   17 +-
 bindings/python/vlc_module.c                       |    3 -
 bindings/python/vlc_position.c                     |   49 +-
 bindings/python/vlcglue.h                          |   23 +-
 bootstrap                                          |   14 +
 configure.ac                                       |  212 +-
 doc/release-howto.txt                              |    3 +
 extras/MacOSX/Framework/Makefile                   |    6 +-
 .../English.lproj/Extended.nib/classes.nib         |   24 +-
 .../Resources/English.lproj/Extended.nib/info.nib  |   14 +-
 .../English.lproj/Extended.nib/keyedobjects.nib    |  Bin 22368 -> 22423 bytes
 extras/contrib/bootstrap                           |  182 +-
 extras/contrib/src/Distributions/darwin.mak        |    2 +-
 extras/contrib/src/Distributions/debian.mak        |    2 +-
 extras/contrib/src/Distributions/fedora.mak        |    2 +-
 extras/contrib/src/Distributions/netbox3.mak       |    5 +
 extras/contrib/src/Distributions/unix.mak          |    2 +-
 extras/contrib/src/Distributions/win32.mak         |    3 +-
 extras/contrib/src/Makefile                        |  105 +-
 extras/contrib/src/Patches/ffmpeg-svn-grab.patch   |   10 +
 .../src/Patches/ffmpeg-svn-internal-define.patch   |   13 +
 extras/contrib/src/Patches/ffmpeg-svn-nofile.patch |   13 -
 extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch |   22 +
 extras/contrib/src/Patches/fribidi-uclibc.patch    |   31 +
 .../src/Patches/libiconv-autoconf-uclibc.patch     |   24 +
 extras/contrib/src/Patches/live-config.patch       |   21 +
 extras/contrib/src/Patches/live-noapps.patch       |   13 +
 extras/contrib/src/Patches/live-starttime.patch    |    9 +-
 extras/contrib/src/Patches/xml2-uclibc.patch       |   12 +
 extras/contrib/src/packages.mak                    |    5 +-
 include/main.h                                     |   45 +-
 include/vlc/libvlc.h                               |   92 +-
 include/vlc/libvlc_structures.h                    |  189 +
 include/vlc/vlc.h                                  |    8 +-
 include/vlc_common.h                               |   21 +-
 include/vlc_config_cat.h                           |    4 +-
 include/vlc_configuration.h                        |    3 +-
 include/vlc_input.h                                |    4 +-
 include/vlc_keys.h                                 |    4 +-
 include/vlc_network.h                              |    4 +-
 include/vlc_objects.h                              |    5 +
 include/vlc_stream.h                               |    2 -
 include/vlc_symbols.h                              |   88 +-
 include/vlc_threads_funcs.h                        |    7 +
 include/vlc_url.h                                  |   18 +-
 libs/srtp/Makefile.am                              |   20 +-
 libs/srtp/srtp.c                                   |   34 +-
 libs/srtp/test-recv.c                              |  173 +
 modules/LIST                                       |    7 +
 modules/access/Modules.am                          |    1 +
 modules/access/bda/bda.c                           |  133 +-
 modules/access/bda/bda.h                           |    9 +-
 modules/access/bda/bdadefs.h                       |  101 +
 modules/access/bda/bdagraph.cpp                    |  316 +-
 modules/access/bda/bdagraph.h                      |    6 +-
 modules/access/dv.c                                |    2 +-
 modules/access/dvdnav.c                            |    6 +-
 modules/access/eyetv.c                             |  636 +-
 modules/access/http.c                              |   24 +-
 modules/access/jack.c                              |  491 +
 modules/access/mms/buffer.c                        |    3 +-
 modules/access/mms/buffer.h                        |    2 +-
 modules/access/rtsp/real.h                         |    2 +-
 modules/access/rtsp/real_asmrp.c                   |    6 +-
 modules/access/v4l2.c                              |   16 +-
 modules/access_filter/timeshift.c                  |  127 +-
 modules/access_output/bonjour.c                    |    2 +-
 modules/access_output/udp.c                        |    2 +-
 modules/audio_filter/converter/mpgatofixed32.c     |    2 +-
 modules/audio_filter/equalizer.c                   |    2 +-
 modules/audio_output/alsa.c                        |    4 +-
 modules/audio_output/directx.c                     |    2 +-
 modules/audio_output/hd1000a.cpp                   |    2 +-
 modules/audio_output/oss.c                         |    2 +-
 modules/audio_output/waveout.c                     |    2 +-
 modules/codec/a52.c                                |   15 +-
 modules/codec/dts.c                                |   15 +-
 modules/codec/faad.c                               |    6 +-
 modules/codec/ffmpeg/audio.c                       |   22 +-
 modules/codec/ffmpeg/demux.c                       |   13 +-
 modules/codec/ffmpeg/encoder.c                     |   11 +-
 modules/codec/ffmpeg/ffmpeg.c                      |  405 +-
 modules/codec/ffmpeg/postprocess.c                 |    2 +-
 modules/codec/ffmpeg/scale.c                       |    9 +-
 modules/codec/ffmpeg/video.c                       |   17 +-
 modules/codec/ffmpeg/video_filter.c                |   20 +-
 modules/codec/flac.c                               |   17 +-
 modules/codec/libmpeg2.c                           |   16 +-
 modules/codec/mpeg_audio.c                         |   17 +-
 modules/codec/speex.c                              |    2 +-
 modules/codec/x264.c                               |   10 +-
 modules/codec/xvmc/xxmc.c                          |    8 +-
 modules/control/dbus.c                             |  109 +-
 modules/control/dbus.h                             |   12 +-
 modules/control/gestures.c                         |    2 +-
 modules/control/hotkeys.c                          |   96 +-
 modules/control/http/http.c                        |   14 +-
 modules/control/http/macro.c                       |    2 +-
 modules/control/netsync.c                          |    4 +-
 modules/control/ntservice.c                        |    2 +-
 modules/control/rc.c                               |    6 +-
 modules/control/telnet.c                           |    6 +-
 modules/demux/avi/avi.c                            |   48 +-
 modules/demux/flac.c                               |  462 +-
 modules/demux/live555.cpp                          |    4 +-
 modules/demux/mkv.cpp                              |   15 +-
 modules/demux/mp4/libmp4.c                         |  131 +-
 modules/demux/mp4/libmp4.h                         |   15 +
 modules/demux/mp4/mp4.c                            |  110 +-
 modules/demux/mpeg/m4a.c                           |   67 +-
 modules/demux/playlist/Modules.am                  |    2 +-
 modules/demux/playlist/asx.c                       |   76 +-
 modules/demux/playlist/gvp.c                       |    2 +-
 modules/demux/playlist/luaplaylist.c               |  614 ++
 modules/demux/playlist/m3u.c                       |   13 +-
 modules/demux/playlist/playlist.c                  |    7 +
 modules/demux/playlist/playlist.h                  |    3 +
 modules/demux/playlist/podcast.c                   |    2 +-
 modules/demux/playlist/xspf.c                      |   21 +-
 modules/demux/ps.c                                 |    2 +-
 modules/demux/ts.c                                 |   75 +-
 modules/demux/ty.c                                 |    2 +-
 modules/demux/wav.c                                |    2 +-
 modules/gui/beos/InterfaceWindow.cpp               |    2 +-
 modules/gui/macosx/intf.m                          |    2 +-
 modules/gui/ncurses.c                              |    8 +-
 modules/gui/pda/pda.c                              |    6 +-
 modules/gui/pda/pda_callbacks.c                    |    2 +-
 modules/gui/qnx/aout.c                             |    2 +-
 modules/gui/qnx/vout.c                             |    6 +-
 .../gui/qt4/components/complete_preferences.cpp    |    2 +-
 modules/gui/qt4/components/open.cpp                |  591 +-
 modules/gui/qt4/components/open.hpp                |   20 +
 modules/gui/qt4/dialogs/interaction.cpp            |    1 +
 modules/gui/qt4/dialogs/open.cpp                   |   20 +-
 modules/gui/qt4/dialogs/open.hpp                   |    2 +-
 modules/gui/qt4/dialogs/preferences.cpp            |   17 +-
 modules/gui/qt4/dialogs_provider.cpp               |   14 +-
 modules/gui/qt4/dialogs_provider.hpp               |    1 +
 modules/gui/qt4/input_manager.cpp                  |   17 +-
 modules/gui/qt4/input_manager.hpp                  |    2 +-
 modules/gui/qt4/main_interface.cpp                 |   78 +-
 modules/gui/qt4/main_interface.hpp                 |    5 +-
 modules/gui/qt4/menus.cpp                          |   34 +-
 modules/gui/qt4/menus.hpp                          |    2 +-
 modules/gui/qt4/playlist_model.cpp                 |    2 +
 modules/gui/qt4/qt4.cpp                            |   20 +
 modules/gui/qt4/ui/open.ui                         |   97 +-
 modules/gui/qt4/ui/open_capture.ui                 |   59 +-
 modules/gui/qt4/ui/open_disk.ui                    |  119 +-
 modules/gui/qt4/ui/open_file.ui                    |   17 +-
 modules/gui/qt4/ui/open_net.ui                     |   20 +-
 modules/gui/qt4/ui/sprefs_audio.ui                 |   18 +
 modules/gui/qt4/ui/sprefs_input.ui                 |   14 +
 modules/gui/qt4/ui/sprefs_interface.ui             |   10 +
 modules/gui/qt4/ui/sprefs_subtitles.ui             |   12 +-
 modules/gui/qt4/ui/sprefs_video.ui                 |   17 +
 modules/gui/qt4/util/customwidgets.cpp             |   28 +
 modules/gui/qt4/util/customwidgets.hpp             |    6 +
 modules/gui/skins2/win32/win32_factory.cpp         |    8 +-
 modules/gui/wxwidgets/dialogs.cpp                  |    4 +-
 modules/gui/wxwidgets/dialogs/playlist.cpp         |   40 +-
 modules/gui/wxwidgets/dialogs/playlist.hpp         |    2 +-
 modules/gui/wxwidgets/dialogs/preferences.cpp      |    6 +-
 .../gui/wxwidgets/dialogs/preferences_widgets.cpp  |    6 +-
 modules/gui/wxwidgets/dialogs/vlm/vlm_panel.cpp    |    2 +-
 modules/gui/wxwidgets/dialogs/wizard.cpp           |    8 +-
 modules/gui/wxwidgets/extrapanel.cpp               |    4 +-
 modules/gui/wxwidgets/playlist_manager.cpp         |   21 +-
 modules/gui/wxwidgets/wxwidgets.cpp                |    4 +-
 modules/meta_engine/id3genres.h                    |    2 +-
 modules/misc/dummy/input.c                         |    3 +-
 modules/misc/playlist/xspf.c                       |   12 +
 modules/misc/rtsp.c                                |    2 +-
 modules/misc/svg.c                                 |    3 +-
 modules/misc/testsuite/test4.c                     |    2 +-
 modules/mux/avi.c                                  |    2 +-
 modules/mux/mp4.c                                  |   16 +-
 modules/mux/mpeg/csa.h                             |    2 +-
 modules/packetizer/h264.c                          |   13 +-
 modules/packetizer/mpeg4audio.c                    |   15 +-
 modules/packetizer/mpeg4video.c                    |   24 +-
 modules/packetizer/mpegvideo.c                     |   27 +-
 modules/packetizer/vc1.c                           |   19 +-
 modules/stream_out/bridge.c                        |    7 +-
 modules/stream_out/mosaic_bridge.c                 |    6 +-
 modules/stream_out/switcher.c                      |   18 +-
 modules/stream_out/transcode.c                     |    2 +-
 modules/video_chroma/Modules.am                    |    5 +
 modules/video_chroma/i420_rgb16.c                  |    2 +-
 modules/video_chroma/i420_yuy2.c                   |  299 +-
 modules/video_chroma/i420_yuy2.h                   |  135 +-
 modules/video_filter/blend.c                       |  214 +-
 modules/video_filter/clone.c                       |    3 +-
 modules/video_filter/crop.c                        |    9 +-
 modules/video_filter/deinterlace.c                 |   12 +-
 modules/video_filter/logo.c                        |   10 +-
 modules/video_filter/magnify.c                     |    6 +-
 modules/video_filter/mosaic.c                      |    3 +-
 modules/video_filter/mosaic.h                      |    2 +-
 modules/video_filter/opencv_wrapper.c              |    7 +-
 modules/video_filter/osdmenu.c                     |   22 +-
 modules/video_filter/psychedelic.c                 |    3 +-
 modules/video_filter/puzzle.c                      |    3 +-
 modules/video_filter/rss.c                         |   22 +-
 modules/video_filter/sharpen.c                     |   19 +-
 modules/video_filter/transform.c                   |    3 +-
 modules/video_filter/wall.c                        |    4 +-
 modules/video_output/Modules.am                    |    2 -
 modules/video_output/caca.c                        |    2 +-
 modules/video_output/directx/Modules.am            |   17 -
 modules/video_output/fb.c                          |    2 +-
 modules/video_output/ggi.c                         |    2 +-
 modules/video_output/glide.c                       |    2 +-
 modules/video_output/image.c                       |    8 +-
 modules/video_output/msw/Modules.am                |   29 +
 modules/video_output/{directx => msw}/direct3d.c   |   95 +-
 modules/video_output/{directx => msw}/directx.c    |   42 +-
 modules/video_output/{directx => msw}/events.c     |  101 +-
 modules/video_output/{directx => msw}/glwin32.c    |   25 +-
 modules/video_output/{directx => msw}/vout.h       |   66 +-
 modules/video_output/msw/wingdi.c                  |  919 ++
 modules/video_output/qte/qte.cpp                   |    2 +-
 modules/video_output/sdl.c                         |    6 +-
 modules/video_output/svgalib.c                     |    2 +-
 modules/video_output/wingdi.c                      | 1362 ---
 modules/video_output/x11/xcommon.c                 |  109 +-
 modules/video_output/x11/xcommon.h                 |   14 +
 modules/visualization/galaktos/plugin.c            |    4 +-
 modules/visualization/goom.c                       |    7 +-
 modules/visualization/visual/visual.c              |    7 +-
 mozilla/vlcplugin.cpp                              |   14 -
 po/POTFILES.in                                     |   25 +-
 po/af.po                                           | 3660 ++++----
 po/ar.po                                           | 3726 +++++----
 po/bn.po                                           | 3671 ++++----
 po/ca.po                                           | 3927 +++++----
 po/co.po                                           | 3660 ++++----
 po/cs.po                                           | 3815 +++++----
 po/da.po                                           | 3866 +++++----
 po/de.po                                           | 3936 +++++----
 po/el.po                                           | 3804 +++++----
 po/en_GB.po                                        | 3869 +++++----
 po/es.po                                           | 3923 +++++----
 po/eu.po                                           | 3710 +++++----
 po/fa.po                                           | 1098 ++-
 po/fr.po                                           | 3921 +++++----
 po/fur.po                                          | 3745 +++++----
 po/gl.po                                           | 3906 +++++----
 po/he.po                                           | 3737 +++++----
 po/hi.po                                           | 3684 ++++----
 po/hu.po                                           | 3869 +++++----
 po/it.po                                           | 2501 +++--
 po/ja.po                                           | 3873 +++++----
 po/ka.po                                           | 3779 +++++----
 po/ko.po                                           | 3891 +++++----
 po/lt.po                                           | 3663 ++++----
 po/lv.po                                           | 3695 +++++----
 po/ms.po                                           | 5001 ++++++-----
 po/my.po                                           | 4578 +++++----
 po/ne.po                                           | 4987 ++++++-----
 po/nl.po                                           | 4824 ++++++-----
 po/no.po                                           | 4719 ++++++----
 po/oc.po                                           | 4647 ++++++----
 po/pa.po                                           | 4562 +++++----
 po/pl.po                                           | 4760 ++++++----
 po/ps.po                                           | 4578 +++++----
 po/pt_BR.po                                        | 4822 ++++++-----
 po/pt_PT.po                                        | 4230 +++++----
 po/ro.po                                           | 9905 ++++++++++----------
 po/ru.po                                           | 4992 ++++++-----
 po/sk.po                                           | 4995 ++++++-----
 po/sl.po                                           | 2672 +++---
 po/sq.po                                           | 4565 +++++----
 po/sv.po                                           | 4908 ++++++-----
 po/tet.po                                          | 4578 +++++----
 po/th.po                                           | 4651 ++++++----
 po/tl.po                                           | 4578 +++++----
 po/tr.po                                           | 4709 ++++++----
 po/vlc.pot                                         | 3834 +++++----
 po/zh_CN.po                                        | 4721 ++++++----
 po/zh_TW.po                                        | 4676 ++++++----
 share/Makefile.am                                  |    9 +
 share/luaplaylist/README.txt                       |   58 +
 share/luaplaylist/dailymotion.lua                  |   36 +
 share/luaplaylist/googlevideo.lua                  |   15 +
 share/luaplaylist/metacafe.lua                     |   34 +
 share/luaplaylist/youtube.lua                      |   44 +
 share/luaplaylist/youtube_homepage.lua             |   30 +
 src/Makefile.am                                    |   33 +-
 src/audio_output/intf.c                            |   16 +-
 src/audio_output/output.c                          |    5 +-
 src/control/core.c                                 |   10 +
 src/control/event.c                                |  149 +
 src/control/libvlc_internal.h                      |   19 +-
 src/control/vlm.c                                  |  572 +-
 src/extras/libc.c                                  |   11 +
 src/input/decoder.c                                |  241 +-
 src/input/demux.c                                  |    7 +-
 src/input/es_out.c                                 |   35 +-
 src/input/input.c                                  |   63 +-
 src/input/input_internal.h                         |    5 +-
 src/input/item.c                                   |   12 +-
 src/input/stream.c                                 |    6 +-
 src/input/subtitles.c                              |    2 +-
 src/input/vlm.c                                    |    2 +-
 src/interface/interface.c                          |   12 +-
 src/libvlc-common.c                                |   32 +-
 src/libvlc-module.c                                |   57 +-
 src/libvlc.c                                       |    6 +-
 src/libvlc.h                                       |   50 +-
 src/misc/beos_specific.cpp                         |   15 +-
 src/misc/block.c                                   |   32 +-
 src/misc/cpu.c                                     |   14 +-
 src/misc/darwin_specific.c                         |   21 +-
 src/misc/objects.c                                 |   74 +-
 src/misc/threads.c                                 |   51 +-
 src/misc/win32_specific.c                          |   12 +-
 src/modules/configuration.c                        |    7 +-
 src/modules/entry.c                                |    3 +-
 src/modules/modules.c                              |  152 +-
 src/network/httpd.c                                |    2 +-
 src/network/tls.c                                  |    6 +-
 src/osd/osd.c                                      |  104 +-
 src/osd/osd_parser.c                               |    7 +-
 src/playlist/engine.c                              |    2 +-
 src/playlist/services_discovery.c                  |    9 +-
 src/playlist/thread.c                              |    2 +-
 src/stream_output/announce.c                       |    2 +-
 src/stream_output/sdp.c                            |   16 +-
 src/stream_output/stream_output.h                  |   30 +-
 src/text/strings.c                                 |  190 +-
 src/video_output/video_output.c                    |    5 +-
 src/video_output/vout_pictures.c                   |    2 +
 src/vlc.c                                          |    6 +-
 toolbox                                            |   48 -
 352 files changed, 125918 insertions(+), 94423 deletions(-)
 create mode 100644 bindings/java/org/videolan/jvlc/listener/VolumeListener.java
 create mode 100644 bindings/java/src/callback-jni.cc
 create mode 100644 extras/contrib/src/Distributions/netbox3.mak
 create mode 100644 extras/contrib/src/Patches/ffmpeg-svn-grab.patch
 create mode 100644 extras/contrib/src/Patches/ffmpeg-svn-internal-define.patch
 delete mode 100644 extras/contrib/src/Patches/ffmpeg-svn-nofile.patch
 create mode 100644 extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
 create mode 100644 extras/contrib/src/Patches/fribidi-uclibc.patch
 create mode 100644 extras/contrib/src/Patches/libiconv-autoconf-uclibc.patch
 create mode 100644 extras/contrib/src/Patches/live-noapps.patch
 create mode 100644 extras/contrib/src/Patches/xml2-uclibc.patch
 create mode 100644 include/vlc/libvlc_structures.h
 create mode 100644 libs/srtp/test-recv.c
 create mode 100644 modules/access/jack.c
 create mode 100644 modules/demux/playlist/luaplaylist.c
 delete mode 100644 modules/video_output/directx/Modules.am
 create mode 100644 modules/video_output/msw/Modules.am
 rename modules/video_output/{directx => msw}/direct3d.c (94%)
 rename modules/video_output/{directx => msw}/directx.c (99%)
 rename modules/video_output/{directx => msw}/events.c (94%)
 rename modules/video_output/{directx => msw}/glwin32.c (95%)
 rename modules/video_output/{directx => msw}/vout.h (83%)
 create mode 100755 modules/video_output/msw/wingdi.c
 delete mode 100644 modules/video_output/wingdi.c
 create mode 100644 share/luaplaylist/README.txt
 create mode 100644 share/luaplaylist/dailymotion.lua
 create mode 100644 share/luaplaylist/googlevideo.lua
 create mode 100644 share/luaplaylist/metacafe.lua
 create mode 100644 share/luaplaylist/youtube.lua
 create mode 100644 share/luaplaylist/youtube_homepage.lua
 create mode 100644 src/control/event.c
-- 
This is an automated email from vlc-soc.git/hooks/post-receive (VLC Developement tree mirror used by SoC students to publish their work.).

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list