]> git.sesse.net Git - vlc/log
vlc
17 years agofew fixes in libvlc APis
Damien Fouilleul [Sat, 29 Jul 2006 23:32:05 +0000 (23:32 +0000)]
few fixes in libvlc APis
- allow for libvlc_exception_t to be NULL in APIs
- remove X11 references from libvlc, as it breaks MacOS X

17 years ago* Allow the asx module to peek instead on relying on file extension
Derk-Jan Hartman [Sat, 29 Jul 2006 22:58:49 +0000 (22:58 +0000)]
* Allow the asx module to peek instead on relying on file extension
* Added the QuickTime RTSPtext redirect system. uses m3u, even though they are not related.
* Added the WM Server [Reference] redirects to the pls playlist demux. it's also INI based.

This fixes #690

17 years ago* minor core cleanup and WX compilation fix
Felix Paul Kühne [Sat, 29 Jul 2006 15:47:08 +0000 (15:47 +0000)]
* minor core cleanup and WX compilation fix

17 years ago* improved some error messages
Felix Paul Kühne [Sat, 29 Jul 2006 15:32:30 +0000 (15:32 +0000)]
* improved some error messages

17 years ago* enhanced the interaction core with some method additions/changes
Felix Paul Kühne [Sat, 29 Jul 2006 15:07:42 +0000 (15:07 +0000)]
* enhanced the interaction core with some method additions/changes
- intf_UserProgress* takes an additional argument now. use it to provide the time to go (in sec) until the process will be finished. Provide 0, if you don't have such info. The interface will hide the respective text-field.
- intf_UserProgressIsCancelled can be called by the module which triggered the interaction dialogue on a regular interval, to check if the user cancelled the dialogue or not. This is for dialogues with an optional cancel-button only (like the modal progress panel), so it doesn't replace p_dialog->i_return = DIALOG_CANCELLED which is for yes/no-style dialogues
- intf_UserOkayCancel was removed in favour of an enhanced intf_UserYesNo
- intf_UserYesNo takes 3 additional arguments now to get the custom captions of the default (~Yes), alternate(~No) and one optional button(~Cancel). This provides a better interface experience for the user and is more compliant with OSX's HIGL. The interface automatically hides the 3rd button, if NULL is given.

17 years agofix breakqge introduce in [16152]
Christophe Mutricy [Sat, 29 Jul 2006 14:38:38 +0000 (14:38 +0000)]
fix breakqge introduce in [16152]

17 years agosvn ids and stuff
Clément Stenac [Sat, 29 Jul 2006 13:32:12 +0000 (13:32 +0000)]
svn ids and stuff

17 years agoOne more
Clément Stenac [Sat, 29 Jul 2006 13:31:48 +0000 (13:31 +0000)]
One more

17 years agoSome old stats fixes
Clément Stenac [Sat, 29 Jul 2006 13:31:32 +0000 (13:31 +0000)]
Some old stats fixes

17 years agoAdd Ctrl+clic to handle one button mice
Jérome Decoodt [Sat, 29 Jul 2006 13:01:52 +0000 (13:01 +0000)]
Add Ctrl+clic to handle one button mice

17 years agoSimplify transcode handling
Clément Stenac [Sat, 29 Jul 2006 12:25:13 +0000 (12:25 +0000)]
Simplify transcode handling

17 years ago* enabled ffmpeg's beta WMV3/VC1-support
Felix Paul Kühne [Sat, 29 Jul 2006 12:18:48 +0000 (12:18 +0000)]
* enabled ffmpeg's beta WMV3/VC1-support

17 years agoCosmetics
Christophe Mutricy [Fri, 28 Jul 2006 19:34:03 +0000 (19:34 +0000)]
Cosmetics

17 years agoUpdate png patch for mactel. Thanks to Jean-Baptiste Kempf
Christophe Mutricy [Fri, 28 Jul 2006 19:05:04 +0000 (19:05 +0000)]
Update png patch for mactel. Thanks to Jean-Baptiste Kempf

