]> git.sesse.net Git - vlc/log
vlc
19 years ago * opengl.c: compilation fix for GLX.
Cyril Deguet [Sat, 14 Aug 2004 15:54:30 +0000 (15:54 +0000)]
 * opengl.c: compilation fix for GLX.
   Do we really need two buffers ? Anyway it doesn't work as is with
   GLX, so I only use the first one (quick fix)

19 years ago opengl.c: added OS X specific stuff, this includes:
Eric Petit [Sat, 14 Aug 2004 15:02:43 +0000 (15:02 +0000)]
 opengl.c: added OS X specific stuff, this includes:
  + support for YUY2 textures
  + support for non-power-of-2 sizes
  + support for VRAM or AGP texturing

 It now uses two buffers and textures (needed for VRAM/AGP texturing).

 I got to fix a few things on the OS X GL provider before I commit it,
 but in the meantime, people can check if I didn't break the opengl
 output on Win32/GLX ;)

19 years ago * opengl.c: use glTexSubImage2D instead of glTexImage2D
Cyril Deguet [Sat, 14 Aug 2004 14:23:40 +0000 (14:23 +0000)]
 * opengl.c: use glTexSubImage2D instead of glTexImage2D

19 years ago* modules/access/dvdnav.c: small fix.
Gildas Bazin [Sat, 14 Aug 2004 10:14:39 +0000 (10:14 +0000)]
* modules/access/dvdnav.c: small fix.

19 years ago* modules/access/dvdnav.c: by default we try to skip all the warnings intros and...
Gildas Bazin [Fri, 13 Aug 2004 20:01:20 +0000 (20:01 +0000)]
* modules/access/dvdnav.c: by default we try to skip all the warnings intros and go directly to the DVD menu (niark niark niark ;).

19 years ago* src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a...
Gildas Bazin [Fri, 13 Aug 2004 19:32:57 +0000 (19:32 +0000)]
* src/input/decoder.c: spu_new_buffer() now tries a bit longer when looking for a vout (useful for DVD menus).

19 years ago* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them...
Gildas Bazin [Fri, 13 Aug 2004 18:58:25 +0000 (18:58 +0000)]
* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them contain large transparent areas).
* src/video_output/vout_subpictures.c: more correct cropping (cropping coordinates are relative to the video size, not subpicture size).
* include/vlc_es.h, modules/video_filter/blend.c: use the i_entries member of video_palette_t.
* include/vlc_common.h: added SetWBE()/SetDWBE()/SetQWBE() facility.

