]> git.sesse.net Git - vlc/log
vlc
13 years agoFix spelling.
Rémi Duraffort [Sat, 26 Jun 2010 09:37:22 +0000 (11:37 +0200)]
Fix spelling.

13 years agoFix vlc_pgettext
Rémi Denis-Courmont [Sat, 26 Jun 2010 00:16:31 +0000 (03:16 +0300)]
Fix vlc_pgettext

13 years agots-mux: repeat sps/pps on keyframes, should fix h264/ts streaming issues (hopefully)
Ilkka Ollakka [Fri, 25 Jun 2010 22:51:35 +0000 (01:51 +0300)]
ts-mux: repeat sps/pps on keyframes, should fix h264/ts streaming issues (hopefully)

13 years agoQt/EPG: set word wrap true for the tittle QLabel.
Adrien Maglo [Fri, 25 Jun 2010 20:00:00 +0000 (22:00 +0200)]
Qt/EPG: set word wrap true for the tittle QLabel.

13 years agoContribs: update libmodplug to 0.8.8.1
Jean-Baptiste Kempf [Fri, 25 Jun 2010 16:27:51 +0000 (18:27 +0200)]
Contribs: update libmodplug to 0.8.8.1

This closes #3793 and #3779

13 years agoAdd jp2k fourCC
Jean-Baptiste Kempf [Fri, 25 Jun 2010 09:34:41 +0000 (11:34 +0200)]
Add jp2k fourCC

13 years agoJPEG 2000 decoding support.
Jai Menon [Fri, 25 Jun 2010 08:29:19 +0000 (13:59 +0530)]
JPEG 2000 decoding support.

Adds a JPEG 2000 fourcc and hooks it up to the libavcodec decoder.
Also add an alias to 'mjp2' which is used to pack JPEG 2000 in MOV
by Final Cut Pro etc.

13 years agoFix symbols after [a8fbe67ffbd0299169317074bdab82a84d35dc3b]
Jean-Baptiste Kempf [Fri, 25 Jun 2010 09:18:01 +0000 (11:18 +0200)]
Fix symbols after [a8fbe67ffbd0299169317074bdab82a84d35dc3b]

13 years agoLUA: make one byte room for the nul terminator after iconv()
Rémi Denis-Courmont [Fri, 25 Jun 2010 05:07:01 +0000 (08:07 +0300)]
LUA: make one byte room for the nul terminator after iconv()

13 years agosubtitles: make the default character set value explicit
Rémi Denis-Courmont [Fri, 25 Jun 2010 04:45:23 +0000 (07:45 +0300)]
subtitles: make the default character set value explicit

13 years agoSpell preferred
Rémi Denis-Courmont [Fri, 25 Jun 2010 00:08:58 +0000 (03:08 +0300)]
Spell preferred

13 years agoDxVA2: CoTaskMemFree can be used correctly now.
Jean-Baptiste Kempf [Thu, 24 Jun 2010 23:11:09 +0000 (01:11 +0200)]
DxVA2: CoTaskMemFree can be used correctly now.

13 years agoQt4: constify
Ilkka Ollakka [Thu, 24 Jun 2010 18:25:47 +0000 (21:25 +0300)]
Qt4: constify

13 years agoQt4: constify currentIndex() and find* helpers, remove CACHE in findInner
Ilkka Ollakka [Thu, 24 Jun 2010 15:13:17 +0000 (18:13 +0300)]
Qt4: constify currentIndex() and find* helpers, remove CACHE in findInner

13 years agoQt4: don't cache current
Ilkka Ollakka [Thu, 24 Jun 2010 15:12:51 +0000 (18:12 +0300)]
Qt4: don't cache current

reverts 0455f985986b54085f3651d1cfcdc7d53efda9c7 and 7cdb0761b23277f508cefeb5dca4098c9ec4120d

13 years agoQt4: check that index.isValid too
Ilkka Ollakka [Thu, 24 Jun 2010 15:06:25 +0000 (18:06 +0300)]
Qt4: check that index.isValid too

13 years agoaudio filters: display input/output formats when conversion fail
Rafaël Carré [Thu, 24 Jun 2010 19:50:47 +0000 (21:50 +0200)]
audio filters: display input/output formats when conversion fail

