]> git.sesse.net Git - vlc/log
vlc
16 years agoQt4 - Fix the double free. Close #1397.
Jean-Baptiste Kempf [Sat, 19 Jan 2008 06:56:53 +0000 (06:56 +0000)]
Qt4 - Fix the double free. Close #1397.

16 years agoQt4 - Use same type of button in order to not kill the eyes, if you run Plastique...
Jean-Baptiste Kempf [Sat, 19 Jan 2008 04:01:55 +0000 (04:01 +0000)]
Qt4 - Use same type of button in order to not kill the eyes, if you run Plastique or Oxygen. KDE inside :D

16 years agoQt4 - Try to improve quitting of the application... Ref #1397
Jean-Baptiste Kempf [Sat, 19 Jan 2008 03:52:25 +0000 (03:52 +0000)]
Qt4 - Try to improve quitting of the application... Ref #1397

16 years agoQt4 - Select the first category on the advanced preferences.
Jean-Baptiste Kempf [Sat, 19 Jan 2008 03:01:09 +0000 (03:01 +0000)]
Qt4 - Select the first category on the advanced preferences.

16 years agoAdd gzip support to the http access. We never request it, we just know how to handle...
Antoine Cellerier [Sat, 19 Jan 2008 00:06:18 +0000 (00:06 +0000)]
Add gzip support to the http access. We never request it, we just know how to handle it if the server forces us to use it (for example Pierre's test page http://www.canalplus.fr/index.php?pid=1784)

16 years agoTry to improve wording
Christophe Mutricy [Fri, 18 Jan 2008 22:13:59 +0000 (22:13 +0000)]
Try to improve wording

16 years agoaccess/http.c: More check on cookies we receive.
Pierre d'Herbemont [Fri, 18 Jan 2008 20:43:19 +0000 (20:43 +0000)]
access/http.c: More check on cookies we receive.

16 years agoFix erroneous use of freed data in the cookie forwarding code.
Antoine Cellerier [Fri, 18 Jan 2008 20:31:27 +0000 (20:31 +0000)]
Fix erroneous use of freed data in the cookie forwarding code.

16 years agoaccess/http.c: Don't double-free in cookie_append.
Pierre d'Herbemont [Fri, 18 Jan 2008 20:11:59 +0000 (20:11 +0000)]
access/http.c: Don't double-free in cookie_append.

16 years agoSwitch MMS to poll to avoid select() issues. Needs review/testing.
Rémi Denis-Courmont [Fri, 18 Jan 2008 17:51:24 +0000 (17:51 +0000)]
Switch MMS to poll to avoid select() issues. Needs review/testing.

16 years agoOups, this is a C++ file
Rémi Denis-Courmont [Fri, 18 Jan 2008 17:49:17 +0000 (17:49 +0000)]
Oups, this is a C++ file

16 years agoFix Windows case which implements fd_set differently:
Rémi Denis-Courmont [Fri, 18 Jan 2008 17:36:34 +0000 (17:36 +0000)]
Fix Windows case which implements fd_set differently:
POSIX does not define FD_SET for fd >= FD_SETSIZE (=> buffer overflow).
Windows makes FD_SET a no-op if there are already FD_SETSIZE descriptors in the set.

16 years agoAvoid overflows in the LUA net API. Run-time behavior will still be incorrect however.
Rémi Denis-Courmont [Fri, 18 Jan 2008 17:32:38 +0000 (17:32 +0000)]
Avoid overflows in the LUA net API. Run-time behavior will still be incorrect however.

16 years agoUse poll() instead of select() to fix an unlikely overflow in FD_SET
Rémi Denis-Courmont [Fri, 18 Jan 2008 17:25:22 +0000 (17:25 +0000)]
Use poll() instead of select() to fix an unlikely overflow in FD_SET

16 years agoinput/meta.c: Don't re-run the art finder if the art was previously set in input_ArtF...
Pierre d'Herbemont [Fri, 18 Jan 2008 17:13:07 +0000 (17:13 +0000)]
input/meta.c: Don't re-run the art finder if the art was previously set in input_ArtFind. (Should fix youtube.lua arturl).

16 years agoinclude/vlc/mediacontrol_structures.h: use u_int32_t instead of uint32_t, since some...
Olivier Aubert [Fri, 18 Jan 2008 15:43:18 +0000 (15:43 +0000)]
include/vlc/mediacontrol_structures.h: use u_int32_t instead of uint32_t, since some versions of gcc seem to get confused (reported by Etienne Robillard)

16 years agoalsa: sets period size before buffer size, patch by Matthias P. Nowak
Rafaël Carré [Fri, 18 Jan 2008 14:56:56 +0000 (14:56 +0000)]
alsa: sets period size before buffer size, patch by Matthias P. Nowak

16 years agopython bindings: add a warning in the docstring of vlc_internal.c
Olivier Aubert [Fri, 18 Jan 2008 14:19:31 +0000 (14:19 +0000)]
python bindings: add a warning in the docstring of vlc_internal.c

16 years agopython bindings/vlc_internal: fix access to vlc_object_internals_t members
Olivier Aubert [Fri, 18 Jan 2008 14:16:06 +0000 (14:16 +0000)]
python bindings/vlc_internal: fix access to vlc_object_internals_t members

16 years ago* modules/demux/ts.c: remove excessive ;
Dennis van Amerongen [Fri, 18 Jan 2008 13:25:48 +0000 (13:25 +0000)]
* modules/demux/ts.c: remove excessive ;

16 years agoaccess/http.c: Put cookies handling in a disabled by default option, at least until...
Pierre d'Herbemont [Fri, 18 Jan 2008 11:39:16 +0000 (11:39 +0000)]
access/http.c: Put cookies handling in a disabled by default option, at least until cookies handling is no more a hack.

16 years agoFix regression introduced in [24381]
Jean-Paul Saman [Fri, 18 Jan 2008 10:12:02 +0000 (10:12 +0000)]
Fix regression introduced in [24381]

16 years agoCheck malloc return values and fix a few compiler warnings.
Jean-Paul Saman [Fri, 18 Jan 2008 08:00:26 +0000 (08:00 +0000)]
Check malloc return values and fix a few compiler warnings.

16 years agoQt4 - Preferences: checkboxes in ModuleList are shown if saved ;) Spotted by atmo.
Jean-Baptiste Kempf [Fri, 18 Jan 2008 07:48:07 +0000 (07:48 +0000)]
Qt4 - Preferences: checkboxes in ModuleList are shown if saved ;) Spotted by atmo.

