]> git.sesse.net Git - vlc/log
vlc
15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Ilkka Ollakka [Thu, 26 Jun 2008 07:38:53 +0000 (10:38 +0300)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoSet strict-rc functionality as default if user hasn't
Ilkka Ollakka [Thu, 26 Jun 2008 07:32:52 +0000 (10:32 +0300)]
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

15 years agoFix hidding of fullscreen controller after leaving fullscreen
Lukas Durfina [Wed, 25 Jun 2008 12:25:44 +0000 (14:25 +0200)]
Fix hidding of fullscreen controller after leaving fullscreen

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoA few OS X related clarifications and updates
Felix Paul Kühne [Wed, 25 Jun 2008 23:53:46 +0000 (01:53 +0200)]
A few OS X related clarifications and updates

15 years agoRemove Unicows.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 20:54:04 +0000 (13:54 -0700)]
Remove Unicows.

If you don't like it, repair it or fork it :D
Or install debian. :D

15 years agoWin98 is dead.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 20:52:55 +0000 (13:52 -0700)]
Win98 is dead.

15 years agoFix the update system now we can't close vlc and stop the download correctly.
Rémi Duraffort [Wed, 25 Jun 2008 20:38:44 +0000 (22:38 +0200)]
Fix the update system now we can't close vlc and stop the download correctly.
Should fixe #1635

15 years agoFix the update system, based on funman patch + some modifications.
Rémi Duraffort [Wed, 25 Jun 2008 19:54:20 +0000 (21:54 +0200)]
Fix the update system, based on funman patch + some modifications.

15 years agoWindows 98 is dead.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 19:53:43 +0000 (12:53 -0700)]
Windows 98 is dead.

If you are unpleased about that, fix the core (threading and networking).

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Jean-Baptiste Kempf [Wed, 25 Jun 2008 19:49:51 +0000 (12:49 -0700)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoNEWS and THANKS.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 19:48:09 +0000 (12:48 -0700)]
NEWS and THANKS.

Mentions of FS controller and dropping support of old platform.

15 years agoAllow more than one use of the video widget
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:29:49 +0000 (22:29 +0300)]
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_

15 years agoQt4: small memory leak
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:10:27 +0000 (22:10 +0300)]
Qt4: small memory leak

15 years agoRevert "Disable embedded window by default"
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:06:07 +0000 (22:06 +0300)]
Revert "Disable embedded window by default"

This reverts commit 6214852830f1efc761af1181f5d777732efbc758.

15 years agoQt4: restore the fullscreen controller
Rémi Denis-Courmont [Wed, 25 Jun 2008 19:05:44 +0000 (22:05 +0300)]
Qt4: restore the fullscreen controller

15 years agoUse QPointer and QMutexLocker so we don't crash at Qt4 interface exit
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:59:53 +0000 (21:59 +0300)]
Use QPointer and QMutexLocker so we don't crash at Qt4 interface exit

15 years agovariables use are thread safe. No need for nested locking.
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:44:47 +0000 (21:44 +0300)]
variables use are thread safe. No need for nested locking.

15 years agoRemove useless variable
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:42:05 +0000 (21:42 +0300)]
Remove useless variable

15 years agoQt4 window: use a proper condition variable instead of msleep()
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:38:23 +0000 (21:38 +0300)]
Qt4 window: use a proper condition variable instead of msleep()

15 years agoRemove out-of-date comments
Rémi Denis-Courmont [Wed, 25 Jun 2008 18:21:48 +0000 (21:21 +0300)]
Remove out-of-date comments

15 years agoBreak compilation on Qt4.2
Jean-Baptiste Kempf [Wed, 25 Jun 2008 18:35:55 +0000 (11:35 -0700)]
Break compilation on Qt4.2

Man QEventLoop and man QxtSignalWait can help fix that.

15 years agoFix typo.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 06:26:07 +0000 (23:26 -0700)]
Fix typo.

15 years agoAdd OMA to the interface
Jean-Baptiste Kempf [Wed, 25 Jun 2008 05:36:48 +0000 (22:36 -0700)]
Add OMA to the interface

Since ffplay can read those files now :D

15 years agoVery small fixes on UI.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 04:34:28 +0000 (21:34 -0700)]
Very small fixes on UI.

15 years agoForgotten tooltip :D
Jean-Baptiste Kempf [Wed, 25 Jun 2008 04:33:53 +0000 (21:33 -0700)]
Forgotten tooltip :D

