]> git.sesse.net Git - vlc/log
vlc
13 years agoaccess_http: use only the provided user agent.
Rémi Duraffort [Wed, 28 Jul 2010 20:52:58 +0000 (22:52 +0200)]
access_http: use only the provided user agent.

13 years agoDirect2D video output module
David Kaplan [Wed, 28 Jul 2010 08:17:11 +0000 (11:17 +0300)]
Direct2D video output module

Adds support for the D2D API on Win7/Vista SP2 with Platform Update
Requires d2d1 contrib headers

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoavi: do not allocate memory of size 0 (if i_extra == 0, p_extra is not released).
Rémi Duraffort [Wed, 28 Jul 2010 18:42:05 +0000 (20:42 +0200)]
avi: do not allocate memory of size 0 (if i_extra == 0, p_extra is not released).

13 years agos/informations/information/
Rémi Duraffort [Wed, 28 Jul 2010 19:03:32 +0000 (21:03 +0200)]
s/informations/information/

13 years agoINSTALL: the debian packagers uses git not svn.
Rémi Duraffort [Wed, 28 Jul 2010 18:53:19 +0000 (20:53 +0200)]
INSTALL: the debian packagers uses git not svn.

13 years agoQt/EPG: Fix event deletion.
Adrien Maglo [Wed, 28 Jul 2010 19:33:14 +0000 (21:33 +0200)]
Qt/EPG: Fix event deletion.

13 years agoQt/EPG: Try to display intelligently the short and long event description with the...
Adrien Maglo [Wed, 28 Jul 2010 18:25:16 +0000 (20:25 +0200)]
Qt/EPG: Try to display intelligently the short and long event description with the dedicated widgets.

It depends of the channels. Some use only the short one, others only the long one and others both.

13 years agoQt: Fix save volume on exit Fixes #2968
Francois Cartegnie [Fri, 5 Mar 2010 18:42:42 +0000 (19:42 +0100)]
Qt: Fix save volume on exit Fixes #2968

13 years agoQt: simple_prefs audio: Use defined values Fixes #3351
Francois Cartegnie [Sat, 10 Jul 2010 17:13:40 +0000 (19:13 +0200)]
Qt: simple_prefs audio: Use defined values Fixes #3351

13 years agoQt forced default value is different than libvlc's saved
Francois Cartegnie [Fri, 9 Jul 2010 16:19:13 +0000 (18:19 +0200)]
Qt forced default value is different than libvlc's saved

13 years agohttp-interface: - changed logic so playlist is only downloaded initially and on modif...
Mark Hassman [Wed, 28 Jul 2010 17:08:53 +0000 (13:08 -0400)]
http-interface: - changed logic so playlist is only downloaded initially and on modification of playlist

no longer re-downloads playlist on each item change (this was causing
significant delays (>10sec) in the http service with large playlists).. now,
the playlist UI is updated locally based on information returned from
status.xml

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agohttp-interface: - fixed large playlist loading failure
Mark Hassman [Wed, 28 Jul 2010 16:02:23 +0000 (12:02 -0400)]
http-interface: - fixed large playlist loading failure

large playlists can take >10 seconds to load. since the xmlhttp object is
common within the page, multiple /status.xml requests would occurr (1 per sec)
before the playlist was loaded cancelling the /playlist.xml request.. i moved
the xmlhttp request object to a global variable. it's now checked to see if
there are any outstanding/active requests before submitting a new request. -
improved playlist display of large playlists.

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoQT4_vlm: really fix #3938.
Rémi Duraffort [Tue, 27 Jul 2010 19:29:07 +0000 (21:29 +0200)]
QT4_vlm: really fix #3938.

13 years agoReally fix PRNG return value descriptions
Rémi Denis-Courmont [Wed, 28 Jul 2010 14:31:28 +0000 (17:31 +0300)]
Really fix PRNG return value descriptions

13 years agologger: fix verbosity
Rafaël Carré [Wed, 28 Jul 2010 14:11:52 +0000 (16:11 +0200)]
logger: fix verbosity