16 years agoQt4 - SPrefs: add the option to embed the video in the interface In the Simple Prefer...
Jean-Baptiste Kempf [Fri, 18 Jan 2008 06:46:50 +0000 (06:46 +0000)]
Qt4 - SPrefs: add the option to embed the video in the interface In the Simple Preferences.

16 years agoQt4 - Preferences, fix the tooltip in the ModuleList.
Jean-Baptiste Kempf [Fri, 18 Jan 2008 06:41:03 +0000 (06:41 +0000)]
Qt4 - Preferences, fix the tooltip in the ModuleList.

16 years agoQt4 - Preferences. Fix a small bug in the layout of the complete preferences that...
Jean-Baptiste Kempf [Fri, 18 Jan 2008 06:23:34 +0000 (06:23 +0000)]
Qt4 - Preferences. Fix a small bug in the layout of the complete preferences that happened in the Video section.

16 years agoQt4 - Reorder the options in order of importance.
Jean-Baptiste Kempf [Fri, 18 Jan 2008 06:15:09 +0000 (06:15 +0000)]
Qt4 - Reorder the options in order of importance.

16 years agoQt4 - make a small comment on how to integrate better the application with your deskt...
Jean-Baptiste Kempf [Fri, 18 Jan 2008 05:50:55 +0000 (05:50 +0000)]
Qt4 - make a small comment on how to integrate better the application with your desktop... Yet again the problem with cleanlooks and requests on gconftool.
If you want your KDE4 desktop to tell VLC to use Oxygen, comment the line...

16 years agoQt4 - comment non-existing feature.
Jean-Baptiste Kempf [Fri, 18 Jan 2008 05:41:40 +0000 (05:41 +0000)]
Qt4 - comment non-existing feature.

16 years agoYou still need the cast to compile :)
Antoine Cellerier [Thu, 17 Jan 2008 23:03:31 +0000 (23:03 +0000)]
You still need the cast to compile :)

16 years agoQt4 - revert the revertion :D
Jean-Baptiste Kempf [Thu, 17 Jan 2008 23:01:35 +0000 (23:01 +0000)]
Qt4 - revert the revertion :D

Jokes besides, if ~MainInterface() is called, then p_mi is destroyed, and p_sys->p_mi too. I just hope I am not wrong :D

