]> git.sesse.net Git - vlc/log
vlc
19 years ago* modules/audio_output/portaudio.c: implemented a PORTAUDIO_IS_SERIOUSLY_BROKEN mode...
Gildas Bazin [Mon, 8 Nov 2004 21:06:22 +0000 (21:06 +0000)]
* modules/audio_output/portaudio.c: implemented a PORTAUDIO_IS_SERIOUSLY_BROKEN mode (win32 asio only).

19 years agoOups
Clément Stenac [Mon, 8 Nov 2004 18:59:34 +0000 (18:59 +0000)]
Oups

19 years agoInitial Services discovery support
Clément Stenac [Mon, 8 Nov 2004 18:19:51 +0000 (18:19 +0000)]
Initial Services discovery support

19 years ago * modules/video_output/x11/x11.c:
Sam Hocevar [Mon, 8 Nov 2004 14:27:06 +0000 (14:27 +0000)]
  * modules/video_output/x11/x11.c:
    + Gave X11 a higher priority than SDL, so that the all-in-one interface
      still works when the XVideo port is taken. If XVideo is not available,
      SDL isn't of much use though.

19 years ago* src/video_output/vout_subpictures.c: oops, don't forget to test for p_region.
Gildas Bazin [Mon, 8 Nov 2004 14:03:36 +0000 (14:03 +0000)]
* src/video_output/vout_subpictures.c: oops, don't forget to test for p_region.

19 years ago* modules/stream_out/transcode.c: proper subpicture scaling using sample aspect ratio...
Gildas Bazin [Mon, 8 Nov 2004 13:58:18 +0000 (13:58 +0000)]
* modules/stream_out/transcode.c: proper subpicture scaling using sample aspect ratio information.

19 years ago* modules/video_filter/logo.c: set sample aspect ratio.
Gildas Bazin [Mon, 8 Nov 2004 13:46:07 +0000 (13:46 +0000)]
* modules/video_filter/logo.c: set sample aspect ratio.

19 years ago* src/video_output/vout_subpictures.c: proper subpicture scaling using sample aspect...
Gildas Bazin [Mon, 8 Nov 2004 13:45:02 +0000 (13:45 +0000)]
* src/video_output/vout_subpictures.c: proper subpicture scaling using sample aspect ratio information.

19 years ago* include/vlc_es.h: added i_sar_num/den (sample aspect ratio) fields to video_format_...
Gildas Bazin [Mon, 8 Nov 2004 13:41:16 +0000 (13:41 +0000)]
* include/vlc_es.h: added i_sar_num/den (sample aspect ratio) fields to video_format_t (will hopefully deprecate the i_aspect field one day).

19 years ago* modules/access/dshow/dshow.cpp: setup crossbars for MEDIATYPE_Stream as well.
Gildas Bazin [Mon, 8 Nov 2004 12:21:07 +0000 (12:21 +0000)]
* modules/access/dshow/dshow.cpp: setup crossbars for MEDIATYPE_Stream as well.

19 years agoUse play to end as default, and add "play this branch" to popup
Clément Stenac [Mon, 8 Nov 2004 00:46:11 +0000 (00:46 +0000)]
Use play to end as default, and add "play this branch" to popup

19 years ago * added SAP group announcing support in the sout dialog
Antoine Cellerier [Sun, 7 Nov 2004 23:52:19 +0000 (23:52 +0000)]
 * added SAP group announcing support in the sout dialog

19 years agoFix item delete in skins
Clément Stenac [Sun, 7 Nov 2004 23:41:28 +0000 (23:41 +0000)]
Fix item delete in skins

19 years ago* Add gnutls libs to OSX build
Derk-Jan Hartman [Sun, 7 Nov 2004 23:05:04 +0000 (23:05 +0000)]
* Add gnutls libs to OSX build

19 years agohal.c: start of a libhal based service discovry module. Detects dvd and
Sigmund Augdal Helberg [Sun, 7 Nov 2004 22:43:44 +0000 (22:43 +0000)]
hal.c: start of a libhal based service discovry module. Detects dvd and
audio cd right now. todo: add more devices, use callbacks for device
insertions/removal

