]>
git.sesse.net Git - vlc/log
Olivier Teulière [Tue, 15 Aug 2006 10:43:00 +0000 (10:43 +0000)]
* qt4: Added a few forward declarations and includes
Derk-Jan Hartman [Mon, 14 Aug 2006 23:37:28 +0000 (23:37 +0000)]
* first sps, then pps
Gildas Bazin [Mon, 14 Aug 2006 22:16:07 +0000 (22:16 +0000)]
* modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
Derk-Jan Hartman [Mon, 14 Aug 2006 21:46:13 +0000 (21:46 +0000)]
* Set the SPS and PPS properly in the extradata when we receive RTP h264
Derk-Jan Hartman [Mon, 14 Aug 2006 21:45:19 +0000 (21:45 +0000)]
* set extradata of the x264 encoder.
Derk-Jan Hartman [Mon, 14 Aug 2006 21:44:15 +0000 (21:44 +0000)]
* Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the insights.
- manage private data properly
- use 4 byte startcodes
Dennis van Amerongen [Sun, 13 Aug 2006 22:23:33 +0000 (22:23 +0000)]
* shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
Christophe Mutricy [Sun, 13 Aug 2006 19:33:16 +0000 (19:33 +0000)]
Distribute the java bindings in the tarball
Rémi Denis-Courmont [Sun, 13 Aug 2006 18:48:17 +0000 (18:48 +0000)]
Attempt to remove all the non standard GNU/make stuff
Jean-Paul Saman [Sun, 13 Aug 2006 14:31:02 +0000 (14:31 +0000)]
Fix memory leak
Olivier Teulière [Sun, 13 Aug 2006 12:34:37 +0000 (12:34 +0000)]
* doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC 0.8.6 only.
Derk-Jan Hartman [Sat, 12 Aug 2006 20:08:08 +0000 (20:08 +0000)]
* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg prefix patch
Derk-Jan Hartman [Sat, 12 Aug 2006 14:24:54 +0000 (14:24 +0000)]
* fix the getlength. It needs to be after the SETUP, so that liveMedia can correct Windows Media Servers.
Derk-Jan Hartman [Sat, 12 Aug 2006 00:10:37 +0000 (00:10 +0000)]
* refactoring of live555 module.
- less code duplication
- automaticly try HTTP tunneling if describe fails
- upon authentication failure, ask for a new user/passwd and try again (untested due to lack of a rtsp source)
- fix a bug with adding tracks introduced in [16114]
- fix a bug closing the RTSPClient
- disabled the QT VoD detection because it's unreliable like hell.
TODO:
- test with a WMS RTSP session
- test against a paswd. protected RTSP session
- find a better way for error communication with live (parsing random strings is so 1990)
- find a way to relay Control() calls to a subdemux (for time/pos in TS)
- add the HREF support of the 0.8.5-href branch
- better flushing etc. during the PAUSE (ideas anyone?)
Christophe Mutricy [Fri, 11 Aug 2006 23:30:02 +0000 (23:30 +0000)]
Should fix compilation. Not tested
Clément Stenac [Fri, 11 Aug 2006 13:32:42 +0000 (13:32 +0000)]
Add functions to use the media library
Clément Stenac [Fri, 11 Aug 2006 06:23:56 +0000 (06:23 +0000)]
Gah, forgot to commit this: fix a potential crash in stats
Derk-Jan Hartman [Thu, 10 Aug 2006 21:28:56 +0000 (21:28 +0000)]
* nop part of ffmpeg patch was fixed upstream
Antoine Cellerier [Thu, 10 Aug 2006 19:21:25 +0000 (19:21 +0000)]
Add "enqueue" command. Original patch by Greg Farell
Olivier Teulière [Thu, 10 Aug 2006 18:26:18 +0000 (18:26 +0000)]
* doc/skins/skins2-howto.xml: Updated copyright year
Olivier Teulière [Thu, 10 Aug 2006 17:25:30 +0000 (17:25 +0000)]
* doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
nicer output
Rémi Denis-Courmont [Thu, 10 Aug 2006 14:27:28 +0000 (14:27 +0000)]
Partial UPnP fix from Christian Henz, from Ralf Huvendiek.
Derk-Jan Hartman [Thu, 10 Aug 2006 12:51:53 +0000 (12:51 +0000)]
* p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
Derk-Jan Hartman [Thu, 10 Aug 2006 11:46:19 +0000 (11:46 +0000)]
* Part of the Intel patches are now fixed upstream
Jean-Paul Saman [Wed, 9 Aug 2006 18:09:34 +0000 (18:09 +0000)]
Fix comments
Derk-Jan Hartman [Tue, 8 Aug 2006 20:39:12 +0000 (20:39 +0000)]
* Fix an #ifdef hidden error in cddax
Clément Stenac [Mon, 7 Aug 2006 17:26:02 +0000 (17:26 +0000)]
Fix sort by artist
Felix Paul Kühne [Mon, 7 Aug 2006 16:36:57 +0000 (16:36 +0000)]
* configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used by AppleRemote only, but we should extend them to further classes)
* AppleRemote.*: added svn id and proper notes about the MIT-style and GPL dual licensing
Clément Stenac [Sun, 6 Aug 2006 17:12:01 +0000 (17:12 +0000)]
* Add random/loop buttons
* Improve hilighting
Olivier Teulière [Sun, 6 Aug 2006 16:36:30 +0000 (16:36 +0000)]
* skins2: Fixed resizing of the Text control
Clément Stenac [Sun, 6 Aug 2006 16:14:56 +0000 (16:14 +0000)]
Fix deletion of items when changing them to nodes
Felix Paul Kühne [Sun, 6 Aug 2006 16:10:19 +0000 (16:10 +0000)]
* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView's interface
Olivier Teulière [Sun, 6 Aug 2006 15:49:56 +0000 (15:49 +0000)]
* skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
the top left corner of the layout
Jean-Paul Saman [Sun, 6 Aug 2006 15:07:47 +0000 (15:07 +0000)]
Oops use VLC_ error messages
Clément Stenac [Sun, 6 Aug 2006 13:53:58 +0000 (13:53 +0000)]
Oh look ! Bananas !
Jean-Paul Saman [Sun, 6 Aug 2006 13:43:18 +0000 (13:43 +0000)]
sanity checking
Jean-Paul Saman [Sun, 6 Aug 2006 13:40:11 +0000 (13:40 +0000)]
enabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
Jean-Paul Saman [Sun, 6 Aug 2006 13:27:58 +0000 (13:27 +0000)]
Implement afilter transcode filters and renamed vfilter to ufilter (userfilter) so only one extra entry in sout_stream_id_t is needed and not one for every ES type.
Jean-Paul Saman [Sun, 6 Aug 2006 13:25:05 +0000 (13:25 +0000)]
ifdef away compiler warning
Jean-Paul Saman [Sun, 6 Aug 2006 13:24:29 +0000 (13:24 +0000)]
Remove unused variable
Jean-Paul Saman [Sun, 6 Aug 2006 13:24:11 +0000 (13:24 +0000)]
Fix double free bug in psychedelic filter
Jean-Paul Saman [Sun, 6 Aug 2006 13:23:47 +0000 (13:23 +0000)]
Put just deleted objects to NULL.
Jean-Paul Saman [Sun, 6 Aug 2006 13:21:54 +0000 (13:21 +0000)]
Use NULL iso 0 (is more portable)
Jean-Paul Saman [Sun, 6 Aug 2006 13:21:36 +0000 (13:21 +0000)]
Remove some whitespace
Jean-Paul Saman [Sun, 6 Aug 2006 13:11:49 +0000 (13:11 +0000)]
Use C-style comments
Jean-Paul Saman [Sun, 6 Aug 2006 13:11:04 +0000 (13:11 +0000)]
Cleanup whitespace
Jean-Paul Saman [Sun, 6 Aug 2006 13:10:27 +0000 (13:10 +0000)]
Remove unused variable.
Jean-Paul Saman [Sun, 6 Aug 2006 13:09:42 +0000 (13:09 +0000)]
Fix compiler warning on uninitialized variable.
Jean-Paul Saman [Sun, 6 Aug 2006 13:09:24 +0000 (13:09 +0000)]
Fix compiler warning on uninitialized variable.
Clément Stenac [Sun, 6 Aug 2006 12:25:52 +0000 (12:25 +0000)]
This should fix the locking problems with stats
Jean-Paul Saman [Sun, 6 Aug 2006 10:30:30 +0000 (10:30 +0000)]
Coding Style fixes
Clément Stenac [Sun, 6 Aug 2006 10:07:35 +0000 (10:07 +0000)]
Qt4:
* Hilight playing item
* Partial removal support, not yet correct
* Reduce critical section when rebuilding playlist
* Beginning of menu support
Loren Merritt [Sun, 6 Aug 2006 00:48:05 +0000 (00:48 +0000)]
oops in r16209
Olivier Teulière [Sat, 5 Aug 2006 13:37:06 +0000 (13:37 +0000)]
* skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
controls. When set to "true", the behaviour of the resizing is changed
(cf. documentation). The main use for these attributes is to keep a
a control centered in the layout (horizontally, vertically or both) without
resizing the control.
Loren Merritt [Fri, 4 Aug 2006 18:14:40 +0000 (18:14 +0000)]
fix the crf option to reflect x264's API change in its revision 537
Jean-Paul Saman [Fri, 4 Aug 2006 15:17:15 +0000 (15:17 +0000)]
Some cleanup of whitespace
Clément Stenac [Thu, 3 Aug 2006 22:24:42 +0000 (22:24 +0000)]
This dichotomy code apparently still is buggy. Todo: redo it
Gildas Bazin [Thu, 3 Aug 2006 21:57:58 +0000 (21:57 +0000)]
* modules/access/file.c, directory.c: bug and memory leak fixes
Clément Stenac [Thu, 3 Aug 2006 17:03:26 +0000 (17:03 +0000)]
Fix svn:ignore
Clément Stenac [Thu, 3 Aug 2006 16:58:10 +0000 (16:58 +0000)]
Fix a bunch of warnings and errors
Clément Stenac [Thu, 3 Aug 2006 15:34:08 +0000 (15:34 +0000)]
Fix duplicate definitions of FREE
Clément Stenac [Thu, 3 Aug 2006 15:27:19 +0000 (15:27 +0000)]
Handle blocking errors, fix layout for login
Jean-Baptiste Kempf [Thu, 3 Aug 2006 08:46:47 +0000 (08:46 +0000)]
Yet another x264 contrib patch for win32
Jean-Baptiste Kempf [Thu, 3 Aug 2006 07:48:55 +0000 (07:48 +0000)]
* Some small updates in the contribs
* FFMpeg reactivated the WM3-codec. The patch is now useless
Clément Stenac [Thu, 3 Aug 2006 06:10:57 +0000 (06:10 +0000)]
* Some Qt interaction stuff
* More useless interaction cleanup
* Small fix for make beautifier
Clément Stenac [Wed, 2 Aug 2006 21:52:28 +0000 (21:52 +0000)]
Fix crash with GVP, if it breaks it, yell and provide samples so we can put tests for them
Clément Stenac [Wed, 2 Aug 2006 19:51:46 +0000 (19:51 +0000)]
Interaction cleanup, remove some unused functions, factorize some code, ...
Filippo Carone [Wed, 2 Aug 2006 14:11:17 +0000 (14:11 +0000)]
Java Bindings synched with lastest version.
Jean-Baptiste Kempf [Tue, 1 Aug 2006 22:09:34 +0000 (22:09 +0000)]
* Some work for BeOS Contrib's should repair some of'em
Clément Stenac [Tue, 1 Aug 2006 15:23:46 +0000 (15:23 +0000)]
Remove references to deprecated files
Rémi Denis-Courmont [Tue, 1 Aug 2006 15:11:33 +0000 (15:11 +0000)]
Apparently, someone does not about "make".
Rémi Denis-Courmont [Tue, 1 Aug 2006 15:00:50 +0000 (15:00 +0000)]
Syntax error
Rémi Denis-Courmont [Tue, 1 Aug 2006 14:54:54 +0000 (14:54 +0000)]
Cosmetic: Don't leak internal error to the console.
Clément Stenac [Tue, 1 Aug 2006 13:12:48 +0000 (13:12 +0000)]
Improve Qt interaction stuff
Filippo Carone [Tue, 1 Aug 2006 10:30:31 +0000 (10:30 +0000)]
Fixed a missing assert.h inclusion.
Clément Stenac [Tue, 1 Aug 2006 09:22:35 +0000 (09:22 +0000)]
src/control: a bit of cleanup here and there
Felix Paul Kühne [Mon, 31 Jul 2006 22:51:43 +0000 (22:51 +0000)]
* interaction.c: always show errors through the interaction framework, even if the user disabled its usage
* macosx/*: minor clean-up
Felix Paul Kühne [Mon, 31 Jul 2006 22:21:00 +0000 (22:21 +0000)]
* fix layout
Felix Paul Kühne [Mon, 31 Jul 2006 22:15:13 +0000 (22:15 +0000)]
* removed the old panel which used to show msg_err completely (hopefully) and added a new menu entry to show the collective errors/warnings panel by hand. Additionally, this panel got a details button now. (thanks to thedj for the idea)
Antoine Cellerier [Mon, 31 Jul 2006 21:07:17 +0000 (21:07 +0000)]
This was missing to have backwards compatibility with scripts using the old intf.
Jean-Baptiste Kempf [Mon, 31 Jul 2006 20:13:08 +0000 (20:13 +0000)]
- Reverting the previous commit.
Something went bad. Sorry.
Jean-Baptiste Kempf [Mon, 31 Jul 2006 19:49:19 +0000 (19:49 +0000)]
- Should remove all the references to intf_UserOkayCancel,
removed in r16159 by fkuehne and fix the nightlies.
Gildas Bazin [Mon, 31 Jul 2006 18:09:49 +0000 (18:09 +0000)]
* modules/demux/ps.c: fixed breakage
Derk-Jan Hartman [Mon, 31 Jul 2006 15:36:36 +0000 (15:36 +0000)]
* Fix support for QT ref files. this close #700
- this dupes some code from the playlist demux (FindItem).
Filippo Carone [Mon, 31 Jul 2006 12:11:51 +0000 (12:11 +0000)]
Some Java checks on --enable-java-bindings:
* JAVA_HOME is set
* a java compiler compiles
Filippo Carone [Mon, 31 Jul 2006 09:31:35 +0000 (09:31 +0000)]
New input_set_(time|position) in libvlc.
Filippo Carone [Mon, 31 Jul 2006 07:09:53 +0000 (07:09 +0000)]
Video resize function added in libvlc.
Typo fix in modules/stream_out/bridge.c
Derk-Jan Hartman [Sun, 30 Jul 2006 23:21:58 +0000 (23:21 +0000)]
* gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint
Derk-Jan Hartman [Sun, 30 Jul 2006 22:40:08 +0000 (22:40 +0000)]
* the ffmpeg api version id was updated
Felix Paul Kühne [Sun, 30 Jul 2006 22:35:04 +0000 (22:35 +0000)]
* compilation fix
Felix Paul Kühne [Sun, 30 Jul 2006 22:11:36 +0000 (22:11 +0000)]
osx/intf.m: don't show msg_err's in the OSX GUI anymore. Localised errors/warnings are shown by the interaction framework now.
wx/interaction.cpp: another WX compilation fix
Felix Paul Kühne [Sun, 30 Jul 2006 22:03:56 +0000 (22:03 +0000)]
* forgot these in the previous commit (updated to current API)
Felix Paul Kühne [Sun, 30 Jul 2006 22:00:44 +0000 (22:00 +0000)]
* additional interaction enhancements
- intf_UserFatal takes an addition bool-argument now to set whether the error message will be blocking in the interface or not (so TRUE = blocking)
- intf_UserWarn is always non-blocking and is used to check important, localised warnings to the user
* wx: a compilation fix, but no update to the current API
* osx: complete implementation of the interaction framework using some Carbon (!) functions, because the needed icons aren't accessible through Cocoa. Regrettably, I had to add yet another nib-file to keep the code clean and readable.
The Error-dialogue is no longer re-usable (so the specific ID was removed). The interface needs to keep track of the reported errors and warnings. Thus, it may discard them as requested by the user and doesn't need to care about the core.
Clément Stenac [Sun, 30 Jul 2006 21:19:38 +0000 (21:19 +0000)]
Forgot this
Clément Stenac [Sun, 30 Jul 2006 20:28:59 +0000 (20:28 +0000)]
Icons support
Misc fprintf cleanup
Clément Stenac [Sun, 30 Jul 2006 16:41:20 +0000 (16:41 +0000)]
Qt4 playlist dialog base stuff
Olivier Teulière [Sun, 30 Jul 2006 14:34:21 +0000 (14:34 +0000)]
* skins2/*: fixed some doxygen comments
Olivier Teulière [Sun, 30 Jul 2006 13:04:27 +0000 (13:04 +0000)]
* skins2/src/generic_layout.cpp: refresh the area of the Video control when it
is not visible
Cyril Deguet [Sun, 30 Jul 2006 12:22:00 +0000 (12:22 +0000)]
* fixed galaktos plugin which was broken for a very long time
Olivier Teulière [Sun, 30 Jul 2006 12:07:45 +0000 (12:07 +0000)]
* skins2: when restoring the previous skin because a new one failed to load,
show only the windows that were visible before