16 years agovlc_arrays.h: Don't use calloc, seems unreliable.
Pierre d'Herbemont [Thu, 17 Jan 2008 22:48:41 +0000 (22:48 +0000)]
vlc_arrays.h: Don't use calloc, seems unreliable.

16 years agoQt4 - Fix segfault on item removal on VLM. Patch by Jean-François Massol
Jean-Baptiste Kempf [Thu, 17 Jan 2008 22:43:57 +0000 (22:43 +0000)]
Qt4 - Fix segfault on item removal on VLM. Patch by Jean-François Massol

16 years agoforgotten file from previous commit, oneliner update(); remove
Ilkka Ollakka [Thu, 17 Jan 2008 22:29:09 +0000 (22:29 +0000)]
forgotten file from previous commit, oneliner update(); remove

16 years agoTemporarily fix compilation of the qt4 interface. ILEoo please review :)
Antoine Cellerier [Thu, 17 Jan 2008 22:26:22 +0000 (22:26 +0000)]
Temporarily fix compilation of the qt4 interface. ILEoo please review :)

16 years agoFix compilation and remove a few trailing spaces.
Antoine Cellerier [Thu, 17 Jan 2008 22:16:11 +0000 (22:16 +0000)]
Fix compilation and remove a few trailing spaces.

16 years agovlc_arrays.h: vlc_array_new, vlc_array_destroy.
Pierre d'Herbemont [Thu, 17 Jan 2008 22:10:09 +0000 (22:10 +0000)]
vlc_arrays.h: vlc_array_new, vlc_array_destroy.

16 years agodon't poll volume-change, change volumecontrol to use signal from
Ilkka Ollakka [Thu, 17 Jan 2008 22:08:45 +0000 (22:08 +0000)]
don't poll volume-change, change volumecontrol to use signal from
maininputmanager which listens p_intf->p_libvlc "volume-change" variable
for volumechange. ref #1365

16 years agoaccess/http.c: Support Set-Cookie, and forward them appropriately accross redirections.
Pierre d'Herbemont [Thu, 17 Jan 2008 21:53:12 +0000 (21:53 +0000)]
access/http.c: Support Set-Cookie, and forward them appropriately accross redirections.

16 years agochange input_manager to event-based instead of polling, this is one
Ilkka Ollakka [Thu, 17 Jan 2008 20:54:38 +0000 (20:54 +0000)]
change input_manager to event-based instead of polling, this is one
biggest polls in qt4-interface, still maybe few to go. ref 1365

16 years agoluaplaylist/youtube.lua: Fix art discovery.
Pierre d'Herbemont [Thu, 17 Jan 2008 18:24:40 +0000 (18:24 +0000)]
luaplaylist/youtube.lua: Fix art discovery.

16 years agoReverts [24331] , fix a memleak. Add a debug message to help catching the real bug...
Rafaël Carré [Thu, 17 Jan 2008 16:13:03 +0000 (16:13 +0000)]
Reverts [24331] , fix a memleak. Add a debug message to help catching the real bug. refs #1397

16 years agofile audio output: write on stdout if filename is "-"
Rafaël Carré [Thu, 17 Jan 2008 15:56:30 +0000 (15:56 +0000)]
file audio output: write on stdout if filename is "-"

16 years agopartly revert [23991]. vlc:skip ain't supported, and that
Ilkka Ollakka [Thu, 17 Jan 2008 14:41:50 +0000 (14:41 +0000)]
partly revert [23991]. vlc:skip ain't supported, and that
vlc:nop->vlc:skip revert was unintented.

16 years agoupdate french translation
Rafaël Carré [Thu, 17 Jan 2008 12:28:44 +0000 (12:28 +0000)]
update french translation