17 years agoreverted erroneous part of 16030 commit (this will fix libtool builds)
Pavlov Konstantin [Fri, 28 Jul 2006 15:28:31 +0000 (15:28 +0000)]
reverted erroneous part of 16030 commit (this will fix libtool builds)

17 years agoReal VOUT_REPARENT (UNIX only ATM).
Filippo Carone [Fri, 28 Jul 2006 15:24:07 +0000 (15:24 +0000)]
Real VOUT_REPARENT (UNIX only ATM).

if (vout_Control VOUT_REPARENT is called giving a Drawable in args)
then
     that Drawable is used as new parent
otherwise
     DefaultRootWindow will be the parent

17 years agoSome initial work for streaming profiles
Clément Stenac [Fri, 28 Jul 2006 13:28:08 +0000 (13:28 +0000)]
Some initial work for streaming profiles
+ some misc test cleanup

17 years agoCheck type before cast
Clément Stenac [Fri, 28 Jul 2006 11:58:58 +0000 (11:58 +0000)]
Check type before cast

17 years agoWTF isn't QEvent a QObject ?
Clément Stenac [Fri, 28 Jul 2006 11:45:52 +0000 (11:45 +0000)]
WTF isn't QEvent a QObject ?

17 years agoDon't use RTTI
Clément Stenac [Fri, 28 Jul 2006 11:16:49 +0000 (11:16 +0000)]
Don't use RTTI

17 years agoMakefile: fix cross compiling broken by my previous commit
Damien Fouilleul [Fri, 28 Jul 2006 00:01:15 +0000 (00:01 +0000)]
Makefile: fix cross compiling broken by my previous commit

17 years agoUpdate the libpng patches
Christophe Mutricy [Thu, 27 Jul 2006 22:53:41 +0000 (22:53 +0000)]
Update the libpng patches

17 years agopatch for libgpg-error when NLS is disabled
Damien Fouilleul [Thu, 27 Jul 2006 22:46:48 +0000 (22:46 +0000)]
patch for libgpg-error when NLS is disabled

17 years agoAdd --france / --no-france option to disable DRM playback.
Clément Stenac [Thu, 27 Jul 2006 20:12:41 +0000 (20:12 +0000)]
Add --france / --no-france option to disable DRM playback.
CSS is not yet disabled as it is hidden from us by libdvdnav/libdvdplay

17 years agomiscellaneous fixes when building contribs on Cygwin
Damien Fouilleul [Thu, 27 Jul 2006 19:51:57 +0000 (19:51 +0000)]
miscellaneous fixes when building contribs on Cygwin
- boostrap: make configure.ac happy when detecting contribs build on Cygwin
- Makefile: cleanup, fixed extraction of files containing invalid characters (on DOS LFN), gpg-error compiling

17 years agoThis was overwritten by mistake. Backported to revision 15898.
Filippo Carone [Thu, 27 Jul 2006 14:51:22 +0000 (14:51 +0000)]
This was overwritten by mistake. Backported to revision 15898.

17 years agoMake I420_UYVY/MMX support widths non multiple of 8
Eric Petit [Wed, 26 Jul 2006 22:48:34 +0000 (22:48 +0000)]
Make I420_UYVY/MMX support widths non multiple of 8

17 years agouse pic on amd64. should fix the amd64 moz plugin
Christophe Mutricy [Wed, 26 Jul 2006 22:01:37 +0000 (22:01 +0000)]
use pic on amd64. should fix the amd64 moz plugin

17 years agoadd qvlc to the summary
Christophe Mutricy [Wed, 26 Jul 2006 21:59:13 +0000 (21:59 +0000)]
add qvlc to the summary

17 years agoUse 5 digits for snapshot numbering when in sequential mode (padd with 0s)
Antoine Cellerier [Wed, 26 Jul 2006 21:21:48 +0000 (21:21 +0000)]
Use 5 digits for snapshot numbering when in sequential mode (padd with 0s)

17 years agoMore vlm functions added in libvlc (to play, pause and stop a broadcast)
Filippo Carone [Wed, 26 Jul 2006 15:13:47 +0000 (15:13 +0000)]
More vlm functions added in libvlc (to play, pause and stop a broadcast)

