]> git.sesse.net Git - vlc/log
vlc
20 years ago* ALL: final improvements to the decoders/packetizers api.
Gildas Bazin [Sun, 16 Nov 2003 21:07:31 +0000 (21:07 +0000)]
* ALL: final improvements to the decoders/packetizers api.
   (There are still a few decoders/packetizers left to be converted but this shouldn't take too long).
* ALL: small improvements to the encoders api.

20 years ago * http.c: little fix
Simon Latapie [Sun, 16 Nov 2003 20:41:36 +0000 (20:41 +0000)]
 * http.c: little fix

20 years ago avi.c: compile fix
Eric Petit [Sun, 16 Nov 2003 15:51:59 +0000 (15:51 +0000)]
 avi.c: compile fix

20 years agoAdded random, repeat one and repeat all checkboxes to the playlist
Benjamin Pracht [Sun, 16 Nov 2003 11:21:48 +0000 (11:21 +0000)]
Added random, repeat one and repeat all checkboxes to the playlist

20 years ago * fixed a segfault with avi without index.
Laurent Aimar [Sun, 16 Nov 2003 00:08:02 +0000 (00:08 +0000)]
 * fixed a segfault with avi without index.

20 years ago* v4l: hack from xine from GStreamer to compile v4l on debian unstable.
Laurent Aimar [Sat, 15 Nov 2003 23:21:35 +0000 (23:21 +0000)]
* v4l: hack from xine from GStreamer to compile v4l on debian unstable.

 (message from xine: fix build on Debian unstable, those dummies seem to
  have put the Linux 2.6 headers in place of the 2.4 ones in glibc...)

20 years ago* New OSX controller (iTunes style)
Derk-Jan Hartman [Sat, 15 Nov 2003 22:42:16 +0000 (22:42 +0000)]
* New OSX controller (iTunes style)
  - Drag and drop implemented
  - still need new sliders and remove the titlebar.
* revert the mozilla plugin changes. i will build a seperate module for that
* simplified previous/next (only playlist, people with chapters and titles
   will have to use the menu
* Moved the disable screensaver from interface to vout.

20 years ago* added ffmpeg cvsroot (not in use atm)
Derk-Jan Hartman [Sat, 15 Nov 2003 22:02:15 +0000 (22:02 +0000)]
* added ffmpeg cvsroot (not in use atm)
* forced some config options on ffmpeg

20 years ago * set dts/length of all pes packet.
Laurent Aimar [Sat, 15 Nov 2003 18:57:12 +0000 (18:57 +0000)]
 * set dts/length of all pes packet.

20 years ago* extra data has changed and was crashing.
Derk-Jan Hartman [Sat, 15 Nov 2003 15:40:19 +0000 (15:40 +0000)]
* extra data has changed and was crashing.

20 years ago* Fixed typos.
Christophe Massiot [Sat, 15 Nov 2003 13:09:02 +0000 (13:09 +0000)]
* Fixed typos.

20 years agoSmall fix in a preference description string
Olivier Teulière [Sat, 15 Nov 2003 10:38:01 +0000 (10:38 +0000)]
Small fix in a preference description string

20 years ago* broken URL
Derk-Jan Hartman [Sat, 15 Nov 2003 02:38:25 +0000 (02:38 +0000)]
* broken URL

20 years ago* New build system for the contrib packages of VLC. It supports to
Christophe Massiot [Sat, 15 Nov 2003 01:21:48 +0000 (01:21 +0000)]
* New build system for the contrib packages of VLC. It supports to
  download a precompiled binary package, or to build all the packages
  from the sources, at the user's option. It is currently written for
  Mac OS X, but could easily be ported to other platforms.

20 years ago* spelling fix
Derk-Jan Hartman [Sat, 15 Nov 2003 00:26:15 +0000 (00:26 +0000)]
* spelling fix

20 years ago* Fix the label in the prefs of the play/pause hotkey.
Derk-Jan Hartman [Fri, 14 Nov 2003 20:17:29 +0000 (20:17 +0000)]
* Fix the label in the prefs of the play/pause hotkey.

20 years ago* fixed playlist_Pause
Derk-Jan Hartman [Fri, 14 Nov 2003 03:51:39 +0000 (03:51 +0000)]
* fixed playlist_Pause

20 years ago* modules/video_filter/transform.c: fix for ./toolbox --update-po
Gildas Bazin [Thu, 13 Nov 2003 21:15:43 +0000 (21:15 +0000)]
* modules/video_filter/transform.c: fix for ./toolbox --update-po

20 years ago* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.
Gildas Bazin [Thu, 13 Nov 2003 17:59:34 +0000 (17:59 +0000)]
* include/ninput.h: ES_EXTRA_TYPE_SUBHEADER wasn't defined.

20 years ago * INSTALL.win32: slightly changed the list of required packages
Loïc Minier [Thu, 13 Nov 2003 14:23:30 +0000 (14:23 +0000)]
  * INSTALL.win32: slightly changed the list of required packages

20 years ago * input: handle also SPU in es_out_Add (and fix a bad lock).
Laurent Aimar [Thu, 13 Nov 2003 13:31:12 +0000 (13:31 +0000)]
 * input: handle also SPU in es_out_Add (and fix a bad lock).
 * sub: use es_out_Add (and that give a proper solution for multiple tracks)
        fixed seeking with sub. (pf_demux was called in Seek instead of
        pf_seek ...)

20 years ago * src/input/input.c: es_out_Add automatically add informations
Laurent Aimar [Thu, 13 Nov 2003 12:28:34 +0000 (12:28 +0000)]
 * src/input/input.c: es_out_Add automatically add informations
 (input_AddInfo) on the ES.
 * all: removed duplicated input_AddInfo.

20 years ago * avi: little clean up, and ported to es_format_t.
Laurent Aimar [Thu, 13 Nov 2003 11:49:27 +0000 (11:49 +0000)]
 * avi: little clean up, and ported to es_format_t.

20 years ago* modules/misc/sap.c: fixed misplaced variable declaration.
Gildas Bazin [Wed, 12 Nov 2003 20:01:01 +0000 (20:01 +0000)]
* modules/misc/sap.c: fixed misplaced variable declaration.

20 years ago * all: big clean up (no more global variables).
Laurent Aimar [Wed, 12 Nov 2003 18:13:31 +0000 (18:13 +0000)]
 * all: big clean up (no more global variables).

20 years agoSupport for announcement of playlist group in SAP announces
Clément Stenac [Wed, 12 Nov 2003 08:10:21 +0000 (08:10 +0000)]
Support for announcement of playlist group in SAP announces
Needs the latest miniSAPserver CVS

20 years ago * little fix due to my last commit
Simon Latapie [Wed, 12 Nov 2003 03:02:56 +0000 (03:02 +0000)]
 * little fix due to my last commit

20 years ago * http.c: little fix in RPN evaluator (now it is real RPN).
Simon Latapie [Wed, 12 Nov 2003 02:56:13 +0000 (02:56 +0000)]
 * http.c: little fix in RPN evaluator (now it is real RPN).

20 years ago* small fix to the playlist window
Derk-Jan Hartman [Wed, 12 Nov 2003 02:45:26 +0000 (02:45 +0000)]
* small fix to the playlist window

20 years ago * http.c : added parsing of options in Add MRL option. In http.c is a the
Simon Latapie [Wed, 12 Nov 2003 02:43:33 +0000 (02:43 +0000)]
 * http.c : added parsing of options in Add MRL option. In http.c is a the
            parse_MRL function which perhaps should be somewhere else
            (playlist ?).
 * Makefile.am : forgoten style.css
 * index.html : little fixes
 * intf-http.txt : updated doc

20 years ago* Away with that annoying playlist drawer. We now have a nice resizable
Derk-Jan Hartman [Wed, 12 Nov 2003 01:22:40 +0000 (01:22 +0000)]
* Away with that annoying playlist drawer. We now have a nice resizable
  window, with additional index and author columns.

20 years ago* include/vlc_keys.h: added StringToKey()
Derk-Jan Hartman [Tue, 11 Nov 2003 23:50:41 +0000 (23:50 +0000)]
* include/vlc_keys.h: added StringToKey()
* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q
* modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5
* REST: implemented configurable hotkeys for OS X.

20 years ago* when config_ResetAll() a key config value becomes "Unset" (0) instead of
Derk-Jan Hartman [Tue, 11 Nov 2003 21:23:56 +0000 (21:23 +0000)]
* when config_ResetAll() a key config value becomes "Unset" (0) instead of
  it's original value. With this you at least won't break your config file,
  because it comments out the value during saving, when it's identical to the,
  original value. The question however remains, why does a resetAll result
  in a 0 in the 'current' config in use, and in original value at time of saving?

20 years ago * wav: es_format_t
Laurent Aimar [Tue, 11 Nov 2003 02:49:26 +0000 (02:49 +0000)]
 * wav: es_format_t

20 years ago * mkv: ues es_format_t.
Laurent Aimar [Tue, 11 Nov 2003 01:33:18 +0000 (01:33 +0000)]
 * mkv: ues es_format_t.

20 years ago * all: use es_format_t and es_out_*. (Not well tested yet...)
Laurent Aimar [Tue, 11 Nov 2003 00:37:59 +0000 (00:37 +0000)]
 * all: use es_format_t and es_out_*. (Not well tested yet...)

20 years ago* modules/gui/wxwindows/open.cpp: compilation fix for unicode version.
Gildas Bazin [Mon, 10 Nov 2003 18:21:35 +0000 (18:21 +0000)]
* modules/gui/wxwindows/open.cpp: compilation fix for unicode version.

20 years ago* configure.ac: link ws2_32 in the right order on win32 for livedotcom.
Gildas Bazin [Mon, 10 Nov 2003 17:47:42 +0000 (17:47 +0000)]
* configure.ac: link ws2_32 in the right order on win32 for livedotcom.

20 years ago* New Hungarian translation contributed by 'DirectX' (Name under investigation)
Derk-Jan Hartman [Mon, 10 Nov 2003 00:49:48 +0000 (00:49 +0000)]
* New Hungarian translation contributed by 'DirectX' (Name under investigation)

20 years ago* modules/gui/wxwindows/*: dshow open panel is fully functionnal.
Gildas Bazin [Mon, 10 Nov 2003 00:14:05 +0000 (00:14 +0000)]
* modules/gui/wxwindows/*: dshow open panel is fully functionnal.

20 years agoPDA Interface:
Jean-Paul Saman [Sun, 9 Nov 2003 21:29:52 +0000 (21:29 +0000)]
PDA Interface:
* Transcode tabpage added
* code cleanup

20 years ago* modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct...
Gildas Bazin [Sun, 9 Nov 2003 20:13:46 +0000 (20:13 +0000)]
* modules/gui/wxwindows/open.cpp: added an AutoBuildPanel() that is used to construct the dshow tab.
   (It is not quite useful yet but will be shortly).

20 years agoPDA Interface:
Jean-Paul Saman [Sun, 9 Nov 2003 19:49:48 +0000 (19:49 +0000)]
PDA Interface:
* Camera tabpage is done.

20 years agoPDA interface:
Jean-Paul Saman [Sun, 9 Nov 2003 18:52:29 +0000 (18:52 +0000)]
PDA interface:
* improvements on Camera tabpage

20 years agoAllow return to have a numeric prefix too.
Rocky Bernstein [Sun, 9 Nov 2003 18:06:11 +0000 (18:06 +0000)]
Allow return to have a numeric prefix too.

20 years agoSmall changes to assist debugging.
Rocky Bernstein [Sun, 9 Nov 2003 17:45:41 +0000 (17:45 +0000)]
Small changes to assist debugging.

20 years ago + modules/gui/beos/VideoOutput.cpp: fixed modifiers
Eric Petit [Sun, 9 Nov 2003 16:00:54 +0000 (16:00 +0000)]
 + modules/gui/beos/VideoOutput.cpp: fixed modifiers
 + src/misc/beos_specific.cpp: cosmetic

20 years agoPDA Interface:
Jean-Paul Saman [Sun, 9 Nov 2003 15:55:23 +0000 (15:55 +0000)]
PDA Interface:
* More changes on the Camera tabpage
* Cleanup some dead interface wood ;-)

20 years ago* modules/access/v4l/v4l.c: couple of fixes.
Gildas Bazin [Sun, 9 Nov 2003 15:29:41 +0000 (15:29 +0000)]
* modules/access/v4l/v4l.c: couple of fixes.

20 years agoPDA inteface:
Jean-Paul Saman [Sun, 9 Nov 2003 13:59:21 +0000 (13:59 +0000)]
PDA inteface:
* Redesigned "Camera" tabpage.

20 years ago* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.
Gildas Bazin [Sun, 9 Nov 2003 13:20:32 +0000 (13:20 +0000)]
* modules/gui/wxwindows/preferences_widgets.cpp: compilation fix.

20 years ago * http.c: removed a completely useless check (now you can change volume
Simon Latapie [Sun, 9 Nov 2003 05:22:56 +0000 (05:22 +0000)]
 * http.c: removed a completely useless check (now you can change volume
     value without playing anything)

20 years ago * index.html: little fix with volume textbox
Simon Latapie [Sun, 9 Nov 2003 05:15:17 +0000 (05:15 +0000)]
 * index.html: little fix with volume textbox

20 years ago * http interface: changed index.html for new seek function. small change
Simon Latapie [Sun, 9 Nov 2003 03:43:25 +0000 (03:43 +0000)]
 * http interface: changed index.html for new seek function. small change
      in css.

20 years ago * http.c: modify seek function (now you can put almost everything which
Simon Latapie [Sun, 9 Nov 2003 03:41:50 +0000 (03:41 +0000)]
 * http.c: modify seek function (now you can put almost everything which
     looks like a time/length)

20 years agoHandle keyboard input: numeric entry, next, prev, return and default.
Rocky Bernstein [Sun, 9 Nov 2003 00:52:32 +0000 (00:52 +0000)]
Handle keyboard input: numeric entry, next, prev, return and default.

20 years agouse "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14
Sigmund Augdal Helberg [Sat, 8 Nov 2003 23:12:15 +0000 (23:12 +0000)]
use "video" and not "audio" as media type, and 33 (mpeg2 ts) and not 14
(mp3) as payload type

20 years agoignore streams that are not m=audio or m=video
Sigmund Augdal Helberg [Sat, 8 Nov 2003 23:02:38 +0000 (23:02 +0000)]
ignore streams that are not m=audio or m=video

20 years agoPDA Interface
Jean-Paul Saman [Sat, 8 Nov 2003 18:31:01 +0000 (18:31 +0000)]
PDA Interface
* simplefied network tabpage

20 years ago + configure.ac: link httpd and stream_out_standard against -lsocket
Eric Petit [Sat, 8 Nov 2003 18:23:40 +0000 (18:23 +0000)]
 + configure.ac: link httpd and stream_out_standard against -lsocket
 + modules/gui/beos/*: use hotkeys
 + include/vlc_keys.h, src/misc/configuration.c:
   renamed modifiers into vlc_modifiers so it does not conflict with
   BeOS' modifiers()

20 years agoPDA interface:
Jean-Paul Saman [Sat, 8 Nov 2003 16:04:05 +0000 (16:04 +0000)]
PDA interface:
* Network tabpage works
* cleanup of code

20 years ago* spelling fix and fix of copyright and version strings on info.html
Derk-Jan Hartman [Sat, 8 Nov 2003 15:59:46 +0000 (15:59 +0000)]
* spelling fix and fix of copyright and version strings on info.html

20 years agoBy default disable the stream_out_transrate plug-in since it takes 2 hours
Christophe Massiot [Sat, 8 Nov 2003 14:54:03 +0000 (14:54 +0000)]
By default disable the stream_out_transrate plug-in since it takes 2 hours
compiling.

20 years agomodules/misc/sap.c:
Sigmund Augdal Helberg [Sat, 8 Nov 2003 12:25:59 +0000 (12:25 +0000)]
modules/misc/sap.c:
 * support sap announces that use dos style linebreaks

20 years ago * useless.
Laurent Aimar [Sat, 8 Nov 2003 09:05:42 +0000 (09:05 +0000)]
 * useless.

20 years ago * livedotcom.cpp:
Laurent Aimar [Sat, 8 Nov 2003 06:47:34 +0000 (06:47 +0000)]
 * livedotcom.cpp:
    - added X-QT and X-QUICKTIME video support.
    - first try for seek and position display support.
    (position is buggy, and seek won't really work as long as wx try to seek
    each time the slider is moved)

20 years ago * araw.c: prevent segfault with ulaw/alaw.
Laurent Aimar [Sat, 8 Nov 2003 04:57:56 +0000 (04:57 +0000)]
 * araw.c: prevent segfault with ulaw/alaw.

20 years ago* configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.
Gildas Bazin [Fri, 7 Nov 2003 22:56:02 +0000 (22:56 +0000)]
* configure.aci, modules/demux/livedotcom.cpp: win32 compilation fixes.

20 years ago * lalala added livedotcom
Laurent Aimar [Fri, 7 Nov 2003 21:44:53 +0000 (21:44 +0000)]
 * lalala added livedotcom

20 years ago * configure.ac: added --enable-livedotcom and --with-livedotcom-tree.
Laurent Aimar [Fri, 7 Nov 2003 21:44:20 +0000 (21:44 +0000)]
 * configure.ac: added --enable-livedotcom and --with-livedotcom-tree.
 (--with-livedotcom-tree is mandatory when using --enable-livedotcom, so
 livedotcom isn't compiled by default)

20 years ago* modules/stream_out/transrate: New transrating module, based on GPL
Christophe Massiot [Fri, 7 Nov 2003 21:30:52 +0000 (21:30 +0000)]
* modules/stream_out/transrate: New transrating module, based on GPL
  code from www.metakine.com.
  CAUTION : the code is currently very ugly, with static variables, no
  code convention, etc. I check it in "as is" because it may be useful
  to some people.
  Don't expect a bitrate reduction of more than 30 % with acceptable
  quality.
* modules/demux/mpeg/ts.c: Useful debug message

20 years ago* src/misc/threads.c: Implementation of real-time priorities for UNIX-like
Christophe Massiot [Fri, 7 Nov 2003 19:30:28 +0000 (19:30 +0000)]
* src/misc/threads.c: Implementation of real-time priorities for UNIX-like
  pthread systems (activate with --rt-priority)
* modules/access_output/udp.c: Only discard packets which are _very_ late

20 years ago* modules/mux/mpeg/ts.c:
Christophe Massiot [Fri, 7 Nov 2003 18:41:09 +0000 (18:41 +0000)]
* modules/mux/mpeg/ts.c:
  - By default send PCRs every 90 ms, because the upper limit is 100 ms
  - New pid-video and pid-audio sout variables

20 years ago * udp: mp3/rtp is now correctly working.
Laurent Aimar [Fri, 7 Nov 2003 18:32:55 +0000 (18:32 +0000)]
 * udp: mp3/rtp is now correctly working.

20 years ago * rtp: removed a annoying debug message
Laurent Aimar [Fri, 7 Nov 2003 18:32:24 +0000 (18:32 +0000)]
 * rtp: removed a annoying debug message
 * announce.c: fixed a warning.

20 years ago * livedotcom.cpp:
Laurent Aimar [Fri, 7 Nov 2003 18:08:54 +0000 (18:08 +0000)]
 * livedotcom.cpp:
    - improve a lot pts handling.
    - added --rtsp-caching.
    - implemented DEMUX_GET_TIME  and declared the input as seekable to
    make the interface displaying the time.
 Now I can read rtp stream from VLC using http export for sdp :) (MPEG4
video, MPEG 1/2 video and mp3 audio tested successfully)

20 years ago * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
Laurent Aimar [Fri, 7 Nov 2003 17:44:43 +0000 (17:44 +0000)]
 * added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
 (It could avoid a lot of duplicated code...)

20 years ago * rtp: added a sdp options to export sdp. For now only as http.
Laurent Aimar [Fri, 7 Nov 2003 17:43:42 +0000 (17:43 +0000)]
 * rtp: added a sdp options to export sdp. For now only as http.
options: #rtp{dst=ip,port=port,[sdp=http://ip:port/file],[mux=]}

20 years ago* modules/packetizer/mpegvideo.c: Detect discontinuities and trash
Christophe Massiot [Fri, 7 Nov 2003 16:53:54 +0000 (16:53 +0000)]
* modules/packetizer/mpegvideo.c: Detect discontinuities and trash
  corrupt packets. Also flag GOP headers with SOUT_BUFFER_FLAGS_GOP.

20 years agoPDA interface:
Jean-Paul Saman [Fri, 7 Nov 2003 14:15:23 +0000 (14:15 +0000)]
PDA interface:
* cleanup code
* cleanup interface

20 years ago* Updated documentation.
Christophe Massiot [Fri, 7 Nov 2003 13:31:26 +0000 (13:31 +0000)]
* Updated documentation.

20 years ago* modules/access/satellite: Big rework of the old satellite module.
Christophe Massiot [Fri, 7 Nov 2003 13:28:23 +0000 (13:28 +0000)]
* modules/access/satellite: Big rework of the old satellite module.
  - ability to select between different tuners if the board has several
    tuners
  - abitility to select between different demux if the board has several
    demuxes
  - if frequency isn't specified, do not try to tune the tuner and
    assume some other software already did it
  - set a bigger buffer size to avoid packet losses
  - do not filter too many PIDs since some board only have 8 filters
  - kludged so that the module works perfectly well with the demuxstream
    demuxer
  - use DMX_PES_OTHER all the time because some boards do not have a
    decoder chip (this may be a problem for you)

This changeset is part of the Dreambox port of VLC.

20 years agoPDA interface:
Jean-Paul Saman [Fri, 7 Nov 2003 13:01:51 +0000 (13:01 +0000)]
PDA interface:
* Directory browsing works
* Coredump is solved
* Adding files or entire directories to the playlist GUI control works.

20 years ago * livedotcom.cpp: - better pts handling but still bad. (and using rtsp
Laurent Aimar [Fri, 7 Nov 2003 12:27:30 +0000 (12:27 +0000)]
 * livedotcom.cpp: - better pts handling  but still bad. (and using rtsp
 over tcp doesn't really work yet).
                   - fixed bad usage of delete vs delete[]
(using --rtsp-tcp still leads to segfault)

20 years agoNeed to change libvcdinfo to be more robust when there are
Rocky Bernstein [Fri, 7 Nov 2003 10:33:41 +0000 (10:33 +0000)]
Need to change libvcdinfo to be more robust when there are
reading the extended PSD. Given that area-highlighting and
features in the extended PSD haven't been implemented,
best then to not try to read this at all.

20 years agoBasic functionality of File tabpage is working.
Jean-Paul Saman [Fri, 7 Nov 2003 09:24:58 +0000 (09:24 +0000)]
Basic functionality of File tabpage is working.

20 years agoRemoving GPE specific stuff.
Jean-Paul Saman [Fri, 7 Nov 2003 07:59:00 +0000 (07:59 +0000)]
Removing GPE specific stuff.

20 years ago * more tolerant sdp check when using rtsp://. (SDP from some DSS have a
Laurent Aimar [Fri, 7 Nov 2003 00:28:58 +0000 (00:28 +0000)]
 * more tolerant  sdp check when using  rtsp://. (SDP from some  DSS have a
 lot of mandatory fields missing, like v, o, and s)

20 years agoSync with latest changes
Clément Stenac [Thu, 6 Nov 2003 22:23:27 +0000 (22:23 +0000)]
Sync with latest changes

20 years ago * livedotcom.cpp: use live.com library to read rtsp and sdp file.
Laurent Aimar [Thu, 6 Nov 2003 22:14:57 +0000 (22:14 +0000)]
 * livedotcom.cpp: use live.com library to read rtsp and sdp file.
    TODO:
        - handle PTS (for now, I just use mdate() :)
        - support TS/PS (hard as it needs a lot of work on TS/PS demuxers).
        - support X-QT and X-QUICKTIME. (I don't know if it's really used).
        - implement pause, seek ...
        - clean up/bugs fixes...
        - ...

20 years ago* modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.
Gildas Bazin [Thu, 6 Nov 2003 20:12:37 +0000 (20:12 +0000)]
* modules/demux/mpeg/ts.c: compilation fix for old libdvbpsi.

20 years ago. a small fix .... (many other to follow in the next days)
Damien Lucas [Thu, 6 Nov 2003 19:35:05 +0000 (19:35 +0000)]
. a small fix .... (many other to follow in the next days)

20 years ago* Going to Fullscreen was effecting all vout's. should affect only the frontmost...
Derk-Jan Hartman [Thu, 6 Nov 2003 18:55:22 +0000 (18:55 +0000)]
* Going to Fullscreen was effecting all vout's. should affect only the frontmost one.

20 years ago* Updated the Output dialog.
Derk-Jan Hartman [Thu, 6 Nov 2003 18:35:19 +0000 (18:35 +0000)]
* Updated the Output dialog.
  - support for slp
  - support for theora
  - support for demuxdump

20 years ago. I422 -> YV12 Chroma
Damien Lucas [Thu, 6 Nov 2003 17:08:12 +0000 (17:08 +0000)]
. I422 -> YV12 Chroma

This work is part of the work done by Anevia for the "Gran Theatro del
Barcelona".

20 years ago. 422 deinterlacing (bob and blend filters)
Damien Lucas [Thu, 6 Nov 2003 16:54:40 +0000 (16:54 +0000)]
. 422 deinterlacing (bob and blend filters)

This work is part of the work done by Anevia for the "Gran Theatro del
Barcelona".

20 years agooups, ... forgot the interesting file !
Damien Lucas [Thu, 6 Nov 2003 16:37:19 +0000 (16:37 +0000)]
oups, ... forgot the interesting file !

20 years agodvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
Damien Lucas [Thu, 6 Nov 2003 16:36:41 +0000 (16:36 +0000)]
dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
          things to write to implement competely the standard but this decoder
          will work in most of the pictures subtitles cases. Text subtitles
          decoding is not implemented at all.
          This decoder has been validated with CAVENA encoders after few
          remarks of their developpers.

include/*: addded a p_spuinfo field in the decider_fifo_t and the
           es_descriptor_t

codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
          track.

modules/demux/mpeg: added the support of the dvb subtitles track. Need last
                    libdvbpsi (0x59 descriptor) to compile. The demuxer
                    creates n fake ES as each ES carries up to 256 subtitles
                    tracks.

This work is part of the work done by Anevia for the "Gran Theatro del
Barcelona".

20 years ago* changed how cursor hiding works. Not perfect, but it's less complicated.
Derk-Jan Hartman [Thu, 6 Nov 2003 16:28:28 +0000 (16:28 +0000)]
* changed how cursor hiding works. Not perfect, but it's less complicated.
  - less vague bugs :)
* changed the global hotkey for play/pause to command-p since 'space' won't be
  defined as the hotkey. i was sick of all the hacks i had made to have it work
  that way, so the end. space only works in the vout from now on.

20 years ago* New (experimental and incomplete) demuxstream module. It bypasses the
Christophe Massiot [Thu, 6 Nov 2003 16:06:28 +0000 (16:06 +0000)]
* New (experimental and incomplete) demuxstream module. It bypasses the
stream output, and takes what comes from a DVB card and sends it onto
the network. I didn't activate it in configure.ac because I suspect there
might be problems with iovec on Windows (and there is probably a better
way to do it).