]> git.sesse.net Git - vlc/log
vlc
13 years agoIgnore manifest.json
Jean-Baptiste Kempf [Mon, 14 Jun 2010 10:35:01 +0000 (12:35 +0200)]
Ignore manifest.json

13 years agoqt4: allow dnd to file-input on convert-dialog
Ilkka Ollakka [Mon, 14 Jun 2010 08:26:18 +0000 (11:26 +0300)]
qt4: allow dnd to file-input on convert-dialog

13 years agoqt4: add webm on convert containers list
Ilkka Ollakka [Mon, 14 Jun 2010 08:25:53 +0000 (11:25 +0300)]
qt4: add webm on convert containers list

13 years agotranscode: default audio bitrate to 96k
Ilkka Ollakka [Mon, 14 Jun 2010 06:42:44 +0000 (09:42 +0300)]
transcode: default audio bitrate to 96k

13 years agox264: don't repeat headers, we should do it ourself where needed
Ilkka Ollakka [Mon, 14 Jun 2010 06:33:45 +0000 (09:33 +0300)]
x264: don't repeat headers, we should do it ourself where needed

13 years agomp4: calculate stream duration sameway all around
Ilkka Ollakka [Sun, 13 Jun 2010 20:20:28 +0000 (23:20 +0300)]
mp4: calculate stream duration sameway all around

13 years agomp4: call get_timestamp just once
Ilkka Ollakka [Sun, 13 Jun 2010 20:05:19 +0000 (23:05 +0300)]
mp4: call get_timestamp just once

13 years agortp: fix h264 sprop-parameter-sets generation
An L. Ber [Sun, 13 Jun 2010 20:02:17 +0000 (23:02 +0300)]
rtp: fix h264 sprop-parameter-sets generation

Patch from An L. Ber whitespace-modified by me
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoavcodec: don't play rc-max/min for vp8, doesn't seem to work as it worked before
Ilkka Ollakka [Sun, 13 Jun 2010 13:35:47 +0000 (16:35 +0300)]
avcodec: don't play rc-max/min for vp8, doesn't seem to work as it worked before

13 years agox264: use libx264 with 0-started pts values and scale them back
Ilkka Ollakka [Sun, 13 Jun 2010 12:23:23 +0000 (15:23 +0300)]
x264: use libx264 with 0-started pts values and scale them back

I'm not really sure why libx264 sometimes gives negative dts even if
given pts values are >> 0. So until I see why, I think this way works better

13 years agomp4: add avc1/3gp6/qt brands
Ilkka Ollakka [Sun, 13 Jun 2010 12:20:54 +0000 (15:20 +0300)]
mp4: add avc1/3gp6/qt  brands

I think this should be safe even if there isn't avc1 track

13 years agomp4: find nal limits on 0*001 startcode instead 0001
Ilkka Ollakka [Sun, 13 Jun 2010 12:01:11 +0000 (15:01 +0300)]
mp4: find nal limits on 0*001 startcode instead 0001

13 years agoyoutube.lua: decode uri/xml-chars on name
Ilkka Ollakka [Sun, 13 Jun 2010 11:38:18 +0000 (14:38 +0300)]
youtube.lua: decode uri/xml-chars on name

13 years agoQt4: check extensionlength 2-4 (ts to webm) on sout regexpt
Ilkka Ollakka [Sun, 13 Jun 2010 11:35:09 +0000 (14:35 +0300)]
Qt4: check extensionlength 2-4 (ts to webm) on sout regexpt

13 years agoQt: Remove the lines separating the channels in the EPGView widget as they are not...
Adrien Maglo [Sun, 13 Jun 2010 20:08:23 +0000 (22:08 +0200)]
Qt: Remove the lines separating the channels in the EPGView widget as they are not displayed properly.

13 years agoQt: remove the bottom line of the channel list widget.
Adrien Maglo [Sat, 12 Jun 2010 20:15:14 +0000 (22:15 +0200)]
Qt: remove the bottom line of the channel list widget.

13 years agoplaylist_NodeInsert(): adds an assertion
Rafaël Carré [Sun, 13 Jun 2010 15:11:05 +0000 (17:11 +0200)]
playlist_NodeInsert(): adds an assertion

