]> git.sesse.net Git - vlc/log
vlc
17 years ago* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET...
Gildas Bazin [Thu, 17 Aug 2006 20:14:14 +0000 (20:14 +0000)]
* src/misc/messages.c, src/input/input.c: revert 16279 and use OBJECT_FLAGS_QUIET instead when preparsing.

17 years ago* modules/stream_out/transcode.c: couple of small fixes.
Gildas Bazin [Thu, 17 Aug 2006 20:07:13 +0000 (20:07 +0000)]
* modules/stream_out/transcode.c: couple of small fixes.

17 years agoFix interaction locking
Clément Stenac [Thu, 17 Aug 2006 18:16:09 +0000 (18:16 +0000)]
Fix interaction locking

17 years ago* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
Gildas Bazin [Wed, 16 Aug 2006 21:45:56 +0000 (21:45 +0000)]
* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.

17 years ago* modules/access_output/shout.c: changed 'no bitrate information' warning to be used...
Dennis van Amerongen [Wed, 16 Aug 2006 21:36:26 +0000 (21:36 +0000)]
* modules/access_output/shout.c: changed 'no bitrate information' warning to be used for both icecast and shoutcast.

17 years ago* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.
Gildas Bazin [Wed, 16 Aug 2006 21:19:15 +0000 (21:19 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG messages if they were requested.

17 years ago* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages...
Gildas Bazin [Wed, 16 Aug 2006 20:59:04 +0000 (20:59 +0000)]
* src/misc/messages.c: if OBJECT_FLAGS_NODBG is specified, don't output any messages at all. That avoids flooding the console with useless messages when preparsing.

17 years ago* modules/demux/mkv.cpp: remove useless printf()s
Gildas Bazin [Wed, 16 Aug 2006 20:48:06 +0000 (20:48 +0000)]
* modules/demux/mkv.cpp: remove useless printf()s

17 years ago* modules/demux/live555.cpp: fixed segfault
Gildas Bazin [Wed, 16 Aug 2006 20:30:04 +0000 (20:30 +0000)]
* modules/demux/live555.cpp: fixed segfault

17 years ago * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
Olivier Teulière [Wed, 16 Aug 2006 07:03:52 +0000 (07:03 +0000)]
 * skins2/controls/ctrl_image.cpp: Allow resizing to a width of 1 now that the
   bug in ScaledBitmap is fixed
 * skins2/controls/ctrl_slider.*: Support resizing of the SliderBackground control

17 years ago* modules/access_output/shout.c: removed protocol selection and set it to automaticly...
Dennis van Amerongen [Tue, 15 Aug 2006 23:13:46 +0000 (23:13 +0000)]
* modules/access_output/shout.c: removed protocol selection and set it to automaticly try shoutcast protocol if icecast fails. added options for stream info settings, genre, url and public (yellow pages).

17 years ago* scaled_bitmap.cpp: better fix than [16273] ...
Cyril Deguet [Tue, 15 Aug 2006 22:38:49 +0000 (22:38 +0000)]
* scaled_bitmap.cpp: better fix than [16273] ...

17 years ago* scaled_bitmap.cpp: - fixed an infinite loop when width=1
Cyril Deguet [Tue, 15 Aug 2006 22:25:27 +0000 (22:25 +0000)]
* scaled_bitmap.cpp: - fixed an infinite loop when width=1
   + fixed a huge bug in horizontal scaling (btw, TODO: use bresenham for
   vertical scaling too)

17 years ago* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui...
Gildas Bazin [Tue, 15 Aug 2006 22:10:37 +0000 (22:10 +0000)]
* modules/video_output/x11/xcommon.c, modules/gui/wxwidgets/video.cpp, modules/gui/skins2/src/vlcproc.cpp: fixed crash on exit, introduced in changelist 16148 (unix VOUT_REPARENT).

17 years ago * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
Olivier Teulière [Tue, 15 Aug 2006 20:57:56 +0000 (20:57 +0000)]
 * skins2/controls/ctrl_image.cpp: Avoid a crash when resizing a Image control
   to a very small size, in scaling mode

17 years ago * skins2/controls/*: forward the onResize() method to the decorated controls
Olivier Teulière [Tue, 15 Aug 2006 18:59:40 +0000 (18:59 +0000)]
 * skins2/controls/*: forward the onResize() method to the decorated controls

17 years ago* Get and write the correct profile_compat_byte
Derk-Jan Hartman [Tue, 15 Aug 2006 16:17:59 +0000 (16:17 +0000)]
* Get and write the correct profile_compat_byte

17 years ago* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)
Derk-Jan Hartman [Tue, 15 Aug 2006 16:12:44 +0000 (16:12 +0000)]
* provide the SPS and PPS in the SDP when doing h264 packetization (sprop-parameters)

17 years ago * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax
Olivier Teulière [Tue, 15 Aug 2006 11:04:13 +0000 (11:04 +0000)]
 * skins2/src/skin_main.cpp: Fixed a crash in the preferences, reported by Trax

17 years ago * qt4: Added a few forward declarations and includes
Olivier Teulière [Tue, 15 Aug 2006 10:43:00 +0000 (10:43 +0000)]
 * qt4: Added a few forward declarations and includes

17 years ago* first sps, then pps
Derk-Jan Hartman [Mon, 14 Aug 2006 23:37:28 +0000 (23:37 +0000)]
* first sps, then pps

17 years ago* modules/packetizer/h264.c: insert an SPS and PPS before each keyframe.
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.

17 years ago* Set the SPS and PPS properly in the extradata when we receive RTP h264
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

17 years ago* set extradata of the x264 encoder.
Derk-Jan Hartman [Mon, 14 Aug 2006 21:45:19 +0000 (21:45 +0000)]
* set extradata of the x264 encoder.

17 years ago* Victory at last. The h264 packetizer is fixed. Thx to Haali and gibalou for the...
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

17 years ago* shout.c: add support for protocol selection (icy for shoutcast and http for icecast)
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)

17 years agoDistribute the java bindings in the tarball
Christophe Mutricy [Sun, 13 Aug 2006 19:33:16 +0000 (19:33 +0000)]
Distribute the java bindings in the tarball

17 years agoAttempt to remove all the non standard GNU/make stuff
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

17 years agoFix memory leak
Jean-Paul Saman [Sun, 13 Aug 2006 14:31:02 +0000 (14:31 +0000)]
Fix memory leak

17 years ago * doc/skins/skins2-howto.xml: xkeepratio and ykeepratio are available since VLC...
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.

17 years ago* all macintel patches have been fixed upstream now. Also remove outdated ffmpeg...
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

17 years ago* fix the getlength. It needs to be after the SETUP, so that liveMedia can correct...
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.

17 years ago* refactoring of live555 module.
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?)

17 years agoShould fix compilation. Not tested
Christophe Mutricy [Fri, 11 Aug 2006 23:30:02 +0000 (23:30 +0000)]
Should fix compilation. Not tested

17 years agoAdd functions to use the media library
Clément Stenac [Fri, 11 Aug 2006 13:32:42 +0000 (13:32 +0000)]
Add functions to use the media library

17 years agoGah, forgot to commit this: fix a potential crash in stats
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

17 years ago* nop part of ffmpeg patch was fixed upstream
Derk-Jan Hartman [Thu, 10 Aug 2006 21:28:56 +0000 (21:28 +0000)]
* nop part of ffmpeg patch was fixed upstream

17 years agoAdd "enqueue" command. Original patch by Greg Farell
Antoine Cellerier [Thu, 10 Aug 2006 19:21:25 +0000 (19:21 +0000)]
Add "enqueue" command. Original patch by Greg Farell

17 years ago * doc/skins/skins2-howto.xml: Updated copyright year
Olivier Teulière [Thu, 10 Aug 2006 18:26:18 +0000 (18:26 +0000)]
 * doc/skins/skins2-howto.xml: Updated copyright year

17 years ago * doc/skins/skins2-howto.xml: Changed the structure of the sections, for a
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

17 years agoPartial UPnP fix from Christian Henz, from Ralf Huvendiek.
Rémi Denis-Courmont [Thu, 10 Aug 2006 14:27:28 +0000 (14:27 +0000)]
Partial UPnP fix from Christian Henz, from Ralf Huvendiek.

17 years ago* p_input->p_libvlc == p_filter->p_libvlc: remove p_input dependancy here.
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.

17 years ago* Part of the Intel patches are now fixed upstream
Derk-Jan Hartman [Thu, 10 Aug 2006 11:46:19 +0000 (11:46 +0000)]
* Part of the Intel patches are now fixed upstream

17 years agoFix comments
Jean-Paul Saman [Wed, 9 Aug 2006 18:09:34 +0000 (18:09 +0000)]
Fix comments

17 years ago* Fix an #ifdef hidden error in cddax
Derk-Jan Hartman [Tue, 8 Aug 2006 20:39:12 +0000 (20:39 +0000)]
* Fix an #ifdef hidden error in cddax

17 years agoFix sort by artist
Clément Stenac [Mon, 7 Aug 2006 17:26:02 +0000 (17:26 +0000)]
Fix sort by artist

17 years ago* configure.ac: enabled Obj-C exceptions in the OBJCFLAGS (they're currently used...
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

17 years ago* Add random/loop buttons
Clément Stenac [Sun, 6 Aug 2006 17:12:01 +0000 (17:12 +0000)]
* Add random/loop buttons
* Improve hilighting

17 years ago * skins2: Fixed resizing of the Text control
Olivier Teulière [Sun, 6 Aug 2006 16:36:30 +0000 (16:36 +0000)]
 * skins2: Fixed resizing of the Text control

17 years agoFix deletion of items when changing them to nodes
Clément Stenac [Sun, 6 Aug 2006 16:14:56 +0000 (16:14 +0000)]
Fix deletion of items when changing them to nodes

17 years ago* fix compilation warnings by adding _defaultTableHeader*SortImage to NSOutlineView...
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

17 years ago * skins2: fixed the xkeepratio/ykeepratio attributes for controls not tied to
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

17 years agoOops use VLC_ error messages
Jean-Paul Saman [Sun, 6 Aug 2006 15:07:47 +0000 (15:07 +0000)]
Oops use VLC_ error messages

17 years agoOh look ! Bananas !
Clément Stenac [Sun, 6 Aug 2006 13:53:58 +0000 (13:53 +0000)]
Oh look ! Bananas !

17 years agosanity checking
Jean-Paul Saman [Sun, 6 Aug 2006 13:43:18 +0000 (13:43 +0000)]
sanity checking

17 years agoenabled check for p_sys->i_channels>2 again for mp3 audio. It was wrongly disabled.
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.

17 years agoImplement afilter transcode filters and renamed vfilter to ufilter (userfilter) so...
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.

17 years agoifdef away compiler warning
Jean-Paul Saman [Sun, 6 Aug 2006 13:25:05 +0000 (13:25 +0000)]
ifdef away compiler warning

17 years agoRemove unused variable
Jean-Paul Saman [Sun, 6 Aug 2006 13:24:29 +0000 (13:24 +0000)]
Remove unused variable

17 years agoFix double free bug in psychedelic filter
Jean-Paul Saman [Sun, 6 Aug 2006 13:24:11 +0000 (13:24 +0000)]
Fix double free bug in psychedelic filter

17 years agoPut just deleted objects to NULL.
Jean-Paul Saman [Sun, 6 Aug 2006 13:23:47 +0000 (13:23 +0000)]
Put just deleted objects to NULL.

17 years agoUse NULL iso 0 (is more portable)
Jean-Paul Saman [Sun, 6 Aug 2006 13:21:54 +0000 (13:21 +0000)]
Use NULL iso 0 (is more portable)

17 years agoRemove some whitespace
Jean-Paul Saman [Sun, 6 Aug 2006 13:21:36 +0000 (13:21 +0000)]
Remove some whitespace

17 years agoUse C-style comments
Jean-Paul Saman [Sun, 6 Aug 2006 13:11:49 +0000 (13:11 +0000)]
Use C-style comments

17 years agoCleanup whitespace
Jean-Paul Saman [Sun, 6 Aug 2006 13:11:04 +0000 (13:11 +0000)]
Cleanup whitespace

17 years agoRemove unused variable.
Jean-Paul Saman [Sun, 6 Aug 2006 13:10:27 +0000 (13:10 +0000)]
Remove unused variable.

17 years agoFix compiler warning on uninitialized variable.
Jean-Paul Saman [Sun, 6 Aug 2006 13:09:42 +0000 (13:09 +0000)]
Fix compiler warning on uninitialized variable.

17 years agoFix 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.

17 years agoThis should fix the locking problems with stats
Clément Stenac [Sun, 6 Aug 2006 12:25:52 +0000 (12:25 +0000)]
This should fix the locking problems with stats

17 years agoCoding Style fixes
Jean-Paul Saman [Sun, 6 Aug 2006 10:30:30 +0000 (10:30 +0000)]
Coding Style fixes

17 years agoQt4:
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

17 years agooops in r16209
Loren Merritt [Sun, 6 Aug 2006 00:48:05 +0000 (00:48 +0000)]
oops in r16209

17 years ago * skins2: new "xkeepratio" and "ykeepratio" attributes, common to all the
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.

17 years agofix the crf option to reflect x264's API change in its revision 537
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

17 years agoSome cleanup of whitespace
Jean-Paul Saman [Fri, 4 Aug 2006 15:17:15 +0000 (15:17 +0000)]
Some cleanup of whitespace

17 years agoThis dichotomy code apparently still is buggy. Todo: redo it
Clément Stenac [Thu, 3 Aug 2006 22:24:42 +0000 (22:24 +0000)]
This dichotomy code apparently still is buggy. Todo: redo it

17 years ago* modules/access/file.c, directory.c: bug and memory leak fixes
Gildas Bazin [Thu, 3 Aug 2006 21:57:58 +0000 (21:57 +0000)]
* modules/access/file.c, directory.c: bug and memory leak fixes

17 years agoFix svn:ignore
Clément Stenac [Thu, 3 Aug 2006 17:03:26 +0000 (17:03 +0000)]
Fix svn:ignore

17 years agoFix a bunch of warnings and errors
Clément Stenac [Thu, 3 Aug 2006 16:58:10 +0000 (16:58 +0000)]
Fix a bunch of warnings and errors

17 years agoFix duplicate definitions of FREE
Clément Stenac [Thu, 3 Aug 2006 15:34:08 +0000 (15:34 +0000)]
Fix duplicate definitions of FREE

17 years agoHandle blocking errors, fix layout for login
Clément Stenac [Thu, 3 Aug 2006 15:27:19 +0000 (15:27 +0000)]
Handle blocking errors, fix layout for login

17 years agoYet another x264 contrib patch for win32
Jean-Baptiste Kempf [Thu, 3 Aug 2006 08:46:47 +0000 (08:46 +0000)]
Yet another x264 contrib patch for win32

17 years ago* Some small updates in the contribs
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

17 years ago* Some Qt interaction stuff
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

17 years agoFix crash with GVP, if it breaks it, yell and provide samples so we can put tests...
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

17 years agoInteraction cleanup, remove some unused functions, factorize some code, ...
Clément Stenac [Wed, 2 Aug 2006 19:51:46 +0000 (19:51 +0000)]
Interaction cleanup, remove some unused functions, factorize some code, ...

17 years agoJava Bindings synched with lastest version.
Filippo Carone [Wed, 2 Aug 2006 14:11:17 +0000 (14:11 +0000)]
Java Bindings synched with lastest version.

17 years ago* Some work for BeOS Contrib's should repair some of'em
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

17 years agoRemove references to deprecated files
Clément Stenac [Tue, 1 Aug 2006 15:23:46 +0000 (15:23 +0000)]
Remove references to deprecated files

17 years agoApparently, someone does not about "make".
Rémi Denis-Courmont [Tue, 1 Aug 2006 15:11:33 +0000 (15:11 +0000)]
Apparently, someone does not about "make".

17 years agoSyntax error
Rémi Denis-Courmont [Tue, 1 Aug 2006 15:00:50 +0000 (15:00 +0000)]
Syntax error

17 years agoCosmetic: Don't leak internal error to the console.
Rémi Denis-Courmont [Tue, 1 Aug 2006 14:54:54 +0000 (14:54 +0000)]
Cosmetic: Don't leak internal error to the console.

17 years agoImprove Qt interaction stuff
Clément Stenac [Tue, 1 Aug 2006 13:12:48 +0000 (13:12 +0000)]
Improve Qt interaction stuff

17 years agoFixed a missing assert.h inclusion.
Filippo Carone [Tue, 1 Aug 2006 10:30:31 +0000 (10:30 +0000)]
Fixed a missing assert.h inclusion.

17 years agosrc/control: a bit of cleanup here and there
Clément Stenac [Tue, 1 Aug 2006 09:22:35 +0000 (09:22 +0000)]
src/control: a bit of cleanup here and there

17 years ago* interaction.c: always show errors through the interaction framework, even if the...
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

17 years ago* fix layout
Felix Paul Kühne [Mon, 31 Jul 2006 22:21:00 +0000 (22:21 +0000)]
* fix layout

17 years ago* removed the old panel which used to show msg_err completely (hopefully) and added...
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)

17 years agoThis was missing to have backwards compatibility with scripts using the old intf.
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.

17 years ago- Reverting the previous commit.
Jean-Baptiste Kempf [Mon, 31 Jul 2006 20:13:08 +0000 (20:13 +0000)]
- Reverting the previous commit.
  Something went bad. Sorry.