13 years agouse unsigned rand-function in playlist thread
Ilkka Ollakka [Wed, 28 Jul 2010 10:28:33 +0000 (13:28 +0300)]
use unsigned rand-function in playlist thread

13 years agocorrect documentation on rand-functions return values
Ilkka Ollakka [Wed, 28 Jul 2010 10:27:21 +0000 (13:27 +0300)]
correct documentation on rand-functions return values

13 years agoMKV: stop spamming about "unknown seekhead reference"
Jean-Baptiste Kempf [Tue, 27 Jul 2010 22:50:02 +0000 (00:50 +0200)]
MKV: stop spamming about "unknown seekhead reference"

Seriously, HD logs have 12000 of lines of logs because of that... This is beyond ridiculous.

13 years agokoreus: use avformat demuxer.
Rémi Duraffort [Tue, 27 Jul 2010 21:04:44 +0000 (23:04 +0200)]
koreus: use avformat demuxer.

13 years agofreetype: simplify HTML rendering with the new XML API
Rémi Denis-Courmont [Tue, 27 Jul 2010 20:02:05 +0000 (23:02 +0300)]
freetype: simplify HTML rendering with the new XML API

13 years agoImprove xml_ReaderReset()
Rémi Denis-Courmont [Tue, 27 Jul 2010 20:01:35 +0000 (23:01 +0300)]
Improve xml_ReaderReset()

13 years agoXML: simplify demuxers
Rémi Denis-Courmont [Tue, 27 Jul 2010 19:36:03 +0000 (22:36 +0300)]
XML: simplify demuxers

13 years agoadd xml_ReaderReset()
Rémi Denis-Courmont [Tue, 27 Jul 2010 18:48:56 +0000 (21:48 +0300)]
add xml_ReaderReset()

13 years agoAdd module_start() and module_stop()
Rémi Denis-Courmont [Tue, 27 Jul 2010 18:33:06 +0000 (21:33 +0300)]
Add module_start() and module_stop()

This can be used to restart a plugin without going through the whole
module_need(). This only makes sense if you are sure that the plugin
will accept the object parameters. In other words, do not change any
object parameter that could influence the plugin probing decision.

13 years agoXML reader: use VLC object and plugin infrastructures
Rémi Denis-Courmont [Tue, 27 Jul 2010 16:43:32 +0000 (19:43 +0300)]
XML reader: use VLC object and plugin infrastructures

13 years agoxml_ReaderDelete: remove useless parameter
Rémi Denis-Courmont [Tue, 27 Jul 2010 18:05:36 +0000 (21:05 +0300)]
xml_ReaderDelete: remove useless parameter

13 years agoDo not include vlc_modules.h in vlc_common.h
Rémi Denis-Courmont [Tue, 27 Jul 2010 19:11:58 +0000 (22:11 +0300)]
Do not include vlc_modules.h in vlc_common.h

13 years agoavcodec: encoder: Don't assume a maximum BPP of 24
Hugo Beauzée-Luyssen [Mon, 26 Jul 2010 22:08:28 +0000 (00:08 +0200)]
avcodec: encoder: Don't assume a maximum BPP of 24

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoContrib: don't enable libxml2 for fontconfig in win32
Ilkka Ollakka [Tue, 27 Jul 2010 11:23:58 +0000 (14:23 +0300)]
Contrib: don't enable libxml2 for fontconfig in win32

13 years agoqt4_vlm: fix #3938 (options must be removed from the input)
Rémi Duraffort [Mon, 26 Jul 2010 20:16:15 +0000 (22:16 +0200)]
qt4_vlm: fix #3938 (options must be removed from the input)

13 years agoRevert "qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called...
Rémi Duraffort [Mon, 26 Jul 2010 19:53:34 +0000 (21:53 +0200)]
Revert "qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor)."

This reverts commit 2e1e9ce57502b4128d8b96ea14732c45cec7f812.

13 years agoFixed broken video with direct3d for some drivers.
Laurent Aimar [Mon, 26 Jul 2010 19:34:22 +0000 (21:34 +0200)]
Fixed broken video with direct3d for some drivers.

