]> git.sesse.net Git - vlc/log
vlc
19 years ago* modules/demux/*: removed useless probing messages.
Gildas Bazin [Sat, 5 Mar 2005 17:54:19 +0000 (17:54 +0000)]
* modules/demux/*: removed useless probing messages.

19 years agofreetype.c: fix rendering with X11 vout. Do not ask me why this is
Sigmund Augdal Helberg [Sat, 5 Mar 2005 17:49:33 +0000 (17:49 +0000)]
freetype.c: fix rendering with X11 vout. Do not ask me why this is
necessary, and even less ask me why the vout used make a difference

19 years ago- TLS API cleanup
Rémi Denis-Courmont [Sat, 5 Mar 2005 17:46:10 +0000 (17:46 +0000)]
- TLS API cleanup
- some minor fixes as well

19 years ago* ALL: a few fixes.
Gildas Bazin [Sat, 5 Mar 2005 17:18:30 +0000 (17:18 +0000)]
* ALL: a few fixes.

19 years ago* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.
Gildas Bazin [Sat, 5 Mar 2005 17:06:35 +0000 (17:06 +0000)]
* modules/gui/wxwindows/timer.cpp: release input when interface is exiting.

19 years ago* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be...
Gildas Bazin [Sat, 5 Mar 2005 16:49:15 +0000 (16:49 +0000)]
* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be more flexible.

19 years agodvdread.c: fix the title duration & time reports
Steve Lhomme [Sat, 5 Mar 2005 14:02:39 +0000 (14:02 +0000)]
dvdread.c: fix the title duration & time reports

19 years agoAll: change of text-renderer api. Now pf_render_text takes a subpicture and
Sigmund Augdal Helberg [Sat, 5 Mar 2005 13:42:09 +0000 (13:42 +0000)]
All: change of text-renderer api. Now pf_render_text takes a subpicture and
a subpicture region, and returns a new region in the given subpicture.
freetype.c: additional cleanup (coding style, cosmetics)

19 years agoinput.c, vlc_demux.h: allow seeking back in the same chapter
Steve Lhomme [Sat, 5 Mar 2005 12:55:02 +0000 (12:55 +0000)]
input.c, vlc_demux.h: allow seeking back in the same chapter
mkv.cpp: handle the new DEMUX_GET_SEEKPOINT_TIME

19 years agoUnbreak streaming wizard in Unicode compile
Rémi Denis-Courmont [Sat, 5 Mar 2005 11:06:26 +0000 (11:06 +0000)]
Unbreak streaming wizard in Unicode compile
(DO NOT use c_str() !!!)

19 years agoUTF8 fixes
Rémi Denis-Courmont [Sat, 5 Mar 2005 10:55:32 +0000 (10:55 +0000)]
UTF8 fixes

19 years agoFixed memleak
Rémi Denis-Courmont [Fri, 4 Mar 2005 18:19:33 +0000 (18:19 +0000)]
Fixed memleak

19 years agomkv.cpp: chapters are visible by default
Steve Lhomme [Fri, 4 Mar 2005 18:01:39 +0000 (18:01 +0000)]
mkv.cpp: chapters are visible by default

19 years agoTLS session resumption support
Rémi Denis-Courmont [Fri, 4 Mar 2005 16:51:51 +0000 (16:51 +0000)]
TLS session resumption support

19 years agoFixes translation of encryption
Rémi Denis-Courmont [Fri, 4 Mar 2005 15:20:03 +0000 (15:20 +0000)]
Fixes translation of encryption

19 years agoAdd HTTP/SSL
Rémi Denis-Courmont [Fri, 4 Mar 2005 13:26:14 +0000 (13:26 +0000)]
Add HTTP/SSL

19 years ago* update VLM help about inputdel
Yoann Peronneau [Fri, 4 Mar 2005 12:55:48 +0000 (12:55 +0000)]
* update VLM help about inputdel

19 years ago- check for gnutls rewritten : now works with mingw32
Rémi Denis-Courmont [Fri, 4 Mar 2005 12:44:14 +0000 (12:44 +0000)]
- check for gnutls rewritten : now works with mingw32

Precompiled static libraries for gnutls can be found there :
ftp://ftp.gnutls.org/pub/gnutls/win32

19 years ago* modules/control/http.c: elements are now one level more recursive (if needed)
Yoann Peronneau [Fri, 4 Mar 2005 12:28:18 +0000 (12:28 +0000)]
* modules/control/http.c: elements are now one level more recursive (if needed)
* share/http/vlm/index.html: we now display the state of media instances

19 years agoMake logo-x, logo-y operate relative to upper left corner. logo-x/-y/-position/...
Mark Moriarty [Fri, 4 Mar 2005 12:12:11 +0000 (12:12 +0000)]
Make logo-x, logo-y operate relative to upper left corner.  logo-x/-y/-position/-transparency accessible via rc

19 years ago* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise...
Gildas Bazin [Fri, 4 Mar 2005 12:08:43 +0000 (12:08 +0000)]
* modules/gui/wxwindows/timer.cpp: don't forget to yield/release the input otherwise you're bound to access an invalid pointer later on.

19 years ago* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memor...
Gildas Bazin [Fri, 4 Mar 2005 11:13:42 +0000 (11:13 +0000)]
* ../include/vlc_spu.h: fixed typo that was triggering a segfault with --enable-memory-optimize.

19 years agotime/marq -- correct positioning so that x-y are always referenced to upper left...
Mark Moriarty [Fri, 4 Mar 2005 01:57:52 +0000 (01:57 +0000)]
time/marq -- correct positioning so that x-y are always referenced to upper left corner

19 years ago* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail...
Gildas Bazin [Thu, 3 Mar 2005 22:55:34 +0000 (22:55 +0000)]
* modules/gui/wxwindows: portability fixes by Erik Simko (erik dot simko at gmail dot com).

19 years agomkv.cpp: fix stuttering issue on timestamp (could be cleaner)
Steve Lhomme [Thu, 3 Mar 2005 21:58:46 +0000 (21:58 +0000)]
mkv.cpp: fix stuttering issue on timestamp (could be cleaner)

19 years ago- Specify a charset (according to locale) for HTML pages in Content-Type
Rémi Denis-Courmont [Thu, 3 Mar 2005 21:56:04 +0000 (21:56 +0000)]
- Specify a charset (according to locale) for HTML pages in Content-Type
  (needed when some playlist items name are not ASCII)
- Remove unused variable

19 years agoTODO: Update with recent work.
Sigmund Augdal Helberg [Thu, 3 Mar 2005 20:07:50 +0000 (20:07 +0000)]
TODO: Update with recent work.

19 years agoHandle module variables in sout options parser
Clément Stenac [Thu, 3 Mar 2005 18:30:07 +0000 (18:30 +0000)]
Handle module variables in sout options parser

19 years agoCompile fix
Clément Stenac [Thu, 3 Mar 2005 17:35:26 +0000 (17:35 +0000)]
Compile fix

19 years agoFixes invalid memory access in case of TLS handshake failure
Rémi Denis-Courmont [Thu, 3 Mar 2005 15:19:30 +0000 (15:19 +0000)]
Fixes invalid memory access in case of TLS handshake failure

19 years ago* modules/video_output/directx/directx.c: compilation fix.
Gildas Bazin [Thu, 3 Mar 2005 14:45:52 +0000 (14:45 +0000)]
* modules/video_output/directx/directx.c: compilation fix.

19 years ago* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on...
Gildas Bazin [Thu, 3 Mar 2005 14:15:48 +0000 (14:15 +0000)]
* modules/access/dshow/filter.cpp: re-enabled code to properly do the cleanup on close.

19 years ago* modules/codec/x264.c: compilation fix for new libx264.
Gildas Bazin [Thu, 3 Mar 2005 13:19:26 +0000 (13:19 +0000)]
*  modules/codec/x264.c: compilation fix for new libx264.

19 years ago* modules/gui/wince: try to save up a bit on memory usage.
Gildas Bazin [Thu, 3 Mar 2005 08:34:15 +0000 (08:34 +0000)]
* modules/gui/wince: try to save up a bit on memory usage.

19 years ago* configure.ac: new --enable-optimize-memory option.
Gildas Bazin [Thu, 3 Mar 2005 08:24:14 +0000 (08:24 +0000)]
* configure.ac: new --enable-optimize-memory option.

19 years ago* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is...
Gildas Bazin [Thu, 3 Mar 2005 08:14:23 +0000 (08:14 +0000)]
* src/input/stream.c: use less memory for the stream cache when OPTIMIZE_MEMORY is defined.

19 years ago* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIM...
Gildas Bazin [Thu, 3 Mar 2005 08:13:30 +0000 (08:13 +0000)]
* include/vlc_config.h: removed unused stuff + allocate less VOUT pictures when OPTIMIZE_MEMORY is defined.

19 years ago- Fixed a typo. Skins2 wouldn't compile
Rémi Denis-Courmont [Thu, 3 Mar 2005 08:11:31 +0000 (08:11 +0000)]
- Fixed a typo. Skins2 wouldn't compile

19 years agoPreferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>
Clément Stenac [Thu, 3 Mar 2005 06:58:04 +0000 (06:58 +0000)]
Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com>

+ put access and demux in the right place

19 years ago video_filter/mosaic.c: compile fix
Eric Petit [Thu, 3 Mar 2005 05:22:01 +0000 (05:22 +0000)]
 video_filter/mosaic.c: compile fix

19 years ago* include/vlc_config.h: removed deprecated stuff.
Gildas Bazin [Wed, 2 Mar 2005 23:05:08 +0000 (23:05 +0000)]
* include/vlc_config.h: removed deprecated stuff.

19 years ago* configure.ac: remove unnecessary modules from WinCE build.
Gildas Bazin [Wed, 2 Mar 2005 23:04:05 +0000 (23:04 +0000)]
* configure.ac: remove unnecessary modules from WinCE build.

19 years ago* configure.ac: vlc-config has to be generated by configure.
Gildas Bazin [Wed, 2 Mar 2005 23:01:22 +0000 (23:01 +0000)]
* configure.ac: vlc-config has to be generated by configure.

19 years agomkv.cpp: update the seekpoint location after a manual seek
Steve Lhomme [Wed, 2 Mar 2005 21:08:18 +0000 (21:08 +0000)]
mkv.cpp: update the seekpoint location after a manual seek

19 years agomkv.cpp: handle EOF correctly for ordered chapters
Steve Lhomme [Wed, 2 Mar 2005 20:58:24 +0000 (20:58 +0000)]
mkv.cpp: handle EOF correctly for ordered chapters

19 years ago- Add dependency of update-includes on vlc-config
Rémi Denis-Courmont [Wed, 2 Mar 2005 19:45:39 +0000 (19:45 +0000)]
- Add dependency of update-includes on vlc-config
- TODO: SSL on Windows

19 years agoremove debug messages, correct automatic positioning when an mosaic-order
Antoine Cellerier [Wed, 2 Mar 2005 17:57:22 +0000 (17:57 +0000)]
remove debug messages, correct automatic positioning when an mosaic-order
is specified

19 years agomkv.cpp: fix a gcc compilation error
Steve Lhomme [Wed, 2 Mar 2005 16:53:16 +0000 (16:53 +0000)]
mkv.cpp: fix a gcc compilation error

19 years agoAvoid \r\n problems between platforms
Steve Lhomme [Wed, 2 Mar 2005 16:47:31 +0000 (16:47 +0000)]
Avoid \r\n problems between platforms

19 years agomkv.cpp: ordered chapters now functional !
Steve Lhomme [Wed, 2 Mar 2005 16:19:56 +0000 (16:19 +0000)]
mkv.cpp: ordered chapters now functional !

19 years agovideo.c: don't display pre-rolled pictures
Steve Lhomme [Wed, 2 Mar 2005 16:16:56 +0000 (16:16 +0000)]
video.c: don't display pre-rolled pictures
es_out.c: handle the pre-roll earlier

19 years ago- install axvlc.dll within the VLC directory, rather than WINDOWS
Damien Fouilleul [Wed, 2 Mar 2005 13:45:45 +0000 (13:45 +0000)]
- install axvlc.dll within the VLC directory, rather than WINDOWS
- DllRegisterServer modified to use current DLL path when registering control

19 years ago* modules/codec/theora.c: sanity check for invalid theora header.
Gildas Bazin [Wed, 2 Mar 2005 11:00:16 +0000 (11:00 +0000)]
* modules/codec/theora.c: sanity check for invalid theora header.

19 years agomkv.cpp: correct use of the default chapter edition
Steve Lhomme [Wed, 2 Mar 2005 10:34:01 +0000 (10:34 +0000)]
mkv.cpp: correct use of the default chapter edition

19 years agoUnbreak make vlc from subdir
Rémi Denis-Courmont [Wed, 2 Mar 2005 10:27:35 +0000 (10:27 +0000)]
Unbreak make vlc from subdir

19 years ago* modules/stream_out/transcode.c: added a missing vlc_object_destroy().
Gildas Bazin [Wed, 2 Mar 2005 10:01:39 +0000 (10:01 +0000)]
* modules/stream_out/transcode.c: added a missing vlc_object_destroy().

19 years agoAdd options to give a specific channel order in mosaic
Antoine Cellerier [Tue, 1 Mar 2005 23:24:08 +0000 (23:24 +0000)]
Add options to give a specific channel order in mosaic

 * picture.* : add picture-id option. its a string that identifies the
               video.
 * mosaic.c : add mosaic-order option. its a comma separated list of
              picture-ids. Any picture who's id isn't found in the list
              will be placed after skiping the necessary number of
              slots needed to place all pictures defined in this list.

19 years ago * change copyright date
Antoine Cellerier [Tue, 1 Mar 2005 23:21:22 +0000 (23:21 +0000)]
 * change copyright date

19 years ago- build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir
Rémi Denis-Courmont [Tue, 1 Mar 2005 21:24:25 +0000 (21:24 +0000)]
- build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir

19 years ago ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
Eric Petit [Tue, 1 Mar 2005 20:56:17 +0000 (20:56 +0000)]
 ffmpeg.patch.cvs: workaround buggy lrintf detection when cross compiling
  (fixes WMA decoding in BeOS nightly builds)

19 years ago- fix is_mult call in case of Unicode build (c_str => mb_str)
Rémi Denis-Courmont [Tue, 1 Mar 2005 20:28:37 +0000 (20:28 +0000)]
- fix is_mult call in case of Unicode build (c_str => mb_str)
- fix IPv6 multicast address range
- more strict IPv4 multicast address range

19 years ago* Fix compile issue on lirc.c
Derk-Jan Hartman [Tue, 1 Mar 2005 18:39:19 +0000 (18:39 +0000)]
* Fix compile issue on lirc.c

19 years ago* modules/video_output/picture.c: Changed the order of the commands to avoid
Christophe Massiot [Tue, 1 Mar 2005 18:26:29 +0000 (18:26 +0000)]
* modules/video_output/picture.c: Changed the order of the commands to avoid
  holding p_picture_vout->lock for too long.

19 years agomkv.cpp: better handling of the seekpoint numbers
Steve Lhomme [Tue, 1 Mar 2005 17:41:36 +0000 (17:41 +0000)]
mkv.cpp: better handling of the seekpoint numbers

19 years ago* modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
Christophe Massiot [Tue, 1 Mar 2005 17:30:50 +0000 (17:30 +0000)]
* modules/stream_out/transcode.c: Fixed --sout-transcode-threads=1 option
  (what the hell is i_duplicate ?)

19 years agomkv.cpp: update the current chapter during playback
Steve Lhomme [Tue, 1 Mar 2005 17:28:15 +0000 (17:28 +0000)]
mkv.cpp: update the current chapter during playback

19 years ago * fix placement calculation when vborder or hborder are non zero
Antoine Cellerier [Tue, 1 Mar 2005 17:16:30 +0000 (17:16 +0000)]
 * fix placement calculation when vborder or hborder are non zero

19 years ago* modules/codec/lpcm.c: support for 20/24 bits LPCM.
Gildas Bazin [Tue, 1 Mar 2005 16:26:21 +0000 (16:26 +0000)]
* modules/codec/lpcm.c: support for 20/24 bits LPCM.
* modules/audio_filter/converter/s16tofloat32*, modules/audio_filter/format.c: s24l/s24b conversion routines.

19 years ago * add svn Id support and some copyright info in picture.h
Antoine Cellerier [Tue, 1 Mar 2005 15:33:51 +0000 (15:33 +0000)]
 * add svn Id support and some copyright info in picture.h

19 years agodynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_...
Mark Moriarty [Tue, 1 Mar 2005 15:22:47 +0000 (15:22 +0000)]
dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_t, new marq-size and time-size shortcuts, accessible from rc

19 years agomkv.cpp: fix the chapter/edition ending time
Steve Lhomme [Tue, 1 Mar 2005 15:01:48 +0000 (15:01 +0000)]
mkv.cpp: fix the chapter/edition ending time

19 years agoFix playlist export
Clément Stenac [Tue, 1 Mar 2005 13:31:32 +0000 (13:31 +0000)]
Fix playlist export
Remove extra SAP debug

19 years ago* simplified the lirc code to listen for key-* strings which we can directly use...
Derk-Jan Hartman [Tue, 1 Mar 2005 09:28:37 +0000 (09:28 +0000)]
* simplified the lirc code to listen for key-* strings which we can directly use to trigger hotkeys.
* updated the example.lircrc with new required strings
* added a notice to NEWS about changed lirc syntax.

19 years ago* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF...
Gildas Bazin [Tue, 1 Mar 2005 07:53:04 +0000 (07:53 +0000)]
* modules/control/Modules.am, rtci.c: really delete rtci.c and removed DOS CR/LF from the last commit.

19 years agoRemove rtci.c from modules/control (implementation on hold)
Mark Moriarty [Mon, 28 Feb 2005 23:40:59 +0000 (23:40 +0000)]
Remove rtci.c from modules/control (implementation on hold)

19 years ago* modules/gui/wince: added a popup menu for the main interface.
Gildas Bazin [Mon, 28 Feb 2005 20:51:32 +0000 (20:51 +0000)]
* modules/gui/wince: added a popup menu for the main interface.

19 years ago* modules/gui/wince: usual bunch of cleanup + updates.
Gildas Bazin [Mon, 28 Feb 2005 18:23:26 +0000 (18:23 +0000)]
* modules/gui/wince: usual bunch of cleanup + updates.

19 years ago * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
Antoine Cellerier [Mon, 28 Feb 2005 15:54:07 +0000 (15:54 +0000)]
 * mosaic.c, rc.c, rtci.c : callbacks to change mosaic sub filter
                            parameters on the fly
 * mosaic.c : center image in rectangle when keep aspect ratio is enabled
 * picture.c : remove debug message

19 years ago* modules/gui/wince: some more cleanup.
Gildas Bazin [Mon, 28 Feb 2005 14:40:27 +0000 (14:40 +0000)]
* modules/gui/wince: some more cleanup.

19 years agoMake sure the files are in Unix format
Mark Moriarty [Mon, 28 Feb 2005 12:48:26 +0000 (12:48 +0000)]
Make sure the files are in Unix format

19 years ago* removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer...
Felix Paul Kühne [Sun, 27 Feb 2005 22:57:36 +0000 (22:57 +0000)]
* removed prefs_widgets.h, prefs_widgets.m, playlistinfo.h, playlistinfo.m, equalizer.m, equalizer.h, voutgl.m, voutqt.m from the build target, so they don't get copied in the Resources-folder of the binary bundle

19 years agoMore ordered chapters code, still not functional
Steve Lhomme [Sun, 27 Feb 2005 19:34:39 +0000 (19:34 +0000)]
More ordered chapters code, still not functional

19 years agovlc_filter.h -- update pf_render_string for additional RenderText parameters.
Mark Moriarty [Sun, 27 Feb 2005 19:30:11 +0000 (19:30 +0000)]
vlc_filter.h -- update pf_render_string for additional RenderText parameters.

19 years agofreetype.c -- set default font color (white)
Mark Moriarty [Sun, 27 Feb 2005 19:14:41 +0000 (19:14 +0000)]
freetype.c -- set default font color (white)

19 years agofreetype and rc extensions. i_font_color and i_font_opacity added to subpictures...
Mark Moriarty [Sun, 27 Feb 2005 17:25:12 +0000 (17:25 +0000)]
freetype and rc extensions.  i_font_color and i_font_opacity added to subpictures, allowing per-object control (defaulting to freetype).  marq and time updated to allow font color and opacity control.  rc update to allow OTF control of all marq and time options.

19 years ago* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!
Andre Pang [Sun, 27 Feb 2005 05:51:32 +0000 (05:51 +0000)]
* modules/macosx/{vout,voutqt}.m: The Mac OS X Mozilla plugin lives again!

Some details:

* This was mostly taken verbatim from revision:5717 (before the vout
  Mozilla support was removed), though it's been edited pretty thoroughly,
  and is now much more commented.

* The "normal" vout display should be completely unaffected, since the
  plugin-relevant code paths are only taken when p_vout->p_sys->b_embedded is
  set to VLC_TRUE.  (I've tested the normal VLC.app, and it seems fine.)

* There are still some problems with the plugin when the Mozilla window is
  resized a lot.  I suspect this is due to threading issues with
  QuickDraw, but I don't know enough about QuickDraw to be sure.  Help
  with this would be very welcome.

* The original patch in revision:5717 optimised the plugin display
  slightly, by using a mask (clipping region) so that QuickDraw only
  updated the plugin's area of the dirty region.  I elected not to use
  a mask, since I thought the extra code complexity (i.e. lots more if()
  branches) isn't worth the incremental speedup.  (If, in fact, there was
  a speedup at all -- the extra overhead induced by calculating the
  intersection of the dirty region with the mask may have offset any
  benefits: only benchmarks will tell ...)

19 years ago* modules/gui/wince: some more code cleanup + fixes.
Gildas Bazin [Sat, 26 Feb 2005 19:28:41 +0000 (19:28 +0000)]
* modules/gui/wince: some more code cleanup + fixes.

19 years ago* Allow all MJPEG fourcc
Clément Stenac [Sat, 26 Feb 2005 15:41:22 +0000 (15:41 +0000)]
* Allow all MJPEG fourcc
* Announce content-length
* Allow  boundary string customization

19 years ago* ts: if no dts but there is a pts then dts == pts.
Laurent Aimar [Fri, 25 Feb 2005 16:05:22 +0000 (16:05 +0000)]
* ts: if no dts but there is a pts then dts == pts.

19 years ago* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.
Gildas Bazin [Fri, 25 Feb 2005 08:33:38 +0000 (08:33 +0000)]
* ../modules/gui/wince: new CreateMenuBar() which handles win32 as well.

19 years agoUpdated danish translation by Jonas Larsen (E-bola)
Antoine Cellerier [Thu, 24 Feb 2005 23:31:56 +0000 (23:31 +0000)]
Updated danish translation by Jonas Larsen (E-bola)

19 years agofill more data in the chapter classes
Steve Lhomme [Thu, 24 Feb 2005 17:13:22 +0000 (17:13 +0000)]
fill more data in the chapter classes

19 years ago* modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).
Gildas Bazin [Thu, 24 Feb 2005 15:19:05 +0000 (15:19 +0000)]
* modules/gui/wince: cleanup + ported to win32 (but not tried yet ;).

19 years agomkv.cpp: add more code to support ordered chapters
Steve Lhomme [Thu, 24 Feb 2005 13:39:38 +0000 (13:39 +0000)]
mkv.cpp: add more code to support ordered chapters

19 years ago* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.
Derk-Jan Hartman [Thu, 24 Feb 2005 00:07:30 +0000 (00:07 +0000)]
* start osx up in VIEW_SIMPLE and only switch to VIEW_CATEGORY when needed.

19 years ago* Forgot to commit the goom2k4 patch
Derk-Jan Hartman [Wed, 23 Feb 2005 22:28:36 +0000 (22:28 +0000)]
* Forgot to commit the goom2k4 patch

19 years ago* freetype.c: fix for blurry subs? someone please confirm
Derk-Jan Hartman [Wed, 23 Feb 2005 20:15:28 +0000 (20:15 +0000)]
* freetype.c: fix for blurry subs? someone please confirm

19 years agoRe-enable directory
Clément Stenac [Wed, 23 Feb 2005 17:25:46 +0000 (17:25 +0000)]
Re-enable directory

19 years ago* Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)
Derk-Jan Hartman [Wed, 23 Feb 2005 16:27:01 +0000 (16:27 +0000)]
* Fix setRepresentedFilename in case p_access not present (ie. in case of access_demux)

19 years ago* Lets use the final version of goom2k4
Derk-Jan Hartman [Wed, 23 Feb 2005 15:26:27 +0000 (15:26 +0000)]
* Lets use the final version of goom2k4