]> git.sesse.net Git - vlc/log
vlc
15 years agoRemove dead code
Rémi Denis-Courmont [Fri, 11 Jul 2008 21:01:58 +0000 (00:01 +0300)]
Remove dead code

15 years agoAvoid to discard qualifier
Christophe Mutricy [Fri, 11 Jul 2008 19:24:52 +0000 (20:24 +0100)]
Avoid to discard qualifier

15 years agoFix description
Christophe Mutricy [Fri, 11 Jul 2008 19:04:05 +0000 (20:04 +0100)]
Fix description

15 years agoFix warning
Christophe Mutricy [Fri, 11 Jul 2008 19:02:08 +0000 (20:02 +0100)]
Fix warning

15 years agoFix warnings
Christophe Mutricy [Fri, 11 Jul 2008 18:27:06 +0000 (19:27 +0100)]
Fix warnings

15 years agoFix potential dereference of already free()d pointer
David Flynn [Fri, 11 Jul 2008 18:04:26 +0000 (18:04 +0000)]
Fix potential dereference of already free()d pointer

In some error cases p_block will have been freed before p_block is
dereferenced.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoClean up chroma handling in ffmpeg (as a bonus, fixed the last issue
Laurent Aimar [Fri, 11 Jul 2008 17:44:44 +0000 (19:44 +0200)]
Clean up chroma handling in ffmpeg  (as a bonus, fixed the last issue
with #1488)

15 years agoFixed segfault when using sfilter in transocde (close #1663)
Laurent Aimar [Thu, 10 Jul 2008 22:14:28 +0000 (00:14 +0200)]
Fixed segfault when using sfilter in transocde (close #1663)

15 years agoDon't use strdup on a string created by asprintf (useless).
Rémi Duraffort [Wed, 9 Jul 2008 22:27:00 +0000 (00:27 +0200)]
Don't use strdup on a string created by asprintf (useless).

15 years agoWhen using contribs, don't set --with-a52-tree or --with-libmpeg2-tree
Derk-Jan Hartman [Thu, 10 Jul 2008 20:54:02 +0000 (22:54 +0200)]
When using contribs, don't set --with-a52-tree or --with-libmpeg2-tree

These should both have been installed, ergo no need to use them from their src directory. (Does the same go for cyberlink? who uses it, and where? )
Now configure.ac won't be forced into the --tree modes for these codecs (which still use BUILTINS ). The latter also shows us that we still have decprecated BUILTINS stuff to cleanup.

Fixes #1682

15 years agoFixed memory leak of 1 audio(video?) buffer when quitting.
Laurent Aimar [Thu, 10 Jul 2008 20:53:53 +0000 (22:53 +0200)]
Fixed memory leak of 1 audio(video?) buffer when quitting.

15 years agoLet swscale handle video conversion when available (close #1695)
Laurent Aimar [Thu, 10 Jul 2008 20:05:53 +0000 (22:05 +0200)]
Let swscale handle video conversion when available (close #1695)

15 years agovlc_thread_ready: remove
Rémi Denis-Courmont [Thu, 10 Jul 2008 19:29:56 +0000 (22:29 +0300)]
vlc_thread_ready: remove

15 years agoFix positioning of dvbsub. closes #1686
Derk-Jan Hartman [Thu, 10 Jul 2008 00:07:49 +0000 (02:07 +0200)]
Fix positioning of dvbsub. closes #1686

This was caused by commit 23cc599d06abb5c84913c7399dd08c6b283fc49e and an attempt at fixing it in commit 251648e32246c48729986e65678bac16e5061e47.

15 years agoFixed infinite loop if alsa was closed before playing any audio.
Laurent Aimar [Wed, 9 Jul 2008 21:58:25 +0000 (21:58 +0000)]
Fixed infinite loop if alsa was closed before playing any audio.

15 years agoDon't leak memory when something goes wrong.
Rémi Duraffort [Wed, 9 Jul 2008 21:31:32 +0000 (23:31 +0200)]
Don't leak memory when something goes wrong.

15 years agoFix non utf-8 encoding.
Rémi Duraffort [Fri, 4 Jul 2008 18:59:29 +0000 (20:59 +0200)]
Fix non utf-8 encoding.

15 years agoRevert "dejidjei:"
Pierre d'Herbemont [Wed, 9 Jul 2008 21:22:30 +0000 (23:22 +0200)]
Revert "dejidjei:"

This reverts commit 5183d34db7b6640a79aeb4f919d8825df3694c2b.

15 years agortsp: Include xlocale.h for Mac OS X (at least).
Pierre d'Herbemont [Wed, 9 Jul 2008 21:20:55 +0000 (23:20 +0200)]
rtsp: Include xlocale.h for Mac OS X (at least).

15 years agoplaylist: Be a good citizen and kill the thread before releasing fetcher and parser.
Pierre d'Herbemont [Wed, 9 Jul 2008 21:18:07 +0000 (23:18 +0200)]
playlist: Be a good citizen and kill the thread before releasing fetcher and parser.

Note, this kills a non-letal warning from libvlccore.

15 years agodejidjei:
Pierre d'Herbemont [Wed, 9 Jul 2008 20:05:18 +0000 (22:05 +0200)]
dejidjei:

15 years agoTry to fix asademux compile on Win32.
Jean-Baptiste Kempf [Wed, 9 Jul 2008 20:57:24 +0000 (22:57 +0200)]
Try to fix asademux compile on Win32.

15 years agoFixed selection of simple mixer (close #1688)
Laurent Aimar [Wed, 9 Jul 2008 20:40:05 +0000 (20:40 +0000)]
Fixed selection of simple mixer (close #1688)
This mixer can only downsample.
Let trivial mixer handles
Dual-Mono -> Stereo|Stereo-left|Stereo-right|Stereo-reverse.
(Please double check on your multiple channels sources)

15 years agoA little clean up of simple channel mixer.
Laurent Aimar [Wed, 9 Jul 2008 20:19:28 +0000 (20:19 +0000)]
A little clean up of simple channel mixer.

15 years agoString review. Again.
Jean-Baptiste Kempf [Wed, 9 Jul 2008 20:39:28 +0000 (13:39 -0700)]
String review. Again.

15 years agoContrib: use -O3 to build libschroedinger.
Pavlov Konstantin [Wed, 9 Jul 2008 20:33:56 +0000 (00:33 +0400)]
Contrib: use -O3 to build libschroedinger.

15 years agoPatch to fix liboil build when --disable-shared
David Flynn [Mon, 7 Jul 2008 13:01:28 +0000 (13:01 +0000)]
Patch to fix liboil build when --disable-shared

Without --enable-shared, libtool doesn't generate symbol lists.  Use
some autogenerated-libtool-internals to sort it out.

Tested with: gcc on linux-amd64, mingw crosscompile, apple-os10.5

Signed-off-by: Pavlov Konstantin <thresh@videolan.org>
15 years agoDocument the guidelines for strings.
Jean-Baptiste Kempf [Wed, 9 Jul 2008 20:14:39 +0000 (13:14 -0700)]
Document the guidelines for strings.

15 years agoVarious strings change and capitalisation changes to match the guidelines.
Jean-Baptiste Kempf [Wed, 9 Jul 2008 19:59:21 +0000 (12:59 -0700)]
Various strings change and capitalisation changes to match the guidelines.

Capitalization fixes

15 years agouse OK instead of Ok
Jean-Baptiste Kempf [Wed, 9 Jul 2008 18:45:59 +0000 (11:45 -0700)]
use OK instead of Ok

Same as previous

15 years agoUse Header capitalisation for dialogs titles.
Jean-Baptiste Kempf [Wed, 9 Jul 2008 18:40:23 +0000 (11:40 -0700)]
Use Header capitalisation for dialogs titles.

15 years agoRemove non-sensical NPT computation code from c9569b35.
Rémi Denis-Courmont [Wed, 9 Jul 2008 19:52:21 +0000 (22:52 +0300)]
Remove non-sensical NPT computation code from c9569b35.

If you want RTSP time, please come up with an algorithm that makes some
kind of sense. In the mean, it's better not to claim to support
somethign we don't support.

15 years agoPartially fix parsing of npt=
Rémi Denis-Courmont [Wed, 9 Jul 2008 17:52:54 +0000 (20:52 +0300)]
Partially fix parsing of npt=

15 years agoFixed asa decoder colors (on x86 at least).
Laurent Aimar [Wed, 9 Jul 2008 19:03:18 +0000 (19:03 +0000)]
Fixed asa decoder colors (on x86 at least).
Can someone test on a big endian CPU (I don't know if it is CPU
dependant) ?

15 years agoPartial clean up and fixes of asa codec.
Laurent Aimar [Wed, 9 Jul 2008 18:02:51 +0000 (18:02 +0000)]
Partial clean up and fixes of asa codec.

15 years agoFix video format passed to pf_update_regions. (Fix asa without direct
Laurent Aimar [Wed, 9 Jul 2008 18:02:01 +0000 (18:02 +0000)]
Fix video format passed to pf_update_regions. (Fix asa without direct
rendering)

15 years agoRevert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc
Rémi Denis-Courmont [Wed, 9 Jul 2008 15:16:49 +0000 (18:16 +0300)]
Revert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc

Fix audio transcoding).

15 years agoAllow SpinBox to go over 1600 in OS-X prefs.
Jean-Baptiste Kempf [Tue, 8 Jul 2008 09:21:18 +0000 (11:21 +0200)]
Allow SpinBox to go over 1600 in OS-X prefs.

15 years agoAccelerate the network port SpinBox chooser.
Jean-Baptiste Kempf [Tue, 8 Jul 2008 09:16:29 +0000 (11:16 +0200)]
Accelerate the network port SpinBox chooser.

15 years agoFix network panel (start with deactivated checkboxes)
Jean-Baptiste Kempf [Tue, 8 Jul 2008 08:35:33 +0000 (10:35 +0200)]
Fix network panel (start with deactivated checkboxes)

15 years agomacosx: Yet an other locking typo.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:59:56 +0000 (22:59 +0200)]
macosx: Yet an other locking typo.

15 years agomacosx: The playlist is unlocked at this time, so playlist_Control() needs to lock it.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:57:05 +0000 (22:57 +0200)]
macosx: The playlist is unlocked at this time, so playlist_Control() needs to lock it.

This fixes an input and input item leak.

IMHO, such typo are so easy, we need to fix that up. (macosx module is full of those).

15 years agomacosx: Don't take the playlist lock blindly, where there is no use for it.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:24:51 +0000 (22:24 +0200)]
macosx: Don't take the playlist lock blindly, where there is no use for it.

15 years agolibvlccore.sym: Follow alphabetical order and fix make test.
Pierre d'Herbemont [Tue, 8 Jul 2008 20:08:20 +0000 (22:08 +0200)]
libvlccore.sym: Follow alphabetical order and fix make test.

15 years agomacosx: Make sure we use the safe playlist_GetCurrentInput() function. Match pl_Yield...
Pierre d'Herbemont [Tue, 8 Jul 2008 20:05:23 +0000 (22:05 +0200)]
macosx: Make sure we use the safe playlist_GetCurrentInput() function. Match pl_Yield with a pl_Release.

15 years agolibvlccore: Make sure vlc_gc_* function correctly assert() on common errors, and...
Pierre d'Herbemont [Tue, 8 Jul 2008 19:32:49 +0000 (21:32 +0200)]
libvlccore: Make sure vlc_gc_* function correctly assert() on common errors, and de-inline them.

15 years agoFixed segfault in case of title/chapters...
Laurent Aimar [Tue, 8 Jul 2008 21:16:44 +0000 (21:16 +0000)]
Fixed segfault in case of title/chapters...

15 years agoDo not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
Laurent Aimar [Tue, 8 Jul 2008 19:34:59 +0000 (19:34 +0000)]
Do not vlc_object_kill on vout/aout and sout when stopping input (close #1673).
(The vout should never be killed before the decoder is stopped as we may
use direct buffers).

15 years agoFixed used of uninitialized memory on unsupported track.
Laurent Aimar [Tue, 8 Jul 2008 19:32:56 +0000 (19:32 +0000)]
Fixed used of uninitialized memory on unsupported track.
Fixed usage of start_time.
(It should fix #799)

15 years agoqt4/mac: Don't compile demos and examples
Felix Paul Kühne [Tue, 8 Jul 2008 15:46:28 +0000 (17:46 +0200)]
qt4/mac: Don't compile demos and examples

15 years agoMinor unification
Felix Paul Kühne [Tue, 8 Jul 2008 14:27:36 +0000 (16:27 +0200)]
Minor unification

15 years agoUse Qt 4.4.0 for the Mac, too
Felix Paul Kühne [Tue, 8 Jul 2008 14:26:46 +0000 (16:26 +0200)]
Use Qt 4.4.0 for the Mac, too

15 years agomacosx: Don't attempt to close the window in fullscreen.
Pierre d'Herbemont [Tue, 8 Jul 2008 00:38:44 +0000 (02:38 +0200)]
macosx: Don't attempt to close the window in fullscreen.

15 years agomacosx: Fix +resetVout prototype. (Fix #1679 "Fullscreen mode with video window witho...
Pierre d'Herbemont [Tue, 8 Jul 2008 00:27:39 +0000 (02:27 +0200)]
macosx: Fix +resetVout prototype. (Fix #1679 "Fullscreen mode with video window without controls crashes").

15 years agomacosx: Close the video directly when clicking on the Stop button.
Pierre d'Herbemont [Tue, 8 Jul 2008 00:19:41 +0000 (02:19 +0200)]
macosx: Close the video directly when clicking on the Stop button.

15 years agomacosx: Correctly close the vout window if there is no video for 1.5sec.
Pierre d'Herbemont [Tue, 8 Jul 2008 00:13:53 +0000 (02:13 +0200)]
macosx: Correctly close the vout window if there is no video for 1.5sec.

15 years agoHTTP: fix browsing on Win32 - closes #1656
Rémi Denis-Courmont [Mon, 7 Jul 2008 18:23:56 +0000 (21:23 +0300)]
HTTP: fix browsing on Win32 - closes #1656

15 years agoShip the Win32 SDK - closes #1676
Rémi Denis-Courmont [Mon, 7 Jul 2008 17:36:42 +0000 (20:36 +0300)]
Ship the Win32 SDK - closes #1676

15 years agoFix open Panel. thanks fenrir for spotting it.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 17:25:17 +0000 (10:25 -0700)]
Fix open Panel. thanks fenrir for spotting it.

15 years agoFix typo in libvlc_vlm.h
Sebastien Escudier [Mon, 7 Jul 2008 12:39:03 +0000 (14:39 +0200)]
Fix typo in libvlc_vlm.h

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFix some open panel function as in 000f1e1fb9253dca219253ee54702cf044aff213.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 16:14:19 +0000 (09:14 -0700)]
Fix some open panel function as in 000f1e1fb9253dca219253ee54702cf044aff213.

15 years agoRevert "Fixed open network panel."
Jean-Baptiste Kempf [Mon, 7 Jul 2008 16:11:09 +0000 (09:11 -0700)]
Revert "Fixed open network panel."

This reverts commit 000f1e1fb9253dca219253ee54702cf044aff213.

15 years agoAdd mising \ in some macros.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 16:06:34 +0000 (09:06 -0700)]
Add mising \ in some macros.

15 years agoForce a correct size of the dialog at start.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 14:21:42 +0000 (07:21 -0700)]
Force a correct size of the dialog at start.

15 years agoFix behaviour of DVDSimple button while not in DVD opening
Jean-Baptiste Kempf [Mon, 7 Jul 2008 14:10:47 +0000 (07:10 -0700)]
Fix behaviour of DVDSimple button while not in DVD opening

15 years agoCosmetics.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 14:02:36 +0000 (07:02 -0700)]
Cosmetics.

15 years agoLogarithmic slider for speed.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 13:58:38 +0000 (06:58 -0700)]
Logarithmic slider for speed.

15 years agoEnable asademux and csri in default configure..
Jean-Baptiste Kempf [Mon, 7 Jul 2008 09:29:03 +0000 (11:29 +0200)]
Enable asademux and csri in default configure..

15 years agoQt4.4.0 in contribs.
Jean-Baptiste Kempf [Mon, 7 Jul 2008 09:20:06 +0000 (02:20 -0700)]
Qt4.4.0 in contribs.

15 years agoResized a few controls to make enough room for non-english UI strings
Felix Paul Kühne [Mon, 7 Jul 2008 09:22:11 +0000 (11:22 +0200)]
Resized a few controls to make enough room for non-english UI strings

15 years agoanother l10n related fix
Felix Paul Kühne [Mon, 7 Jul 2008 09:12:59 +0000 (11:12 +0200)]
another l10n related fix

15 years agoTypo
Felix Paul Kühne [Sun, 6 Jul 2008 16:09:52 +0000 (18:09 +0200)]
Typo

15 years agoAnother larger update.
Felix Paul Kühne [Sun, 6 Jul 2008 16:08:09 +0000 (18:08 +0200)]
Another larger update.

Still more to do in the filters area. Qt4 and Cocoa interfaces should be complete by now

15 years agoMore l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description...
Felix Paul Kühne [Sun, 6 Jul 2008 16:07:22 +0000 (18:07 +0200)]
More l10n string fixes. Adds a FIXME to atmo.cpp, because that setting description is not understable for me.

15 years agoRemoved 'fetch-meta' from the welcome dialogue. Still to be done for Sprefs.
Felix Paul Kühne [Sun, 6 Jul 2008 14:29:38 +0000 (16:29 +0200)]
Removed 'fetch-meta' from the welcome dialogue. Still to be done for Sprefs.

Please check

15 years agoFix reading ASX playlist when its size is unknown
Przemyslaw Fiala [Sun, 6 Jul 2008 20:39:24 +0000 (22:39 +0200)]
Fix reading ASX playlist when its size is unknown

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agoHelp should be localized.
Antoine Cellerier [Sun, 6 Jul 2008 23:32:49 +0000 (01:32 +0200)]
Help should be localized.

15 years agoFix wording.
Antoine Cellerier [Sun, 6 Jul 2008 23:31:22 +0000 (01:31 +0200)]
Fix wording.

15 years agoDon't print empty sections in the help.
Antoine Cellerier [Sun, 6 Jul 2008 23:07:48 +0000 (01:07 +0200)]
Don't print empty sections in the help.

15 years agolibvlc: Don't print help on module help.
Pierre d'Herbemont [Sun, 6 Jul 2008 23:02:21 +0000 (01:02 +0200)]
libvlc: Don't print help on module help.

It's already in the help.

15 years agolibvlc: --use-stream-immediate and --auto-adjust-pts-delay are advanced options.
Pierre d'Herbemont [Sun, 6 Jul 2008 22:58:30 +0000 (00:58 +0200)]
libvlc: --use-stream-immediate and --auto-adjust-pts-delay are advanced options.

Pointed-out-by: Dionoea
15 years agolibvlc: Advertise -p and --list in help.
Pierre d'Herbemont [Sun, 6 Jul 2008 22:53:23 +0000 (00:53 +0200)]
libvlc: Advertise -p and --list in help.

15 years agoScreenshots might need updates on releases.
Antoine Cellerier [Sun, 6 Jul 2008 22:14:18 +0000 (00:14 +0200)]
Screenshots might need updates on releases.

15 years agoinput: Output a debug message at input creation/destruction.
Pierre d'Herbemont [Sun, 6 Jul 2008 22:06:53 +0000 (00:06 +0200)]
input: Output a debug message at input creation/destruction.

15 years agomacosx: Define playlist_IsStopped(), and make sure it returns the very next state...
Pierre d'Herbemont [Sun, 6 Jul 2008 22:06:21 +0000 (00:06 +0200)]
macosx: Define playlist_IsStopped(), and make sure it returns the very next state. Fix #1674. (Hitting the button stop on Mac OS X interface doesn't close the vout window.)

15 years agoplaylist: Make sure the preparser and the fetcher releases all their waiting elements.
Pierre d'Herbemont [Sun, 6 Jul 2008 21:36:30 +0000 (23:36 +0200)]
playlist: Make sure the preparser and the fetcher releases all their waiting elements.

Fix issue with leaked input item at exit.

15 years agomacosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.
Pierre d'Herbemont [Sun, 6 Jul 2008 21:25:36 +0000 (23:25 +0200)]
macosx: Don't send PLAYLIST_SKIP. Fix adding item when an other is playing.

15 years agomacosx: Stupid IB. (Fix controller size).
Pierre d'Herbemont [Sun, 6 Jul 2008 21:04:02 +0000 (23:04 +0200)]
macosx: Stupid IB. (Fix controller size).

15 years agomacosx: Use an a-la-itunes grid for the playlist.
Pierre d'Herbemont [Sun, 6 Jul 2008 20:58:13 +0000 (22:58 +0200)]
macosx: Use an a-la-itunes grid for the playlist.

This is also controversial, and we could agree to revert.

15 years agomacosx: Use font from the Nib in the playlist.
Pierre d'Herbemont [Sun, 6 Jul 2008 20:53:24 +0000 (22:53 +0200)]
macosx: Use font from the Nib in the playlist.

15 years agomacosx: Outline View refinement, text a bit smaller, rows size adjusted.
Pierre d'Herbemont [Sun, 6 Jul 2008 20:07:48 +0000 (22:07 +0200)]
macosx: Outline View refinement, text a bit smaller, rows size adjusted.

15 years agoFixed potential invalid reads.
Laurent Aimar [Sun, 6 Jul 2008 22:12:03 +0000 (22:12 +0000)]
Fixed potential invalid reads.

15 years agoFixed potential infinite loop.
Laurent Aimar [Sun, 6 Jul 2008 21:18:38 +0000 (21:18 +0000)]
Fixed potential infinite loop.

15 years agolibvlc: --full-help now displays an exhaustive help.
Pierre d'Herbemont [Sun, 6 Jul 2008 19:55:18 +0000 (21:55 +0200)]
libvlc: --full-help now displays an exhaustive help.

-H has been defaulted to --full-help instead of --longhelp. This means that you don't have to type vlc -H --advanced --help-verbose, to get full VLC help. Additionaly, we now advertise a bit -H in -h or --help.

15 years agolibvlc: Fix video-title-position values.
Pierre d'Herbemont [Sun, 6 Jul 2008 19:40:40 +0000 (21:40 +0200)]
libvlc: Fix video-title-position values.

15 years agomacosx: Fix various crashes with the fspanel.
Pierre d'Herbemont [Sun, 6 Jul 2008 19:35:33 +0000 (21:35 +0200)]
macosx: Fix various crashes with the fspanel.

Fullscreen is working back.

15 years agomacosx: Remove a weird already_locked bool. (that removes a runtime warning from...
Pierre d'Herbemont [Sun, 6 Jul 2008 19:34:24 +0000 (21:34 +0200)]
macosx: Remove a weird already_locked bool. (that removes a runtime warning from NSRecursiveLock.)

15 years agoFix memory leak
Rémi Denis-Courmont [Sun, 6 Jul 2008 19:27:40 +0000 (22:27 +0300)]
Fix memory leak

15 years agoplaylist: Make sure the currently playing item is released, even if destroyed.
Pierre d'Herbemont [Sun, 6 Jul 2008 17:39:27 +0000 (19:39 +0200)]
playlist: Make sure the currently playing item is released, even if destroyed.

(Happens when using a service discovery).

15 years agomacosx: Makes the min size of the vout window a little bit larger.
Pierre d'Herbemont [Sun, 6 Jul 2008 17:34:48 +0000 (19:34 +0200)]
macosx: Makes the min size of the vout window a little bit larger.