16 years ago"state" is an integer, not a boolean (since vlc_bool_t is an int, that only makes...
Rafaël Carré [Thu, 17 Jan 2008 12:28:21 +0000 (12:28 +0000)]
"state" is an integer, not a boolean (since vlc_bool_t is an int, that only makes the code clearer to read)

16 years agoDo previous commit in a better way.
Jean-Baptiste Kempf [Thu, 17 Jan 2008 09:00:34 +0000 (09:00 +0000)]
Do previous commit in a better way.

16 years agoQt4 - Hotkeys: fix the bug about modifiers that empeached you to have modifiers ...
Jean-Baptiste Kempf [Thu, 17 Jan 2008 08:40:17 +0000 (08:40 +0000)]
Qt4 - Hotkeys: fix the bug about modifiers that empeached you to have modifiers + key.

16 years agoQt4 - Preferences: avoid a few segfaults in the hotkeys selector. Avoid using QList...
Jean-Baptiste Kempf [Thu, 17 Jan 2008 08:16:47 +0000 (08:16 +0000)]
Qt4 - Preferences: avoid a few segfaults in the hotkeys selector. Avoid using QList of module_config_t and attack it from different classes. Avoid using some useless casts...

16 years agoMissed that in [24348]
Christophe Mutricy [Wed, 16 Jan 2008 23:56:22 +0000 (23:56 +0000)]
Missed that in [24348]

16 years agoSome files have moved
Christophe Mutricy [Wed, 16 Jan 2008 23:31:38 +0000 (23:31 +0000)]
Some files have moved

16 years agoDelete rtp.c which was added by mistake in [24344]
Christophe Mutricy [Wed, 16 Jan 2008 23:28:53 +0000 (23:28 +0000)]
Delete rtp.c which was added by mistake in [24344]

16 years agoUpdate the symbol list
Christophe Mutricy [Wed, 16 Jan 2008 21:28:12 +0000 (21:28 +0000)]
Update the symbol list

16 years agoDon't complain about timeouts on Windows in cond_timedwait.
Rémi Denis-Courmont [Wed, 16 Jan 2008 19:36:50 +0000 (19:36 +0000)]
Don't complain about timeouts on Windows in cond_timedwait.

16 years agovlc security: As i've seen very little improvement on that front, i've decided to...
Damien Fouilleul [Wed, 16 Jan 2008 19:30:12 +0000 (19:30 +0000)]
vlc security: As i've seen very little improvement on that front, i've decided to check in my take on handling the problem of managing harmful options. I'm pretty sure this is going to be very controversial, but I think my approach is quite simple and yet very effective Anyway, my approach makes the following assumptions:

- most vlc options are considered safe, only a handful are particularily unsafe and need be declared as such in their definition (they mostly deal with writing to an output file or URL)
- unsafe options are only considered potentially harmful when used as an input option, ie. the ':option' format. Configuration options are always considered safe 'i.e --option'
- unsafe options are associated with a global security policy, which dictates how these are handled. At the moment, The policy can be either block, allow or prompt, and is set using the '--security-policy' option (which itself is considered unsafe ;)

the policy can be set by the user at the command line or in the preferences, it curently defaults to prompt, which is the desirable state for deskop use. However, it can be overriden depending on context, for example, the activex and mozilla will force the security-policy to block regardless of preference settins.

the code is a bit rough at the moment, but i will optimize/clean it up if the dev community this approach is worth keeping.

try the following example, and you'll see quickly what i mean:

./vlc -vvv <a mrl> :sout=#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=192}:standard{mux=ts,dst=vlc-output.ts,access=file}"

Enjoy,
   Damien

16 years agoRevert the so-called whitelisting commits that are actually blacklisting
Rémi Denis-Courmont [Wed, 16 Jan 2008 17:51:21 +0000 (17:51 +0000)]
Revert the so-called whitelisting commits that are actually blacklisting

16 years ago.
Christophe Massiot [Wed, 16 Jan 2008 17:51:10 +0000 (17:51 +0000)]
.

16 years agoinput options whitelisting, step 2 (refs #1371)
Rafaël Carré [Wed, 16 Jan 2008 17:36:14 +0000 (17:36 +0000)]
input options whitelisting, step 2 (refs #1371)

16 years agoUse utf8_unlink in src/misc/update.c
Rémi Duraffort [Wed, 16 Jan 2008 17:31:07 +0000 (17:31 +0000)]
Use utf8_unlink in src/misc/update.c

16 years agoI forgot this part in the previous commit.
Rémi Duraffort [Wed, 16 Jan 2008 17:19:26 +0000 (17:19 +0000)]
I forgot this part in the previous commit.

16 years agoImplementation of utf8_unlink. If someone can test this function on Windows please ?
Rémi Duraffort [Wed, 16 Jan 2008 17:18:30 +0000 (17:18 +0000)]
Implementation of utf8_unlink. If someone can test this function on Windows please ?

16 years agofix #1362 (replace ':' with '_' in filenames on macosx)
Rafaël Carré [Wed, 16 Jan 2008 15:41:35 +0000 (15:41 +0000)]
fix #1362 (replace ':' with '_' in filenames on macosx)

16 years agoinput options whitelisting: 1st step
Rafaël Carré [Wed, 16 Jan 2008 13:58:40 +0000 (13:58 +0000)]
input options whitelisting: 1st step

16 years agocontrol/media_instance.c: Silly debug code removal (thanks funman).
Pierre d'Herbemont [Wed, 16 Jan 2008 10:32:14 +0000 (10:32 +0000)]
control/media_instance.c: Silly debug code removal (thanks funman).

16 years agosrc/control: set svn:keywords to Id
Rafaël Carré [Wed, 16 Jan 2008 10:21:11 +0000 (10:21 +0000)]
src/control: set svn:keywords to Id

16 years agoQt4 - remove trailing space due to Bookmark implementation.
Jean-Baptiste Kempf [Wed, 16 Jan 2008 08:25:26 +0000 (08:25 +0000)]
Qt4 - remove trailing space due to Bookmark implementation.

16 years agoQt4 - fix some saving and reading size bugs. Patch by Andre Weber
Jean-Baptiste Kempf [Wed, 16 Jan 2008 08:22:22 +0000 (08:22 +0000)]
Qt4 - fix some saving and reading size bugs. Patch by Andre Weber

16 years agoQt4 - Preferences, fix the bug that empeached to display the name of the categories.
Jean-Baptiste Kempf [Wed, 16 Jan 2008 08:11:04 +0000 (08:11 +0000)]
Qt4 - Preferences, fix the bug that empeached to display the name of the categories.

16 years agoQt4 - should fix #1348 (invalid free)
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:59:13 +0000 (07:59 +0000)]
Qt4 - should fix #1348 (invalid free)

16 years agoQt4 - Playlist: double clicking on the art will open the Media Information dialog.
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:37:45 +0000 (07:37 +0000)]
Qt4 - Playlist: double clicking on the art will open the Media Information dialog.

16 years agoQt4 - remove an unnecessary cast
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:18:11 +0000 (07:18 +0000)]
Qt4 - remove an unnecessary cast