15 years agoFix Ok/Cancel button position in advanced capture properties.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:49:07 +0000 (18:49 -0700)]
Fix Ok/Cancel button position in advanced capture properties.

15 years agoCode Cosmetics
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:45:42 +0000 (18:45 -0700)]
Code Cosmetics

15 years agoAdd RTMP option on the panel.
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:37:42 +0000 (18:37 -0700)]
Add RTMP option on the panel.

15 years agoFix network panel behaviour (comboBox and adress generation especially )
Jean-Baptiste Kempf [Wed, 25 Jun 2008 01:34:06 +0000 (18:34 -0700)]
Fix network panel behaviour (comboBox and adress generation especially )

15 years agoFix permissions
Christophe Mutricy [Mon, 23 Jun 2008 21:27:55 +0000 (22:27 +0100)]
Fix permissions

15 years agoIncrease videowidget size priority over the others.
Christophe Mutricy [Wed, 25 Jun 2008 00:04:21 +0000 (01:04 +0100)]
Increase videowidget size priority over the others.

At the moment it is redumbdant with 6ec764aec733da
(QSizePolicy::Expanding) but it will be needed when the docked playlist
is re-implemented

15 years agoCosmetics
Jean-Baptiste Kempf [Tue, 24 Jun 2008 23:59:37 +0000 (16:59 -0700)]
Cosmetics

15 years agoDon't expand the bar, but the video during resizing...
Jean-Baptiste Kempf [Tue, 24 Jun 2008 23:41:45 +0000 (16:41 -0700)]
Don't expand the bar, but the video during resizing...

15 years agoResize the video to the normal size on launch
Jean-Baptiste Kempf [Tue, 24 Jun 2008 23:31:12 +0000 (16:31 -0700)]
Resize the video to the normal size on launch

15 years agoForce dialog to be shown when automatic updates are made.
Jean-Baptiste Kempf [Tue, 24 Jun 2008 22:34:21 +0000 (15:34 -0700)]
Force dialog to be shown when automatic updates are made.

15 years agoFix a double vlc_object_release (partially fix the update system)
Rémi Duraffort [Tue, 24 Jun 2008 20:54:52 +0000 (22:54 +0200)]
Fix a double vlc_object_release (partially fix the update system)

15 years agoWe actually need to deliver the signal synchronously here
Rémi Denis-Courmont [Tue, 24 Jun 2008 20:25:02 +0000 (23:25 +0300)]
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

15 years agoFix vout_ReleaseWindow invocation
Rémi Denis-Courmont [Tue, 24 Jun 2008 18:26:18 +0000 (21:26 +0300)]
Fix vout_ReleaseWindow invocation

15 years agoFix/workaround for #1633 (input rate not set)
Rémi Denis-Courmont [Tue, 24 Jun 2008 18:02:50 +0000 (21:02 +0300)]
Fix/workaround for #1633 (input rate not set)

Someone still needs to fix this properly though...

15 years agolibvlc_InternalDestroy: remove dead code
Rémi Denis-Courmont [Tue, 24 Jun 2008 16:23:41 +0000 (19:23 +0300)]
libvlc_InternalDestroy: remove dead code

15 years agoAvoid potential problems with bad saved value
Lukas Durfina [Mon, 23 Jun 2008 17:33:21 +0000 (19:33 +0200)]
Avoid potential problems with bad saved value

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoDistribute images for telx functionality.
Jean-Paul Saman [Tue, 24 Jun 2008 11:49:07 +0000 (13:49 +0200)]
Distribute images for telx functionality.

15 years agofixed compilation on debian etch.
Yohann Martineau [Mon, 23 Jun 2008 22:19:07 +0000 (00:19 +0200)]
fixed compilation on debian etch.

config.h is now included first, before any other header.

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoRenumber event number in order to debug better.
Jean-Baptiste Kempf [Tue, 24 Jun 2008 06:27:22 +0000 (23:27 -0700)]
Renumber event number in order to debug better.

This doesn't change any functionnality.

15 years agoFix DVD menu button. Fix metadata name displaying.
Jean-Baptiste Kempf [Tue, 24 Jun 2008 06:23:52 +0000 (23:23 -0700)]
Fix DVD menu button. Fix metadata name displaying.

This needs more checks, because we might have unneeded stuffs left.