13 years agoqt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the...
Rémi Duraffort [Mon, 26 Jul 2010 18:52:30 +0000 (20:52 +0200)]
qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor).

13 years agoFixed timestamps handling in various audio filters.
Laurent Aimar [Mon, 26 Jul 2010 18:29:57 +0000 (20:29 +0200)]
Fixed timestamps handling in various audio filters.

13 years agolua: fix koreus parsing.
Rémi Duraffort [Mon, 26 Jul 2010 16:59:51 +0000 (18:59 +0200)]
lua: fix koreus parsing.

13 years agoMSN: (hopefully) correct non-ASCII characters (fixes #3952)
Rémi Denis-Courmont [Mon, 26 Jul 2010 17:15:34 +0000 (20:15 +0300)]
MSN: (hopefully) correct non-ASCII characters (fixes #3952)

VLC code page is UTF-8, not ANSI.

13 years agoXCB/XVideo: minor simplification
Rémi Denis-Courmont [Sun, 25 Jul 2010 19:55:08 +0000 (22:55 +0300)]
XCB/XVideo: minor simplification

13 years agoFix vlc_about.h generation
Rémi Denis-Courmont [Sun, 25 Jul 2010 19:37:25 +0000 (22:37 +0300)]
Fix vlc_about.h generation

13 years agoReorganize AUTHORS and THANKS
Rémi Denis-Courmont [Sun, 25 Jul 2010 19:12:22 +0000 (22:12 +0300)]
Reorganize AUTHORS and THANKS

Also remove "what" programmers did (impossible to maintain) and
email addresses

13 years agoQt: sprefs_interface add developers hints
Francois Cartegnie [Sun, 25 Jul 2010 17:28:33 +0000 (19:28 +0200)]
Qt: sprefs_interface add developers hints

13 years agoQt: sprefs_interface split playlist option
Francois Cartegnie [Sun, 25 Jul 2010 17:11:27 +0000 (19:11 +0200)]
Qt: sprefs_interface split playlist option

13 years agoQt: layout subtitles prefs
Francois Cartegnie [Sun, 25 Jul 2010 17:00:15 +0000 (19:00 +0200)]
Qt: layout subtitles prefs

13 years agoRemove support for V4L version 1
Rémi Denis-Courmont [Sun, 25 Jul 2010 17:12:44 +0000 (20:12 +0300)]
Remove support for V4L version 1

13 years agoavcodec: Allow usage of VLC_CODEC_RGBA
Hugo Beauzée-Luyssen [Thu, 22 Jul 2010 20:07:18 +0000 (22:07 +0200)]
avcodec: Allow usage of VLC_CODEC_RGBA

PIX_FMT_RGBA is not a define, but an enum member.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agochroma: minor simplification refactoring in the YUV to RGB conversions.
Sam Hocevar [Sun, 25 Jul 2010 10:53:51 +0000 (10:53 +0000)]
chroma: minor simplification refactoring in the YUV to RGB conversions.

13 years agoosx: Add vout_window_t support to macosx vout module
Juho Vähä-Herttua [Sat, 24 Jul 2010 20:31:09 +0000 (23:31 +0300)]
osx: Add vout_window_t support to macosx vout module

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoWin32: run on first thread is not needed
Rémi Denis-Courmont [Sun, 25 Jul 2010 10:26:37 +0000 (13:26 +0300)]
Win32: run on first thread is not needed

13 years agolibva-enabled avcodec needs X11
Rémi Denis-Courmont [Sun, 25 Jul 2010 08:18:34 +0000 (11:18 +0300)]
libva-enabled avcodec needs X11

13 years agoContrib: update freetype to 2.4.1
Jean-Baptiste Kempf [Sun, 25 Jul 2010 00:54:09 +0000 (02:54 +0200)]
Contrib: update freetype to 2.4.1

13 years agoqt4: More static_casts to null in preference components
Juho Vähä-Herttua [Sat, 24 Jul 2010 20:31:10 +0000 (23:31 +0300)]
qt4: More static_casts to null in preference components

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoqt4: Add OSX support to embedded video
Juho Vähä-Herttua [Sat, 24 Jul 2010 20:31:11 +0000 (23:31 +0300)]
qt4: Add OSX support to embedded video

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agosmem: Allow usage of RGBA
Hugo Beauzée-Luyssen [Thu, 22 Jul 2010 20:16:42 +0000 (22:16 +0200)]
smem: Allow usage of RGBA

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoFix advanced panel height saving. Fixes #3858
Francois Cartegnie [Sat, 24 Jul 2010 16:02:14 +0000 (18:02 +0200)]
Fix advanced panel height saving. Fixes #3858

13 years agoSaveConfigFile: correctly an error on I/O failure
Rémi Denis-Courmont [Sat, 24 Jul 2010 13:10:55 +0000 (16:10 +0300)]
SaveConfigFile: correctly an error on I/O failure

13 years agoWinCE: actually fix the compilation
Jean-Baptiste Kempf [Sat, 24 Jul 2010 12:52:56 +0000 (14:52 +0200)]
WinCE: actually fix the compilation

13 years agoWinCE: try to fix compilation
Jean-Baptiste Kempf [Sat, 24 Jul 2010 12:43:02 +0000 (14:43 +0200)]
WinCE: try to fix compilation

13 years agoAfter 3 seconds, allow SIGINT to kill the process
Rémi Denis-Courmont [Sat, 24 Jul 2010 10:44:27 +0000 (13:44 +0300)]
After 3 seconds, allow SIGINT to kill the process

Older versions did that too, and it can be quite useful when debugging.

13 years agoDo not override signal functions for the time being
Rémi Denis-Courmont [Sat, 24 Jul 2010 10:43:56 +0000 (13:43 +0300)]
Do not override signal functions for the time being

13 years agoQt: make the MainInterface Grey Brushed on Mac
Jean-Baptiste Kempf [Fri, 23 Jul 2010 17:05:47 +0000 (19:05 +0200)]
Qt: make the MainInterface Grey Brushed on Mac

It is ugly, but way less than it was...

13 years agoPlus sign must not be decoded in URI
Rémi Denis-Courmont [Sat, 24 Jul 2010 09:06:28 +0000 (12:06 +0300)]
Plus sign must not be decoded in URI

This is different from HTTP forms.

13 years agoXCB/XVideo: include XVideo error code in grab error debug message
Rémi Denis-Courmont [Sat, 24 Jul 2010 08:49:37 +0000 (11:49 +0300)]
XCB/XVideo: include XVideo error code in grab error debug message

13 years agocontribs: use latest OS X binary package
Felix Paul Kühne [Fri, 23 Jul 2010 11:11:27 +0000 (13:11 +0200)]
contribs: use latest OS X binary package

13 years agoUniversal Binary creation skript: updated to the re-worked version from 1.1-bugfix
Felix Paul Kühne [Fri, 23 Jul 2010 11:10:49 +0000 (13:10 +0200)]
Universal Binary creation skript: updated to the re-worked version from 1.1-bugfix

13 years agoDo not filter out program/epg at the TS demuxer level, part 2.
Laurent Aimar [Wed, 21 Jul 2010 19:56:01 +0000 (21:56 +0200)]
Do not filter out program/epg at the TS demuxer level, part 2.

13 years agotypo
Rémi Denis-Courmont [Thu, 22 Jul 2010 20:15:25 +0000 (23:15 +0300)]
typo

13 years agoXCB/screen: fix misleading comments
Rémi Denis-Courmont [Thu, 22 Jul 2010 19:43:59 +0000 (22:43 +0300)]
XCB/screen: fix misleading comments

13 years agoWin32: use Unicode output for the console (fixes #3125)
Rémi Denis-Courmont [Thu, 22 Jul 2010 17:34:39 +0000 (20:34 +0300)]
Win32: use Unicode output for the console (fixes #3125)

13 years agologger: output to file in local character set
Rémi Denis-Courmont [Thu, 22 Jul 2010 17:25:48 +0000 (20:25 +0300)]
logger: output to file in local character set

13 years agoWin32: ToWide() converts UTF-8 to UTF-16
Rémi Denis-Courmont [Thu, 22 Jul 2010 16:53:21 +0000 (19:53 +0300)]
Win32: ToWide() converts UTF-8 to UTF-16

13 years agoAllow scaletempo to be toggled without restarting VLC
Rémi Denis-Courmont [Thu, 22 Jul 2010 16:25:34 +0000 (19:25 +0300)]
Allow scaletempo to be toggled without restarting VLC

13 years agoQt: fix inclusion pathes
Jean-Baptiste Kempf [Thu, 22 Jul 2010 16:02:30 +0000 (18:02 +0200)]
Qt: fix inclusion pathes

13 years agoRevert "Disable swscale if avcodec is disabled" because the swscale doesn't need...
Jean-Baptiste Kempf [Thu, 22 Jul 2010 15:38:32 +0000 (17:38 +0200)]
Revert "Disable swscale if avcodec is disabled" because the swscale doesn't need it anymore since [5f919fba48847669640f999dd72bb32df2cd17b8]

This reverts commit 964c7e91c0273447e3f830c9aec4d84d602851b9.
Please, do NOT backport this.

13 years agoDon't depend on non-existent file
Rémi Denis-Courmont [Thu, 22 Jul 2010 15:50:45 +0000 (18:50 +0300)]
Don't depend on non-existent file

Pointed out by Alexis Ballier.

13 years agoNEWS Add Cqam + merge 1.1.1 news
Jean-Baptiste Kempf [Thu, 22 Jul 2010 15:34:33 +0000 (17:34 +0200)]
NEWS Add Cqam + merge 1.1.1 news

13 years agoAdd GUI support for Clear QAM
Manol Manolov [Sun, 18 Jul 2010 16:11:50 +0000 (12:11 -0400)]
Add GUI support for Clear QAM

Option in the streaming dialog to pick Clear QAM.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAdd Clear QAM to BDA
Manol Manolov [Wed, 21 Jul 2010 15:51:06 +0000 (11:51 -0400)]
Add Clear QAM to BDA

North America cable network.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoRemove Wrong BDA shortcuts
Manol Manolov [Wed, 21 Jul 2010 18:40:49 +0000 (14:40 -0400)]
Remove Wrong BDA shortcuts

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoImprove BDA for Windows 7 and Vista
Manol Manolov [Wed, 21 Jul 2010 00:42:19 +0000 (20:42 -0400)]
Improve BDA for Windows 7 and Vista

Add support for the universal Network Provider
Move put_TuneRequest after the capture filter is created and connected to the network provider. If not moved the request won't be accepted.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoCosmetics in BDA module
Manol Manolov [Wed, 21 Jul 2010 00:22:12 +0000 (20:22 -0400)]
Cosmetics in BDA module

No functionality changed just more proper type definitions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agouse NSAutoreleasePool::drain instead of NSAutoreleasePool::release since VLCKit ist...
Toralf Niebuhr [Thu, 22 Jul 2010 09:39:36 +0000 (11:39 +0200)]
use NSAutoreleasePool::drain instead of NSAutoreleasePool::release since VLCKit ist compiled with Objective-C Garbage Collection = Supported

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agofix youtube.lua
Ilkka Ollakka [Thu, 22 Jul 2010 14:52:36 +0000 (17:52 +0300)]
fix youtube.lua

13 years agoFix moc detection
Rémi Denis-Courmont [Thu, 22 Jul 2010 14:45:06 +0000 (17:45 +0300)]
Fix moc detection

13 years agoqt4: Add OSX to supported platforms of the towlower function.
Juho Vähä-Herttua [Thu, 22 Jul 2010 11:53:27 +0000 (14:53 +0300)]
qt4: Add OSX to supported platforms of the towlower function.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoqt4: Prevent an equalizer crash on Mac OSX
Juho Vähä-Herttua [Thu, 22 Jul 2010 13:58:43 +0000 (16:58 +0300)]
qt4: Prevent an equalizer crash on Mac OSX

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoskins2: check missing files first thing ...
Erwan Tulou [Thu, 22 Jul 2010 12:29:39 +0000 (14:29 +0200)]
skins2: check missing files first thing ...

... and make user experience with skins2 less frightening !

missing files in skins should never occur, but reality is quite different
(see vlc skins website). Yet, if a check is done before any other processing,
we can avoid the unfriendly error dialog boxes issued by vlc core, and those
skins often end up quite usable (missing files are either no longer used or
for ancillary functionalities, that go unnoticed)

13 years agoSplit Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn...
Jean-Baptiste Kempf [Thu, 22 Jul 2010 10:59:03 +0000 (12:59 +0200)]
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn't depend on libavcodec

13 years agoosx: Fix a bug where glView frame doesn't get set if NSView parent is used
Juho Vähä-Herttua [Wed, 21 Jul 2010 13:54:25 +0000 (16:54 +0300)]
osx: Fix a bug where glView frame doesn't get set if NSView parent is used

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoipkg: packaging rules don't belong in the source tarball
Rémi Denis-Courmont [Wed, 21 Jul 2010 21:22:53 +0000 (00:22 +0300)]
ipkg: packaging rules don't belong in the source tarball

13 years agoOnly expand non-Makefiles config files if they are used
Rémi Denis-Courmont [Wed, 21 Jul 2010 21:22:05 +0000 (00:22 +0300)]
Only expand non-Makefiles config files if they are used

13 years agom3u: fix a memory leak (the string is not allocated with FromLocale nor ToLocale...
Rémi Duraffort [Wed, 21 Jul 2010 20:28:08 +0000 (22:28 +0200)]
m3u: fix a memory leak (the string is not allocated with FromLocale nor ToLocale but strdup).

13 years agom3u: factorize.
Rémi Duraffort [Wed, 21 Jul 2010 20:00:56 +0000 (22:00 +0200)]
m3u: factorize.

13 years agoconfigure.ac: Enable color-test automake option.
Pierre d'Herbemont [Tue, 12 Jan 2010 18:32:38 +0000 (19:32 +0100)]
configure.ac: Enable color-test automake option.

This will colorize the `make check` output if your term supports it.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoUpdate gettext files
Rémi Denis-Courmont [Wed, 21 Jul 2010 19:58:08 +0000 (22:58 +0300)]
Update gettext files

13 years agom4/.gitignore: remove legacy filenames
Rémi Denis-Courmont [Wed, 21 Jul 2010 19:53:36 +0000 (22:53 +0300)]
m4/.gitignore: remove legacy filenames

13 years agom3u: use the album art provided by jamendo along with the m3u files.
Rémi Duraffort [Wed, 21 Jul 2010 19:54:22 +0000 (21:54 +0200)]
m3u: use the album art provided by jamendo along with the m3u files.

13 years agoQt4: fix memleak when album arts.
Rémi Duraffort [Wed, 21 Jul 2010 19:49:37 +0000 (21:49 +0200)]
Qt4: fix memleak when album arts.

13 years agofaad: fix potential memleak.
Rémi Duraffort [Wed, 21 Jul 2010 16:32:28 +0000 (18:32 +0200)]
faad: fix potential memleak.

13 years agoSetting b_subtitle on subpictures during transcode, and applying correct timing.
Blake Livingston [Wed, 21 Jul 2010 05:42:32 +0000 (22:42 -0700)]
Setting b_subtitle on subpictures during transcode, and applying correct timing.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoReally check if Qt4 needs -lX11
Rémi Denis-Courmont [Wed, 21 Jul 2010 18:52:45 +0000 (21:52 +0300)]
Really check if Qt4 needs -lX11

13 years agoavformat demux needs -lavcodec (av_free_packet)
Rémi Denis-Courmont [Wed, 21 Jul 2010 17:26:10 +0000 (20:26 +0300)]
avformat demux needs -lavcodec (av_free_packet)