19 years ago* modules/video_output/opengl.c: forward mouse events from opengl-provider module.
Gildas Bazin [Fri, 13 Aug 2004 18:45:42 +0000 (18:45 +0000)]
* modules/video_output/opengl.c: forward mouse events from opengl-provider module.
* src/video_output/*: moved some stuff from video_output.c to vout_intf.c.

19 years ago* src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes...
Gildas Bazin [Fri, 13 Aug 2004 10:32:57 +0000 (10:32 +0000)]
* src/misc/block.c: fixed memory alignment in block_New(). (it was done on a 15 bytes boundary which was screwing up the cdda plugin on win32.)

19 years ago * doc/skins2-howto.xml: Update the doc when you commit
Olivier Teulière [Thu, 12 Aug 2004 21:34:01 +0000 (21:34 +0000)]
 * doc/skins2-howto.xml: Update the doc when you commit

19 years ago * skins2/src/vlcproc.*: Added the isRepeat boolean expression
Olivier Teulière [Thu, 12 Aug 2004 21:15:52 +0000 (21:15 +0000)]
 * skins2/src/vlcproc.*: Added the isRepeat boolean expression

19 years ago* modules/gui/wxwindows/Modules.am: include streamdata.h
Gildas Bazin [Thu, 12 Aug 2004 09:14:00 +0000 (09:14 +0000)]
* modules/gui/wxwindows/Modules.am: include streamdata.h

19 years ago vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
Eric Petit [Wed, 11 Aug 2004 23:34:38 +0000 (23:34 +0000)]
 vlc_threads_funcs.h: got rid of vlc_cond_broadcast.
  It wasn't implemented for all systems anyway, and isn't used anymore.
  (Terminates #23)

19 years ago* modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for...
Gildas Bazin [Wed, 11 Aug 2004 11:12:59 +0000 (11:12 +0000)]
* modules/demux/ogg.c: fixed reading extra data for oggds audio header (needed for WMA).
* modules/mux/ogg.c: generate proper oggds audio header.

19 years ago* include/stream_output.h: add a ip_version field to sap_address_t
Derk-Jan Hartman [Tue, 10 Aug 2004 15:02:11 +0000 (15:02 +0000)]
* include/stream_output.h: add a ip_version field to sap_address_t
  This way we can later on set IP6 instead of IP4 in a SDP.
* modules/stream_out/rtp.c: accept sdp=sap as a valid option.
* src/stream_output/sap.c:
  - Set the SAP packet Hash headerfield to a unique value based on mtime
    Patch by Philippe van Hecke <philippe at belnet dot be>
  - Set SAP packet IPv6 field to 1 if we are a ipv6 session
  - Made some preperations for setting the origin ip address in the header as well,
    anyone any ideas on how to retrieve the current origin IP address???

19 years ago* fix x-plgroup detection
Derk-Jan Hartman [Tue, 10 Aug 2004 13:28:27 +0000 (13:28 +0000)]
* fix x-plgroup detection

19 years ago * skins2: support playlist.setRandom(true) and playlist.setRandom(false)
Olivier Teulière [Mon, 9 Aug 2004 22:19:40 +0000 (22:19 +0000)]
 * skins2: support playlist.setRandom(true) and playlist.setRandom(false)

19 years ago* modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies...
Gildas Bazin [Mon, 9 Aug 2004 10:25:42 +0000 (10:25 +0000)]
* modules/codec/dmo: fixed dmo decoder on win32 + got rid of some of the dependencies on wine loader.

19 years ago* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some...
Gildas Bazin [Mon, 9 Aug 2004 08:16:22 +0000 (08:16 +0000)]
* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.

19 years ago* modules/stream_out/transcode.c: added support for subtitles overlaying when transco...
Gildas Bazin [Sun, 8 Aug 2004 21:14:38 +0000 (21:14 +0000)]
* modules/stream_out/transcode.c: added support for subtitles overlaying when transcoding (no resizing yet).
* include/vlc_common.h: added a b_force member that is set when a module is forced (ie. module specified in module_Need()).

19 years agoproject.pbxproj: correct to relatives paths
Jérome Decoodt [Sun, 8 Aug 2004 16:52:26 +0000 (16:52 +0000)]
project.pbxproj: correct to relatives paths
*.nib: presets disabled on startup
equalizer.*: add property Id
             we prefer to change playlist variables instead of config
             coding style

19 years ago* demuxdump is working again
Benjamin Pracht [Sun, 8 Aug 2004 14:49:46 +0000 (14:49 +0000)]
* demuxdump is working again

19 years ago* modules/LIST: long time since it was updated
Derk-Jan Hartman [Sun, 8 Aug 2004 10:14:25 +0000 (10:14 +0000)]
* modules/LIST: long time since it was updated

19 years ago * demux: another way to break your config file, or, --demux is now taken
Laurent Aimar [Sun, 8 Aug 2004 01:58:59 +0000 (01:58 +0000)]
 * demux: another way to break your config file, or, --demux is now taken
into acount. (to make bigben happy, being able to do :demux=dump ;)

19 years ago * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
Laurent Aimar [Sun, 8 Aug 2004 01:39:23 +0000 (01:39 +0000)]
 * dmo: - fixed init of WAVEFORMATEX (cbSize is only the size of extra datas).
        - force 16 bits output.
        - support for mplayer loader.
 I can't test under win32 so I hope it still compiles.

19 years ago * codecs.h: a few defines to avoid redefinitions.
Laurent Aimar [Sun, 8 Aug 2004 01:36:56 +0000 (01:36 +0000)]
 * codecs.h: a few defines to avoid redefinitions.

19 years ago * v4l: try to open the device only when a access name is given + warning fix.
Laurent Aimar [Sat, 7 Aug 2004 23:38:05 +0000 (23:38 +0000)]
 * v4l: try to open the device only when a access name is given + warning fix.

19 years agoFix bug when equalizer-bands is not set. Coding style will be apply soon.
Jérome Decoodt [Sat, 7 Aug 2004 22:50:28 +0000 (22:50 +0000)]
Fix bug when equalizer-bands is not set. Coding style will be apply soon.

19 years ago*.png: forgotten images
Jérome Decoodt [Sat, 7 Aug 2004 22:14:38 +0000 (22:14 +0000)]
*.png: forgotten images
project.pbxproj: changed absolute link to relative

19 years agoAll: equalizer window for MacOS. Need a bit of corrections for the presets part.
Jérome Decoodt [Sat, 7 Aug 2004 21:56:42 +0000 (21:56 +0000)]
All: equalizer window for MacOS. Need a bit of corrections for the presets part.
Reviews welcome

19 years ago* treeble -> treble
Derk-Jan Hartman [Sat, 7 Aug 2004 20:31:13 +0000 (20:31 +0000)]
* treeble -> treble

19 years agoBug fix and change in parse function
Jérome Decoodt [Sat, 7 Aug 2004 15:37:53 +0000 (15:37 +0000)]
Bug fix and change in parse function

19 years ago*various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher...
Felix Paul Kühne [Sat, 7 Aug 2004 14:35:41 +0000 (14:35 +0000)]
*various translation fixes, thanks to Philipp Weissenbacher <philippweissenbacher@aon.at> and Maik Diessner <dandruff@gmx.de>

19 years ago* Adds the scale video option
Benjamin Pracht [Fri, 6 Aug 2004 22:08:57 +0000 (22:08 +0000)]
* Adds the scale video option

19 years ago* All :
Benjamin Pracht [Fri, 6 Aug 2004 20:56:46 +0000 (20:56 +0000)]
* All :
- added a sdp=file option
- it is now possible to have a sap and a rtsp/http/file announce at the same time

19 years ago * Really fixed strict aliasing breakage here and there.
Sam Hocevar [Fri, 6 Aug 2004 17:28:36 +0000 (17:28 +0000)]
  * Really fixed strict aliasing breakage here and there.

19 years ago* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.
Gildas Bazin [Fri, 6 Aug 2004 13:50:05 +0000 (13:50 +0000)]
* modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2.

19 years ago* modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
Gildas Bazin [Fri, 6 Aug 2004 13:29:18 +0000 (13:29 +0000)]
* modules/access/udp.c: use the "ts" demux when in rtp mode (and not "ts2").
* modules/mux/mp4.c: Warning fix patch by Zoltan Nagy.

19 years ago* Fix Artist/Author info in playlist
Derk-Jan Hartman [Thu, 5 Aug 2004 21:32:32 +0000 (21:32 +0000)]
* Fix Artist/Author info in playlist

19 years ago* Fix a crash with subtitle track hotkey, when no subtitles are available.
Derk-Jan Hartman [Thu, 5 Aug 2004 20:40:29 +0000 (20:40 +0000)]
* Fix a crash with subtitle track hotkey, when no subtitles are available.

19 years ago* bad main_data|_begin error of libmad now a Debug message. It's simply to common.
Derk-Jan Hartman [Thu, 5 Aug 2004 19:52:59 +0000 (19:52 +0000)]
* bad main_data|_begin error of libmad now a Debug message. It's simply to common.

19 years ago* src/video_output/*: optimized/simplified vout_RenderPicture().
Gildas Bazin [Thu, 5 Aug 2004 14:58:16 +0000 (14:58 +0000)]
* src/video_output/*: optimized/simplified vout_RenderPicture().

19 years ago Build the opengl module on OS X (gl provider not done yet)
Eric Petit [Thu, 5 Aug 2004 14:48:58 +0000 (14:48 +0000)]
 Build the opengl module on OS X (gl provider not done yet)

19 years ago* modules/video_filter/blend.c: do not compare signed and unsigned.
Gildas Bazin [Thu, 5 Aug 2004 14:05:51 +0000 (14:05 +0000)]
* modules/video_filter/blend.c: do not compare signed and unsigned.

19 years ago* src/input/control.c: bookmarks support is back (will need some more work though).
Gildas Bazin [Thu, 5 Aug 2004 12:45:23 +0000 (12:45 +0000)]
* src/input/control.c: bookmarks support is back (will need some more work though).
* modules/gui/wxwindows/bookmarks.cpp: bookmarks support is back.

19 years ago* modules/video_filter/blend.c: sanity checks.
Gildas Bazin [Thu, 5 Aug 2004 10:16:58 +0000 (10:16 +0000)]
* modules/video_filter/blend.c: sanity checks.

19 years ago* modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.
Gildas Bazin [Wed, 4 Aug 2004 23:55:51 +0000 (23:55 +0000)]
* modules/codec/libmpeg2.c: fixed problems with still frames in DVD menus.

19 years ago* modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.
Gildas Bazin [Wed, 4 Aug 2004 22:54:31 +0000 (22:54 +0000)]
* modules/access/dvdnav.c: removed dvdnavsimple mode + a few small improvements.

19 years ago * rtp.c: based on a patch/idea of Philippe Van Hecke:
Laurent Aimar [Wed, 4 Aug 2004 21:53:24 +0000 (21:53 +0000)]
 * rtp.c: based on a patch/idea of Philippe Van Hecke:
 You can now use multiple sdp=
 (ex: rtp{dst=ip,port=nb,sdp=file://a.sdp, sdp=http://localhost:8080/a.sdp})

19 years ago * stream_output: sout_CfgParse will accept a special mode ('*' in the
Laurent Aimar [Wed, 4 Aug 2004 21:50:59 +0000 (21:50 +0000)]
 * stream_output: sout_CfgParse will accept a special mode ('*' in the
front of a option name) to allow handling of multiple string options.

19 years ago* Fix
Derk-Jan Hartman [Wed, 4 Aug 2004 21:48:57 +0000 (21:48 +0000)]
* Fix

19 years ago* modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.
Gildas Bazin [Wed, 4 Aug 2004 21:13:11 +0000 (21:13 +0000)]
* modules/video_filter/blend.c: attempt at YUVP -> RV16/24/32 alpha-blending.

19 years ago* Fixed the udp SDPs. More spec compliant now.
Derk-Jan Hartman [Wed, 4 Aug 2004 21:11:32 +0000 (21:11 +0000)]
* Fixed the udp SDPs. More spec compliant now.
* Removed the old SAP code. announce.? in modules/stream_out is
  still required for SLP announces.

19 years ago * avi.c: fixed fps computation, thanks markfm for testing.
Laurent Aimar [Wed, 4 Aug 2004 20:09:31 +0000 (20:09 +0000)]
 * avi.c: fixed fps computation, thanks markfm for testing.

19 years ago* modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.
Gildas Bazin [Wed, 4 Aug 2004 18:38:05 +0000 (18:38 +0000)]
* modules/video_filter/blend.c: YUVP -> YUY2 alpha-blending.

19 years ago* modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.
Gildas Bazin [Wed, 4 Aug 2004 17:54:17 +0000 (17:54 +0000)]
* modules/video_filter/blend.c: YUVA -> YUY2 alpha-blending.

19 years ago* modules/access/screen/*: added a win32 only --screen-fragment-size option to do...
Gildas Bazin [Wed, 4 Aug 2004 16:05:12 +0000 (16:05 +0000)]
* modules/access/screen/*: added a win32 only --screen-fragment-size option to do a kind of progressive capture by splitting the screen in several fragments. This does help user interactivity while capturing but also produces artefacts when moving windows around.

19 years ago* modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable...
Gildas Bazin [Wed, 4 Aug 2004 15:43:04 +0000 (15:43 +0000)]
* modules/audio_output/waveout.c: added a --no-waveout-float32 option to disable the use of float32 audio output.

19 years ago* viedo_format_t -> video_format_t
Derk-Jan Hartman [Wed, 4 Aug 2004 11:58:44 +0000 (11:58 +0000)]
* viedo_format_t -> video_format_t

19 years ago* src/misc/modules.c: don't forget to save callbacks for config options in the plugin...
Gildas Bazin [Wed, 4 Aug 2004 11:13:04 +0000 (11:13 +0000)]
* src/misc/modules.c: don't forget to save callbacks for config options in the plugins cache.

19 years ago* modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on...
Gildas Bazin [Wed, 4 Aug 2004 10:40:43 +0000 (10:40 +0000)]
* modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images.
* src/input/input.c: auto-probe access_demux as well.
* modules/access/vcd/vcd.c: raised priority above the file access one.

19 years ago * ps.h: fixed a segfault with Madonna-audioconverterfails.vob
Laurent Aimar [Wed, 4 Aug 2004 00:04:13 +0000 (00:04 +0000)]
 * ps.h: fixed a segfault with Madonna-audioconverterfails.vob

19 years ago * input.c: fixed total length in playlist.
Laurent Aimar [Tue, 3 Aug 2004 23:49:40 +0000 (23:49 +0000)]
 * input.c: fixed total length in playlist.

19 years ago* src/video_output/vout_subpictures.c: fixed OSD alignment
Gildas Bazin [Tue, 3 Aug 2004 23:19:01 +0000 (23:19 +0000)]
* src/video_output/vout_subpictures.c: fixed OSD alignment

19 years ago* small addition to translations HOWTO
Derk-Jan Hartman [Tue, 3 Aug 2004 23:08:10 +0000 (23:08 +0000)]
* small addition to translations HOWTO
* updated TODO and NEWS

19 years ago* modules/stream_out/announce.c: \r\n for SDP
Derk-Jan Hartman [Tue, 3 Aug 2004 23:06:53 +0000 (23:06 +0000)]
* modules/stream_out/announce.c:   \r\n for SDP

19 years ago* modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the...
Gildas Bazin [Tue, 3 Aug 2004 23:06:11 +0000 (23:06 +0000)]
* modules/access/dvd*.c: implemented DEMUX_GET_TIME/DEMUX_GET_LENGTH based on the MPEG mux rate.

19 years ago* modules/access/cdda.c: fixes + simplification.
Gildas Bazin [Tue, 3 Aug 2004 22:08:24 +0000 (22:08 +0000)]
* modules/access/cdda.c: fixes + simplification.
* modules/access/vcd/vcd.c: try to skip bad sectors.

19 years ago* modules/access/vcd/vcd.c: fixed seeking + simplified a bit.
Gildas Bazin [Tue, 3 Aug 2004 20:56:16 +0000 (20:56 +0000)]
* modules/access/vcd/vcd.c: fixed seeking + simplified a bit.

19 years ago* modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.
Gildas Bazin [Tue, 3 Aug 2004 12:21:14 +0000 (12:21 +0000)]
* modules/video_filter/blend.c: fix for chroma planes in ->I420 blending.

19 years ago* modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.
Gildas Bazin [Tue, 3 Aug 2004 09:45:39 +0000 (09:45 +0000)]
* modules/video_filter/blend.c: YUVA->RV24/32 alpha-blending + fix for YUVA->RV16.

19 years ago* modules/access/screen/mac.c:
Derk-Jan Hartman [Tue, 3 Aug 2004 00:23:40 +0000 (00:23 +0000)]
* modules/access/screen/mac.c:
  * Plugin now works perfectly in milj. of colors
  * Works in thousands of colors, in inverse colors

19 years ago* ALL: Major rework of the subpictures architecture.
Gildas Bazin [Tue, 3 Aug 2004 00:11:32 +0000 (00:11 +0000)]
* ALL: Major rework of the subpictures architecture.
  (expect some breakage).
* modules/video_filter/blend.c: new alpha-blending module.

19 years ago* include/ninput.h: removed left-over from access2/demux2 transition.
Gildas Bazin [Mon, 2 Aug 2004 19:17:12 +0000 (19:17 +0000)]
* include/ninput.h: removed left-over from access2/demux2 transition.
* modules/demux/mpeg/*: removed old MPEG TS/PS demuxers.

19 years ago* modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.
Gildas Bazin [Mon, 2 Aug 2004 15:42:21 +0000 (15:42 +0000)]
* modules/misc/network/ipv4.c: do a var_Get() on "ttl" + small clean-up.

19 years ago* modules/gui/macosx/vout: Output YUY2 to QT/QD.
Derk-Jan Hartman [Mon, 2 Aug 2004 13:06:38 +0000 (13:06 +0000)]
* modules/gui/macosx/vout: Output YUY2 to QT/QD.
  This way we bypass Apple's very, very, very unoptimized
  I420 -> YUY2 routine and use titer's altivec optimized one.
  Quartz output is herefore now altivec optimized and close to the opengl output.

19 years agomodules/access/screen/win32.c: avoid an extra memcpy() of the screen.
Gildas Bazin [Mon, 2 Aug 2004 09:46:17 +0000 (09:46 +0000)]
modules/access/screen/win32.c: avoid an extra memcpy() of the screen.

19 years ago* hotkeys.c: add some more OSD
Derk-Jan Hartman [Mon, 2 Aug 2004 01:21:36 +0000 (01:21 +0000)]
* hotkeys.c: add some more OSD

19 years ago* Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
Derk-Jan Hartman [Mon, 2 Aug 2004 00:54:51 +0000 (00:54 +0000)]
* Fixed hotkey/OSD behaviour for OS X. Also prevents code duplicity.
  Testing would be welcomed very much.

19 years ago * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)
Cyril Deguet [Sun, 1 Aug 2004 20:46:01 +0000 (20:46 +0000)]
  * ctrl_text.cpp: smoother text scrolling (MOVING_TEXT_STEP=1)

19 years ago * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
Olivier Teulière [Sun, 1 Aug 2004 16:43:58 +0000 (16:43 +0000)]
 * modules/gui/skins2/parser/interpreter.cpp: Added the "vlc.ontop()" action
 * doc/skins/skins2-howto.xml: Updated the doc

19 years ago * stream.c: increase precache for stream without title/chapter.
Laurent Aimar [Sun, 1 Aug 2004 16:03:42 +0000 (16:03 +0000)]
 * stream.c: increase precache for stream without title/chapter.

19 years ago * mp4: with ref .mov, don't forget to add the access.
Laurent Aimar [Sun, 1 Aug 2004 15:51:49 +0000 (15:51 +0000)]
 * mp4: with ref .mov, don't forget to add the access.

19 years ago * input.c: mmh better fix for slow/fast (I hope).
Laurent Aimar [Sun, 1 Aug 2004 15:14:43 +0000 (15:14 +0000)]
 * input.c: mmh better fix for slow/fast (I hope).

19 years ago* fix avcodecbuild# prob with h.261
Derk-Jan Hartman [Sun, 1 Aug 2004 14:46:13 +0000 (14:46 +0000)]
* fix avcodecbuild# prob with h.261

19 years ago* all : fix channels selection in the sout options dialog
Benjamin Pracht [Sun, 1 Aug 2004 13:23:53 +0000 (13:23 +0000)]
* all : fix channels selection in the sout options dialog

19 years ago * input: fixed slower/faster rate.
Laurent Aimar [Sun, 1 Aug 2004 09:19:36 +0000 (09:19 +0000)]
 * input: fixed slower/faster rate.

19 years ago * stream.c: call Seek if stream_Read( s, NULL, skip );
Laurent Aimar [Sun, 1 Aug 2004 09:19:06 +0000 (09:19 +0000)]
 * stream.c: call Seek if stream_Read( s, NULL, skip );

19 years ago * modules/control/joystick.c:
Sam Hocevar [Sat, 31 Jul 2004 17:29:44 +0000 (17:29 +0000)]
  * modules/control/joystick.c:
    + Compilation and coding style fixes.
    + Initialise the joystick in Open(), not Run().

19 years ago* all :
Benjamin Pracht [Sat, 31 Jul 2004 17:08:35 +0000 (17:08 +0000)]
* all :
  - Get rid of the old TS over RTP stream output method in OSX interface
  - ab= and vb= parameters are now (hopefully) always updated

19 years ago* print a debug message when our buffer gets it's first data.
Derk-Jan Hartman [Sat, 31 Jul 2004 16:34:53 +0000 (16:34 +0000)]
* print a debug message when our buffer gets it's first data.

19 years ago * opengl.c: support "cube" and "transparent-cube" effect (with the
Cyril Deguet [Sat, 31 Jul 2004 11:38:22 +0000 (11:38 +0000)]
 * opengl.c: support "cube" and "transparent-cube" effect (with the
 --opengl-effect option). Now MacOSX guys you can write the opengl provider
 interface ;)

19 years agomodules/stream_output/rtp.c:
Derk-Jan Hartman [Sat, 31 Jul 2004 00:23:29 +0000 (00:23 +0000)]
modules/stream_output/rtp.c:
* set the required t= SDP parameter
* added config options for description, url and email
* send SDPs with description, url and email info when available
* add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)

19 years ago* SDP should use \r\n instead of \n
Derk-Jan Hartman [Fri, 30 Jul 2004 21:38:09 +0000 (21:38 +0000)]
* SDP should use \r\n instead of \n
* Added nice SDP TODO lists. 17 outstanding issues in RTP announces.

19 years ago * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
Sam Hocevar [Fri, 30 Jul 2004 21:13:17 +0000 (21:13 +0000)]
  * modules/demux/util/id3tag.c modules/codec/ffmpeg/demux.c:
    + Fixed compiler warnings.

19 years ago * mozilla/vlcpeer.cpp: proper float->int cast.
Sam Hocevar [Fri, 30 Jul 2004 21:00:08 +0000 (21:00 +0000)]
  * mozilla/vlcpeer.cpp: proper float->int cast.

19 years ago * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
Sam Hocevar [Fri, 30 Jul 2004 20:57:56 +0000 (20:57 +0000)]
  * modules/gui/wxwindows/video.cpp modules/gui/wxwindows/bookmarks.cpp:
    + Fixed compiler warnings due to bad argument types.

19 years ago * src/video_output/video_output.c:
Sam Hocevar [Fri, 30 Jul 2004 20:51:05 +0000 (20:51 +0000)]
  * src/video_output/video_output.c:
    + Fixed an undefined function warning.

19 years ago * modules/video_filter/invert.c: don't cast lvalues.
Sam Hocevar [Fri, 30 Jul 2004 20:49:44 +0000 (20:49 +0000)]
  * modules/video_filter/invert.c: don't cast lvalues.

19 years ago * modules/codec/cmml/browser_open.c:
Sam Hocevar [Fri, 30 Jul 2004 17:39:27 +0000 (17:39 +0000)]
  * modules/codec/cmml/browser_open.c:
    + Fixed a compilation warning due to a missing return value.