17 years agoSync bindings/java with jvlc head (release is close ;).
Filippo Carone [Wed, 26 Jul 2006 14:15:08 +0000 (14:15 +0000)]
Sync bindings/java with jvlc head (release is close ;).

17 years agoContrib: fix speex patch. Thanks to JB Kempf
Christophe Mutricy [Wed, 26 Jul 2006 13:49:56 +0000 (13:49 +0000)]
Contrib: fix speex patch. Thanks to JB Kempf

17 years agoProtect the email address
Christophe Mutricy [Wed, 26 Jul 2006 12:04:25 +0000 (12:04 +0000)]
Protect the email address

17 years agoffmpeg contribs:
Christophe Mutricy [Wed, 26 Jul 2006 10:56:30 +0000 (10:56 +0000)]
ffmpeg contribs:
    .pc hqve been fixed upstream
    delete empty win32 patch
    temporarly disable install patch. it works fine without on debian and macOSX. FC4 to be investigated

17 years agoNew Qt Contrib
Clément Stenac [Tue, 25 Jul 2006 22:56:37 +0000 (22:56 +0000)]
New Qt Contrib

17 years ago * skins2/src/skin_common.hpp: Added missing header
Olivier Teulière [Tue, 25 Jul 2006 21:23:01 +0000 (21:23 +0000)]
 * skins2/src/skin_common.hpp: Added missing header

17 years agoUpgrade patch for png on osx. Thanks to Jean-Baptiste Kempf
Christophe Mutricy [Tue, 25 Jul 2006 12:41:29 +0000 (12:41 +0000)]
Upgrade patch for png on osx. Thanks to Jean-Baptiste Kempf

17 years agoDon't include opie/ in the gettext stuff as it's not in the tarball.
Christophe Mutricy [Tue, 25 Jul 2006 09:37:31 +0000 (09:37 +0000)]
Don't include opie/ in the gettext stuff as it's not in the tarball.

17 years agoGrrrr, silly qt4 build system
Christophe Mutricy [Mon, 24 Jul 2006 23:00:57 +0000 (23:00 +0000)]
Grrrr, silly qt4 build system

17 years agoOups miss that in previous commit
Christophe Mutricy [Mon, 24 Jul 2006 22:56:44 +0000 (22:56 +0000)]
Oups miss that in previous commit

17 years agoUse newer version of libraries in extras/contrib. Patch courtesy of Jean-Baptiste...
Christophe Mutricy [Mon, 24 Jul 2006 22:45:26 +0000 (22:45 +0000)]
Use newer version of libraries in extras/contrib. Patch courtesy of Jean-Baptiste Kempf

17 years agoLocalized the stings inside the .ui and update the po files.
Christophe Mutricy [Mon, 24 Jul 2006 21:45:56 +0000 (21:45 +0000)]
Localized the stings inside the .ui  and update the po files.

17 years ago * skins2/src/dialogs.cpp: more encoding fixes
Olivier Teulière [Mon, 24 Jul 2006 20:09:22 +0000 (20:09 +0000)]
 * skins2/src/dialogs.cpp: more encoding fixes

17 years agolibavutil/common.h was re-worked, so it doesn't need to be patched anymore
Felix Paul Kühne [Mon, 24 Jul 2006 17:55:28 +0000 (17:55 +0000)]
libavutil/common.h was re-worked, so it doesn't need to be patched anymore

17 years ago * skins2: fixed several encoding issues. In particular, it should now be
Olivier Teulière [Sun, 23 Jul 2006 22:19:46 +0000 (22:19 +0000)]
 * skins2: fixed several encoding issues. In particular, it should now be
   possible to load a skin on Windows when logged with an account containing
   non-english characters.

17 years agoFix installation of ffmpeg-svn version
Jean-Paul Saman [Sun, 23 Jul 2006 18:10:04 +0000 (18:10 +0000)]
Fix installation of ffmpeg-svn version

17 years agoRevert revision 16112
Jean-Paul Saman [Sun, 23 Jul 2006 17:51:07 +0000 (17:51 +0000)]
Revert revision 16112