19 years ago* modules/codec/ffmpeg/demux.c: bunch of bug fixes (don't trigger on bin/dat files...
Gildas Bazin [Sun, 7 Nov 2004 20:17:46 +0000 (20:17 +0000)]
* modules/codec/ffmpeg/demux.c: bunch of bug fixes (don't trigger on bin/dat files, etc...).

19 years ago* modules/control/rc.c: ported MRL parsing (changeset 9232) from 0.8.1 branch.
Gildas Bazin [Sun, 7 Nov 2004 20:14:54 +0000 (20:14 +0000)]
* modules/control/rc.c: ported MRL parsing (changeset 9232) from 0.8.1 branch.

19 years ago* Use possibly better optimized QT YUY2 decoder??? (It seems faster)
Derk-Jan Hartman [Sun, 7 Nov 2004 20:06:59 +0000 (20:06 +0000)]
* Use possibly better optimized QT YUY2 decoder??? (It seems faster)

19 years ago* Updated coreaudio resampler. will play small lpcm samples, but still crashes sometimes.
Derk-Jan Hartman [Sun, 7 Nov 2004 20:01:54 +0000 (20:01 +0000)]
* Updated coreaudio resampler. will play small lpcm samples, but still crashes sometimes.
  problem is writing to freed memory???
  possibly related to dropped buffers?

19 years agoRemove bogus debug messages
Rémi Denis-Courmont [Sun, 7 Nov 2004 17:22:19 +0000 (17:22 +0000)]
Remove bogus debug messages

19 years agoBring socket in non-blocking mode before TLS handshake
Rémi Denis-Courmont [Sun, 7 Nov 2004 17:20:45 +0000 (17:20 +0000)]
Bring socket in non-blocking mode before TLS handshake

19 years agoFix handshaking on non-blocking sockets
Rémi Denis-Courmont [Sun, 7 Nov 2004 17:20:19 +0000 (17:20 +0000)]
Fix handshaking on non-blocking sockets

19 years agoFix and simplify client-side API
Rémi Denis-Courmont [Sun, 7 Nov 2004 14:52:30 +0000 (14:52 +0000)]
Fix and simplify client-side API
(failed to release allocated data in some error cases)

19 years agoRenamed overloaded standard C-library function printf with msg_rc()/msg_rtci().
Jean-Paul Saman [Sun, 7 Nov 2004 14:41:08 +0000 (14:41 +0000)]
Renamed overloaded standard C-library function printf with msg_rc()/msg_rtci().

19 years agoFix compilation warning
Rémi Denis-Courmont [Sun, 7 Nov 2004 14:40:47 +0000 (14:40 +0000)]
Fix compilation warning

19 years agoOn-the-fly control of logo positiion
Mark Moriarty [Sun, 7 Nov 2004 14:01:08 +0000 (14:01 +0000)]
On-the-fly control of logo positiion

19 years agoChange marquee callback variables to use INPUT instead of PLAYLIST
Mark Moriarty [Sun, 7 Nov 2004 11:49:43 +0000 (11:49 +0000)]
Change marquee callback variables to use INPUT instead of PLAYLIST

19 years agoImplement net_* virtualization with TLS module
Rémi Denis-Courmont [Sun, 7 Nov 2004 11:28:56 +0000 (11:28 +0000)]
Implement net_* virtualization with TLS module

19 years agoAllow multiple inclusions of "network.h"
Rémi Denis-Courmont [Sun, 7 Nov 2004 11:17:37 +0000 (11:17 +0000)]
Allow multiple inclusions of "network.h"

19 years agoinclude wx/imaglist.h (gibalou scores again)
Mark Moriarty [Sun, 7 Nov 2004 11:12:16 +0000 (11:12 +0000)]
include wx/imaglist.h (gibalou scores again)

19 years agonet_* API update for encryption (recv / send virtualization)
Rémi Denis-Courmont [Sun, 7 Nov 2004 11:02:59 +0000 (11:02 +0000)]
net_* API update for encryption (recv / send virtualization)

19 years ago* Fixed autodelete
Clément Stenac [Sun, 7 Nov 2004 10:43:52 +0000 (10:43 +0000)]
* Fixed autodelete
* Autodelete items played by the SDP demuxer
* Added playlist_CopyParents facility, for modules that use ItemToNode

19 years ago* disable Title retrieval, was crashing
Derk-Jan Hartman [Sun, 7 Nov 2004 01:26:09 +0000 (01:26 +0000)]
* disable Title retrieval, was crashing

19 years ago* fixing the OSX playlist (at least it compiles again)
Derk-Jan Hartman [Sun, 7 Nov 2004 00:28:16 +0000 (00:28 +0000)]
* fixing the OSX playlist (at least it compiles again)

19 years ago* Some todo updates
Derk-Jan Hartman [Sat, 6 Nov 2004 23:33:24 +0000 (23:33 +0000)]
* Some todo updates

19 years agoClient-side anonymous TLS/SSL support
Rémi Denis-Courmont [Sat, 6 Nov 2004 20:03:41 +0000 (20:03 +0000)]
Client-side anonymous TLS/SSL support

19 years agoRemove unused variable
Rémi Denis-Courmont [Sat, 6 Nov 2004 19:43:26 +0000 (19:43 +0000)]
Remove unused variable

19 years agoDisable old m3u demuxer
Clément Stenac [Sat, 6 Nov 2004 19:17:32 +0000 (19:17 +0000)]
Disable old m3u demuxer

19 years agofix a bunch of memory leaks
Clément Stenac [Sat, 6 Nov 2004 19:11:25 +0000 (19:11 +0000)]
fix a bunch of memory leaks

19 years agoFixes malloc's parameter
Rémi Denis-Courmont [Sat, 6 Nov 2004 18:40:52 +0000 (18:40 +0000)]
Fixes malloc's parameter

19 years ago* src/video_output/vout_subpictures.c: added a b_fade parameter for enabling fading...
Yoann Peronneau [Sat, 6 Nov 2004 18:25:01 +0000 (18:25 +0000)]
* src/video_output/vout_subpictures.c: added a b_fade parameter for enabling fading when rendering subpictures

19 years ago* src/video_output/video_widgets.c: now uses blend() for OSD widgets.
Yoann Peronneau [Sat, 6 Nov 2004 17:27:54 +0000 (17:27 +0000)]
* src/video_output/video_widgets.c: now uses blend() for OSD widgets.

19 years agoHTTP/SSL stream output
Rémi Denis-Courmont [Sat, 6 Nov 2004 16:26:40 +0000 (16:26 +0000)]
HTTP/SSL stream output

19 years agoBetter strings
Rémi Denis-Courmont [Sat, 6 Nov 2004 16:02:20 +0000 (16:02 +0000)]
Better strings

19 years agoTODO: Added some ideas for serice discovery
Sigmund Augdal Helberg [Sat, 6 Nov 2004 15:51:55 +0000 (15:51 +0000)]
TODO: Added some ideas for serice discovery

19 years agoOups, forgot this file
Rémi Denis-Courmont [Sat, 6 Nov 2004 14:40:56 +0000 (14:40 +0000)]
Oups, forgot this file

19 years ago- Better settings description,
Rémi Denis-Courmont [Sat, 6 Nov 2004 14:40:41 +0000 (14:40 +0000)]
- Better settings description,
- Easier TLS module wrapper.

19 years ago* Added group announcing support
Yoann Peronneau [Sat, 6 Nov 2004 14:04:29 +0000 (14:04 +0000)]
* Added group announcing support

19 years agoadded myself
Clément Stenac [Sat, 6 Nov 2004 13:59:24 +0000 (13:59 +0000)]
added myself

19 years agofix images, don't rescale them
Clément Stenac [Sat, 6 Nov 2004 13:43:36 +0000 (13:43 +0000)]
fix images, don't rescale them

19 years agoUse vlc main object for gcrypt thread-safety callbacks
Rémi Denis-Courmont [Sat, 6 Nov 2004 13:10:06 +0000 (13:10 +0000)]
Use vlc main object for gcrypt thread-safety callbacks

19 years agoHonor don't skip flag for items too
Clément Stenac [Sat, 6 Nov 2004 12:51:39 +0000 (12:51 +0000)]
Honor don't skip flag for items too

19 years ago--dh-bits option to change the Diffie Hellman prime number's bits size
Rémi Denis-Courmont [Sat, 6 Nov 2004 12:44:12 +0000 (12:44 +0000)]
--dh-bits option to change the Diffie Hellman prime number's bits size

19 years ago* modules/video_filter/blend.c: added an i_alpha parameter for blending
Yoann Peronneau [Sat, 6 Nov 2004 12:25:09 +0000 (12:25 +0000)]
* modules/video_filter/blend.c: added an i_alpha parameter for blending

19 years agoOne more thing to do :)
Clément Stenac [Sat, 6 Nov 2004 12:13:30 +0000 (12:13 +0000)]
One more thing to do :)