13 years agoPrefer libvorbis encoder over libavcodec's
Jean-Baptiste Kempf [Sun, 13 Jun 2010 10:39:20 +0000 (12:39 +0200)]
Prefer libvorbis encoder over libavcodec's

lavc's is marked as experimental

13 years agoWorkaround a potential segfault when using VAAPI/DXVA2 (close #3606).
Laurent Aimar [Sat, 12 Jun 2010 23:41:11 +0000 (01:41 +0200)]
Workaround a potential segfault when using VAAPI/DXVA2 (close #3606).

It seems that some avcodec decoders release frames even after being flushed.

13 years agoFixed potential unaligned access in vaapi/dxva2 picture copy.
Laurent Aimar [Sat, 12 Jun 2010 23:25:43 +0000 (01:25 +0200)]
Fixed potential unaligned access in vaapi/dxva2 picture copy.

It (probably) happens only when the video is non mod 16, or non mod 32
with YV12 hardware surface.

13 years agoQt: try to fix hangout on win32
Jean-Baptiste Kempf [Sat, 12 Jun 2010 22:55:54 +0000 (00:55 +0200)]
Qt: try to fix hangout on win32

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoFixed mouse buttons state for msw vouts (close #3519).
Laurent Aimar [Sat, 12 Jun 2010 22:44:31 +0000 (00:44 +0200)]
Fixed mouse buttons state for msw vouts (close #3519).

Used SetCapture/ReleaseCapture to emulate what x11 seems to do by default.

13 years agoFixed vertical video alignment (close #3688).
Laurent Aimar [Sat, 12 Jun 2010 12:15:11 +0000 (14:15 +0200)]
Fixed vertical video alignment (close #3688).

It is not limited to win32.

13 years agoRemove the channel list overlaid above the EPGView widget.
Adrien Maglo [Sat, 12 Jun 2010 19:25:20 +0000 (21:25 +0200)]
Remove the channel list overlaid above the EPGView widget.
Add a channel list widget at the left of the EPGView widget.
Remove the splitter on the EPG window.

13 years agoQt: fixing message debug to help fixing some issues.
Jean-Baptiste Kempf [Sat, 12 Jun 2010 19:35:01 +0000 (21:35 +0200)]
Qt: fixing message debug to help fixing some issues.

13 years agox264: use int64_t instead int as delay
Ilkka Ollakka [Sat, 12 Jun 2010 08:34:27 +0000 (11:34 +0300)]
x264: use int64_t instead int as delay

13 years agoskins2: delete the callback only if it was really added.
Rémi Duraffort [Sat, 12 Jun 2010 07:40:01 +0000 (09:40 +0200)]
skins2: delete the callback only if it was really added.

13 years agomodules: use the new add_shortcut capability (add multiple shortcuts at a time).
Rémi Duraffort [Sat, 12 Jun 2010 07:03:25 +0000 (09:03 +0200)]
modules: use the new add_shortcut capability (add multiple shortcuts at a time).

13 years agoSpelling.
Rémi Duraffort [Sat, 12 Jun 2010 05:54:44 +0000 (07:54 +0200)]
Spelling.

13 years agoinput: constify.
Rémi Duraffort [Sat, 12 Jun 2010 05:52:59 +0000 (07:52 +0200)]
input: constify.

13 years agocore playlist: refactor & fix #3737
Jakob Leben [Sat, 12 Jun 2010 02:24:38 +0000 (04:24 +0200)]
core playlist: refactor & fix #3737

13 years agoQt: videoWidget shouldn't be show/hide(), the parent stackWidget should toggle.
Jean-Baptiste Kempf [Sat, 12 Jun 2010 00:28:34 +0000 (02:28 +0200)]
Qt: videoWidget shouldn't be show/hide(), the parent stackWidget should toggle.

13 years agoRevert "Revert "redundant includes of vlc_playlist.h""
Ilkka Ollakka [Fri, 11 Jun 2010 19:28:32 +0000 (22:28 +0300)]
Revert "Revert "redundant includes of vlc_playlist.h""

This reverts commit eca93931a367e3acedaa6028e8843552ced4a1d0.
and fixes taglib compile

13 years agoRevert "redundant includes of vlc_playlist.h"
Jakob Leben [Fri, 11 Jun 2010 19:21:49 +0000 (21:21 +0200)]
Revert "redundant includes of vlc_playlist.h"

This reverts commit 61db9aad014bdb7427bdcb4d9c0f93c89ed99242.

13 years agoRC: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:39:31 +0000 (19:39 +0200)]
RC: playlist locking

untested

13 years agohttp: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:28:10 +0000 (19:28 +0200)]
http: playlist locking

untested

13 years agoHotkeys: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:19:17 +0000 (19:19 +0200)]
Hotkeys: playlist locking

untested

13 years agodbus: playlist locking
Jakob Leben [Fri, 11 Jun 2010 17:17:59 +0000 (19:17 +0200)]
dbus: playlist locking

untested

13 years agohttp: add warning about locking
Jakob Leben [Fri, 11 Jun 2010 17:14:58 +0000 (19:14 +0200)]
http: add warning about locking

13 years agoredundant includes of vlc_playlist.h
Jakob Leben [Fri, 11 Jun 2010 17:11:59 +0000 (19:11 +0200)]
redundant includes of vlc_playlist.h

13 years agovlc_input_item.h is not self-sufficient without vlc_events.h
Jakob Leben [Fri, 11 Jun 2010 17:07:21 +0000 (19:07 +0200)]
vlc_input_item.h is not self-sufficient without vlc_events.h

13 years agoMatroska : Set default compression type for the ContentCompAlgo element to 0 (indicat...
Jai Menon [Fri, 11 Jun 2010 13:08:22 +0000 (18:38 +0530)]
Matroska : Set default compression type for the ContentCompAlgo element to 0 (indicating zlib). Some muxers (for example mkvmerge v4.0.0) do not write ebml elements which correspond to the default values (as defined in the spec).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoUpdate NEWS
Jean-Baptiste Kempf [Thu, 10 Jun 2010 22:56:42 +0000 (00:56 +0200)]
Update NEWS

13 years agoMozilla plugins: add some mime about RealFormat
Jean-Baptiste Kempf [Thu, 10 Jun 2010 21:45:14 +0000 (23:45 +0200)]
Mozilla plugins: add some mime about RealFormat

13 years agoSubtitles/SSA: enable reordering after load
Grigori Goronzy [Thu, 10 Jun 2010 21:44:26 +0000 (23:44 +0200)]
Subtitles/SSA: enable reordering after load

Use currently unused code to sort subtitle lines after they have been loaded.
Closes #3734.

13 years agoFixed ES packetized propertys in PVA demuxer (close #3735).
Laurent Aimar [Thu, 10 Jun 2010 22:06:38 +0000 (00:06 +0200)]
Fixed ES packetized propertys in PVA demuxer (close #3735).

13 years agoFixed the value of the dpb size that we got after requesting the vout display pool.
Laurent Aimar [Thu, 10 Jun 2010 21:22:01 +0000 (23:22 +0200)]
Fixed the value of the dpb size that we got after requesting the vout display pool.

13 years agoUpdated window size after changing fullscreen state (msw).
Laurent Aimar [Thu, 10 Jun 2010 20:57:53 +0000 (22:57 +0200)]
Updated window size after changing fullscreen state (msw).

It should improve the transition.

13 years agoRemoved wrong casts in msw.
Laurent Aimar [Thu, 10 Jun 2010 19:41:25 +0000 (21:41 +0200)]
Removed wrong casts in msw.

13 years agoFixed invalid mouse cursor state on win32 (close #3675).
Laurent Aimar [Thu, 10 Jun 2010 19:00:54 +0000 (21:00 +0200)]
Fixed invalid mouse cursor state on win32 (close #3675).

As a side effect, window class names are now uniques (process wide)
allowing to unregister them and so to unload properly the msw vouts.

13 years agoQt: Remove redundant code
Jean-Baptiste Kempf [Thu, 10 Jun 2010 21:25:06 +0000 (23:25 +0200)]
Qt: Remove redundant code

13 years agoWin32(core): do not duplicate handle
Erwan Tulou [Wed, 10 Feb 2010 12:19:42 +0000 (13:19 +0100)]
Win32(core): do not duplicate handle

Unlike _endthread and ExitThread, _endthreadex doesn't close the handle.
It is therefore up to the caller to close it. Hence no need for an extra
handle duplication (that mostly amounted to a memory leak when the normal
 path was used, i.e normal return from thread with implicit _endthreadex)

13 years agoWin32(core): _endthreadex(0) instead of _endthread()
Erwan Tulou [Wed, 10 Feb 2010 12:15:00 +0000 (13:15 +0100)]
Win32(core): _endthreadex(0) instead of _endthread()

According to msdn doc, _endthreadex(0) is to be used when thread is
 launched with _beginthreadex().

Note that when returning from the normal path, an implicit _endthreadex is
issued anyway.  It is important to be consistent whatever the path, since
those final functions (_endthread, ExitThread, _endthreadex) don't have
the same deallocation policy.

13 years agoFix description
Christophe Mutricy [Thu, 10 Jun 2010 19:46:00 +0000 (20:46 +0100)]
Fix description

13 years agoHonor LUAC passed by the user.
Christophe Mutricy [Thu, 10 Jun 2010 18:56:54 +0000 (19:56 +0100)]
Honor LUAC passed by the user.

As we use AC_PATH_PROG, if you want to force LUAC by specifying it on your command line you need to give a full path+exec_name. Which is a bit un friendly. So work-around this behaviour.

13 years agomsw: remove unneeded code and useless "shaking" of window
Erwan Tulou [Thu, 10 Jun 2010 19:04:49 +0000 (21:04 +0200)]
msw: remove unneeded code and useless "shaking" of window

For lack of a faster detection (based on win32 api messages),
resize/move of the parent window are detected in the Manage function
on a regular basis and acted upon if need be.

Move is an issue only for directx (surface doesn't automatically follow
the associated window). Though coordinates doesn't change, an UpdateRects
is still required to update the various rectangles used by directx.

As it was coded, everything was already taken care of.
The artificial "shaking" of the window was quite useless.

13 years agoBump the ABI.
Rémi Duraffort [Thu, 10 Jun 2010 19:42:06 +0000 (21:42 +0200)]
Bump the ABI.

13 years agoqt4: make dnd to accepts network-urls
Ilkka Ollakka [Thu, 10 Jun 2010 19:03:59 +0000 (22:03 +0300)]
qt4: make dnd to accepts network-urls

drop toNativeSeparators-usage (shoudln't break win32, but then again this could
be my application for the 'stupid win32 breakage of the year' ;). This allows
for example drag youtube links to vlc playlist directly.

Parse also dropper text if it has valid url if we don't have urls on drop ( from browser addressbar for example you get text ).

13 years agoplugins: allow to set more than one shortcut in on shot.
Rémi Duraffort [Thu, 10 Jun 2010 18:19:05 +0000 (20:19 +0200)]
plugins: allow to set more than one shortcut in on shot.

This is faster as we can now alloc the right size for the shortcuts array.

13 years agoAllow users to select Sinhala
Christophe Mutricy [Thu, 10 Jun 2010 18:29:12 +0000 (19:29 +0100)]
Allow users to select Sinhala

13 years agomsw: let zooming to exceed the display size
Erwan Tulou [Thu, 10 Jun 2010 16:19:48 +0000 (18:19 +0200)]
msw: let zooming to exceed the display size

There seems to be no more reason to force clipping to the display size
when zooming.  (tested successfully on WinXP with directx, gdi, opengl)

13 years agocore: fix a wrong division
Erwan Tulou [Thu, 10 Jun 2010 16:09:42 +0000 (18:09 +0200)]
core: fix a wrong division

Dividing an unsigned int by 2 is different from dividing an int by 2

This division was the cause for vlc(Win32) displaying a black screen
when zooming exceeded the display size (alt-'o')

Weirdly, there was no problem for Linux !!?? and also no regression :)

13 years agoIgnore unmute if volume hasn't been set or muted. fixes #3636
Francois Cartegnie [Tue, 8 Jun 2010 23:13:56 +0000 (01:13 +0200)]
Ignore unmute if volume hasn't been set or muted. fixes #3636

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoplaylist: documentation update
Jakob Leben [Wed, 9 Jun 2010 17:39:01 +0000 (19:39 +0200)]
playlist: documentation update

13 years agoNEWS: mention about iconview/listview in qt4 between 1.0 and 1.1
Ilkka Ollakka [Wed, 9 Jun 2010 13:56:24 +0000 (16:56 +0300)]
NEWS: mention about iconview/listview in qt4 between 1.0 and 1.1

13 years agoSimplified/fixed qt4 fullscreen implementation.
Laurent Aimar [Tue, 8 Jun 2010 18:29:17 +0000 (20:29 +0200)]
Simplified/fixed qt4 fullscreen implementation.

 It removes the need of the reparentable widget (it is not needed
to reparent at all) and so simplify the code.
 It fixes win32 fullscreen support and improves win7 transitions.
 It avoids the need of an extra fullscreen widget, which is consistant
with the other media players I have tested.

13 years agoFix compilation
Rémi Denis-Courmont [Tue, 8 Jun 2010 20:05:28 +0000 (23:05 +0300)]
Fix compilation

13 years agolibvlc_media_player_stop: destroys the kept vout
Rémi Denis-Courmont [Tue, 8 Jun 2010 18:05:44 +0000 (21:05 +0300)]
libvlc_media_player_stop: destroys the kept vout

13 years agoExport input_resource_TerminateVout
Rémi Denis-Courmont [Tue, 8 Jun 2010 18:04:18 +0000 (21:04 +0300)]
Export input_resource_TerminateVout

LibVLC needs it.

13 years agoRemove VLC_VAR_LIST variable type
Rémi Denis-Courmont [Tue, 8 Jun 2010 18:03:11 +0000 (21:03 +0300)]
Remove VLC_VAR_LIST variable type

13 years agoprograms is a string, which is a string, which is not a list
Rémi Denis-Courmont [Tue, 8 Jun 2010 17:39:01 +0000 (20:39 +0300)]
programs is a string, which is a string, which is not a list

This fixes an assertion failure whenever --programs is used.
This should also fix a memory leak in the ES output.

This needs testing and backport to 1.1-bugfix.

13 years agoContrib: update zlib to 1.2.5
Jean-Baptiste Kempf [Tue, 8 Jun 2010 12:04:36 +0000 (14:04 +0200)]
Contrib: update zlib to 1.2.5

And patch it again and again...

13 years agoFix list of distributed nsid l10ns
Pierre Ynard [Tue, 8 Jun 2010 10:44:37 +0000 (12:44 +0200)]
Fix list of distributed nsid l10ns

13 years agoContribs: Update libxml to 2.7.7
Jean-Baptiste Kempf [Tue, 8 Jun 2010 10:39:57 +0000 (12:39 +0200)]
Contribs: Update libxml to 2.7.7

13 years agoContribs: remove unneeded change of CFLAGS for win32
Jean-Baptiste Kempf [Tue, 8 Jun 2010 10:19:21 +0000 (12:19 +0200)]
Contribs: remove unneeded change of CFLAGS for win32

13 years agoContribs: update libebml and libmatroska to 1.0.0
Jean-Baptiste Kempf [Tue, 8 Jun 2010 10:13:03 +0000 (12:13 +0200)]
Contribs: update libebml and libmatroska to 1.0.0

This hopefully should fix multiple issues with live webm files

13 years agoContrib: delete outdated patch
Jean-Baptiste Kempf [Tue, 8 Jun 2010 09:54:01 +0000 (11:54 +0200)]
Contrib: delete outdated patch

13 years agoContribs: portaudio, AC_CHECK_SIZEOF works now in Xcompile
Jean-Baptiste Kempf [Tue, 8 Jun 2010 09:53:28 +0000 (11:53 +0200)]
Contribs: portaudio, AC_CHECK_SIZEOF works now in Xcompile

13 years agolua: distribute extensions and missing playlist scripts
Pierre Ynard [Tue, 8 Jun 2010 09:03:58 +0000 (11:03 +0200)]
lua: distribute extensions and missing playlist scripts

Also sort the scripts by file name...

13 years agopulse: no need to check null in free
Ilkka Ollakka [Tue, 8 Jun 2010 05:37:50 +0000 (08:37 +0300)]
pulse: no need to check null in free

13 years agopulse: Use the 'user-agent' variable for the client name.
Colin Guthrie [Mon, 7 Jun 2010 23:34:43 +0000 (00:34 +0100)]
pulse: Use the 'user-agent' variable for the client name.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoactivex: distribute missing header too
Pierre Ynard [Tue, 8 Jun 2010 03:52:42 +0000 (05:52 +0200)]
activex: distribute missing header too

13 years agoUPNP: Cleaned up code to match code conventions
Austin Burrow [Mon, 7 Jun 2010 23:10:18 +0000 (01:10 +0200)]
UPNP: Cleaned up code to match code conventions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoUPNP: Cleaned up code so it goes by the code conventions.
Austin Burrow [Thu, 3 Jun 2010 21:59:50 +0000 (16:59 -0500)]
UPNP: Cleaned up code so it goes by the code conventions.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoDistribute nsis l10ns
Christophe Mutricy [Mon, 7 Jun 2010 21:19:49 +0000 (22:19 +0100)]
Distribute nsis l10ns

13 years agoQt4: raise the fullscreen widget when it is shown
Rémi Denis-Courmont [Mon, 7 Jun 2010 21:07:11 +0000 (00:07 +0300)]
Qt4: raise the fullscreen widget when it is shown

13 years agoContribs: take libvpx GIT and not the tarballs
Jean-Baptiste Kempf [Mon, 7 Jun 2010 20:16:22 +0000 (22:16 +0200)]
Contribs: take libvpx GIT and not the tarballs

Because now the license is ok. And update the patches on ffmpeg

13 years agoQt4: turn off video and subs when transcoding to pure audio profile
Rémi Denis-Courmont [Mon, 7 Jun 2010 18:33:23 +0000 (21:33 +0300)]
Qt4: turn off video and subs when transcoding to pure audio profile

This fixes #3681

13 years agoDistribute missing header
Pierre Ynard [Mon, 7 Jun 2010 18:08:10 +0000 (20:08 +0200)]
Distribute missing header

13 years agoQt4: remove PaintOnScreen option - fixes #3702
Rémi Denis-Courmont [Mon, 7 Jun 2010 17:56:12 +0000 (20:56 +0300)]
Qt4: remove PaintOnScreen option - fixes #3702

13 years agoOnly print the first 5 threading errors each
Rémi Denis-Courmont [Mon, 7 Jun 2010 17:42:49 +0000 (20:42 +0300)]
Only print the first 5 threading errors each

13 years agol10n: Ukrainian update
Oleksandr Natalenko [Sun, 6 Jun 2010 22:36:19 +0000 (23:36 +0100)]
l10n: Ukrainian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agoEstionian l10n for the win installer
Mihkel [Sun, 6 Jun 2010 22:12:25 +0000 (23:12 +0100)]
Estionian l10n for the win installer

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
13 years agovar_InheritInteger -> var_InheritBool
Rémi Denis-Courmont [Sun, 6 Jun 2010 21:25:10 +0000 (00:25 +0300)]
var_InheritInteger -> var_InheritBool

13 years agoAdded a missing vlc_join() in vout.
Laurent Aimar [Thu, 3 Jun 2010 22:38:32 +0000 (00:38 +0200)]
Added a missing vlc_join() in vout.

13 years agoLua: Allocine, grow buffer up to 500k
Jean-Philippe André [Sun, 6 Jun 2010 10:17:29 +0000 (18:17 +0800)]
Lua: Allocine, grow buffer up to 500k

This seems a lot, but 65k definitively ain't enough for some
movies.

13 years agoappletrailers: fix location finding
Ilkka Ollakka [Sun, 6 Jun 2010 09:20:01 +0000 (12:20 +0300)]
appletrailers: fix location finding

13 years agoLua: remove 'http' shortcut.
Jean-Philippe André [Sun, 6 Jun 2010 05:44:36 +0000 (13:44 +0800)]
Lua: remove 'http' shortcut.

Since 6bb9f2996 (or master/1834c5a73e) it was not possible to load
luahttp using this shortcut anyway.

13 years agolive: update inet_ntop patch
Rémi Denis-Courmont [Sat, 5 Jun 2010 21:40:37 +0000 (00:40 +0300)]
live: update inet_ntop patch

13 years agoqt4: don't scale to 720p on webm profile
Ilkka Ollakka [Sat, 5 Jun 2010 20:19:38 +0000 (23:19 +0300)]
qt4: don't scale to 720p on webm profile

Which was wrong way anyway.