]> git.sesse.net Git - vlc/log
vlc
18 years ago* ' ' -> '_' in !DARWIN define
Derk-Jan Hartman [Fri, 28 Oct 2005 08:05:51 +0000 (08:05 +0000)]
* ' ' -> '_' in !DARWIN define

18 years ago* modules/video_output/x11/xcommon.c: support changing aspect-ratio on-the-fly.
Gildas Bazin [Fri, 28 Oct 2005 07:04:40 +0000 (07:04 +0000)]
* modules/video_output/x11/xcommon.c: support changing aspect-ratio on-the-fly.

18 years ago* src/video_output/*, include/video_output.h: support changing aspect-ratio on-the...
Gildas Bazin [Fri, 28 Oct 2005 07:03:17 +0000 (07:03 +0000)]
* src/video_output/*, include/video_output.h: support changing aspect-ratio on-the-fly.

18 years ago* hotkey: Go to DVD menu (ctrl-M)
Derk-Jan Hartman [Fri, 28 Oct 2005 00:13:28 +0000 (00:13 +0000)]
* hotkey: Go to DVD menu (ctrl-M)

18 years agoplugin.cpp: on activation, set width and height in VLC configuration variables with...
Damien Fouilleul [Thu, 27 Oct 2005 22:46:47 +0000 (22:46 +0000)]
plugin.cpp: on activation, set width and height in VLC configuration variables with plugin actual geometry, this prevents video rescaling when starting video

18 years agomkv.cpp: get ready to support pixel cropping (top/bottom/left/right) when it will...
Steve Lhomme [Thu, 27 Oct 2005 19:23:47 +0000 (19:23 +0000)]
mkv.cpp: get ready to support pixel cropping (top/bottom/left/right) when it will work from the demuxer in VLC

18 years ago* updated the po-files once again in preparation of the string freeze
Felix Paul Kühne [Thu, 27 Oct 2005 18:19:05 +0000 (18:19 +0000)]
* updated the po-files once again in preparation of the string freeze

18 years ago* minor string fixes
Felix Paul Kühne [Thu, 27 Oct 2005 18:15:35 +0000 (18:15 +0000)]
* minor string fixes

18 years agofix relation between MTU and RTP max packet size - closes #408
Marian Durkovic [Thu, 27 Oct 2005 13:39:50 +0000 (13:39 +0000)]
fix relation between MTU and RTP max packet size - closes #408

18 years agoskip 4 bytes also for RTP payload=32 (MPV) - RFC2250
Marian Durkovic [Thu, 27 Oct 2005 12:57:14 +0000 (12:57 +0000)]
skip 4 bytes also for RTP payload=32 (MPV) - RFC2250

18 years ago* modules/video_output/directx/glwin32.c: support on-the-fly crop changes.
Gildas Bazin [Thu, 27 Oct 2005 09:52:30 +0000 (09:52 +0000)]
* modules/video_output/directx/glwin32.c: support on-the-fly crop changes.

18 years agouse visible width/height in crop filter
Marian Durkovic [Thu, 27 Oct 2005 09:29:36 +0000 (09:29 +0000)]
use visible width/height in crop filter

18 years agofixed huge memory leak affecting #rtp stream output
Marian Durkovic [Thu, 27 Oct 2005 07:31:15 +0000 (07:31 +0000)]
fixed huge memory leak affecting #rtp stream output

18 years ago* modules/video_output/x11/xcommon.c, modules/video_output/opengl.c, modules/video_fi...
Gildas Bazin [Wed, 26 Oct 2005 22:52:05 +0000 (22:52 +0000)]
* modules/video_output/x11/xcommon.c, modules/video_output/opengl.c, modules/video_filter/deinterlace.c: added on-the-fly cropping support to opengl and deinterlace.

18 years ago* updated po files because of make dist fixing
Derk-Jan Hartman [Wed, 26 Oct 2005 18:34:34 +0000 (18:34 +0000)]
* updated po files because of make dist fixing

18 years ago* Don't include the Update.nib in make dist
Derk-Jan Hartman [Wed, 26 Oct 2005 15:41:51 +0000 (15:41 +0000)]
* Don't include the Update.nib in make dist

18 years ago * bootstrap: fixed bashism (#411).
Sam Hocevar [Wed, 26 Oct 2005 14:37:49 +0000 (14:37 +0000)]
  * bootstrap: fixed bashism (#411).

18 years ago * bootstrap configure.ac: removed Cisms from shell tests (#411).
Sam Hocevar [Wed, 26 Oct 2005 14:31:03 +0000 (14:31 +0000)]
  * bootstrap configure.ac: removed Cisms from shell tests (#411).

18 years agofixed SAP c= line TTL issue in #standard,
Marian Durkovic [Wed, 26 Oct 2005 09:14:14 +0000 (09:14 +0000)]
fixed SAP c= line TTL issue in #standard,
--sout-udp-ttl takes precedence over -ttl

18 years ago* modules/video_output/directx/directx.c: support on-the-fly cropping.
Gildas Bazin [Wed, 26 Oct 2005 07:52:01 +0000 (07:52 +0000)]
* modules/video_output/directx/directx.c: support on-the-fly cropping.

18 years ago* src/video_output/vout_intf.c: small fix for cropping.
Gildas Bazin [Wed, 26 Oct 2005 07:51:19 +0000 (07:51 +0000)]
* src/video_output/vout_intf.c: small fix for cropping.

18 years agofixed aspect ratio calculation when deinterlace->discard is used
Marian Durkovic [Wed, 26 Oct 2005 07:05:06 +0000 (07:05 +0000)]
fixed aspect ratio calculation when deinterlace->discard is used

18 years ago* modules/video_output/x11/xcommon.c: added support for on-the-fly cropping to xvideo.
Gildas Bazin [Tue, 25 Oct 2005 23:33:43 +0000 (23:33 +0000)]
* modules/video_output/x11/xcommon.c: added support for on-the-fly cropping to xvideo.

18 years ago* src/video_output/vout_intf.c: added support for on-the-fly cropping in the core...
Gildas Bazin [Tue, 25 Oct 2005 23:32:28 +0000 (23:32 +0000)]
* src/video_output/vout_intf.c: added support for on-the-fly cropping in the core (needs some vout support).

18 years ago* Fix a memleak in the image video output.
Derk-Jan Hartman [Tue, 25 Oct 2005 23:19:51 +0000 (23:19 +0000)]
* Fix a memleak in the image video output.
  It's still not leak free. I suspect an error in src/misc/image.c

18 years ago* modules/video_filter/*: use p_vout->fmt_in/out.
Gildas Bazin [Tue, 25 Oct 2005 19:24:21 +0000 (19:24 +0000)]
* modules/video_filter/*: use p_vout->fmt_in/out.

18 years ago* modules/video_filter/deinterlace.c: fixed aspect-ratio + pass on cropping info...
Gildas Bazin [Tue, 25 Oct 2005 19:10:30 +0000 (19:10 +0000)]
* modules/video_filter/deinterlace.c: fixed aspect-ratio + pass on cropping info (could be optimized to only deinterlace cropped part).

18 years agoonce again...
Marian Durkovic [Tue, 25 Oct 2005 16:27:06 +0000 (16:27 +0000)]
once again...

18 years agostring modification before freeze
Marian Durkovic [Tue, 25 Oct 2005 16:21:55 +0000 (16:21 +0000)]
string modification before freeze

18 years agofix for SAP announcements:
Marian Durkovic [Tue, 25 Oct 2005 13:01:39 +0000 (13:01 +0000)]
fix for SAP announcements:
 * if --sout-rtp-ttl=0  use --ttl for c= line

18 years agoput --sout-udp-ttl back, needed if streaming several stream with
Marian Durkovic [Tue, 25 Oct 2005 10:55:47 +0000 (10:55 +0000)]
put --sout-udp-ttl back, needed if streaming several stream with
different ttl each.
Need to re-think relations with --ttl and SAP within #404

18 years agoone more fix :) -- courmisch approved ...
Antoine Cellerier [Tue, 25 Oct 2005 10:32:49 +0000 (10:32 +0000)]
one more fix :) -- courmisch approved ...

18 years agoWork-around wxWidgets overriding the LC_NUMERIC setting (closes #406)
Rémi Denis-Courmont [Tue, 25 Oct 2005 10:21:29 +0000 (10:21 +0000)]
Work-around wxWidgets overriding the LC_NUMERIC setting (closes #406)

In any case, that's ugly and thread-safe. The proper solution would
be to reimplement an atof() version that is locale-independant and
use in the many places that expect C/American float numbers. Even
then, there might be some buggy underlying libraries breakage
(e.g. Live555 ?).

Tested on Linux (both UTF-8 and Latin-x locales).
Needs testing on Win32.

18 years agoRevert heavily flawed commit 12959.
Rémi Denis-Courmont [Tue, 25 Oct 2005 09:45:36 +0000 (09:45 +0000)]
Revert heavily flawed commit 12959.

I'm not explaining this again.

18 years agore fix the stupid float ","/"." error. Please don't break it once again
Antoine Cellerier [Tue, 25 Oct 2005 09:08:28 +0000 (09:08 +0000)]
re fix the stupid float ","/"." error. Please don't break it once again
(fixes #406)

18 years agoget rid of confusing --sout-udp-ttl and unneded warning message
Marian Durkovic [Tue, 25 Oct 2005 08:55:07 +0000 (08:55 +0000)]
get rid of confusing --sout-udp-ttl and unneded warning message

18 years agoUse RTP for wizard, since it's capable of packet reordering.
Marian Durkovic [Tue, 25 Oct 2005 07:46:22 +0000 (07:46 +0000)]
Use RTP for wizard, since it's capable of packet reordering.

18 years agoFTP URLs are relative to user's default directory (RFC1738)
Marian Durkovic [Tue, 25 Oct 2005 07:02:52 +0000 (07:02 +0000)]
FTP URLs are relative to user's default directory (RFC1738)
For absolute path use ftp://foo.bar//usr/local/etc/filename
-This line, and those below, will be ignored--

M    modules/access/ftp.c

18 years ago* all: Post a CmdResizeVout command when the vout size changes
Cyril Deguet [Mon, 24 Oct 2005 19:59:51 +0000 (19:59 +0000)]
* all: Post a CmdResizeVout command when the vout size changes
(this command does nothing at the moment ;)

18 years agomodifications for RTP reordering:
Marian Durkovic [Mon, 24 Oct 2005 17:08:54 +0000 (17:08 +0000)]
modifications for RTP reordering:
 * for RTP, prebuffering is done within RTP access
 * reordering now working within this buffer
 * solves synchro problems since packet rate is preserved

18 years agoAdd a "clear" command to empty the playlist (someone asked for it)
Benjamin Pracht [Mon, 24 Oct 2005 15:17:03 +0000 (15:17 +0000)]
Add a "clear" command to empty the playlist (someone asked for it)

18 years ago* modules/video_output/directx/directx.c: removed debug message.
Gildas Bazin [Mon, 24 Oct 2005 08:26:23 +0000 (08:26 +0000)]
* modules/video_output/directx/directx.c: removed debug message.

18 years agofixed SAP announcement deletion for muxed streams
Marian Durkovic [Mon, 24 Oct 2005 07:33:08 +0000 (07:33 +0000)]
fixed SAP announcement deletion for muxed streams

18 years ago* ctrl_tree.cpp: (un)folding of a playlist item is no triggered
Cyril Deguet [Sun, 23 Oct 2005 17:59:52 +0000 (17:59 +0000)]
* ctrl_tree.cpp: (un)folding of a playlist item is no triggered
by a simple click (was a double click before) which is more
natural

18 years ago* all: don't rebuild the whole playtree when an item is updated
Cyril Deguet [Sun, 23 Oct 2005 17:42:16 +0000 (17:42 +0000)]
* all: don't rebuild the whole playtree when an item is updated
 (at the moment the tree control is still entirely rebuilt,
 but now it will be easier to fix that)
 + coding style fixes

18 years agoAdd support for wmap
Clément Stenac [Sun, 23 Oct 2005 16:55:11 +0000 (16:55 +0000)]
Add support for wmap

18 years ago* modules/misc/network/ipv4.c: fixed wince breakage.
Gildas Bazin [Sun, 23 Oct 2005 16:43:48 +0000 (16:43 +0000)]
* modules/misc/network/ipv4.c: fixed wince breakage.

18 years ago* src/misc/net.c: WinCE fix.
Gildas Bazin [Sun, 23 Oct 2005 16:24:30 +0000 (16:24 +0000)]
* src/misc/net.c: WinCE fix.

18 years ago* modules/codec/realaudio.c: on win32, use codecs installed by realplayer if available.
Gildas Bazin [Sun, 23 Oct 2005 16:08:22 +0000 (16:08 +0000)]
* modules/codec/realaudio.c: on win32, use codecs installed by realplayer if available.

18 years agoBackport OS X specific USE_LOCALE patch to trunk/
Clément Stenac [Sun, 23 Oct 2005 15:34:37 +0000 (15:34 +0000)]
Backport OS X specific USE_LOCALE patch to trunk/

18 years ago* modules/video_output/directx/directx.c: small fix for last commit.
Gildas Bazin [Sun, 23 Oct 2005 14:53:50 +0000 (14:53 +0000)]
* modules/video_output/directx/directx.c: small fix for last commit.

18 years ago ffmpeg.patch.cvs: oops, fix build
Eric Petit [Sun, 23 Oct 2005 14:43:07 +0000 (14:43 +0000)]
 ffmpeg.patch.cvs: oops, fix build

18 years ago* png_bitmap.cpp: fixed handling of PNG bitmaps with an alpha channel
Cyril Deguet [Sun, 23 Oct 2005 14:39:57 +0000 (14:39 +0000)]
* png_bitmap.cpp: fixed handling of PNG bitmaps with an alpha channel
 (was broken for quite a long time...)
* ctrl_tree.cpp: removed debug messages

18 years ago* modules/video_output/directx/*: support for cropping.
Gildas Bazin [Sun, 23 Oct 2005 14:36:33 +0000 (14:36 +0000)]
* modules/video_output/directx/*: support for cropping.

18 years ago Patches/ffmpeg.patch.cvs: fix for current CVS (hunk was failing)
Eric Petit [Sun, 23 Oct 2005 14:12:57 +0000 (14:12 +0000)]
 Patches/ffmpeg.patch.cvs: fix for current CVS (hunk was failing)

18 years ago* modules/video_output/opengl.c: hopefully got it right this time.
Gildas Bazin [Sun, 23 Oct 2005 13:04:54 +0000 (13:04 +0000)]
* modules/video_output/opengl.c: hopefully got it right this time.

18 years agoSAP announcer needs destination address in URI
Marian Durkovic [Sun, 23 Oct 2005 12:21:39 +0000 (12:21 +0000)]
SAP announcer needs destination address in URI
Hosts should never send packets with TTL=0

18 years ago* modules/video_output/opengl.c: implemented cropping.
Gildas Bazin [Sun, 23 Oct 2005 12:05:23 +0000 (12:05 +0000)]
* modules/video_output/opengl.c: implemented cropping.

18 years ago* src/video_output/vout_pictures.c: avoid overflow in vout_PlacePicture().
Gildas Bazin [Sun, 23 Oct 2005 11:07:38 +0000 (11:07 +0000)]
* src/video_output/vout_pictures.c: avoid overflow in vout_PlacePicture().

18 years agoExport URI from RTP module . Closes:#403
Clément Stenac [Sun, 23 Oct 2005 10:58:24 +0000 (10:58 +0000)]
Export URI from RTP module . Closes:#403

18 years ago* src/libvlc.c: fixed --width/height.
Gildas Bazin [Sun, 23 Oct 2005 10:44:59 +0000 (10:44 +0000)]
* src/libvlc.c: fixed --width/height.

18 years ago* modules/video_output/x11/xcommon.c: use p_vout->fmt_out.i_x/y_offset during cropping.
Gildas Bazin [Sun, 23 Oct 2005 10:19:03 +0000 (10:19 +0000)]
* modules/video_output/x11/xcommon.c: use p_vout->fmt_out.i_x/y_offset during cropping.

18 years agoRevert commit [12925] - reopens #403
Rémi Denis-Courmont [Sun, 23 Oct 2005 10:06:49 +0000 (10:06 +0000)]
Revert commit [12925] - reopens #403
psz_uri is NEEDED - it determines the destination for SAP announces
Go read the code before you commit

18 years ago* modules/video_output/x11/xcommon.c: support cropping to i_visible_width/height...
Gildas Bazin [Sun, 23 Oct 2005 10:01:49 +0000 (10:01 +0000)]
* modules/video_output/x11/xcommon.c: support cropping to i_visible_width/height in xvideo (not implemented in x11 yet).

18 years ago* src/video_output/video_output.c: get rid of hack for for grey line with hdtv stream...
Gildas Bazin [Sun, 23 Oct 2005 10:00:58 +0000 (10:00 +0000)]
* src/video_output/video_output.c: get rid of hack for for grey line with hdtv streams (proper way is to have video outputs support cropping to i_visible_width/height).

18 years ago* src/video_output/vout_pictures.c: use fmt_in.i_visible_width/height and i_sar_num...
Gildas Bazin [Sun, 23 Oct 2005 09:52:32 +0000 (09:52 +0000)]
* src/video_output/vout_pictures.c: use fmt_in.i_visible_width/height and i_sar_num/den in vout_PlacePicture().

18 years agopsz_uri can be null in sap announcer if we have a SDP (Closes:#403)
Clément Stenac [Sun, 23 Oct 2005 09:43:43 +0000 (09:43 +0000)]
psz_uri can be null in sap announcer if we have a SDP (Closes:#403)

18 years agoAnother bunch of attributes fixes
Rémi Denis-Courmont [Sun, 23 Oct 2005 09:33:13 +0000 (09:33 +0000)]
Another bunch of attributes fixes

18 years agoAdd usual SVN properties
Rémi Denis-Courmont [Sun, 23 Oct 2005 09:25:27 +0000 (09:25 +0000)]
Add usual SVN properties

18 years agoC source code is not executable
Rémi Denis-Courmont [Sun, 23 Oct 2005 09:24:07 +0000 (09:24 +0000)]
C source code is not executable

18 years agouse correct address filed for MMSH
Marian Durkovic [Sun, 23 Oct 2005 09:18:05 +0000 (09:18 +0000)]
use correct address filed for MMSH

18 years agoif no mux, add TS also for RTP
Marian Durkovic [Sun, 23 Oct 2005 09:14:19 +0000 (09:14 +0000)]
if no mux, add TS also for RTP

18 years agoPut the full path in wizard output option (Closes:#392)
Clément Stenac [Sun, 23 Oct 2005 09:00:08 +0000 (09:00 +0000)]
Put the full path in wizard output option (Closes:#392)

18 years agomsw ShowConsole() - enable previously provided msg on console for --help file output.
Scott Caudle [Sat, 22 Oct 2005 18:20:45 +0000 (18:20 +0000)]
msw ShowConsole() - enable previously provided msg on console for --help file output.

18 years ago- accurate testing of i_original_channels
Boris Dorès [Sat, 22 Oct 2005 17:58:12 +0000 (17:58 +0000)]
- accurate testing of i_original_channels

18 years agoallocate HUGE buffer only for Windows sockets - see last paragraph in:
Marian Durkovic [Sat, 22 Oct 2005 16:23:01 +0000 (16:23 +0000)]
allocate HUGE buffer only for Windows sockets - see last paragraph in:
http://www.itamarst.org/writings/win32sockets.html

18 years agomkv.cpp: add some debugging messages for the users and tests for unsupported tracks
Steve Lhomme [Sat, 22 Oct 2005 15:04:45 +0000 (15:04 +0000)]
mkv.cpp: add some debugging messages for the users and tests for unsupported tracks

18 years agomkv.cpp: add support for the basic A_AAC codec ID
Steve Lhomme [Sat, 22 Oct 2005 13:12:25 +0000 (13:12 +0000)]
mkv.cpp: add support for the basic A_AAC codec ID

18 years agomkv.cpp: support for the new header stripping compression
Steve Lhomme [Sat, 22 Oct 2005 12:46:29 +0000 (12:46 +0000)]
mkv.cpp: support for the new header stripping compression

18 years ago* all: the "visible" attribute for windows (in the XML) now
Cyril Deguet [Sat, 22 Oct 2005 11:57:29 +0000 (11:57 +0000)]
* all: the "visible" attribute for windows (in the XML) now
  does what it should (if set to "false", the window is hidden
  when the theme is loaded for the first time)

18 years agoincrease output buffer for HTTP streaming to 1 MByte
Marian Durkovic [Sat, 22 Oct 2005 11:56:42 +0000 (11:56 +0000)]
increase output buffer for HTTP streaming to 1 MByte
- now Windows machines are able to stream even 20 Mbps HDTV over TCP
- resolves  http://forum.videolan.org/viewtopic.php?t=8374

18 years ago* src/video_output/video_output.c: revert #12904 which is useless since it is already...
Gildas Bazin [Sat, 22 Oct 2005 11:16:33 +0000 (11:16 +0000)]
* src/video_output/video_output.c: revert #12904 which is useless since it is already done in vout_IntfInit().

18 years ago* modules/audio_output/alsa.c: rework of the previous patch.
Gildas Bazin [Sat, 22 Oct 2005 11:06:15 +0000 (11:06 +0000)]
* modules/audio_output/alsa.c: rework of the previous patch.

18 years ago* hotkeys.c: don't crash when there is no input
Cyril Deguet [Sat, 22 Oct 2005 10:18:20 +0000 (10:18 +0000)]
* hotkeys.c: don't crash when there is no input

18 years agomkv.cpp: implement working support for the new SimpleBlock (only when libmatroska...
Steve Lhomme [Fri, 21 Oct 2005 19:08:09 +0000 (19:08 +0000)]
mkv.cpp: implement working support for the new SimpleBlock (only when libmatroska 0.8.0 is used)

18 years ago* use the latest ffmpeg-cvs again. Included dionoea's build fix (rev. [12607]). Thank...
Felix Paul Kühne [Fri, 21 Oct 2005 14:17:48 +0000 (14:17 +0000)]
* use the latest ffmpeg-cvs again. Included dionoea's build fix (rev. [12607]). Thanks to xtophe for pointing this out.

18 years agoupdates spectrometer visualization. some optimization tweaks and additional features.
Scott Caudle [Thu, 20 Oct 2005 22:37:14 +0000 (22:37 +0000)]
updates spectrometer visualization. some optimization tweaks and additional features.

18 years ago* I think this should fix the width & height params of vout. If anyone sees anything...
Derk-Jan Hartman [Thu, 20 Oct 2005 22:21:20 +0000 (22:21 +0000)]
* I think this should fix the width & height params of vout. If anyone sees anything wrong with it, please say so. Report thx to Greg Farell. fixes #399

18 years agofix one potential refcount problem
Jean-Paul Saman [Thu, 20 Oct 2005 19:56:22 +0000 (19:56 +0000)]
fix one potential refcount problem

18 years agoPut vlc_object_release() at the proper place. This fixes a refcounting problem.
Jean-Paul Saman [Thu, 20 Oct 2005 19:42:24 +0000 (19:42 +0000)]
Put vlc_object_release() at the proper place. This fixes a refcounting problem.

18 years ago* Put the with-ffmpeg-* outside the test
Christophe Mutricy [Thu, 20 Oct 2005 17:49:04 +0000 (17:49 +0000)]
* Put the with-ffmpeg-* outside the test
* beware of AC_ARG_WITH

18 years ago* Fix pkg-config detection
Christophe Mutricy [Thu, 20 Oct 2005 15:46:00 +0000 (15:46 +0000)]
* Fix pkg-config detection
* fix ffmpeg extra flags

18 years agosend proper info in m= line of SAP announcements:
Marian Durkovic [Thu, 20 Oct 2005 14:26:09 +0000 (14:26 +0000)]
send proper info in m= line of SAP announcements:
  m=video 1234 udp 33      for raw UDP
  m=video 1234 RTP/AVP 33  for RTP

18 years agoour address needs to be fetched via getsockname()
Marian Durkovic [Thu, 20 Oct 2005 12:52:05 +0000 (12:52 +0000)]
our address needs to be fetched via getsockname()
- now SAP announces have proper source address in o= line

18 years agoadded RTP method to streamout dialog
Marian Durkovic [Thu, 20 Oct 2005 11:09:02 +0000 (11:09 +0000)]
added RTP method to streamout dialog

18 years agofixed some issues with port numbers
Marian Durkovic [Thu, 20 Oct 2005 10:05:13 +0000 (10:05 +0000)]
fixed some issues with port numbers
(VLC expects muxed streams on port 1234)

18 years agoForgot to remove some debug...
Benjamin Pracht [Thu, 20 Oct 2005 07:27:07 +0000 (07:27 +0000)]
Forgot to remove some debug...

18 years agofixed rtp with mux=ts
Marian Durkovic [Thu, 20 Oct 2005 07:17:09 +0000 (07:17 +0000)]
fixed rtp with mux=ts

18 years agomkv.cpp: read the new KaxSimpleBlock element (when libmatroska 0.8.0 is used)
Steve Lhomme [Wed, 19 Oct 2005 20:00:52 +0000 (20:00 +0000)]
mkv.cpp: read the new KaxSimpleBlock element (when libmatroska 0.8.0 is used)

18 years ago* This should fix switching from a stereo device to surround40 or surround51 with...
Benjamin Pracht [Wed, 19 Oct 2005 19:53:05 +0000 (19:53 +0000)]
* This should fix switching from a stereo device to surround40 or surround51 with the alsa audio output (close #85).
* Now we probe the device for supported formats on each device change
* Please test this, at least on stereo inputs. We don't want a broken alsa audio output in 0.8.4...