17 years agoForward port of revision 16113. Fixes a bug in live555 module, that made audio packet...
Jean-Paul Saman [Sun, 23 Jul 2006 16:21:35 +0000 (16:21 +0000)]
Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.

17 years agoForward port of revision 16111
Jean-Paul Saman [Sun, 23 Jul 2006 11:04:13 +0000 (11:04 +0000)]
Forward port of revision 16111

17 years agoOops
Antoine Cellerier [Sat, 22 Jul 2006 15:41:38 +0000 (15:41 +0000)]
Oops

17 years agoadd --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you...
Antoine Cellerier [Sat, 22 Jul 2006 15:33:03 +0000 (15:33 +0000)]
add --snapshot-prefix and --snapshot-sequential options. --snapshot-prefix lets you choose the filename's prefix (default it "vlcsnap-"). --snapshot-sequential numbers the snapshot starting with 1 and incrementing every time.

17 years agoSome more vfilter2 stuff
Antoine Cellerier [Sat, 22 Jul 2006 14:45:25 +0000 (14:45 +0000)]
Some more vfilter2 stuff

17 years agooups missed that
Christophe Mutricy [Fri, 21 Jul 2006 21:14:35 +0000 (21:14 +0000)]
oups missed that

17 years ago* minor layout improvement
Felix Paul Kühne [Fri, 21 Jul 2006 20:36:29 +0000 (20:36 +0000)]
* minor layout improvement

17 years agocontribs: Rename the qt tarball to indicate it's a win32 binaries
Christophe Mutricy [Fri, 21 Jul 2006 15:19:35 +0000 (15:19 +0000)]
contribs: Rename the qt tarball to indicate it's a win32 binaries

17 years agoQt4 contrib fixes
Clément Stenac [Fri, 21 Jul 2006 09:42:43 +0000 (09:42 +0000)]
Qt4 contrib fixes

17 years agoAdd Qt4 to contrib
Clément Stenac [Thu, 20 Jul 2006 22:16:10 +0000 (22:16 +0000)]
Add Qt4 to contrib

17 years ago* some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed...
Felix Paul Kühne [Thu, 20 Jul 2006 19:45:51 +0000 (19:45 +0000)]
* some minor fixes (signed vs unsigned ints, removed an always ignored pragma, fixed an if)

17 years ago* compile before you commit
Felix Paul Kühne [Thu, 20 Jul 2006 19:30:39 +0000 (19:30 +0000)]
* compile before you commit

17 years ago* another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous...
Felix Paul Kühne [Thu, 20 Jul 2006 19:26:33 +0000 (19:26 +0000)]
* another patch for ffmpeg, so make up a new ffmpeg patch-file and ditch the previous configure-specific one

17 years ago* compilation fix to reflect x264's API change in its revision 537 (x264 build 48)
Felix Paul Kühne [Thu, 20 Jul 2006 19:16:52 +0000 (19:16 +0000)]
* compilation fix to reflect x264's API change in its revision 537 (x264 build 48)

It would be nice if someone with more x264-knowledge could review this.

17 years ago* yet another patch for ffmpeg: its configure script doesn't recognise that (at least...
Felix Paul Kühne [Thu, 20 Jul 2006 19:06:18 +0000 (19:06 +0000)]
* yet another patch for ffmpeg: its configure script doesn't recognise that (at least on OSX) variables' names are case-sensitive

17 years agoCompile fix. gcc doesn't like foo=foo();
Christophe Mutricy [Thu, 20 Jul 2006 18:54:26 +0000 (18:54 +0000)]
Compile fix. gcc doesn't like foo=foo();

17 years agoFix a bunch of bugs
Clément Stenac [Thu, 20 Jul 2006 15:25:02 +0000 (15:25 +0000)]
Fix a bunch of bugs

17 years agoCosmetic: svn properties, Id, copyright dates
Christophe Mutricy [Thu, 20 Jul 2006 13:44:04 +0000 (13:44 +0000)]
Cosmetic: svn properties, Id, copyright dates