19 years agognutls version check
Rémi Denis-Courmont [Sat, 6 Nov 2004 12:11:03 +0000 (12:11 +0000)]
gnutls version check

19 years agogcrypt thread-safety
Rémi Denis-Courmont [Sat, 6 Nov 2004 12:05:32 +0000 (12:05 +0000)]
gcrypt thread-safety

19 years ago* modules/gui/wxwindows/playlist.cpp: unicode build fixes.
Gildas Bazin [Sat, 6 Nov 2004 11:46:24 +0000 (11:46 +0000)]
* modules/gui/wxwindows/playlist.cpp: unicode build fixes.

19 years agocompilation fix for xOSD
Clément Stenac [Sat, 6 Nov 2004 11:23:38 +0000 (11:23 +0000)]
compilation fix for xOSD

19 years agoFixes
Clément Stenac [Sat, 6 Nov 2004 11:22:46 +0000 (11:22 +0000)]
Fixes
Build the correct files
Updated TODO

19 years agoFixes + use new API for directory demuxer
Clément Stenac [Sat, 6 Nov 2004 11:21:14 +0000 (11:21 +0000)]
Fixes + use new API for directory demuxer

19 years agoUse new API for M3U demuxer
Clément Stenac [Sat, 6 Nov 2004 11:20:06 +0000 (11:20 +0000)]
Use new API for M3U demuxer