13 years agoAVFormat Demuxer : Set fourcc based on source container.
Jai Menon [Sun, 20 Jun 2010 16:38:23 +0000 (22:08 +0530)]
AVFormat Demuxer : Set fourcc based on source container.

This is required for those containers which mux the
AVCDecoderConfigurationRecord as private/extra data
so that the AVC packetizer works correctly.

This should close #2850

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAVFormat Demuxer : Set video ES frame rate.
Jai Menon [Sun, 20 Jun 2010 16:38:22 +0000 (22:08 +0530)]
AVFormat Demuxer : Set video ES frame rate.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoSpell "separate"
Rémi Denis-Courmont [Thu, 24 Jun 2010 01:37:32 +0000 (04:37 +0300)]
Spell "separate"

13 years agoSpell "connection"
Rémi Denis-Courmont [Thu, 24 Jun 2010 01:35:45 +0000 (04:35 +0300)]
Spell "connection"

13 years agoMissing const
Rémi Denis-Courmont [Thu, 24 Jun 2010 00:19:32 +0000 (03:19 +0300)]
Missing const

13 years agoLibvlc: bump SO minor version
Rémi Denis-Courmont [Thu, 24 Jun 2010 00:18:25 +0000 (03:18 +0300)]
Libvlc: bump SO minor version

13 years agoAdd adjust filter features to libvlc_media_player/libvlc_video
Frank Enderle [Thu, 24 Jun 2010 00:16:04 +0000 (03:16 +0300)]
Add adjust filter features to libvlc_media_player/libvlc_video

This patch exposes the adjust module to libvlc_media_player/libvlc_video
and adds a frequently requested featureset: to manipulate brightness,
contrast, gamma, saturation and hue through libvlc. The patch introduces
a new set of functions analogous to
libvlc_video_{get,set}_{marq,logo}_*, hence the use of the function set
should be self explanatory.

New Functions:

* value = libvlc_video_get_adjust_int( p_mi, option );
* libvlc_video_set_adjust_int( p_mi, option, value );
* value = libvlc_video_get_adjust_float( p_mi, option );
* libvlc_video_set_adjust_float( p_mi, option, value );

New Options:

* libvlc_adjust_Enable
* libvlc_adjust_Contrast
* libvlc_adjust_Brightness
* libvlc_adjust_Hue
* libvlc_adjust_Saturation
* libvlc_adjust_Gamma

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoQt4: reset current_index cache sametime as i_cache_id
Ilkka Ollakka [Wed, 23 Jun 2010 12:09:53 +0000 (15:09 +0300)]
Qt4: reset current_index cache sametime as i_cache_id

13 years agoQt4: cosmetic
Ilkka Ollakka [Wed, 23 Jun 2010 11:37:59 +0000 (14:37 +0300)]
Qt4: cosmetic

13 years agoQt4: add check if current isValid()
Ilkka Ollakka [Wed, 23 Jun 2010 11:37:30 +0000 (14:37 +0300)]
Qt4: add check if current isValid()

13 years agoQt4: highlight nodepath to current item on icon_view
Ilkka Ollakka [Wed, 23 Jun 2010 09:51:14 +0000 (12:51 +0300)]
Qt4: highlight nodepath to current item on icon_view

Shows user where the current input is on icon_view with tree-mode.

13 years agoQt4: cache currentItem index
Ilkka Ollakka [Wed, 23 Jun 2010 09:42:08 +0000 (12:42 +0300)]
Qt4: cache currentItem index

Not sure if it's the best way, but this enables
to show the current item even when input is stopped.

