]> git.sesse.net Git - vlc/log
vlc
13 years agoHTTP: add LibVLC version to User-Agent correctly
Rémi Denis-Courmont [Sat, 29 May 2010 16:03:23 +0000 (19:03 +0300)]
HTTP: add LibVLC version to User-Agent correctly

13 years agoPartially fix previous commit: allow forward slash
Rémi Denis-Courmont [Sat, 29 May 2010 16:06:58 +0000 (19:06 +0300)]
Partially fix previous commit: allow forward slash

In theory, we should check that there is only one slash per token, but
it is not really dangerous.

13 years agoHTTP access: validate user agent string
Rémi Denis-Courmont [Sat, 29 May 2010 15:57:33 +0000 (18:57 +0300)]
HTTP access: validate user agent string

First, we should not let user shoot themselves in the foot. But most
importantly, we need to validate the string as it is marked as a safe
option (especially CRLF there could be disastrous).

13 years agoHTTP access: fix User-Agent syntax
Rémi Denis-Courmont [Sat, 29 May 2010 15:43:48 +0000 (18:43 +0300)]
HTTP access: fix User-Agent syntax

RFC2616 requires a space-separated list of names[/versions]

13 years agoHTTP access: use var_Inherit*()
Rémi Denis-Courmont [Sat, 29 May 2010 15:40:55 +0000 (18:40 +0300)]
HTTP access: use var_Inherit*()

13 years agoconfig_PutPsz: fix potential use-after-free
Rémi Denis-Courmont [Sat, 29 May 2010 15:25:36 +0000 (18:25 +0300)]
config_PutPsz: fix potential use-after-free

The new config value is duplicated, and the copy is stored to the
configuration. After the configuration R/W lock is released, we have no
warranty that another thread does not change the same configuration
item, and free our own copy. Admittedly, this is very unlikely.

Instead, we can simply pass the original string from the caller to the
callback - that one must remain valid through the config_PutPsz()
function call by definition.

13 years agoconfig_PutPsz: reduce lock contention scope
Rémi Denis-Courmont [Sat, 29 May 2010 15:25:07 +0000 (18:25 +0300)]
config_PutPsz: reduce lock contention scope

13 years agoContrib: update to libmatroska 0.9.0
Jean-Baptiste Kempf [Sat, 29 May 2010 12:41:24 +0000 (14:41 +0200)]
Contrib: update to libmatroska 0.9.0

And remove patch applied upstream. Keep the same change as libebml for win32 buildsystem

13 years agoContribs: update to libebml 0.8.0
Jean-Baptiste Kempf [Sat, 29 May 2010 12:32:48 +0000 (14:32 +0200)]
Contribs: update to libebml 0.8.0

Remove 2 patches applied upstream, add another one :)

13 years agoavcodec: blacklist WMV2 also, missed that codec previously
Ilkka Ollakka [Sat, 29 May 2010 12:04:17 +0000 (15:04 +0300)]
avcodec: blacklist WMV2 also, missed that codec previously

See #3613

13 years agoDon't put VPX in any default contrib
Rémi Denis-Courmont [Sat, 29 May 2010 11:18:48 +0000 (14:18 +0300)]
Don't put VPX in any default contrib

VLC would not be redistributable.

13 years agoPut http alias back from LUA to native
Rémi Denis-Courmont [Sat, 29 May 2010 11:09:38 +0000 (14:09 +0300)]
Put http alias back from LUA to native

The LUA interface is unmaintained, enough waiting.
Works around #3623, #3627, #3687, #3691.

13 years agoVCD: fix segfault when opening not-a-file
Rémi Denis-Courmont [Sat, 29 May 2010 07:53:12 +0000 (10:53 +0300)]
VCD: fix segfault when opening not-a-file

13 years agoaccess_New: handle errors
Rémi Denis-Courmont [Sat, 29 May 2010 07:52:15 +0000 (10:52 +0300)]
access_New: handle errors

13 years agourl -> URL
Rémi Denis-Courmont [Sat, 29 May 2010 07:27:19 +0000 (10:27 +0300)]
url -> URL

13 years agoMozilla plugin requires XCB window plugin which requires xcb-keysyms
Rémi Denis-Courmont [Sat, 29 May 2010 07:23:50 +0000 (10:23 +0300)]
Mozilla plugin requires XCB window plugin which requires xcb-keysyms

