]> git.sesse.net Git - vlc/log
vlc
19 years agoMoved marquee to Playlist area, "marquee " blanks out the marquee
Mark Moriarty [Sun, 26 Sep 2004 20:31:06 +0000 (20:31 +0000)]
Moved marquee to Playlist area, "marquee  " blanks out the marquee

19 years ago* modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video...
Gildas Bazin [Sun, 26 Sep 2004 20:17:50 +0000 (20:17 +0000)]
* modules/codec/libmpeg2.c, ffmpeg/video.c, theora.c: decoder sets fmt_out.video.i_frame_rate.

19 years ago* modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.
Gildas Bazin [Sun, 26 Sep 2004 19:59:49 +0000 (19:59 +0000)]
* modules/packetizer/mpegvideo.c: set fmt_out.video.i_frame_rate.

19 years ago* configure.ac: added check for daemon().
Gildas Bazin [Sun, 26 Sep 2004 17:55:50 +0000 (17:55 +0000)]
* configure.ac: added check for daemon().

19 years ago* src/libvlc.c: use dameon() instead of fork() when available. It does some more...
Gildas Bazin [Sun, 26 Sep 2004 17:54:56 +0000 (17:54 +0000)]
* src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.

19 years agoAdd --rc-extend switch, for extra commands.
Mark Moriarty [Sun, 26 Sep 2004 15:49:41 +0000 (15:49 +0000)]
Add --rc-extend switch, for extra commands.

19 years agoAdd logout function to RC interface
Clément Stenac [Sun, 26 Sep 2004 15:31:41 +0000 (15:31 +0000)]
Add logout function to RC interface

19 years ago* modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.
Gildas Bazin [Sun, 26 Sep 2004 14:19:43 +0000 (14:19 +0000)]
* modules/codec/ffmpeg/audio.c: fixed 5.1 audio decoding.