15 years agoFix compiling warning.
Rémi Duraffort [Mon, 23 Jun 2008 19:58:23 +0000 (21:58 +0200)]
Fix compiling warning.

15 years agoRemove unneeded msg_Err and check malloc return value.
Rémi Duraffort [Mon, 23 Jun 2008 19:57:54 +0000 (21:57 +0200)]
Remove unneeded msg_Err and check malloc return value.

15 years agoMalloc return value.
Rémi Duraffort [Mon, 23 Jun 2008 19:39:19 +0000 (21:39 +0200)]
Malloc return value.

15 years agoClose file in all cases.
Rémi Duraffort [Mon, 23 Jun 2008 19:25:57 +0000 (21:25 +0200)]
Close file in all cases.

15 years agoFortunes update
Mirsal Ennaime [Mon, 23 Jun 2008 19:10:48 +0000 (21:10 +0200)]
Fortunes update

15 years agoFixes a leftover in [eb691987575a7fd877da56d5c8c1219795e02347]
Eric Petit [Mon, 23 Jun 2008 16:59:48 +0000 (18:59 +0200)]
Fixes a leftover in [eb691987575a7fd877da56d5c8c1219795e02347]

15 years agoSet i_visible_width/height, some video filters need it (e.g. croppadd)
Eric Petit [Mon, 23 Jun 2008 16:55:14 +0000 (18:55 +0200)]
Set i_visible_width/height, some video filters need it (e.g. croppadd)

15 years agoFixes the input format for the video user filter chain
Eric Petit [Mon, 23 Jun 2008 16:33:51 +0000 (18:33 +0200)]
Fixes the input format for the video user filter chain

15 years agoFix spelling and description.
Antoine Cellerier [Mon, 23 Jun 2008 16:19:30 +0000 (18:19 +0200)]
Fix spelling and description.

15 years agoAdd aspect ratio option to canvas (like what transcode used to have). Please confirm...
Antoine Cellerier [Mon, 23 Jun 2008 16:14:45 +0000 (18:14 +0200)]
Add aspect ratio option to canvas (like what transcode used to have). Please confirm that i'm not using the aspect ratio the wrong way :) (aspect instead of 1/aspect or something)

15 years agoAdd Lukas Durfina to the THANKS file.
Jean-Paul Saman [Mon, 23 Jun 2008 16:01:29 +0000 (18:01 +0200)]
Add Lukas Durfina to the THANKS file.

15 years agoFix teletex buttons
Lukas Durfina [Mon, 23 Jun 2008 12:08:49 +0000 (14:08 +0200)]
Fix teletex buttons

uninitialized variable and synchro with fs controller

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
15 years agoWe don't need to detach. Since we're in the parent's destructor, it's already been...
Antoine Cellerier [Mon, 23 Jun 2008 15:40:35 +0000 (17:40 +0200)]
We don't need to detach. Since we're in the parent's destructor, it's already been done for us.

15 years agoFix release of chroma module in vout core. I still get an "object is not
Antoine Cellerier [Sun, 22 Jun 2008 21:08:29 +0000 (23:08 +0200)]
Fix release of chroma module in vout core. I still get an "object is not
attached" on vlc_object_detach although the object was attached
previously ... what could that be due to?

15 years agoRemove unneeded msg_Err.
Rémi Duraffort [Sun, 22 Jun 2008 20:05:09 +0000 (22:05 +0200)]
Remove unneeded msg_Err.
Fix potential segfault (check malloc return value).

15 years agoRemove unneeded msg_Error.
Rémi Duraffort [Sat, 21 Jun 2008 18:12:25 +0000 (20:12 +0200)]
Remove unneeded msg_Error.
Fix a potential segfault.

15 years agoRemove unnedeeded msg_Error.
Rémi Duraffort [Sat, 21 Jun 2008 18:08:37 +0000 (20:08 +0200)]
Remove unnedeeded msg_Error.

15 years agoRemove unneeded msg_Error about memory failure.
Rémi Duraffort [Sat, 21 Jun 2008 14:03:19 +0000 (16:03 +0200)]
Remove unneeded msg_Error about memory failure.
Fix a double malloc.
Fix potential segfault.

15 years agoAdd an #undef
Rémi Duraffort [Sat, 21 Jun 2008 13:55:57 +0000 (15:55 +0200)]
Add an #undef

15 years agoDon't print (null) when we don't have a filter name.
Antoine Cellerier [Sun, 22 Jun 2008 19:30:39 +0000 (21:30 +0200)]
Don't print (null) when we don't have a filter name.