13 years agoHTTP interface: fix ! operator (fix #3768)
Rémi Denis-Courmont [Wed, 23 Jun 2010 04:56:07 +0000 (07:56 +0300)]
HTTP interface: fix ! operator (fix #3768)

13 years agolua: add vlc.strings.iconv to use vlc_iconv, shouldn't eat kittens
Ilkka Ollakka [Tue, 22 Jun 2010 19:18:45 +0000 (22:18 +0300)]
lua: add vlc.strings.iconv to use vlc_iconv, shouldn't eat kittens

Not sure if I remembered to do all the checks needed for errors, but
works for me ok.

13 years agoadd sd for katsomo.fi
Ilkka Ollakka [Tue, 22 Jun 2010 17:53:53 +0000 (20:53 +0300)]
add sd for katsomo.fi

Not added to makefiles, as katsomo.fi hasn't responded yet.

13 years agoupdate katsomo lua-script
Ilkka Ollakka [Tue, 22 Jun 2010 17:52:55 +0000 (20:52 +0300)]
update katsomo lua-script

uses vlc.strings.iconv to get correct encoding

13 years agoFix a crash in live555 demuxer on close.
Sébastien Escudier [Tue, 22 Jun 2010 13:25:37 +0000 (15:25 +0200)]
Fix a crash in live555 demuxer on close.
We must first close the stream before deleting the tracks, because tracks can be used in StreamClose callback.
This crash could only happen in recents version of live555 library.

13 years agoFix luac detection error case
Rafaël Carré [Tue, 22 Jun 2010 06:32:03 +0000 (08:32 +0200)]
Fix luac detection error case

ac_cv_path_XX only caches positive results, not failures

13 years agofile.c: Typo fix
Joseph S. Atkinson [Tue, 22 Jun 2010 06:19:52 +0000 (08:19 +0200)]
file.c: Typo fix

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
13 years agoFix version number in NEWS
Pierre Ynard [Mon, 21 Jun 2010 14:39:08 +0000 (16:39 +0200)]
Fix version number in NEWS

13 years agomake distcheck: bypass kde4-config
Rémi Denis-Courmont [Sun, 20 Jun 2010 23:29:53 +0000 (02:29 +0300)]
make distcheck: bypass kde4-config

distcheck uses --prefix instead of DESTDIR :(

13 years agoWin32: fix danish package
Jean-Baptiste Kempf [Sun, 20 Jun 2010 22:53:55 +0000 (00:53 +0200)]
Win32: fix danish package

13 years agonsis: Polish update
Michał Trzebiatowski [Sun, 20 Jun 2010 22:23:20 +0000 (23:23 +0100)]
nsis: Polish update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoQt/EPG: Set the EPGView start time correctly.
Adrien Maglo [Sun, 20 Jun 2010 20:35:05 +0000 (22:35 +0200)]
Qt/EPG: Set the EPGView start time correctly.

13 years agoV4L2 on NetBSD
Adam Hoka [Sun, 20 Jun 2010 17:13:13 +0000 (20:13 +0300)]
V4L2 on NetBSD

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoUse fstatvfs where usable (BSD) - fixes #3762
Rémi Denis-Courmont [Sun, 20 Jun 2010 16:56:44 +0000 (19:56 +0300)]
Use fstatvfs where usable (BSD) - fixes #3762

13 years agoindentation
Jakob Leben [Sun, 20 Jun 2010 12:50:45 +0000 (14:50 +0200)]
indentation

13 years agoplaylist_NodeRemoveItem(): set item's parent to NULL
Jakob Leben [Sun, 20 Jun 2010 12:47:40 +0000 (14:47 +0200)]
playlist_NodeRemoveItem(): set item's parent to NULL

13 years agomerge playlist_DeleteItem() functionality into playlist_NodeDelete()
Jakob Leben [Sun, 20 Jun 2010 12:24:10 +0000 (14:24 +0200)]
merge playlist_DeleteItem() functionality into playlist_NodeDelete()

...omitting b_stop argument, because it is true in all use cases.

13 years agoQt4: change comment on littlebit closer to the code
Ilkka Ollakka [Sun, 20 Jun 2010 10:41:30 +0000 (13:41 +0300)]
Qt4: change comment on littlebit closer to the code

13 years agoRevert "Qt4: don't do playlist_model recursive remove as core signals for those anyway"
Ilkka Ollakka [Sun, 20 Jun 2010 10:32:45 +0000 (13:32 +0300)]
Revert "Qt4: don't do playlist_model recursive remove as core signals for those anyway"

This reverts commit 926bbf142f297f9715e3cc5ad746b98a448c3451.

13 years agoQt4: don't call browseInto if not needed when item changes
Ilkka Ollakka [Sun, 20 Jun 2010 10:20:07 +0000 (13:20 +0300)]
Qt4: don't call browseInto if not needed when item changes

13 years agoQt4: cosmetic
Ilkka Ollakka [Sun, 20 Jun 2010 10:19:42 +0000 (13:19 +0300)]
Qt4: cosmetic

13 years agoFix Estonian selection in installer
Christophe Mutricy [Sat, 19 Jun 2010 22:14:34 +0000 (23:14 +0100)]
Fix Estonian selection in installer

13 years agoAdd Lithuanian installer translation
Christophe Mutricy [Sat, 19 Jun 2010 22:13:38 +0000 (23:13 +0100)]
Add Lithuanian installer translation

13 years agoFixed video format decoder changes detection.
Laurent Aimar [Sat, 19 Jun 2010 19:40:18 +0000 (21:40 +0200)]
Fixed video format decoder changes detection.

13 years agoAvoid anonymous compound in add_shortcut (fixes: #3742)
Rémi Denis-Courmont [Sat, 19 Jun 2010 01:34:46 +0000 (04:34 +0300)]
Avoid anonymous compound in add_shortcut (fixes: #3742)

13 years agoQt4 needs libm (fixes: #3744)
Rémi Denis-Courmont [Sat, 19 Jun 2010 01:26:05 +0000 (04:26 +0300)]
Qt4 needs libm (fixes: #3744)

13 years agoQt/EPG: Aesthetic modifications.
Adrien Maglo [Fri, 18 Jun 2010 21:39:40 +0000 (23:39 +0200)]
Qt/EPG: Aesthetic modifications.
Feel free to change what you don't like.

13 years agoQt/EPG: Remove a bad setting of the EPGView start time.
Adrien Maglo [Fri, 18 Jun 2010 21:23:02 +0000 (23:23 +0200)]
Qt/EPG: Remove a bad setting of the EPGView start time.

13 years agoQT/EPG: Fix EPGItem management.
Adrien Maglo [Fri, 18 Jun 2010 20:14:53 +0000 (22:14 +0200)]
QT/EPG: Fix EPGItem management.
Synchronize correctly with the EPG structures provided by the core.
Remove EPGItems from the EPGView when they are not anymore stored.

13 years agoQt/EPG: Use the right function to update the EPGItem position.
Adrien Maglo [Fri, 18 Jun 2010 17:57:49 +0000 (19:57 +0200)]
Qt/EPG: Use the right function to update the EPGItem position.

13 years agoEnabled mpeg2 dxva2 decoding support.
Laurent Aimar [Fri, 18 Jun 2010 20:09:13 +0000 (22:09 +0200)]
Enabled mpeg2 dxva2 decoding support.

13 years agoAdded 'Extended Stream Properties' in asf muxer for WMV3 too.
Laurent Aimar [Fri, 18 Jun 2010 19:53:47 +0000 (21:53 +0200)]
Added 'Extended Stream Properties' in asf muxer for WMV3 too.

It closes #3522.

13 years agoParse WMV3 frame type in the generic packetizer.
Laurent Aimar [Fri, 18 Jun 2010 19:52:46 +0000 (21:52 +0200)]
Parse WMV3 frame type in the generic packetizer.

It is needed to close #3522.

13 years agoQt/EPG: Display the short description and the long one when available.
Adrien Maglo [Fri, 18 Jun 2010 17:51:53 +0000 (19:51 +0200)]
Qt/EPG: Display the short description and the long one when available.

13 years agoQt/EPG: Fix an EPGitem position issue.
Adrien Maglo [Fri, 18 Jun 2010 17:14:40 +0000 (19:14 +0200)]
Qt/EPG: Fix an EPGitem position issue.
This was wrong to update the EPGItem start times when changing the EPGView start time.

13 years agol10n: Ukranian update
Oleksandr Natalenko [Fri, 18 Jun 2010 16:27:48 +0000 (17:27 +0100)]
l10n: Ukranian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoJapanese update
Fumio Nakayama [Fri, 18 Jun 2010 16:13:23 +0000 (17:13 +0100)]
Japanese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoCorrect the encoding
Christophe Mutricy [Fri, 18 Jun 2010 16:00:25 +0000 (17:00 +0100)]
Correct the encoding

NSIS files should be in the default windows codepage for this language

13 years agoQt4: make sure Item can be scrolled to visible even in treeview
Ilkka Ollakka [Fri, 18 Jun 2010 13:25:02 +0000 (16:25 +0300)]
Qt4: make sure Item can be scrolled to visible even in treeview

Change visible-root to currents parent so it's visible. Not sure if
it's best way to do it, but atleast you don't get lost why isn't current
item visible on playlist in tree-mode.

13 years agoQt4: don't do playlist_model recursive remove as core signals for those anyway
Ilkka Ollakka [Fri, 18 Jun 2010 12:35:04 +0000 (15:35 +0300)]
Qt4: don't do playlist_model recursive remove as core signals for those anyway

13 years agoFortunes: "the yes need the no to win against the no." attitude
Jean-Baptiste Kempf [Fri, 18 Jun 2010 11:52:54 +0000 (13:52 +0200)]
Fortunes: "the yes need the no to win against the no." attitude

13 years agogui/macosx: set URL instead of path to ITEM_URL. Fixes #3706
Sebastien Zwickert [Thu, 17 Jun 2010 22:06:11 +0000 (00:06 +0200)]
gui/macosx: set URL instead of path to ITEM_URL. Fixes #3706

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agogui/macosx: second attempt to fix equalizer issue #3718.
Sebastien Zwickert [Thu, 17 Jun 2010 17:21:35 +0000 (19:21 +0200)]
gui/macosx: second attempt to fix equalizer issue #3718.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoi18n: remove deleted file
Pierre Ynard [Thu, 17 Jun 2010 22:28:58 +0000 (00:28 +0200)]
i18n: remove deleted file

13 years agoFixed reverse stereo mode (close #3755).
Laurent Aimar [Thu, 17 Jun 2010 22:17:07 +0000 (00:17 +0200)]
Fixed reverse stereo mode (close #3755).

13 years agoAdded a ref count on input_resource_t.
Laurent Aimar [Thu, 17 Jun 2010 21:55:22 +0000 (23:55 +0200)]
Added a ref count on input_resource_t.

It should fix invalid accesses of input_resource_t using input_GetVout/Aout.

13 years agoRemove the oldtelnet module.
Rémi Duraffort [Thu, 17 Jun 2010 21:32:06 +0000 (23:32 +0200)]
Remove the oldtelnet module.

13 years agoluatelnet: the oldtelnet options are now working well with the luatelnet module.
Rémi Duraffort [Thu, 17 Jun 2010 20:39:48 +0000 (22:39 +0200)]
luatelnet: the oldtelnet options are now working well with the luatelnet module.

13 years agoQt/EPG: Display the program start and end times just before the title in the descript...
Adrien Maglo [Thu, 17 Jun 2010 20:14:15 +0000 (22:14 +0200)]
Qt/EPG: Display the program start and end times just before the title in the description box.

13 years agoQt/EPG: Revert previous commit.
Adrien Maglo [Thu, 17 Jun 2010 20:00:18 +0000 (22:00 +0200)]
Qt/EPG: Revert previous commit.
Sorry, this is not causing the issue ...

13 years agoQt/EPG: fix start and end program displaying.
Adrien Maglo [Thu, 17 Jun 2010 19:50:05 +0000 (21:50 +0200)]
Qt/EPG: fix start and end program displaying.
My fault: addSecs() call was modifying the item start time ...

13 years agoplaylist_pls: fix use after free (can be triggered by some invalid shoutcast playlist...
Rémi Duraffort [Thu, 17 Jun 2010 19:20:25 +0000 (21:20 +0200)]
playlist_pls: fix use after free (can be triggered by some invalid shoutcast playlist files).

13 years agoUpdate THANKS and AUTHORS.
Rémi Duraffort [Wed, 16 Jun 2010 15:23:22 +0000 (17:23 +0200)]
Update THANKS and AUTHORS.

If in AUTHORS => not in THANKS
I moved also some people from AUTHORS to THANKS (only small fixes).

13 years agoAVFormat Muxer : Set codec frame size.
Jai Menon [Thu, 17 Jun 2010 06:38:13 +0000 (12:08 +0530)]
AVFormat Muxer : Set codec frame size.

This allows for correct output when using muxers (like the MOV/MP4 muxer)
that require frame_size set.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agodbus control: Split the mpris dbus interfaces
Mirsal Ennaime [Wed, 16 Jun 2010 01:21:00 +0000 (03:21 +0200)]
dbus control: Split the mpris dbus interfaces

The mpris defines three dbus interfaces with the same name.
This is wrong on many levels and the second version of the spec
which is currently being drafted fixes that.

In order to be able to reflect this change, the dbus control module
should not assume that these interface have the same name.

With this patch applied, VLC still complies with the mpris v1.0

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
13 years agolibflac installs its own assert.h which fails to define assert()
Rafaël Carré [Thu, 17 Jun 2010 03:36:24 +0000 (05:36 +0200)]
libflac installs its own assert.h which fails to define assert()

Define assert() to no-op

13 years agosn?printf -> strl?cpy
Rémi Denis-Courmont [Thu, 17 Jun 2010 01:50:39 +0000 (04:50 +0300)]
sn?printf -> strl?cpy

13 years agostr_format_meta: use lldiv, do less math
Rémi Denis-Courmont [Thu, 17 Jun 2010 01:39:24 +0000 (04:39 +0300)]
str_format_meta: use lldiv, do less math

13 years agoQt/EPG: use a qgraphicsitem_cast instead of dynamic_cast
Jean-Baptiste Kempf [Wed, 16 Jun 2010 19:53:36 +0000 (21:53 +0200)]
Qt/EPG: use a qgraphicsitem_cast instead of dynamic_cast

13 years agoWin32 installer: add Danish translation
Jean-Baptiste Kempf [Wed, 16 Jun 2010 19:13:08 +0000 (21:13 +0200)]
Win32 installer: add Danish translation

PLEASE check it

13 years agoAdd extensions to open dialog ones
Jean-Baptiste Kempf [Wed, 16 Jun 2010 19:04:55 +0000 (21:04 +0200)]
Add extensions to open dialog ones

Patch from Diblo_Dk on the forum, adapted by /me

13 years agoWin32 installer: add a few new extensions and Autostarters
Jean-Baptiste Kempf [Wed, 16 Jun 2010 18:44:29 +0000 (20:44 +0200)]
Win32 installer: add a few new extensions and Autostarters

Patch by Diblo_Dk on our forum and adapted by yours truly

13 years agoAVFormat Muxer : Don't create AVStreams for unsupported ES types.
Jai Menon [Wed, 16 Jun 2010 11:25:07 +0000 (16:55 +0530)]
AVFormat Muxer : Don't create AVStreams for unsupported ES types.

Currently, the libavformat based muxer supports audio and video streams
properly. Subtitle muxing is still a work-in-progress. Till those are
verified to work as well, we need to ensure that we don't create AVStreams
with invalid codec type.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoRemove observer from the notification center in the dealloc method to prevent a crash...
Sebastien Zwickert [Mon, 7 Jun 2010 20:34:31 +0000 (22:34 +0200)]
Remove observer from the notification center in the dealloc method to prevent a crash when notification center posts NSApplicationWillTerminateNotification and the VLAboutBox has already been released.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agogui/macosx: fixes equalizer issue #3718.
Sebastien Zwickert [Tue, 15 Jun 2010 21:57:13 +0000 (23:57 +0200)]
gui/macosx: fixes equalizer issue #3718.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agomacosx_dialog_provider: set the usual keys equivalent to cancel or validate a dialog.
Sebastien Zwickert [Tue, 15 Jun 2010 22:05:08 +0000 (00:05 +0200)]
macosx_dialog_provider: set the usual keys equivalent to cancel or validate a dialog.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoCorrect description for the Ogg mux module.
Jai Menon [Wed, 16 Jun 2010 13:48:26 +0000 (19:18 +0530)]
Correct description for the Ogg mux module.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoRevert "dvbsub.c : Don't fill region if page_state == 0"
Ilkka Ollakka [Wed, 16 Jun 2010 08:36:54 +0000 (11:36 +0300)]
Revert "dvbsub.c : Don't fill region if page_state == 0"

This reverts commit 57527c545a4cc51e6dbf1c15c8fb63c9b9da455d.

Didn't mean to commit this one at this point.

13 years agoadd myself to authors
Ilkka Ollakka [Wed, 16 Jun 2010 08:35:01 +0000 (11:35 +0300)]
add myself to authors

13 years agodvbsub.c : Don't fill region if page_state == 0
Björn Stenberg [Tue, 15 Jun 2010 12:47:22 +0000 (14:47 +0200)]
dvbsub.c : Don't fill region if page_state == 0

My interpretation of ETSI EN 300 743 is that the region_fill_flag of a region
composition segment should not cause the region to be filled when the containing
page composition segment has its' page_state variable set to 0 (page update).

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoQt: forgotten include
Jean-Baptiste Kempf [Wed, 16 Jun 2010 00:11:50 +0000 (02:11 +0200)]
Qt: forgotten include