Rémi Denis-Courmont
4ee6361f0d
Remove dummy $Id$
18 years ago
Ilkka Ollakka
e2a614c82b
Merge branch 'master' of git@git.videolan.org:vlc
18 years ago
Ilkka Ollakka
51f898a0eb
Set strict-rc functionality as default if user hasn't
defined quality based encoding, and remove strict-rc option
because it's not needed ( thou maybe someone needs vbr-transcoding
with some hint of bitrate without quality-based encoding ? )
Should fix transcoding bitrate bug and close ticket #1463
18 years ago
Lukas Durfina
c617646c2e
Fix hidding of fullscreen controller after leaving fullscreen
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago
Felix Paul Kühne
d89fff7e00
A few OS X related clarifications and updates
18 years ago
Jean-Baptiste Kempf
dd397096f3
Remove Unicows.
If you don't like it, repair it or fork it :D
Or install debian. :D
18 years ago
Jean-Baptiste Kempf
7c37640524
Win98 is dead.
18 years ago
Rémi Duraffort
3e621f3fd9
Fix the update system now we can't close vlc and stop the download correctly.
Should fixe #1635
18 years ago
Rémi Duraffort
0b2ea3de7e
Fix the update system, based on funman patch + some modifications.
18 years ago
Jean-Baptiste Kempf
6f25cb79f4
Windows 98 is dead.
If you are unpleased about that, fix the core (threading and networking).
18 years ago
Jean-Baptiste Kempf
84e0f97a07
Merge branch 'master' of git@git.videolan.org:vlc
18 years ago
Jean-Baptiste Kempf
2f53d49924
NEWS and THANKS.
Mentions of FS controller and dropping support of old platform.
18 years ago
Rémi Denis-Courmont
12b188309d
Allow more than one use of the video widget
However, I suspect the Qt4 interface will break if there is more than
one video output _at_the_same_time_
18 years ago
Rémi Denis-Courmont
c4c75ec773
Qt4: small memory leak
18 years ago
Rémi Denis-Courmont
fbb218448e
Revert "Disable embedded window by default"
This reverts commit 6214852830 .
18 years ago
Rémi Denis-Courmont
dacad69570
Qt4: restore the fullscreen controller
18 years ago
Rémi Denis-Courmont
1512cf1a20
Use QPointer and QMutexLocker so we don't crash at Qt4 interface exit
18 years ago
Rémi Denis-Courmont
bd3008a3a1
variables use are thread safe. No need for nested locking.
18 years ago
Rémi Denis-Courmont
1862b832be
Remove useless variable
18 years ago
Rémi Denis-Courmont
8c6064c922
Qt4 window: use a proper condition variable instead of msleep()
18 years ago
Rémi Denis-Courmont
cdad381971
Remove out-of-date comments
18 years ago
Jean-Baptiste Kempf
3c68fe377b
Break compilation on Qt4.2
Man QEventLoop and man QxtSignalWait can help fix that.
18 years ago
Jean-Baptiste Kempf
3d6595b148
Fix typo.
18 years ago
Jean-Baptiste Kempf
7b0d811f81
Add OMA to the interface
Since ffplay can read those files now :D
18 years ago
Jean-Baptiste Kempf
e1901193c0
Very small fixes on UI.
18 years ago
Jean-Baptiste Kempf
8313bcef7e
Forgotten tooltip :D
18 years ago
Jean-Baptiste Kempf
2242c9a262
Fix Ok/Cancel button position in advanced capture properties.
18 years ago
Jean-Baptiste Kempf
c997e06cab
Code Cosmetics
18 years ago
Jean-Baptiste Kempf
a10edeec0f
Add RTMP option on the panel.
18 years ago
Jean-Baptiste Kempf
16bf241c0e
Fix network panel behaviour (comboBox and adress generation especially )
18 years ago
Christophe Mutricy
d79d5b339a
Fix permissions
18 years ago
Christophe Mutricy
8b43c08592
Increase videowidget size priority over the others.
At the moment it is redumbdant with 6ec764aec7
(QSizePolicy::Expanding) but it will be needed when the docked playlist
is re-implemented
18 years ago
Jean-Baptiste Kempf
06970296dd
Cosmetics
18 years ago
Jean-Baptiste Kempf
6ec764aec7
Don't expand the bar, but the video during resizing...
18 years ago
Jean-Baptiste Kempf
68cb774486
Resize the video to the normal size on launch
18 years ago
Jean-Baptiste Kempf
14440202e0
Force dialog to be shown when automatic updates are made.
18 years ago
Rémi Duraffort
fd2c554d2a
Fix a double vlc_object_release (partially fix the update system)
18 years ago
Rémi Denis-Courmont
4f541d3b05
We actually need to deliver the signal synchronously here
Otherwise I sometimes get:
[????????] x11 video output error: X11 request 2.0 failed with error
code 3:
BadWindow (invalid Window parameter)
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 2 (X_ChangeWindowAttributes)
Resource id in failed request: 0x1000027
Serial number of failed request: 26
Current serial number in output stream: 27
18 years ago
Rémi Denis-Courmont
6798d2cfed
Fix vout_ReleaseWindow invocation
18 years ago
Rémi Denis-Courmont
6372f8faa0
Fix/workaround for #1633 (input rate not set)
Someone still needs to fix this properly though...
18 years ago
Rémi Denis-Courmont
6465bbf725
libvlc_InternalDestroy: remove dead code
18 years ago
Lukas Durfina
f7bb9fcf16
Avoid potential problems with bad saved value
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago
Jean-Paul Saman
1fcc611a89
Distribute images for telx functionality.
18 years ago
Yohann Martineau
f66626b348
fixed compilation on debian etch.
config.h is now included first, before any other header.
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
18 years ago
Jean-Baptiste Kempf
3af6cdb288
Renumber event number in order to debug better.
This doesn't change any functionnality.
18 years ago
Jean-Baptiste Kempf
268ae7b98a
Fix DVD menu button. Fix metadata name displaying.
This needs more checks, because we might have unneeded stuffs left.
18 years ago
Rémi Duraffort
ccea19a630
Fix compiling warning.
18 years ago
Rémi Duraffort
71142c5c0b
Remove unneeded msg_Err and check malloc return value.
18 years ago
Rémi Duraffort
f3dad63031
Malloc return value.
18 years ago
Rémi Duraffort
3cdff66bb4
Close file in all cases.
18 years ago