19 years agobeginning of a testsuite for the playlist
Clément Stenac [Sat, 6 Nov 2004 11:19:35 +0000 (11:19 +0000)]
beginning of a testsuite for the playlist

19 years agofix for new playlist API
Clément Stenac [Sat, 6 Nov 2004 11:19:08 +0000 (11:19 +0000)]
fix for new playlist API

19 years agoImplement new playlist system in wxWidgets interface
Clément Stenac [Sat, 6 Nov 2004 11:18:43 +0000 (11:18 +0000)]
Implement new playlist system in wxWidgets interface

19 years agorewrite of the SAP parser
Clément Stenac [Sat, 6 Nov 2004 11:18:10 +0000 (11:18 +0000)]
rewrite of the SAP parser

19 years agoImprovements to the playlist core
Clément Stenac [Sat, 6 Nov 2004 11:17:46 +0000 (11:17 +0000)]
Improvements to the playlist core

19 years agoMissing help string
Clément Stenac [Sat, 6 Nov 2004 11:15:50 +0000 (11:15 +0000)]
Missing help string

19 years agoadd a comment to explain what it does
Clément Stenac [Sat, 6 Nov 2004 11:14:00 +0000 (11:14 +0000)]
add a comment to explain what it does

19 years agoadded net_Select
Clément Stenac [Sat, 6 Nov 2004 11:13:23 +0000 (11:13 +0000)]
added net_Select

19 years agoNo longer used
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:50:22 +0000 (10:50 +0000)]
No longer used

19 years agoChecks for gnutls
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:49:57 +0000 (10:49 +0000)]
Checks for gnutls

19 years agoFix to use TLS module dynamically
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:49:21 +0000 (10:49 +0000)]
Fix to use TLS module dynamically

19 years agognutls TLS module
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:48:53 +0000 (10:48 +0000)]
gnutls TLS module

19 years agocommon tls types
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:48:15 +0000 (10:48 +0000)]
common tls types

19 years agoNo longer build src/misc/tls.c
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:47:27 +0000 (10:47 +0000)]
No longer build src/misc/tls.c

19 years agoSupport for creating TLS objects
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:47:04 +0000 (10:47 +0000)]
Support for creating TLS objects

19 years agoTLS modules interface
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:45:07 +0000 (10:45 +0000)]
TLS modules interface

19 years agoNew TLS object type
Rémi Denis-Courmont [Sat, 6 Nov 2004 10:43:35 +0000 (10:43 +0000)]
New TLS object type

19 years agoAdded the items specific to VLC 0.8.0
Olivier Teulière [Fri, 5 Nov 2004 20:11:21 +0000 (20:11 +0000)]
Added the items specific to VLC 0.8.0

19 years ago* unknow -> unknown
Derk-Jan Hartman [Fri, 5 Nov 2004 15:18:12 +0000 (15:18 +0000)]
* unknow -> unknown

19 years ago* NEWS: update to current changes in 0.8.1-svn.
Gildas Bazin [Fri, 5 Nov 2004 14:59:11 +0000 (14:59 +0000)]
* NEWS: update to current changes in 0.8.1-svn.

