]> git.sesse.net Git - vlc/log
vlc
15 years agolive: fix unsafe use of setlocale()
Rémi Denis-Courmont [Sun, 13 Jul 2008 09:59:14 +0000 (12:59 +0300)]
live: fix unsafe use of setlocale()

15 years agoplaylist: Fix a warning about an unitialized ptr.
Pierre d'Herbemont [Sun, 13 Jul 2008 09:02:30 +0000 (11:02 +0200)]
playlist: Fix a warning about an unitialized ptr.

15 years agomacosx: Close the window after 3 seconds of not video output, instead of 1.5.
Pierre d'Herbemont [Sat, 12 Jul 2008 21:21:59 +0000 (23:21 +0200)]
macosx: Close the window after 3 seconds of not video output, instead of 1.5.

15 years agomacosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if...
Pierre d'Herbemont [Sat, 12 Jul 2008 21:19:40 +0000 (23:19 +0200)]
macosx: Make sure makeKeyAndOrderFront doesn't hide and then display the window if it was visible and not faded.

15 years agomacosx: Make sure we don't leak an input.
Pierre d'Herbemont [Sat, 12 Jul 2008 20:26:42 +0000 (22:26 +0200)]
macosx: Make sure we don't leak an input.

Should fix the input item leak error when quitting VLC.

15 years agotext: Remove forbidden, and subject to race, playlist input access.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:44:49 +0000 (21:44 +0200)]
text: Remove forbidden, and subject to race, playlist input access.

15 years agoosd: Remove a number of unneeded cast.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:38:43 +0000 (21:38 +0200)]
osd: Remove a number of unneeded cast.

15 years agoosd: Make sure we release properly in __osd_Volume.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:37:39 +0000 (21:37 +0200)]
osd: Make sure we release properly in __osd_Volume.

15 years agoosd: Remove a yield() that doesn't make sense.
Pierre d'Herbemont [Sat, 12 Jul 2008 19:35:07 +0000 (21:35 +0200)]
osd: Remove a yield() that doesn't make sense.

15 years agoMerge the final 0.8.6i notes
Felix Paul Kühne [Sat, 12 Jul 2008 16:04:10 +0000 (18:04 +0200)]
Merge the final 0.8.6i notes

15 years agomacosx: Remove a lonesome pl_Yield.
Pierre d'Herbemont [Sat, 12 Jul 2008 15:44:06 +0000 (17:44 +0200)]
macosx: Remove a lonesome pl_Yield.

15 years agoQt4: remove useless IPv6 option
Rémi Denis-Courmont [Sat, 12 Jul 2008 15:40:22 +0000 (18:40 +0300)]
Qt4: remove useless IPv6 option

We have been able to autodetect this for ages

15 years agomacosx: Fix #1694 "Fullscreen video after end of playlist".
Pierre d'Herbemont [Sat, 12 Jul 2008 15:33:28 +0000 (17:33 +0200)]
macosx: Fix #1694 "Fullscreen video after end of playlist".

15 years agomacosx: Save current fullscreen state.
Pierre d'Herbemont [Sat, 12 Jul 2008 14:14:07 +0000 (16:14 +0200)]
macosx: Save current fullscreen state.

15 years agomacosx: Make sure view gets removed before we close the vout.
Pierre d'Herbemont [Sat, 12 Jul 2008 14:03:56 +0000 (16:03 +0200)]
macosx: Make sure view gets removed before we close the vout.

15 years agomacosx: remove the show window hack.
Pierre d'Herbemont [Sat, 12 Jul 2008 13:02:15 +0000 (15:02 +0200)]
macosx: remove the show window hack.

15 years agomacosx: Simplify the title update code.
Pierre d'Herbemont [Sat, 12 Jul 2008 12:43:02 +0000 (14:43 +0200)]
macosx: Simplify the title update code.

15 years agomacosx: Fix currently playing input item retrieving.
Pierre d'Herbemont [Sat, 12 Jul 2008 12:36:33 +0000 (14:36 +0200)]
macosx: Fix currently playing input item retrieving.

15 years agomacosx: No need to use FREENULL here.
Pierre d'Herbemont [Sat, 12 Jul 2008 12:35:59 +0000 (14:35 +0200)]
macosx: No need to use FREENULL here.