17 years ago- direct3d: new video output module using Direct3D 9 APIs
Damien Fouilleul [Thu, 20 Jul 2006 13:21:16 +0000 (13:21 +0000)]
- direct3d: new video output module using Direct3D 9 APIs

17 years agoRun update-po. Fix make dist
Christophe Mutricy [Thu, 20 Jul 2006 08:59:14 +0000 (08:59 +0000)]
Run update-po. Fix make dist

17 years agoAdd some "const" where relevant
Antoine Cellerier [Wed, 19 Jul 2006 22:38:25 +0000 (22:38 +0000)]
Add some "const" where relevant

17 years agoMake code less readable and (hopefully) faster for gradient and edge modes.
Antoine Cellerier [Wed, 19 Jul 2006 22:08:38 +0000 (22:08 +0000)]
Make code less readable and (hopefully) faster for gradient and edge modes.

17 years agoSome more Qt interaction support
Clément Stenac [Wed, 19 Jul 2006 15:17:23 +0000 (15:17 +0000)]
Some more Qt interaction support

17 years agoconfigure.ac: the svg module now needs a librsvg2 >= 2.9.0
Olivier Aubert [Wed, 19 Jul 2006 12:55:04 +0000 (12:55 +0000)]
configure.ac: the svg module now needs a librsvg2 >= 2.9.0

17 years agomodules/misc/svg.c: fix SVG rendering
Olivier Aubert [Wed, 19 Jul 2006 12:54:13 +0000 (12:54 +0000)]
modules/misc/svg.c: fix SVG rendering