Otherwise we cannot render videos with X11 (and fallback to
non-embedded SDL or ASCII).

13 years agol10n: Ukrainian update
Oleksandr Natalenko [Fri, 28 May 2010 23:52:16 +0000 (00:52 +0100)]
l10n: Ukrainian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoPlaylist: repack (save some memory)
Rémi Duraffort [Fri, 28 May 2010 20:03:17 +0000 (22:03 +0200)]
Playlist: repack (save some memory)

13 years agolibvlc headers: try to be consistent (cosmetics).
Rémi Duraffort [Fri, 28 May 2010 20:01:03 +0000 (22:01 +0200)]
libvlc headers: try to be consistent (cosmetics).

13 years agoCosmetics : Fix real.c comment header since sipr support was merged in trunk.
Jai Menon [Fri, 28 May 2010 06:55:05 +0000 (12:25 +0530)]
Cosmetics : Fix real.c comment header since sipr support was merged in trunk.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoASF muxer: remove unused variable.
Jean-Baptiste Kempf [Fri, 28 May 2010 10:08:38 +0000 (12:08 +0200)]
ASF muxer: remove unused variable.

13 years agoi18n fix
Christophe Mutricy [Thu, 27 May 2010 23:17:45 +0000 (00:17 +0100)]
i18n fix

13 years agoi18n: Add First Run dialog
Christophe Mutricy [Thu, 27 May 2010 22:19:40 +0000 (23:19 +0100)]
i18n: Add First Run dialog

13 years agoRemoved unused ZOOM_FP_FACTOR define.
Laurent Aimar [Thu, 27 May 2010 19:46:34 +0000 (21:46 +0200)]
Removed unused ZOOM_FP_FACTOR define.

13 years agoRemoved duplicated vout_Close description.
Laurent Aimar [Thu, 27 May 2010 19:44:29 +0000 (21:44 +0200)]
Removed duplicated vout_Close description.

13 years agoAdd Sipr support to the native Realmedia demuxer.
Jai Menon [Thu, 27 May 2010 19:13:07 +0000 (00:43 +0530)]
Add Sipr support to the native Realmedia demuxer.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoappletrailers: fix arturl, seems that appletrailers-page changed littlebit
Ilkka Ollakka [Thu, 27 May 2010 17:45:15 +0000 (20:45 +0300)]
appletrailers: fix arturl, seems that appletrailers-page changed littlebit

13 years agoForce SIGCHLD to default handler
Rémi Denis-Courmont [Thu, 27 May 2010 15:46:47 +0000 (18:46 +0300)]
Force SIGCHLD to default handler

... so that waitpid() works even if our parent process ignores SIGCHLD
(SIG_IGN is preserved across exec*()).

13 years agoNEWS: add mention about live-http module with example
Ilkka Ollakka [Thu, 27 May 2010 07:33:04 +0000 (10:33 +0300)]
NEWS: add mention about live-http module with example

13 years agocomsetic changes, remove define, and move callback inits in livehttp module
Keary Griffin [Thu, 27 May 2010 02:56:19 +0000 (22:56 -0400)]
comsetic changes, remove define, and move callback inits in livehttp module

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoRemoved vlc_object_find() in svcdsub.
Laurent Aimar [Wed, 26 May 2010 21:40:50 +0000 (23:40 +0200)]
Removed vlc_object_find() in svcdsub.

I don't understand why the test would be needed, you do receive data
only if the ES is selected.

13 years agoUsed VLC_CODEC_OGT/CVD in ps demuxer.
Laurent Aimar [Wed, 26 May 2010 21:31:50 +0000 (23:31 +0200)]
Used VLC_CODEC_OGT/CVD in ps demuxer.

13 years agoQt: fix Minimal view switching
Jean-Baptiste Kempf [Wed, 26 May 2010 20:37:00 +0000 (22:37 +0200)]
Qt: fix Minimal view switching

This was broken after the extension merge.
Close #3665

13 years agoRemoved all vlc_object_find in lua osd code.
Laurent Aimar [Wed, 26 May 2010 21:05:06 +0000 (23:05 +0200)]
Removed all vlc_object_find in lua osd code.