15 years agoStick to ASCII in gettext messages
Rémi Denis-Courmont [Sun, 22 Jun 2008 19:13:40 +0000 (22:13 +0300)]
Stick to ASCII in gettext messages

We already had the discussion (again) a few weeks ago. If you want
non-ASCII code points in the American English locale, create po/en.po
or po/en_US.po

15 years agoRemove dead code
Rémi Denis-Courmont [Sun, 22 Jun 2008 18:12:03 +0000 (21:12 +0300)]
Remove dead code

15 years agovlc_object_kill: remove the libvlc-specific hack
Rémi Denis-Courmont [Sun, 22 Jun 2008 18:01:17 +0000 (21:01 +0300)]
vlc_object_kill: remove the libvlc-specific hack

It was causing deadlocks (due to misordering of structure_lock and
object locks). Besides, this hack should not be needed now that we have
libvlc_wait(), and that libvlc_release() explicitly calls
vlc_object_kill as needed.

15 years agohttp: fix Content-Length and stream closure issues.
Bill C. Riemers [Sat, 21 Jun 2008 00:47:51 +0000 (20:47 -0400)]
http: fix Content-Length and stream closure issues.

Changes:
1. Don't send Connection: close or Connection: Keep-Alive.
    So we will maintain a persistent connection with HTTP 1.1.
2. Close the connection if and only if the server does not send
   Connection: close, and a zero length is received indicated by either
   Content-Length: 0 or a 0 length size in the byte range.
3. Correct i_remaining to deal with file larger than 2GBi.
4. Update i_remaining in Read and OpenWithCookies.
5. Use -1 for uninitialized size so we can tell the difference from a
   zero length result.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFinish fixing audio rate changes.
Antoine Cellerier [Sun, 22 Jun 2008 17:20:15 +0000 (19:20 +0200)]
Finish fixing audio rate changes.

15 years agoRevert "Special case for fourcc samr and sawb in transcode_audio_new()"
Antoine Cellerier [Sun, 22 Jun 2008 16:51:56 +0000 (18:51 +0200)]
Revert "Special case for fourcc samr and sawb in transcode_audio_new()"
That commit broke audio sample rate changing.

This reverts commit ddac67aaf2bde4179f695bb26033488e8e7c35cc.

15 years agolibvlccore: is a pure C library - don't use the C++ linker
Rémi Denis-Courmont [Sun, 22 Jun 2008 16:46:48 +0000 (19:46 +0300)]
libvlccore: is a pure C library - don't use the C++ linker

Saves linking against the C++ runtime,
and allows libtool to generate the symbols table properly.

15 years agoFix nissing include and atoi() invocation
Rémi Denis-Courmont [Sun, 22 Jun 2008 16:42:55 +0000 (19:42 +0300)]
Fix nissing include and atoi() invocation

15 years agoRemove dead code.
Antoine Cellerier [Sun, 22 Jun 2008 16:33:58 +0000 (18:33 +0200)]
Remove dead code.

15 years agoAdd new symbol.
Antoine Cellerier [Sun, 22 Jun 2008 16:33:47 +0000 (18:33 +0200)]
Add new symbol.

15 years agoRemove duplicate function.
Antoine Cellerier [Sun, 22 Jun 2008 16:11:25 +0000 (18:11 +0200)]
Remove duplicate function.