17 years agoAdd support for modules help strings (Closes:#413)
Clément Stenac [Wed, 19 Jul 2006 11:53:51 +0000 (11:53 +0000)]
Add support for modules help strings (Closes:#413)

17 years agoRemove some code duplication
Clément Stenac [Wed, 19 Jul 2006 11:53:18 +0000 (11:53 +0000)]
Remove some code duplication

17 years agoDon't use Patches/goom2k4-0-nommx.patch when building for MacOS X
Jean-Paul Saman [Wed, 19 Jul 2006 10:59:30 +0000 (10:59 +0000)]
Don't use Patches/goom2k4-0-nommx.patch when building for MacOS X

17 years agoMove v4l and pvr into the main access directory.
Clément Stenac [Wed, 19 Jul 2006 09:45:02 +0000 (09:45 +0000)]
Move v4l and pvr into the main access directory.
No need for a separate directory for 1 file

17 years agoSome more demux and access code factorization
Clément Stenac [Wed, 19 Jul 2006 09:33:41 +0000 (09:33 +0000)]
Some more demux and access code factorization

17 years agobindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen
Olivier Aubert [Wed, 19 Jul 2006 09:01:15 +0000 (09:01 +0000)]
bindings/mediacontrol-python/vlcglue.c: bind get_/set_rate and get_/set_fullscreen

17 years agoinclude/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_...
Olivier Aubert [Wed, 19 Jul 2006 09:00:32 +0000 (09:00 +0000)]
include/vlc/mediacontrol.h, src/control/mediacontrol_audio_video.c: implement get_/set_rate and get_/set_fullscreen

17 years agobindings/mediacontrol-python/setup.py: deactivate PIC support for
Olivier Aubert [Wed, 19 Jul 2006 08:59:26 +0000 (08:59 +0000)]
bindings/mediacontrol-python/setup.py: deactivate PIC support for
linux also (I do no quite know the current status, but it works for me this way at the moment).

17 years agoA bunch of various fixes (encoding, refcount, layout)
Clément Stenac [Tue, 18 Jul 2006 23:20:06 +0000 (23:20 +0000)]
A bunch of various fixes (encoding, refcount, layout)

17 years agoLayout improvements
Clément Stenac [Tue, 18 Jul 2006 21:29:05 +0000 (21:29 +0000)]
Layout improvements

17 years agoFix compilation
Christophe Mutricy [Tue, 18 Jul 2006 21:25:14 +0000 (21:25 +0000)]
Fix compilation

17 years agoFix libpng properly (forgot this in a previous commit).
Jean-Paul Saman [Tue, 18 Jul 2006 21:00:19 +0000 (21:00 +0000)]
Fix libpng properly (forgot this in a previous commit).

17 years ago* Fix a number of encoding bugs
Clément Stenac [Tue, 18 Jul 2006 18:57:19 +0000 (18:57 +0000)]
* Fix a number of encoding bugs
* add "make nice" in modules to call ./compile

17 years agoBetter packetizer helpers
Clément Stenac [Tue, 18 Jul 2006 17:19:10 +0000 (17:19 +0000)]
Better packetizer helpers

17 years agoAdd a bunch of helper functions/macros and start using them:
Clément Stenac [Tue, 18 Jul 2006 17:08:18 +0000 (17:08 +0000)]
Add a bunch of helper functions/macros and start using them:
* malloc with NULL check
* file extension check
* check if a demux was forced
* try peeking, and check what we poke
* init standard demuxer fields
* create packetizers

17 years agobindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string...
Olivier Aubert [Tue, 18 Jul 2006 14:45:24 +0000 (14:45 +0000)]
bindings/mediacontrol-python/vlcwrapper.py: make the tree() method return a string rather than print it.

17 years ago* compiles-but-untested complete implementation of menus and popups
Clément Stenac [Tue, 18 Jul 2006 14:33:18 +0000 (14:33 +0000)]
* compiles-but-untested complete implementation of menus and popups
* handle play/pause status

17 years ago- all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen
Damien Fouilleul [Tue, 18 Jul 2006 09:10:24 +0000 (09:10 +0000)]
- all: fixed object interfaces queries and other fixes as reported by Jacob Lewallen

17 years agosupport muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date
Sigmund Augdal Helberg [Tue, 18 Jul 2006 08:48:53 +0000 (08:48 +0000)]
support muxing and demuxing of dual mono mpeg ts streams if libdvbpsi is up to date

17 years ago* adapted the extended panel to the latest video filter changes and re-designed the...
Felix Paul Kühne [Mon, 17 Jul 2006 12:59:46 +0000 (12:59 +0000)]
* adapted the extended panel to the latest video filter changes and re-designed the interface a bit (by introducing some additional strings and moving the invert-option to the adjust image section, etc.)
* src/video_output/video_output.c: small fix to insert filters on the fly

17 years agoReport in the FAQ that --enable-java-bindings works in win32.
Filippo Carone [Mon, 17 Jul 2006 08:37:09 +0000 (08:37 +0000)]
Report in the FAQ that --enable-java-bindings works in win32.

17 years agoDon't show the scale filter in the preferences
Antoine Cellerier [Sun, 16 Jul 2006 21:22:31 +0000 (21:22 +0000)]
Don't show the scale filter in the preferences

17 years agoAdd (verbose) NEWS
Antoine Cellerier [Sun, 16 Jul 2006 21:02:33 +0000 (21:02 +0000)]
Add (verbose) NEWS

17 years agoMake "video filter2" filters selectable on the vout level.
Antoine Cellerier [Sun, 16 Jul 2006 20:57:09 +0000 (20:57 +0000)]
Make "video filter2" filters selectable on the vout level.
Exemple: --video-filter "adjust{hue=180}:wave"
For the moment, the video filter2 filters are applied *before* subpicture filters.

17 years ago(Partial?) fix for make dist
Rémi Denis-Courmont [Sun, 16 Jul 2006 19:58:46 +0000 (19:58 +0000)]
(Partial?) fix for make dist

17 years agoRevert commit that breaks bootstrap/aclocal (v2.60, latest release).
Rémi Denis-Courmont [Sun, 16 Jul 2006 19:37:56 +0000 (19:37 +0000)]
Revert commit that breaks bootstrap/aclocal (v2.60, latest release).
That has been annoying quite a bunch of users[1] including buildbots
and myself.

[1] http://forum.videolan.org/viewtopic.php?t=21059

17 years agoDon't duplicate check for automake 1.7
Rémi Denis-Courmont [Sun, 16 Jul 2006 19:16:48 +0000 (19:16 +0000)]
Don't duplicate check for automake 1.7