]> git.sesse.net Git - vlc/log
vlc
19 years ago* added asx todo item to list
Derk-Jan Hartman [Thu, 23 Sep 2004 20:56:46 +0000 (20:56 +0000)]
* added asx todo item to list
* added some clarifications on use of bootstrap to HACKING file

19 years ago* if http:// and mime == asf, and name doesn't contain asx (cause they have mime...
Derk-Jan Hartman [Thu, 23 Sep 2004 20:52:20 +0000 (20:52 +0000)]
* if http:// and mime == asf, and name doesn't contain asx (cause they have mime == asf too) then bail http access and let the mms access try.
  ( VLC now plays http:// urls which are actually mms:// streams and no longer handles asx files when the path doesn't contain "asx" )

* added the aacp (aacPlus) mime type and force the aac demux in that case. aacPlus still doesn't work. (decoder issue?)

* don't PLAYLIST_GO on a redirect. gave weird effects because the current item was still in the 'open' fase. The playlist is already playing, so there is no use in this option.

19 years agomediacontrol-plugin.c: removed superfluous vlc_release()
Olivier Aubert [Thu, 23 Sep 2004 16:56:07 +0000 (16:56 +0000)]
mediacontrol-plugin.c: removed superfluous vlc_release()

19 years agomediacontrol-core.c: updated the used API to the new demux2
Olivier Aubert [Thu, 23 Sep 2004 16:55:37 +0000 (16:55 +0000)]
mediacontrol-core.c: updated the used API to the new demux2
  API. ByteCount positions are not supported anymore.

19 years agoModules.am: fixed typelib generation
Olivier Aubert [Thu, 23 Sep 2004 16:53:51 +0000 (16:53 +0000)]
Modules.am: fixed typelib generation

19 years ago* unknow -> unknown
Derk-Jan Hartman [Thu, 23 Sep 2004 14:08:11 +0000 (14:08 +0000)]
* unknow -> unknown

19 years ago* HACKING: CVS -> SVN, added remark about developers.videolan.org site
Derk-Jan Hartman [Thu, 23 Sep 2004 12:42:42 +0000 (12:42 +0000)]
* HACKING: CVS -> SVN, added remark about developers.videolan.org site

19 years ago* configure.ac: fixed typo.
Gildas Bazin [Thu, 23 Sep 2004 12:09:53 +0000 (12:09 +0000)]
* configure.ac: fixed typo.

19 years ago* configure.ac: should fix libpng detection on win32.
Gildas Bazin [Thu, 23 Sep 2004 11:20:24 +0000 (11:20 +0000)]
* configure.ac: should fix libpng detection on win32.

19 years ago* modules/misc/rtsp.c: fixed pause.
Gildas Bazin [Thu, 23 Sep 2004 09:08:08 +0000 (09:08 +0000)]
* modules/misc/rtsp.c: fixed pause.

19 years ago* modules/misc/rtsp.c: fixed segfault.
Gildas Bazin [Wed, 22 Sep 2004 19:32:21 +0000 (19:32 +0000)]
* modules/misc/rtsp.c: fixed segfault.

19 years ago* src/libvlc.h: -f shortcut for fullscreen option.
Gildas Bazin [Wed, 22 Sep 2004 19:29:32 +0000 (19:29 +0000)]
* src/libvlc.h: -f shortcut for fullscreen option.

19 years ago* modules/misc/rtsp.c: misc improvements + respect ports given by client.
Gildas Bazin [Wed, 22 Sep 2004 18:42:52 +0000 (18:42 +0000)]
* modules/misc/rtsp.c: misc improvements + respect ports given by client.

19 years ago* modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a...
Gildas Bazin [Wed, 22 Sep 2004 15:25:11 +0000 (15:25 +0000)]
* modules/access_output/udp.c: if a packet is bigger than the mtu size, we emit a warning and try to split it.

19 years ago* modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.
Gildas Bazin [Wed, 22 Sep 2004 13:43:03 +0000 (13:43 +0000)]
* modules/demux/ps.c,ps.h: PSM parsing remotely based on a patch by Pascal Claes.

19 years ago* modules/stream_out/transcode.c: a bit more useful debug message.
Gildas Bazin [Wed, 22 Sep 2004 13:37:55 +0000 (13:37 +0000)]
* modules/stream_out/transcode.c: a bit more useful debug message.

19 years agoconfigure.ac: enabled time plugin
Sigmund Augdal Helberg [Wed, 22 Sep 2004 12:09:30 +0000 (12:09 +0000)]
configure.ac: enabled time plugin

19 years ago* modules/demux/ps.c: small cleanup.
Gildas Bazin [Wed, 22 Sep 2004 10:17:41 +0000 (10:17 +0000)]
* modules/demux/ps.c: small cleanup.

19 years ago* modules/mux/mpeg/ps.c: make sure the data blocks containing the pack and system...
Gildas Bazin [Wed, 22 Sep 2004 09:44:44 +0000 (09:44 +0000)]
* modules/mux/mpeg/ps.c: make sure the data blocks containing the pack and system headers are timestamped correctly. Added an --sout-ps-dts-delay option.

19 years ago* src/playlist/item.c: fixed recent playlist item initialization bug which was screwi...
Gildas Bazin [Wed, 22 Sep 2004 09:20:12 +0000 (09:20 +0000)]
* src/playlist/item.c: fixed recent playlist item initialization bug which was screwing up things like doing random autodeletions, etc...

19 years agoThou shalt compile before thou commits
Derk-Jan Hartman [Tue, 21 Sep 2004 22:24:31 +0000 (22:24 +0000)]
Thou shalt compile before thou commits

19 years ago* Fix the vobsub length.
Derk-Jan Hartman [Tue, 21 Sep 2004 22:16:35 +0000 (22:16 +0000)]
* Fix the vobsub length.
  fen: any suggestions for the other Control() stuff?

19 years ago * scaled external vobsubs with multiple tracks are now working
Derk-Jan Hartman [Tue, 21 Sep 2004 21:52:52 +0000 (21:52 +0000)]
 * scaled external vobsubs with multiple tracks are now working
   - searching is a mess
   - autodetect not yet activated, force by opening the idx as subfile

19 years ago* doc/vlm.txt: small update to reflect the latest changes.
Gildas Bazin [Tue, 21 Sep 2004 20:40:09 +0000 (20:40 +0000)]
* doc/vlm.txt: small update to reflect the latest changes.

19 years ago* modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.
Gildas Bazin [Tue, 21 Sep 2004 20:33:59 +0000 (20:33 +0000)]
* modules/codec/spudec/spudec.c: packetizer needs to duplicate the input es_format_t.

19 years ago* src/video_output/vout_subpictures.c: modify the scaling factor based on the origina...
Gildas Bazin [Tue, 21 Sep 2004 20:19:04 +0000 (20:19 +0000)]
* src/video_output/vout_subpictures.c: modify the scaling factor based on the original video size info.

19 years ago* pass the orignal movie size from es_format_t to subpicture_t
Derk-Jan Hartman [Tue, 21 Sep 2004 19:26:10 +0000 (19:26 +0000)]
* pass the orignal movie size from es_format_t to subpicture_t

19 years ago * Added missing \n to misc files.
Sam Hocevar [Tue, 21 Sep 2004 16:22:16 +0000 (16:22 +0000)]
  * Added missing \n to misc files.

19 years ago * toolbox: fixed mixup in the changelog generation example.
Sam Hocevar [Tue, 21 Sep 2004 16:07:41 +0000 (16:07 +0000)]
  * toolbox: fixed mixup in the changelog generation example.

19 years ago * debian/rules:
Sam Hocevar [Tue, 21 Sep 2004 15:55:45 +0000 (15:55 +0000)]
  * debian/rules:
    + Fixed previously broken DVD support.
    + Removed currently broken Speex support.
  * debian/control:
    + Build-depend on libdvdnav.

19 years ago* hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation
Felix Paul Kühne [Tue, 21 Sep 2004 14:44:38 +0000 (14:44 +0000)]
* hopefully fixed the wrong behaviour of the strg/ctrl-key in the G. translation

19 years ago* modules/video_filter/time.c: added Id svn keyword
Gildas Bazin [Mon, 20 Sep 2004 21:51:41 +0000 (21:51 +0000)]
* modules/video_filter/time.c: added Id svn keyword

19 years ago* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.
Gildas Bazin [Mon, 20 Sep 2004 21:50:18 +0000 (21:50 +0000)]
* modules/misc/rtsp.c, src/misc/vlm.c: VOD RTSP support is beginning to work.

19 years ago* some fixes to vobsub
Derk-Jan Hartman [Mon, 20 Sep 2004 15:47:08 +0000 (15:47 +0000)]
* some fixes to vobsub
  TODO: create the index
        position control

19 years ago* disabled the libdts making for the nightlies
Derk-Jan Hartman [Mon, 20 Sep 2004 15:03:17 +0000 (15:03 +0000)]
* disabled the libdts making for the nightlies

19 years agotime.c: configureable time format patch by markfm + some cleanup
Sigmund Augdal Helberg [Mon, 20 Sep 2004 12:17:51 +0000 (12:17 +0000)]
time.c: configureable time format patch by markfm + some cleanup

19 years ago* modules/codec/x264.c: fixed aspect ratio.
Gildas Bazin [Mon, 20 Sep 2004 10:23:59 +0000 (10:23 +0000)]
* modules/codec/x264.c: fixed aspect ratio.

19 years ago* modules/video_filter/time.c: optimized a bit.
Gildas Bazin [Mon, 20 Sep 2004 10:09:28 +0000 (10:09 +0000)]
* modules/video_filter/time.c: optimized a bit.

19 years ago* modules/misc/freetype.c: fixed memory leak.
Gildas Bazin [Mon, 20 Sep 2004 10:06:53 +0000 (10:06 +0000)]
* modules/misc/freetype.c: fixed memory leak.

19 years ago* modules/video_filter/logo.c: fixed memleak.
Gildas Bazin [Mon, 20 Sep 2004 09:18:11 +0000 (09:18 +0000)]
* modules/video_filter/logo.c: fixed memleak.

19 years ago* modules/video_filter/time.c: stick to our config options naming convention + fixed...
Gildas Bazin [Mon, 20 Sep 2004 08:53:58 +0000 (08:53 +0000)]
* modules/video_filter/time.c: stick to our config options naming convention + fixed a couple of mem-leaks.

19 years ago* src/misc/vlm.c:
Gildas Bazin [Sun, 19 Sep 2004 21:38:12 +0000 (21:38 +0000)]
* src/misc/vlm.c:
   + major cleanup and bug fixing.
   + added support for spawning and controlling several media instances.

19 years ago* include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.
Gildas Bazin [Sun, 19 Sep 2004 19:22:04 +0000 (19:22 +0000)]
* include/vlc_input.h, src/playlist/item.c: added vlc_input_item_Init()/Clean() facility.

19 years ago* modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.
Gildas Bazin [Sun, 19 Sep 2004 18:50:54 +0000 (18:50 +0000)]
* modules/demux/vobsub.c: fixed bug pointed to by gcc warnings.

19 years ago* modules/video_filter/logo.c: oops, broke something.
Gildas Bazin [Sun, 19 Sep 2004 16:26:54 +0000 (16:26 +0000)]
* modules/video_filter/logo.c: oops, broke something.

19 years ago* modules/video_filter/logo.c: couple of sanity check.
Gildas Bazin [Sun, 19 Sep 2004 15:46:14 +0000 (15:46 +0000)]
* modules/video_filter/logo.c: couple of sanity check.

19 years ago* modules/video_filter/logo.c: transparency fix by markfm.
Gildas Bazin [Sun, 19 Sep 2004 15:36:08 +0000 (15:36 +0000)]
* modules/video_filter/logo.c: transparency fix by markfm.

19 years ago* modules/video_filter/logo.c: fixed case when no transparent color is set.
Gildas Bazin [Sun, 19 Sep 2004 15:23:38 +0000 (15:23 +0000)]
* modules/video_filter/logo.c: fixed case when no transparent color is set.

19 years ago* src/video_output/vout_subpictures.c: support for stacking subpictures filters ...
Gildas Bazin [Sun, 19 Sep 2004 15:11:36 +0000 (15:11 +0000)]
* src/video_output/vout_subpictures.c: support for stacking subpictures filters (eg. --sub-filter=foo,bar).

19 years ago* modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.
Gildas Bazin [Sun, 19 Sep 2004 14:58:43 +0000 (14:58 +0000)]
* modules/video_filter/logo.c: remove the comment about the need for RGBA PNG files.

19 years ago* modules/video_filter/logo.c: convert all pngs to RGBA.
Gildas Bazin [Sun, 19 Sep 2004 14:46:01 +0000 (14:46 +0000)]
* modules/video_filter/logo.c: convert all pngs to RGBA.

19 years agotime.c: customizable position and string prefix, mainly done by markfm
Sigmund Augdal Helberg [Sun, 19 Sep 2004 12:29:16 +0000 (12:29 +0000)]
time.c: customizable position and string prefix, mainly done by markfm

19 years ago* mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
Derk-Jan Hartman [Sat, 18 Sep 2004 21:13:45 +0000 (21:13 +0000)]
* mkv.cpp: retrieve the original framesize from the vobsub idx and store in es_format_t
* vobsub.c: rewrite of the vobsub module. Now has track support. This is UNFINISHED.
  TODO, repair the 'Control' commands store the timestamp/location combo's in the arrays of subtitle_t structs

  and find a way to pass the info from the decoder to the core of course....

19 years agomodules/video_filter/Modules.am: added time, for those that don't know the
Sigmund Augdal Helberg [Sat, 18 Sep 2004 17:46:15 +0000 (17:46 +0000)]
modules/video_filter/Modules.am: added time, for those that don't know the
fen-trick
time.c: fixed a few copy/paste bugs and some warnings

19 years agotime.c: a small module to place current time on top of video
Sigmund Augdal Helberg [Sat, 18 Sep 2004 16:38:58 +0000 (16:38 +0000)]
time.c: a small module to place current time on top of video

19 years ago* added origin (position) and 'original frame size' params to SPU es
Derk-Jan Hartman [Sat, 18 Sep 2004 09:52:20 +0000 (09:52 +0000)]
* added origin (position) and 'original frame size' params to SPU es

19 years ago* added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either...
Derk-Jan Hartman [Sat, 18 Sep 2004 09:36:26 +0000 (09:36 +0000)]
* added SVQ3 ID to livedotcom. don't remember if it worked, but won't hurt either i guess..

19 years ago* modules/demux/subtitle.c: compilation fix.
Gildas Bazin [Sat, 18 Sep 2004 09:34:03 +0000 (09:34 +0000)]
* modules/demux/subtitle.c: compilation fix.

19 years ago* src/misc/vlm.c: we probably have enough bugs already :p
Gildas Bazin [Sat, 18 Sep 2004 09:21:03 +0000 (09:21 +0000)]
* src/misc/vlm.c: we probably have enough bugs already :p

19 years ago* split vobsub and textual demuxers.
Derk-Jan Hartman [Sat, 18 Sep 2004 00:05:11 +0000 (00:05 +0000)]
* split vobsub and textual demuxers.

19 years ago* video_output/vout_subpictures.c:
Gildas Bazin [Fri, 17 Sep 2004 14:47:01 +0000 (14:47 +0000)]
* video_output/vout_subpictures.c:
  + improved spu_SortSubpictures() to deal with SPU channels.
  + ephemer subpictures can also have a stop date now (allows more flexibility).

19 years ago* modules/video_filter/logo.c: small fix.
Gildas Bazin [Fri, 17 Sep 2004 10:21:00 +0000 (10:21 +0000)]
* modules/video_filter/logo.c: small fix.

19 years ago* modules/stream_out/transcode.c: new sfilter option for using subpictures filters...
Gildas Bazin [Fri, 17 Sep 2004 10:13:21 +0000 (10:13 +0000)]
* modules/stream_out/transcode.c: new sfilter option for using subpictures filters during the transcoding.

19 years ago* modules/video_filter/logo.c: implemented a logo subpictures filter.
Gildas Bazin [Fri, 17 Sep 2004 09:30:19 +0000 (09:30 +0000)]
* modules/video_filter/logo.c: implemented a logo subpictures filter.

19 years ago* modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.
Gildas Bazin [Fri, 17 Sep 2004 09:13:05 +0000 (09:13 +0000)]
* modules/video_filter/scale.c: add a bias when calculating the nearest neighbour.

19 years ago* src/video_output/vout_subpictures.c: support for subpictures filters.
Gildas Bazin [Fri, 17 Sep 2004 09:11:50 +0000 (09:11 +0000)]
* src/video_output/vout_subpictures.c: support for subpictures filters.
* src/libvlc.h: new --sub-filter config option + added a new subpictures category that regroups all the subpictures options.

19 years ago* modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
Gildas Bazin [Thu, 16 Sep 2004 22:04:36 +0000 (22:04 +0000)]
* modules/misc/rtsp.c: getting closer to a basic but functional rtsp server.
* modules/stream_out/description.c: bug fix.

19 years ago* modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop...
Gildas Bazin [Thu, 16 Sep 2004 14:31:14 +0000 (14:31 +0000)]
* modules/gui/wxwindows/menus.cpp: re-organized right-click menu + play/pause/stop/next/previous entries.

19 years ago* modules/stream_out/description.c: new "description" stream output module which...
Gildas Bazin [Wed, 15 Sep 2004 20:21:09 +0000 (20:21 +0000)]
* modules/stream_out/description.c: new "description" stream output module which gathers information on elementary streams (pre-parsing).
* src/misc/vlm.c: pre-parse vod media items.

19 years ago* modules/video_filter/Modules.am: oops
Gildas Bazin [Wed, 15 Sep 2004 16:59:25 +0000 (16:59 +0000)]
* modules/video_filter/Modules.am: oops

19 years ago* modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP...
Gildas Bazin [Wed, 15 Sep 2004 16:02:45 +0000 (16:02 +0000)]
* modules/video_filter/scale.c: simple nearest neighbour rescaling module for YUVP/A (subpictures).

19 years ago* modules/codec/ffmpeg/video_filter.c: improvements.
Gildas Bazin [Wed, 15 Sep 2004 15:55:25 +0000 (15:55 +0000)]
* modules/codec/ffmpeg/video_filter.c: improvements.

19 years ago* modules/video_filter/swscale/filter.c: uninitialised variable fix.
Gildas Bazin [Wed, 15 Sep 2004 15:52:13 +0000 (15:52 +0000)]
* modules/video_filter/swscale/filter.c: uninitialised variable fix.

19 years ago* ALL: separation of the SPU engine from the VOUT.
Gildas Bazin [Wed, 15 Sep 2004 15:50:54 +0000 (15:50 +0000)]
* ALL: separation of the SPU engine from the VOUT.
* modules/stream_out/transcode.c: re-use the SPU engine.
* src/video_output/vout_subpictures.c: support for resizing subpictures.

19 years ago* src/misc/vlm.c: started "vod server" integration (not much done yet).
Gildas Bazin [Tue, 14 Sep 2004 20:30:12 +0000 (20:30 +0000)]
* src/misc/vlm.c: started "vod server" integration (not much done yet).
* modules/misc/rtsp.c, include/vlc_vod.h: vod server api update.
* include/vlc_input.h: extended input_item_t a bit for the vod server.

19 years agomsg_Err -> msg_Dbg
Benjamin Pracht [Tue, 14 Sep 2004 17:27:52 +0000 (17:27 +0000)]
msg_Err -> msg_Dbg

19 years ago* configure.ac: fixed --with-ffmpeg-dts.
Gildas Bazin [Tue, 14 Sep 2004 11:45:44 +0000 (11:45 +0000)]
* configure.ac: fixed --with-ffmpeg-dts.
* INSTALL.win32: update with new contrib package.

19 years ago* modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.
Gildas Bazin [Tue, 14 Sep 2004 11:38:50 +0000 (11:38 +0000)]
* modules/demux/asf/asf.c: fixed overflow in aspect ratio calculation.

19 years ago* updated used libcdio-version from 0.69 to 0.70
Felix Paul Kühne [Mon, 13 Sep 2004 20:30:12 +0000 (20:30 +0000)]
* updated used libcdio-version from 0.69 to 0.70

19 years ago* modules/access/dshow/crossbar.cpp: real compilation fix.
Gildas Bazin [Mon, 13 Sep 2004 20:29:58 +0000 (20:29 +0000)]
* modules/access/dshow/crossbar.cpp: real compilation fix.

19 years ago* modules/access/dshow/crossbar.cpp: compilation fix.
Gildas Bazin [Mon, 13 Sep 2004 19:46:38 +0000 (19:46 +0000)]
* modules/access/dshow/crossbar.cpp: compilation fix.

19 years ago* modules/video_filter/swscale/*: new resizing/chroma conversion video filter based...
Gildas Bazin [Mon, 13 Sep 2004 19:43:30 +0000 (19:43 +0000)]
* modules/video_filter/swscale/*: new resizing/chroma conversion video filter based on MPlayer's swscale module.
  (not enabled in configure.ac yet as it may have problems building on some platforms)

19 years ago contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)
Eric Petit [Mon, 13 Sep 2004 15:46:00 +0000 (15:46 +0000)]
 contrib/src/Makefile: quick BeOS compile fix (-lnet bla bla)

19 years ago* include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.
Gildas Bazin [Mon, 13 Sep 2004 13:28:10 +0000 (13:28 +0000)]
* include/vlc_block.h: block_Duplicate() needs to duplicate all the fields of block_t.

19 years ago + configure.ac: explicitly link to -lnet the modules which need it
Eric Petit [Mon, 13 Sep 2004 10:57:03 +0000 (10:57 +0000)]
 + configure.ac: explicitly link to -lnet the modules which need it
   (cause latest BeOS gcc doesn't do it by default anymore)

19 years ago + mux/asf.c: gcc < 3 compile fix
Eric Petit [Mon, 13 Sep 2004 08:27:58 +0000 (08:27 +0000)]
 + mux/asf.c: gcc < 3 compile fix

19 years ago* modules/video_output/directx/directx.c: removed debug message.
Gildas Bazin [Sun, 12 Sep 2004 20:32:08 +0000 (20:32 +0000)]
* modules/video_output/directx/directx.c: removed debug message.

19 years ago* src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with...
Gildas Bazin [Sun, 12 Sep 2004 20:31:00 +0000 (20:31 +0000)]
* src/video_output: fixed a CPU heating loop in pause mode (fixes the problem with fast user switching on win32).

19 years ago* modules/access/dshow/*:
Gildas Bazin [Sun, 12 Sep 2004 18:00:02 +0000 (18:00 +0000)]
* modules/access/dshow/*:
  - switch to access_demux module for raw video/audio streams.
  - massive cleanup and simplifications.
  - a bunch of fixes.

19 years ago* modules/access/screen/win32.c: proper rgb mask for RV24.
Gildas Bazin [Sun, 12 Sep 2004 10:30:24 +0000 (10:30 +0000)]
* modules/access/screen/win32.c: proper rgb mask for RV24.

19 years ago* modules/access/dshow: simplification (video inversion is now handled in the rawvide...
Gildas Bazin [Sun, 12 Sep 2004 09:31:47 +0000 (09:31 +0000)]
* modules/access/dshow: simplification (video inversion is now handled in the rawvideo codec/packetizer).

19 years ago* modules/video_output/directx/directx.c: small fix.
Gildas Bazin [Sun, 12 Sep 2004 09:16:55 +0000 (09:16 +0000)]
* modules/video_output/directx/directx.c: small fix.

19 years ago* modules/video_output/directx/events.c: use a different window class for the video...
Gildas Bazin [Sun, 12 Sep 2004 09:10:33 +0000 (09:10 +0000)]
* modules/video_output/directx/events.c: use a different window class for the video sub-window so the background color doesn't get messed-up with.

19 years ago* include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.
Gildas Bazin [Sat, 11 Sep 2004 13:15:18 +0000 (13:15 +0000)]
* include/vlc_vod.h, modules/misc/rtsp.c: skeleton for a "vod server" RTSP module.

19 years ago* modules/video_filter/logo.c: complete rewrite using the alpha-blending module.
Gildas Bazin [Fri, 10 Sep 2004 21:08:41 +0000 (21:08 +0000)]
* modules/video_filter/logo.c: complete rewrite using the alpha-blending module.

19 years ago* src/video_output/video_output.c: oops.
Gildas Bazin [Fri, 10 Sep 2004 19:47:16 +0000 (19:47 +0000)]
* src/video_output/video_output.c: oops.

19 years ago* src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().
Gildas Bazin [Fri, 10 Sep 2004 18:03:25 +0000 (18:03 +0000)]
* src/video_output/video_output.c, modules/codec/ogt: got rid of vout_AspectRatio().

19 years ago* include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().
Gildas Bazin [Fri, 10 Sep 2004 17:22:03 +0000 (17:22 +0000)]
* include/vlc_video.h, src/video_output/vout_pictures.c: export vout_CopyPicture().

19 years ago* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when...
Gildas Bazin [Fri, 10 Sep 2004 13:53:43 +0000 (13:53 +0000)]
* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.

19 years ago* modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.
Gildas Bazin [Fri, 10 Sep 2004 13:15:59 +0000 (13:15 +0000)]
* modules/codec/rawvideo.c: packetizer will also invert the pictures if needed.