15 years agomacosx: One more direct playlist access removal.
Pierre d'Herbemont [Sat, 12 Jul 2008 12:15:30 +0000 (14:15 +0200)]
macosx: One more direct playlist access removal.

15 years agomacosx: Close embedded if fullscreen ended.
Pierre d'Herbemont [Sat, 12 Jul 2008 12:09:22 +0000 (14:09 +0200)]
macosx: Close embedded if fullscreen ended.

15 years agomacosx: Don't name 'Real' the functions that applies to those executed on MainThread.
Pierre d'Herbemont [Sat, 12 Jul 2008 11:01:28 +0000 (13:01 +0200)]
macosx: Don't name 'Real' the functions that applies to those executed on MainThread.

15 years agomacosx: Remove VLCEmbeddedDetachedVout because it's not used. (Or at leat doesn't...
Pierre d'Herbemont [Sat, 12 Jul 2008 10:55:33 +0000 (12:55 +0200)]
macosx: Remove VLCEmbeddedDetachedVout because it's not used. (Or at leat doesn't bring more than its superclass).

15 years agoEhm, this is 0.9.0-test2, not 0.8.6i *coughcough*
Felix Paul Kühne [Sat, 12 Jul 2008 15:25:23 +0000 (17:25 +0200)]
Ehm, this is 0.9.0-test2, not 0.8.6i *coughcough*

15 years agoUpdated version strings for OS X
Felix Paul Kühne [Tue, 8 Jul 2008 21:08:27 +0000 (23:08 +0200)]
Updated version strings for OS X

15 years agomacosx: Make sure input menu are up-to-date.
Pierre d'Herbemont [Wed, 9 Jul 2008 21:46:36 +0000 (23:46 +0200)]
macosx: Make sure input menu are up-to-date.

Fixes #1684.

15 years agoProper CODEC_TYPE_ATTACHMENT check.
Laurent Aimar [Fri, 11 Jul 2008 22:36:32 +0000 (00:36 +0200)]
Proper CODEC_TYPE_ATTACHMENT check.

15 years agoRevert "Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library"
Laurent Aimar [Fri, 11 Jul 2008 22:35:58 +0000 (00:35 +0200)]
Revert "Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library"

This reverts commit 49776bde2872747c8285c4aa6c5e07e35e630265.

15 years agoFixed resize of subtitle with original size specified (close #1683 with
Laurent Aimar [Fri, 11 Jul 2008 22:25:18 +0000 (00:25 +0200)]
Fixed resize of subtitle with original size specified (close #1683 with
the help of thedj)
Clean up.

15 years agoCheck for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library (more than 7
Laurent Aimar [Fri, 11 Jul 2008 22:22:30 +0000 (00:22 +0200)]
Check for CODEC_TYPE_ATTACHMENT for outdated ffmpeg library (more than 7
month old)

15 years agoClean up.
Laurent Aimar [Fri, 11 Jul 2008 21:00:42 +0000 (23:00 +0200)]
Clean up.

15 years agoMore clean up...
Laurent Aimar [Fri, 11 Jul 2008 20:30:19 +0000 (22:30 +0200)]
More clean up...

15 years agoMore clean up on subtitle.
Laurent Aimar [Fri, 11 Jul 2008 19:42:13 +0000 (21:42 +0200)]
More clean up on subtitle.

15 years agoMore clean up (it has 1 minor side effect but in a buggy section anyway).
Laurent Aimar [Fri, 11 Jul 2008 19:21:05 +0000 (21:21 +0200)]
More clean up (it has 1 minor side effect but in a buggy section anyway).
Fixed scale loading conditions.

15 years agoMore vout spu split up.
Laurent Aimar [Fri, 11 Jul 2008 18:41:00 +0000 (20:41 +0200)]
More vout spu split up.

15 years agoSplit up spu_RenderSubpictures to make it more readable (no functionnal
Laurent Aimar [Fri, 11 Jul 2008 18:15:05 +0000 (20:15 +0200)]
Split up spu_RenderSubpictures to make it more readable (no functionnal
changes except a few more return checks)

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.