19 years ago* modules/codec/ffmpeg/*: fix interlaced encoding (top field first + repeat field.)
Gildas Bazin [Fri, 5 Nov 2004 14:57:53 +0000 (14:57 +0000)]
* modules/codec/ffmpeg/*: fix interlaced encoding (top field first + repeat field.)

19 years ago* recognize subtitles streams in avi. Now to decode them. if anyone has ANY info...
Derk-Jan Hartman [Fri, 5 Nov 2004 14:40:07 +0000 (14:40 +0000)]
* recognize subtitles streams in avi. Now to decode them. if anyone has ANY info on how this works :)

19 years ago* Trackname support for avi
Derk-Jan Hartman [Fri, 5 Nov 2004 14:16:09 +0000 (14:16 +0000)]
* Trackname support for avi

19 years ago* modules/audio_output/waveout.c,directx.c: fixed audio channel ordering.
Gildas Bazin [Fri, 5 Nov 2004 12:56:35 +0000 (12:56 +0000)]
* modules/audio_output/waveout.c,directx.c: fixed audio channel ordering.

19 years ago* comment correction
Derk-Jan Hartman [Fri, 5 Nov 2004 12:42:32 +0000 (12:42 +0000)]
* comment correction

19 years ago* modules/codec/ffmpeg/encoder.c: hmm better be safe than sorry.
Gildas Bazin [Fri, 5 Nov 2004 11:51:47 +0000 (11:51 +0000)]
* modules/codec/ffmpeg/encoder.c: hmm better be safe than sorry.

19 years ago* modules/codec/ffmpeg/encoder.c: stupid rounding error in aspect ratio calculation.
Gildas Bazin [Fri, 5 Nov 2004 11:50:32 +0000 (11:50 +0000)]
* modules/codec/ffmpeg/encoder.c: stupid rounding error in aspect ratio calculation.

19 years agoUse --http-intf-* for certificates stuff instead of --http-*
Rémi Denis-Courmont [Thu, 4 Nov 2004 23:08:52 +0000 (23:08 +0000)]
Use --http-intf-* for certificates stuff instead of --http-*
(might conflict with HTTP streaming output at a later stage)

19 years ago* We are now at 0.8.1-svn
Derk-Jan Hartman [Thu, 4 Nov 2004 23:00:37 +0000 (23:00 +0000)]
* We are now at 0.8.1-svn

19 years agoHTTP interface SSL options
Rémi Denis-Courmont [Thu, 4 Nov 2004 22:57:56 +0000 (22:57 +0000)]
HTTP interface SSL options

19 years agoExport HTTP/SSL support otherwise it's not much use
Rémi Denis-Courmont [Thu, 4 Nov 2004 22:57:16 +0000 (22:57 +0000)]
Export HTTP/SSL support otherwise it's not much use

19 years agoHTTPd core optional SSL support
Rémi Denis-Courmont [Thu, 4 Nov 2004 22:55:54 +0000 (22:55 +0000)]
HTTPd core optional SSL support

19 years agoInclude TLS/SSL API
Rémi Denis-Courmont [Thu, 4 Nov 2004 22:54:17 +0000 (22:54 +0000)]
Include TLS/SSL API

19 years agoCheck for libgnutls
Rémi Denis-Courmont [Thu, 4 Nov 2004 22:51:20 +0000 (22:51 +0000)]
Check for libgnutls

19 years ago* Added more annotations boxes
Derk-Jan Hartman [Thu, 4 Nov 2004 22:32:40 +0000 (22:32 +0000)]
* Added more annotations boxes
* if we find the track name, then store in the fmt.

19 years agoInitial partial SSL/TLS support (to be continued)
Rémi Denis-Courmont [Thu, 4 Nov 2004 22:01:48 +0000 (22:01 +0000)]
Initial partial SSL/TLS support (to be continued)

19 years agoCompile warning fixed
Rémi Denis-Courmont [Thu, 4 Nov 2004 21:37:28 +0000 (21:37 +0000)]
Compile warning fixed

19 years ago* src/input/es_out.c:
Derk-Jan Hartman [Thu, 4 Nov 2004 21:05:57 +0000 (21:05 +0000)]
* src/input/es_out.c:
  - renamed es_out_id_t->psz_description to psz_language to better reflect it's use.
  - Reflect both track name and language (if we know them) in the menu's.