19 years ago* modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a...
Gildas Bazin [Sun, 26 Sep 2004 13:39:00 +0000 (13:39 +0000)]
* modules/codec/ffmpeg/*: new --ffmpeg-lowres option to force video decoding at a lower resolution.

19 years ago* Use callbacks for live update
Clément Stenac [Sun, 26 Sep 2004 13:06:45 +0000 (13:06 +0000)]
* Use callbacks for live update
* Add timeout support (marq-timeout, in milliseconds, 0 for no timeout)
* A few minor coding style fixes

19 years agoAdd timeout hook for marquee
Clément Stenac [Sun, 26 Sep 2004 13:03:52 +0000 (13:03 +0000)]
Add timeout hook for marquee

19 years ago* include/configuration.h: added change_float/integer_range( min, max ) macro.
Gildas Bazin [Sun, 26 Sep 2004 12:59:50 +0000 (12:59 +0000)]
* include/configuration.h: added change_float/integer_range( min, max ) macro.

19 years agomodules/video_milter/Modules.am -- added marquee filter
Mark Moriarty [Sun, 26 Sep 2004 12:55:29 +0000 (12:55 +0000)]
modules/video_milter/Modules.am -- added marquee filter

19 years agoconfigure.ac -- Add marquee subfilter
Mark Moriarty [Sun, 26 Sep 2004 12:45:33 +0000 (12:45 +0000)]
configure.ac -- Add marquee subfilter

19 years ago* modules/control/rc.c: added an --rc-quiet option for win32.
Gildas Bazin [Sun, 26 Sep 2004 12:40:05 +0000 (12:40 +0000)]
* modules/control/rc.c: added an --rc-quiet option for win32.

19 years ago* modules/demux/ps.h: fixed PSM parsing.
Gildas Bazin [Sun, 26 Sep 2004 12:06:50 +0000 (12:06 +0000)]
* modules/demux/ps.h: fixed PSM parsing.
* modules/demux/ps.c: improved MPEG PS autodetection a bit.

19 years agorc.c -- Add hooks to control marquee string and offsets
Mark Moriarty [Sun, 26 Sep 2004 11:47:12 +0000 (11:47 +0000)]
rc.c -- Add hooks to control marquee string and offsets

19 years agoffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
Sigmund Augdal Helberg [Sun, 26 Sep 2004 11:43:19 +0000 (11:43 +0000)]
ffmpeg/video.c: fixed recent breakage of avc1 in mp4 due to a recent ffmpeg
change

19 years agoAdd marq.c, marquee video filter.
Mark Moriarty [Sun, 26 Sep 2004 11:41:32 +0000 (11:41 +0000)]
Add marq.c, marquee video filter.

19 years agomkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
Sigmund Augdal Helberg [Sat, 25 Sep 2004 23:36:55 +0000 (23:36 +0000)]
mkv.cpp: added support for quicktime video codecs in mkv (tested with svq3)
Modules.am: link mkv demux with mp4 demux
mp4/*: export some functions needed by mkv demux

19 years ago* update of NEWS and todo
Derk-Jan Hartman [Sat, 25 Sep 2004 20:05:02 +0000 (20:05 +0000)]
* update of NEWS and todo

19 years agotime.c: remove unused function parameter
Sigmund Augdal Helberg [Sat, 25 Sep 2004 17:51:24 +0000 (17:51 +0000)]
time.c: remove unused function parameter

19 years ago* modules/video_output/directx/*: fix for spurious taskbar item after switching to...
Gildas Bazin [Sat, 25 Sep 2004 15:13:01 +0000 (15:13 +0000)]
* modules/video_output/directx/*: fix for spurious taskbar item after switching to fullscreen.

19 years agomkv.cpp: helper function for printing of the mkv parse tree. Moves all the
Sigmund Augdal Helberg [Sat, 25 Sep 2004 14:01:05 +0000 (14:01 +0000)]
mkv.cpp: helper function for printing of the mkv parse tree. Moves all the
nastyness to a central location. Improves the general readability in my
opinion.

19 years agomkv.cpp: protect the call to block_zlib_decompress
Sigmund Augdal Helberg [Sat, 25 Sep 2004 13:04:12 +0000 (13:04 +0000)]
mkv.cpp: protect the call to block_zlib_decompress

19 years agomkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
Sigmund Augdal Helberg [Sat, 25 Sep 2004 12:45:04 +0000 (12:45 +0000)]
mkv.cpp: turned do_zlib_decompress into block_zlib_decompress, and use it
when needed. Zlib-compressed vobsubs work for me now.

19 years agomkv.cpp: Parse tags related to compression (unused yet)
Sigmund Augdal Helberg [Sat, 25 Sep 2004 12:25:42 +0000 (12:25 +0000)]
mkv.cpp: Parse tags related to compression (unused yet)

19 years ago* modules/video_filter/time.c: the subpicture doesn't need a timeout.
Gildas Bazin [Fri, 24 Sep 2004 11:29:25 +0000 (11:29 +0000)]
* modules/video_filter/time.c: the subpicture doesn't need a timeout.

19 years ago* Makefile.am: use the new wine cmdl syntax for make package-win32.
Gildas Bazin [Fri, 24 Sep 2004 08:35:23 +0000 (08:35 +0000)]
* Makefile.am: use the new wine cmdl syntax for make package-win32.

19 years agomodules/control/corba/Modules.am: attempt to fix build.
Gildas Bazin [Fri, 24 Sep 2004 06:59:28 +0000 (06:59 +0000)]
modules/control/corba/Modules.am: attempt to fix build.

19 years ago* zlib decompressor for mkv. not working. (i don't get c++ :) )
Derk-Jan Hartman [Thu, 23 Sep 2004 22:08:39 +0000 (22:08 +0000)]
* zlib decompressor for mkv. not working. (i don't get c++ :) )

19 years ago* src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.
Gildas Bazin [Thu, 23 Sep 2004 21:11:43 +0000 (21:11 +0000)]
* src/video_output/vout_subpictures.c: fixed recent dvd menu breakage.

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.