16 years agoQt4 - move the playlist_model with the other files of the playlist
Jean-Baptiste Kempf [Wed, 16 Jan 2008 07:06:53 +0000 (07:06 +0000)]
Qt4 - move the playlist_model with the other files of the playlist

16 years agoQt4 - playlist model. Fix #1332
Jean-Baptiste Kempf [Wed, 16 Jan 2008 06:44:50 +0000 (06:44 +0000)]
Qt4 - playlist model. Fix #1332

Ouf!

16 years agoMacOSX/Framework/VLCMedia.m: Make sure we compare the media_descriptor and not the...
Pierre d'Herbemont [Wed, 16 Jan 2008 00:43:59 +0000 (00:43 +0000)]
MacOSX/Framework/VLCMedia.m: Make sure we compare the media_descriptor and not the url, as we can have two perfect different media (different meta, different option), but with the same url.

16 years agoMacOSX/Framework/VLCVideoLayer: Publish fillScreen.
Pierre d'Herbemont [Wed, 16 Jan 2008 00:42:54 +0000 (00:42 +0000)]
MacOSX/Framework/VLCVideoLayer: Publish fillScreen.

16 years agoMacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added...
Pierre d'Herbemont [Wed, 16 Jan 2008 00:25:33 +0000 (00:25 +0000)]
MacOSX/Framework/VLCMediaList,VLCMediaListAspect: Correct the sanity check for added item.

16 years agoMacOSX/Framework/VLCVideoLayer: Implement hasVideo.
Pierre d'Herbemont [Wed, 16 Jan 2008 00:24:54 +0000 (00:24 +0000)]
MacOSX/Framework/VLCVideoLayer: Implement hasVideo.

16 years ago_GNU_SOURCE is already taken of by config.h + typo
Christophe Mutricy [Tue, 15 Jan 2008 22:37:27 +0000 (22:37 +0000)]
_GNU_SOURCE is already taken of by config.h + typo

16 years agoShow statistical information on the rc interface.
Jean-Paul Saman [Tue, 15 Jan 2008 22:28:14 +0000 (22:28 +0000)]
Show statistical information on the rc interface.

16 years agoeyetv: forgot that one in my last commit
Damien Fouilleul [Tue, 15 Jan 2008 20:01:12 +0000 (20:01 +0000)]
eyetv: forgot that one in my last commit

16 years agoMacOSX/Framework: Don't attempt to set a value of a dictionary that is being monitore...
Pierre d'Herbemont [Tue, 15 Jan 2008 19:14:43 +0000 (19:14 +0000)]
MacOSX/Framework: Don't attempt to set a value of a dictionary that is being monitored by KVO on non-main thread. That's not thread-safe.