I highly doubt that the osd register/clear functions are usable...

13 years agoRemoved dead code (spu).
Laurent Aimar [Wed, 26 May 2010 20:41:05 +0000 (22:41 +0200)]
Removed dead code (spu).

13 years agoUsed filter_GetInputAttachments in freetype and quartztext.
Laurent Aimar [Wed, 26 May 2010 20:37:25 +0000 (22:37 +0200)]
Used filter_GetInputAttachments in freetype and quartztext.

It removes two broken vlc_object_find(INPUT, PARENT) and fixes input
attachements support when the vout is reused.

13 years agoImplemented filter_GetInputAttachments for text renderer in spu_t.
Laurent Aimar [Wed, 26 May 2010 20:35:03 +0000 (22:35 +0200)]
Implemented filter_GetInputAttachments for text renderer in spu_t.

13 years agoAdded filter_GetInputAttachments.
Laurent Aimar [Wed, 26 May 2010 20:07:37 +0000 (22:07 +0200)]
Added filter_GetInputAttachments.

It allows to retreive input attachments.

13 years agoImproved spu_SortSubpictures.
Laurent Aimar [Wed, 26 May 2010 18:50:41 +0000 (20:50 +0200)]
Improved spu_SortSubpictures.

spu_sys_t::i_channel is not equal to the number of currently used
channels but t is equal to the number of reserved channel since the spu
creation.

13 years agoCosmetic.
Laurent Aimar [Wed, 26 May 2010 18:26:28 +0000 (20:26 +0200)]
Cosmetic.

13 years agoqt4: fix volume-slider tooltip to fit volume regarding fontsize
Ilkka Ollakka [Wed, 26 May 2010 19:46:09 +0000 (22:46 +0300)]
qt4: fix volume-slider tooltip to fit volume regarding fontsize

Should Fix #3672

13 years agolua: update youtube script to support "html5=True" URLs
Pierre Ynard [Wed, 26 May 2010 17:46:45 +0000 (19:46 +0200)]
lua: update youtube script to support "html5=True" URLs

Sorry for last commit which was a little retarded

13 years agoavcodec: disable vp8-encoder options until it's in ffmpeg
Ilkka Ollakka [Wed, 26 May 2010 17:37:24 +0000 (20:37 +0300)]
avcodec: disable vp8-encoder options until it's in ffmpeg

13 years agoAdded livehttp access_out module to support HTTP Live Streaming
Keary Griffin [Wed, 26 May 2010 15:33:00 +0000 (11:33 -0400)]
Added livehttp access_out module to support HTTP Live Streaming

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoavcodec: change version-check to 52.69.1 for libvpx encoding settings
Ilkka Ollakka [Wed, 26 May 2010 14:16:03 +0000 (17:16 +0300)]
avcodec: change version-check to 52.69.1 for libvpx encoding settings

13 years agoAdd support for DivX XSUB subtitle streams.
Jai Menon [Wed, 26 May 2010 11:32:20 +0000 (17:02 +0530)]
Add support for DivX XSUB subtitle streams.

This close #2383
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoavcodec: add littlebit options that are adjusted for VP8
Ilkka Ollakka [Wed, 26 May 2010 12:54:52 +0000 (15:54 +0300)]
avcodec: add littlebit options that are adjusted for VP8

