]> git.sesse.net Git - vlc/log
vlc
19 years ago extras/contrib/*: don't use gettext *printf replacements on BeOS even
Eric Petit [Fri, 20 Aug 2004 11:57:51 +0000 (11:57 +0000)]
 extras/contrib/*: don't use gettext *printf replacements on BeOS even
  though there're not 100% posix compliant - this way we can build vlc
  with dynamic plugins (not linked against libintl) again

19 years ago* NEWS: updated
Gildas Bazin [Fri, 20 Aug 2004 10:19:42 +0000 (10:19 +0000)]
* NEWS: updated

19 years ago* src/input/*: update position on title change.
Gildas Bazin [Fri, 20 Aug 2004 09:01:19 +0000 (09:01 +0000)]
* src/input/*: update position on title change.

19 years ago* src/input/input.c: re-enabled the --bookmarks option.
Gildas Bazin [Fri, 20 Aug 2004 08:27:59 +0000 (08:27 +0000)]
* src/input/input.c: re-enabled the --bookmarks option.

19 years ago* modules/stream_out/transcode.c: implemented fps option for video only streams.
Gildas Bazin [Thu, 19 Aug 2004 17:06:51 +0000 (17:06 +0000)]
*  modules/stream_out/transcode.c: implemented fps option for video only streams.

19 years agolivedotcom.cpp: update the StreamRead function to non-deprecated api, new
Sigmund Augdal Helberg [Thu, 19 Aug 2004 15:31:22 +0000 (15:31 +0000)]
livedotcom.cpp: update the StreamRead function to non-deprecated api, new
api gives proper detection for too small buffer. Thanks to Ross for pointing
this out.

19 years ago* modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy...
Gildas Bazin [Thu, 19 Aug 2004 15:11:32 +0000 (15:11 +0000)]
* modules/mux/asf.c: use syncpoints + add an empty index object to make wmp happy about seeking.

19 years ago* modules/codec/dmo/*: flag sync-points in the video encoder.
Gildas Bazin [Thu, 19 Aug 2004 15:02:51 +0000 (15:02 +0000)]
* modules/codec/dmo/*: flag sync-points in the video encoder.

19 years ago* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output...
Gildas Bazin [Thu, 19 Aug 2004 15:01:54 +0000 (15:01 +0000)]
* modules/stream_out/transcode.c: small cleanup + added an fps (to specify the output frame rate) and an audio-sync option (to add/drop video frames to keep a constant framerate while being synchronised on the audio track).

19 years ago* modules/mux/asf.c: small cleanup
Gildas Bazin [Thu, 19 Aug 2004 12:25:22 +0000 (12:25 +0000)]
* modules/mux/asf.c: small cleanup

19 years ago* modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.
Gildas Bazin [Thu, 19 Aug 2004 11:32:20 +0000 (11:32 +0000)]
* modules/mux/asf.c: don't forget to add the preroll offset to the data timestamps.

19 years agolivedotcom.cpp: use geometric growth for the buffer. Should reduce in much
Sigmund Augdal Helberg [Wed, 18 Aug 2004 16:30:45 +0000 (16:30 +0000)]
livedotcom.cpp: use geometric growth for the buffer. Should reduce in much
fewer garbled frames. Still not perfect though.

19 years agolivedotcom.cpp: dynamically determine the buffer size passed to live.com
Sigmund Augdal Helberg [Wed, 18 Aug 2004 16:04:01 +0000 (16:04 +0000)]
livedotcom.cpp: dynamically determine the buffer size passed to live.com
    When the buffer passed to live.com don't have space for another packet
    when we get it back we assume that the stream uses larger frames than
    our current buffer and we increase the buffer.

19 years ago* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode...
Gildas Bazin [Wed, 18 Aug 2004 15:46:01 +0000 (15:46 +0000)]
* modules/mux/asf.c: the asf muxer can only add streams on the fly when in http mode (otherwise this will screw up the header re-writing on Close().)

19 years agopo/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)
Sigmund Augdal Helberg [Wed, 18 Aug 2004 12:06:52 +0000 (12:06 +0000)]
po/POTFILES.in: updated from clean tree (seems necessary for make-dist to work)

19 years ago* modules/mux/asf.c: a few coding style changes.
Gildas Bazin [Wed, 18 Aug 2004 12:04:03 +0000 (12:04 +0000)]
* modules/mux/asf.c: a few coding style changes.

19 years agoModules.am: fixed incorrect filename
Sigmund Augdal Helberg [Wed, 18 Aug 2004 11:46:40 +0000 (11:46 +0000)]
Modules.am: fixed incorrect filename

19 years ago* modules/codec/dmo/*: fixed video encoding.
Gildas Bazin [Wed, 18 Aug 2004 11:08:54 +0000 (11:08 +0000)]
* modules/codec/dmo/*: fixed video encoding.

19 years agoalsa.c: support mono on stereo only boards
Sigmund Augdal Helberg [Wed, 18 Aug 2004 09:59:29 +0000 (09:59 +0000)]
alsa.c: support mono on stereo only boards

19 years agoalsa.c: don't fail the probe without giving a reason in the log.
Sigmund Augdal Helberg [Wed, 18 Aug 2004 09:45:07 +0000 (09:45 +0000)]
alsa.c: don't fail the probe without giving a reason in the log.

19 years ago beos/*: fixed seek, clean up
Eric Petit [Tue, 17 Aug 2004 20:55:55 +0000 (20:55 +0000)]
 beos/*: fixed seek, clean up

19 years ago + src/libvlc.h: use KEY_SPACE instead of ' '
Eric Petit [Tue, 17 Aug 2004 17:24:02 +0000 (17:24 +0000)]
 + src/libvlc.h: use KEY_SPACE instead of ' '
 + gui/beos/*: got rid of the VlcWrapper thing which is unneccessaraly
               complex now that we have variables

 Language/subtitle selection works again in the BeOS UI, but there's
 still a lot to fix :|

19 years ago + macosx/equalizer.m: missing vlc_object_release()
Eric Petit [Tue, 17 Aug 2004 16:59:02 +0000 (16:59 +0000)]
 + macosx/equalizer.m: missing vlc_object_release()
 + macosx/vout*: --macosx-vout and --macosx-opengl-effect
                 no longer exist

19 years ago ALL: OS X OpenGL provider
Eric Petit [Tue, 17 Aug 2004 15:17:04 +0000 (15:17 +0000)]
 ALL: OS X OpenGL provider
  + vout.m contains the common code for the QT video output and the
    GL provider (window creation, events handling)
  + opengl.c: higher priority on OS X
 Things are a bit broken atm, any help to debug is welcome ;p

19 years ago* modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).
Gildas Bazin [Tue, 17 Aug 2004 10:31:51 +0000 (10:31 +0000)]
* modules/codec/dmo/*: added dmo encoder (can't get video encoding to work though).

19 years ago* modules/codec/ffmpeg/demux.c: a few fixes.
Gildas Bazin [Tue, 17 Aug 2004 08:21:07 +0000 (08:21 +0000)]
* modules/codec/ffmpeg/demux.c: a few fixes.

19 years ago gcc < 3 compile fix
Eric Petit [Mon, 16 Aug 2004 13:35:33 +0000 (13:35 +0000)]
 gcc < 3 compile fix

19 years ago ALL: BeOS fixes
Eric Petit [Mon, 16 Aug 2004 12:51:11 +0000 (12:51 +0000)]
 ALL: BeOS fixes
 There's a new stable gcc out for BeOS, now we can re-enable 3DNow/SEE
 and build matroska support

19 years ago* modules/video_output/x11/xcommon.c: play nice even when there isn't any window...
Gildas Bazin [Mon, 16 Aug 2004 10:06:54 +0000 (10:06 +0000)]
* modules/video_output/x11/xcommon.c: play nice even when there isn't any window manager.

19 years agomodules/codec/ffmpeg/ffmpeg.c: corrected a build number
Sigmund Augdal Helberg [Mon, 16 Aug 2004 09:39:14 +0000 (09:39 +0000)]
modules/codec/ffmpeg/ffmpeg.c: corrected a build number

19 years ago * configure.ac:
Sam Hocevar [Mon, 16 Aug 2004 08:42:33 +0000 (08:42 +0000)]
  * configure.ac:
    + Build memcpyaltivec and deinterlace with -maltivec.
    + Check for -ldts_pic before -ldts.

19 years ago * debian/patches/20_configure.dpatch:
Sam Hocevar [Mon, 16 Aug 2004 08:29:06 +0000 (08:29 +0000)]
  * debian/patches/20_configure.dpatch:
    + Don't manage this patch with dpatch since it causes ownership issues.
  * debian/control:
    + Added a missing dpatch build dependency (Closes: #263363).
    + Removed the modplug plugin until libmodplug-dev enters Debian.

19 years ago* Fix a problem with empty subtitles with Subviewer subs
Derk-Jan Hartman [Mon, 16 Aug 2004 00:45:24 +0000 (00:45 +0000)]
* Fix a problem with empty subtitles with Subviewer subs
* fixed a line ending replace problem with subviewer subs
* single char subtitle lines should now work subviewer and subrip

19 years ago* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
Gildas Bazin [Sun, 15 Aug 2004 17:08:10 +0000 (17:08 +0000)]
* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
* modules/stream_out/transcode.c: support for subtitles transcoding.
* modules/codec/dvbsub.c: DVB subtitles encoder (developed for Anevia, www.anevia.com).
  + only works on YUVP subpictures for now.
  + not completely spec compliant yet.

19 years ago* modules/codec/a52.c: fixed segfault
Gildas Bazin [Sun, 15 Aug 2004 16:09:03 +0000 (16:09 +0000)]
* modules/codec/a52.c: fixed segfault

19 years ago* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer...
Gildas Bazin [Sun, 15 Aug 2004 15:59:25 +0000 (15:59 +0000)]
* src/video_output/vout_subpictures.c: fixed a deadlock that happened when 2 ephemer subpictures had the same date.

19 years ago* modules/access/dshow/dshow.cpp: compilation fix.
Gildas Bazin [Sun, 15 Aug 2004 15:05:11 +0000 (15:05 +0000)]
* modules/access/dshow/dshow.cpp: compilation fix.

19 years ago* modules/codec/mpeg_audio.c: fixed segfault
Gildas Bazin [Sun, 15 Aug 2004 14:57:47 +0000 (14:57 +0000)]
* modules/codec/mpeg_audio.c: fixed segfault

19 years ago* Adds postprocessing menu
Benjamin Pracht [Sun, 15 Aug 2004 14:22:28 +0000 (14:22 +0000)]
* Adds postprocessing menu

19 years agoSet the preamp value on a preset change
Jérome Decoodt [Sun, 15 Aug 2004 12:10:46 +0000 (12:10 +0000)]
Set the preamp value on a preset change

19 years ago*.nib: continuous sliders
Jérome Decoodt [Sat, 14 Aug 2004 23:28:31 +0000 (23:28 +0000)]
*.nib: continuous sliders
intf: Equalizer window in window menu
equalizer.m: presets should work now
equalizer.c, Modules.am, equalizer_presets.h: presets are stored in a separate file

19 years ago * configure.ac:
Sam Hocevar [Sat, 14 Aug 2004 20:12:22 +0000 (20:12 +0000)]
  * configure.ac:
    + Removed the -finline-limit=30000 flag. Since gcc-3.2, this options
      causes gcc to inline every single function of this size because of
      -O3's -finline-functions, although the documentation states that this
      flag should only affect explicitly inlined functions.

19 years ago* Send \r\n after ftp commands, not \n.
Derk-Jan Hartman [Sat, 14 Aug 2004 19:58:39 +0000 (19:58 +0000)]
* Send \r\n after ftp commands, not \n.

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.