16 years agoPatch by Jilles Tjoelker: Fix ALSA thread deadlock if trying to kill it before start...
Jean-Paul Saman [Tue, 15 Jan 2008 19:09:18 +0000 (19:09 +0000)]
Patch by Jilles Tjoelker: Fix ALSA thread deadlock if trying to kill it before start time is known.

16 years agoPut the lua files inside the .exe Ref #1436
Jean-Baptiste Kempf [Tue, 15 Jan 2008 17:15:39 +0000 (17:15 +0000)]
Put the lua files inside the .exe Ref #1436

16 years agoqt4: correct the header, copyright symbol, and remove myself from the list of authors
Rafaël Carré [Tue, 15 Jan 2008 14:28:12 +0000 (14:28 +0000)]
qt4: correct the header, copyright symbol, and remove myself from the list of authors

16 years agoaudioscrobbler: do not use mdate() when the real date is needed
Rafaël Carré [Tue, 15 Jan 2008 13:45:41 +0000 (13:45 +0000)]
audioscrobbler: do not use mdate() when the real date is needed

16 years agomdate(): update comment
Rafaël Carré [Tue, 15 Jan 2008 13:41:45 +0000 (13:41 +0000)]
mdate(): update comment

16 years agoCheck for the updates when showing the dialog.
Rémi Duraffort [Tue, 15 Jan 2008 13:36:58 +0000 (13:36 +0000)]
Check for the updates when showing the dialog.

16 years agocorrectly displays album art in playlist, fix by ILEoo
Rafaël Carré [Tue, 15 Jan 2008 12:46:40 +0000 (12:46 +0000)]
correctly displays album art in playlist, fix by ILEoo

16 years agoncurses: new box representing the vlc objects hierarchy (similar to rc's "tree" command)
Rafaël Carré [Tue, 15 Jan 2008 10:40:47 +0000 (10:40 +0000)]
ncurses: new box representing the vlc objects hierarchy (similar to rc's "tree" command)

16 years agoqt4 playlist selector: selects the playlist on start
Rafaël Carré [Tue, 15 Jan 2008 10:39:36 +0000 (10:39 +0000)]
qt4 playlist selector: selects the playlist on start

16 years agov4l2/ set svn:ignore property
Rafaël Carré [Tue, 15 Jan 2008 10:38:58 +0000 (10:38 +0000)]
v4l2/ set svn:ignore property

16 years agozsh completion:
Rafaël Carré [Tue, 15 Jan 2008 10:37:12 +0000 (10:37 +0000)]
zsh completion:
    don't use "mmap" which already exists in stdio.h as a function
    use an evil hack to get module_t structure
    permit to compile from the source tree when VLC was built in an external build tree: make BUILDDIR=../../XXX

16 years agoFix c-format
Christophe Mutricy [Tue, 15 Jan 2008 00:54:34 +0000 (00:54 +0000)]
Fix c-format

16 years agoUpdate POTFILES.in after moving/renaming files
Christophe Mutricy [Tue, 15 Jan 2008 00:54:30 +0000 (00:54 +0000)]
Update POTFILES.in after moving/renaming files

16 years agoeyetv: latest version of EyeTV capture plugin, needs lotta testing
Damien Fouilleul [Mon, 14 Jan 2008 23:18:13 +0000 (23:18 +0000)]
eyetv: latest version of EyeTV capture plugin, needs lotta testing

16 years agopython bindings: fix MediaDescriptor.get_meta method
Olivier Aubert [Mon, 14 Jan 2008 22:25:08 +0000 (22:25 +0000)]
python bindings: fix MediaDescriptor.get_meta method

16 years agopython bindings: begin to complete the libvlc API bindings. Cf TODO for what is left...
Olivier Aubert [Mon, 14 Jan 2008 22:17:07 +0000 (22:17 +0000)]
python bindings: begin to complete the libvlc API bindings. Cf TODO for what is left to be done.

16 years agoMove the v4l2 access to its own subdirectory.
Antoine Cellerier [Mon, 14 Jan 2008 21:30:44 +0000 (21:30 +0000)]
Move the v4l2 access to its own subdirectory.

16 years agoJapanese translation update by Tadashi Jokagi.
Antoine Cellerier [Mon, 14 Jan 2008 20:49:01 +0000 (20:49 +0000)]
Japanese translation update by Tadashi Jokagi.