Seems that maxrate needs somekinda exponential function from bitrate (comparing
ffmpeg's libvpx presets) and cbr isn't something you likely will get out of this.

13 years agoavcodec: check p_pict for NULL before using it
Ilkka Ollakka [Wed, 26 May 2010 12:40:17 +0000 (15:40 +0300)]
avcodec: check p_pict for NULL before using it

13 years agoavcodec: set some hopefully reasonable defaults to vp8 encoding
Ilkka Ollakka [Wed, 26 May 2010 09:16:29 +0000 (12:16 +0300)]
avcodec: set some hopefully reasonable defaults to vp8 encoding

13 years agostandard: add webm-shortcut to mux
Ilkka Ollakka [Wed, 26 May 2010 09:13:37 +0000 (12:13 +0300)]
standard: add webm-shortcut to mux

13 years agoRevert "Process doc/Doxyfile.in"
Jean-Baptiste Kempf [Wed, 26 May 2010 08:09:54 +0000 (10:09 +0200)]
Revert "Process doc/Doxyfile.in"

This reverts commit a27709775d5ef457a4e3a41b4ec953cf828acabe.

13 years agortp sout: move ES port number initialization
Pierre Ynard [Wed, 26 May 2010 05:57:32 +0000 (07:57 +0200)]
rtp sout: move ES port number initialization

They are only ever used if there is an explicit dst

13 years agoi18n: update POTFILES.in
Pierre Ynard [Wed, 26 May 2010 05:06:19 +0000 (07:06 +0200)]
i18n: update POTFILES.in

13 years agortp sout: don't add a=rtcp: in SDP if RTP port is not specified
Pierre Ynard [Wed, 26 May 2010 04:46:38 +0000 (06:46 +0200)]
rtp sout: don't add a=rtcp: in SDP if RTP port is not specified

13 years agoProcess doc/Doxyfile.in
Jean-Baptiste Kempf [Tue, 25 May 2010 23:39:03 +0000 (01:39 +0200)]
Process doc/Doxyfile.in

13 years agoReimplemented vout_RegisterSubpictureChannel.
Laurent Aimar [Tue, 25 May 2010 21:50:05 +0000 (23:50 +0200)]
Reimplemented vout_RegisterSubpictureChannel.

 This avoids the potential deadlock introduced by
[38ed2e8ef37df763e187c1dca6b6a6c1da4887c4] when it is called inside
an event emited by the vout.

13 years agoRevert "Used vout_control_Push for vout_RegisterSubpictureChannel."
Laurent Aimar [Tue, 25 May 2010 21:44:59 +0000 (23:44 +0200)]
Revert "Used vout_control_Push for vout_RegisterSubpictureChannel."

This reverts commit 38ed2e8ef37df763e187c1dca6b6a6c1da4887c4.
It is not complete.

13 years agox264: allow b-pyramid in main-profile selection
Ilkka Ollakka [Tue, 25 May 2010 21:19:41 +0000 (00:19 +0300)]
x264: allow b-pyramid in main-profile selection

5cc3984f92754e1fd3643039354f8f00c324a90c was too strict, and for baseline it
should be only cosmetic change.

13 years agox264: default b-pyramid to "normal" from X264_BUILD >= 87
Ilkka Ollakka [Tue, 25 May 2010 21:16:15 +0000 (00:16 +0300)]
x264: default b-pyramid to "normal" from X264_BUILD >= 87

libx264 changed default to normal in that build too, also change logic
littebit so b-pyramid selection works better.

13 years agoRemoved one vlc_object_find(VOUT, CHILD) in mkv.
Laurent Aimar [Tue, 25 May 2010 20:59:37 +0000 (22:59 +0200)]
Removed one vlc_object_find(VOUT, CHILD) in mkv.

13 years agoRemoved one vlc_object_find(INPUT, PARENT) in subtitle_asa.
Laurent Aimar [Tue, 25 May 2010 20:53:50 +0000 (22:53 +0200)]
Removed one vlc_object_find(INPUT, PARENT) in subtitle_asa.

13 years agoRemoved one vlc_object_find(INPUT, PARENT) in mkv.
Laurent Aimar [Tue, 25 May 2010 20:50:11 +0000 (22:50 +0200)]
Removed one vlc_object_find(INPUT, PARENT) in mkv.

13 years agoSimplification
Rémi Denis-Courmont [Tue, 25 May 2010 20:51:14 +0000 (23:51 +0300)]
Simplification

13 years agoRemove support for reparenting
Rémi Denis-Courmont [Tue, 25 May 2010 20:45:43 +0000 (23:45 +0300)]
Remove support for reparenting

13 years agoAttached aout to its parent in aout_New().
Laurent Aimar [Tue, 25 May 2010 20:38:48 +0000 (22:38 +0200)]
Attached aout to its parent in aout_New().

13 years agoRemove vlc_object_detach()
Rémi Denis-Courmont [Tue, 25 May 2010 20:36:04 +0000 (23:36 +0300)]
Remove vlc_object_detach()

13 years agoRemove useless detach before destroy
Rémi Denis-Courmont [Tue, 25 May 2010 20:35:48 +0000 (23:35 +0300)]
Remove useless detach before destroy

13 years agoMP4: update Copyright
Jean-Baptiste Kempf [Tue, 25 May 2010 20:17:52 +0000 (22:17 +0200)]
MP4: update Copyright

13 years agoMP4: support other annotation atoms (wrn, mak, mod, PRD, grp, lyr)
Jean-Baptiste Kempf [Tue, 25 May 2010 20:16:41 +0000 (22:16 +0200)]
MP4: support other annotation atoms (wrn, mak, mod, PRD, grp, lyr)

13 years agoMP4: support numerous unusual metadata as extra_metadata
Jean-Baptiste Kempf [Tue, 25 May 2010 19:54:47 +0000 (21:54 +0200)]
MP4: support numerous unusual metadata as extra_metadata

13 years agoDestroyed the spu object inside vout_Close.
Laurent Aimar [Tue, 25 May 2010 20:00:35 +0000 (22:00 +0200)]
Destroyed the spu object inside vout_Close.

It avoids a vlc_object_detach.

13 years agoUsed vout_control_Push for vout_RegisterSubpictureChannel.
Laurent Aimar [Tue, 25 May 2010 19:54:45 +0000 (21:54 +0200)]
Used vout_control_Push for vout_RegisterSubpictureChannel.

13 years agoUsed Used vout_control_Push for vout_FlushSubpictureChannel .
Laurent Aimar [Tue, 25 May 2010 19:21:44 +0000 (21:21 +0200)]
Used Used vout_control_Push for vout_FlushSubpictureChannel .

13 years agoAdded vout_control_PushInteger.
Laurent Aimar [Tue, 25 May 2010 19:13:53 +0000 (21:13 +0200)]
Added vout_control_PushInteger.

13 years agoUsed vout_control_Push for vout_PutSubpicture.
Laurent Aimar [Tue, 25 May 2010 19:03:20 +0000 (21:03 +0200)]
Used vout_control_Push for vout_PutSubpicture.

It will be needed if we want to remove one of the timeout in the main vout
thread. It also avoids 1 access of vout->p->p_spu outside of the vout thread.

13 years agoMade object created by input_resource attached to a high level object.
Laurent Aimar [Tue, 25 May 2010 18:31:13 +0000 (20:31 +0200)]
Made object created by input_resource attached to a high level object.

 The high level object must at least live as long as the input_resource,
I used playlist, vlm or libvlc_media_player.
 It avoids invalid reparent of the vout, aout and sout on input changes.

 It breaks support for per input options used for creating vout, aout
and sout (:sout= is not impacted). I will fix the vout case.

 It breaks invalid usages of vlc_object_find(INPUT, PARENT) used
at least by :
 - the sout modules describe and display.
 - the sout statistics.
 - the vout splitter change
 - the snapshot vout display.
I will fix the vout related ones.

13 years agoRemoved fake decoder.
Laurent Aimar [Tue, 25 May 2010 17:08:35 +0000 (19:08 +0200)]
Removed fake decoder.

13 years agoRemoved fake access.
Laurent Aimar [Tue, 25 May 2010 17:04:33 +0000 (19:04 +0200)]
Removed fake access.

13 years agoNAME_MAX is undefined on SunOS
Francois Cartegnie [Tue, 18 May 2010 12:33:38 +0000 (14:33 +0200)]
NAME_MAX is undefined on SunOS

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agopulse: require Xlib
Rémi Denis-Courmont [Tue, 25 May 2010 17:28:18 +0000 (20:28 +0300)]
pulse: require Xlib

13 years agoDo not require SDL by default
Rémi Denis-Courmont [Tue, 25 May 2010 17:28:09 +0000 (20:28 +0300)]
Do not require SDL by default

13 years agoMissing #include
Rémi Denis-Courmont [Tue, 25 May 2010 17:13:54 +0000 (20:13 +0300)]
Missing #include

Pointed-out-by: Sébastien Escudier
13 years agox264: make sure b-pyramid ain't set other than high-profile
Ilkka Ollakka [Tue, 25 May 2010 16:10:07 +0000 (19:10 +0300)]
x264: make sure b-pyramid ain't set other than high-profile

Reported by Lotesdelere

13 years agox264: change 8x8dct default to true and fix logic so you can turn it off
Ilkka Ollakka [Tue, 25 May 2010 16:09:24 +0000 (19:09 +0300)]
x264: change 8x8dct default to true and fix logic so you can turn it off

reported by Lotesdelere

13 years agotranscode: use same pts with and without threads on duplicating
Ilkka Ollakka [Tue, 25 May 2010 14:20:01 +0000 (17:20 +0300)]
transcode: use same pts with and without threads on duplicating

13 years agotranscode: use bool instead of int to inform if we need to copy picture
Ilkka Ollakka [Tue, 25 May 2010 14:18:37 +0000 (17:18 +0300)]
transcode: use bool instead of int to inform if we need to copy picture

13 years agoVOD: missing "unicast;" in SETUP Transport response header
Rémi Denis-Courmont [Tue, 25 May 2010 16:46:17 +0000 (19:46 +0300)]
VOD: missing "unicast;" in SETUP Transport response header

13 years agotaglib: read the cover art from mp4.
Rémi Duraffort [Tue, 25 May 2010 16:24:06 +0000 (18:24 +0200)]
taglib: read the cover art from mp4.

13 years agortp sout: fix reporting of sequence number when using SRTP
Pierre Ynard [Tue, 25 May 2010 15:52:39 +0000 (17:52 +0200)]
rtp sout: fix reporting of sequence number when using SRTP

13 years agoMP4: Recognize \xa9wrt
Jean-Baptiste Kempf [Tue, 25 May 2010 13:52:00 +0000 (15:52 +0200)]
MP4: Recognize \xa9wrt

We don't do anything with it yet.

13 years agoMP4: support for the \xa9too atom
Jean-Baptiste Kempf [Tue, 25 May 2010 13:44:41 +0000 (15:44 +0200)]
MP4: support for the \xa9too atom

13 years agoAdd a caution message
Christophe Mutricy [Mon, 24 May 2010 22:26:46 +0000 (23:26 +0100)]
Add a caution message

13 years agoUsed dvdnav_get_video_resolution to fix the AR of some dvd menus.
Laurent Aimar [Mon, 24 May 2010 21:55:07 +0000 (23:55 +0200)]
Used dvdnav_get_video_resolution to fix the AR of some dvd menus.

13 years agoAdded a patch to the contribs to have a dvdnav_get_video_resolution() function in...
Laurent Aimar [Mon, 24 May 2010 21:53:30 +0000 (23:53 +0200)]
Added a patch to the contribs to have a dvdnav_get_video_resolution() function in libdvdnav.

13 years agoAdded an image demuxer.
Laurent Aimar [Mon, 24 May 2010 18:10:31 +0000 (20:10 +0200)]
Added an image demuxer.

It replaces the "fake" demuxer and decoder, and partially
the mjpeg one.
It does not rely on the extensions to detect the format.
The detected picture formats are: XCF, GIF, PNG, TIFF, BMP, PCX,
LBM, PNM, JFIF and SPIFF(Jpeg).
The reload feature of the fake:// demuxer is lost, as well as the deinterlace
feature of the fake decoder, patches are welcome.

It closes #3107 and #3388, and modifies #2295.

13 years agoFixed a memleak in picture_fifo_Delete().
Laurent Aimar [Mon, 24 May 2010 18:06:11 +0000 (20:06 +0200)]
Fixed a memleak in picture_fifo_Delete().

13 years agoFixed raw picture size in rawvideo codec.
Laurent Aimar [Mon, 24 May 2010 17:51:51 +0000 (19:51 +0200)]
Fixed raw picture size in rawvideo codec.

13 years agoMoved var_InheritURational to the core.
Laurent Aimar [Mon, 24 May 2010 15:36:44 +0000 (17:36 +0200)]
Moved var_InheritURational to the core.

13 years agoContribs: update VPX support
Jean-Baptiste Kempf [Mon, 24 May 2010 21:56:40 +0000 (23:56 +0200)]
Contribs: update VPX support

13 years agoMKV: code factorisation around extra_data filling
Jean-Baptiste Kempf [Mon, 24 May 2010 21:11:09 +0000 (23:11 +0200)]
MKV: code factorisation around extra_data filling