15 years agoSet i_bitspersample to correct value when changing an audio codec. (Not
Antoine Cellerier [Sun, 22 Jun 2008 16:03:45 +0000 (18:03 +0200)]
Set i_bitspersample to correct value when changing an audio codec. (Not
sure if I didn't miss some spots where that was missing). Thanks to
Kevin DuBois for finding the bug. (This should fix some audio
transcoding crashes)

15 years agoFix specifying a sout RTP port number using a sout MRL
Rémi Denis-Courmont [Sun, 22 Jun 2008 16:02:50 +0000 (19:02 +0300)]
Fix specifying a sout RTP port number using a sout MRL

15 years agoNew canvas video filter.
Antoine Cellerier [Sun, 22 Jun 2008 14:15:49 +0000 (16:15 +0200)]
New canvas video filter.

15 years agoUpdate NEWS (crop, padd and canvas changes in transcode).
Antoine Cellerier [Sun, 22 Jun 2008 12:44:27 +0000 (14:44 +0200)]
Update NEWS (crop, padd and canvas changes in transcode).

15 years agoHandle image size changes in the video filter chain correctly in
Antoine Cellerier [Sun, 22 Jun 2008 12:38:57 +0000 (14:38 +0200)]
Handle image size changes in the video filter chain correctly in
transcode.

15 years agoChange way arguments are given to croppadd module.
Antoine Cellerier [Sun, 22 Jun 2008 12:38:29 +0000 (14:38 +0200)]
Change way arguments are given to croppadd module.

15 years agoCheck for NULL pointer before using it, not after.
Antoine Cellerier [Sun, 22 Jun 2008 12:37:52 +0000 (14:37 +0200)]
Check for NULL pointer before using it, not after.

15 years agoAdd support for format changes inside a video filter2 chain. (Not sure
Antoine Cellerier [Sun, 22 Jun 2008 12:37:33 +0000 (14:37 +0200)]
Add support for format changes inside a video filter2 chain. (Not sure
if something similar is needed for audio filter2 ... I don't think it
is)

15 years agoRemove BlockingQueuedConnection, hopefully not needed
Rémi Denis-Courmont [Sun, 22 Jun 2008 14:29:30 +0000 (17:29 +0300)]
Remove BlockingQueuedConnection, hopefully not needed

15 years agofix revision.c
Rémi Denis-Courmont [Sun, 22 Jun 2008 14:29:12 +0000 (17:29 +0300)]
fix revision.c

15 years agoFix deadlock in vlc_object_kill (should fix #1543)
Rémi Denis-Courmont [Sun, 22 Jun 2008 13:39:25 +0000 (16:39 +0300)]
Fix deadlock in vlc_object_kill (should fix #1543)

15 years agoRemove superfluous locking
Rémi Denis-Courmont [Sun, 22 Jun 2008 13:26:02 +0000 (16:26 +0300)]
Remove superfluous locking

15 years agoQt4: apprently fix the embedded video
Rémi Denis-Courmont [Sun, 22 Jun 2008 13:25:48 +0000 (16:25 +0300)]
Qt4: apprently fix the embedded video

code from ILEoo (not sure what this actually does)

15 years agoLibVLC: wait until all threads are terminated
Rémi Denis-Courmont [Sun, 22 Jun 2008 12:30:30 +0000 (15:30 +0300)]
LibVLC: wait until all threads are terminated

15 years agoRemove VLC_OBJECT_INTERACTION
Rémi Denis-Courmont [Sat, 21 Jun 2008 08:58:40 +0000 (11:58 +0300)]
Remove VLC_OBJECT_INTERACTION

15 years agointeraction: no need for vlc_object_find()
Rémi Denis-Courmont [Sat, 21 Jun 2008 08:57:48 +0000 (11:57 +0300)]
interaction: no need for vlc_object_find()

15 years agoRemove VLC_OBJECT_HTTPD_HOST
Rémi Denis-Courmont [Sat, 21 Jun 2008 08:48:31 +0000 (11:48 +0300)]
Remove VLC_OBJECT_HTTPD_HOST

15 years agoQt4: add XFlush - this does still not work right
Rémi Denis-Courmont [Sat, 21 Jun 2008 08:38:04 +0000 (11:38 +0300)]
Qt4: add XFlush - this does still not work right

15 years agoship vlc_window.h
Rémi Denis-Courmont [Sat, 21 Jun 2008 08:31:09 +0000 (11:31 +0300)]
ship vlc_window.h

15 years agoString consistency.
Jean-Baptiste Kempf [Sat, 21 Jun 2008 06:12:09 +0000 (23:12 -0700)]
String consistency.

15 years agoString consistency.
Jean-Baptiste Kempf [Sat, 21 Jun 2008 06:10:43 +0000 (23:10 -0700)]
String consistency.

15 years agoI think we said to use disc over disk.
Jean-Baptiste Kempf [Sat, 21 Jun 2008 06:05:26 +0000 (23:05 -0700)]
I think we said to use disc over disk.

15 years agoString updates ( some are meant to match the macosx interface and simplify translator...
Jean-Baptiste Kempf [Sat, 21 Jun 2008 06:03:08 +0000 (23:03 -0700)]
String updates ( some are meant to match the macosx interface and simplify translators' work)

15 years agoCode cosmetics.
Jean-Baptiste Kempf [Sat, 21 Jun 2008 02:51:14 +0000 (19:51 -0700)]
Code cosmetics.