]> git.sesse.net Git - vlc/log
vlc
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

19 years ago* src/misc/modules.c: MSVC compilation fix.
Gildas Bazin [Wed, 23 Feb 2005 14:52:09 +0000 (14:52 +0000)]
* src/misc/modules.c: MSVC compilation fix.

19 years ago* Let's break the prefs again for OSX
Derk-Jan Hartman [Wed, 23 Feb 2005 14:37:56 +0000 (14:37 +0000)]
* Let's break the prefs again for OSX
  now to get it working. There is a semi-todo/design list in prefs.m.

19 years ago- changed sample axvlc.inf to use VLC NSI installer
Damien Fouilleul [Wed, 23 Feb 2005 14:26:47 +0000 (14:26 +0000)]
- changed sample axvlc.inf to use VLC NSI installer

19 years ago- inserted uninstall entry for activex plugin
Damien Fouilleul [Wed, 23 Feb 2005 14:09:40 +0000 (14:09 +0000)]
- inserted uninstall entry for activex plugin
- fixed autoplay for DVD and CD

caveat for CD, the cdda plugin must be fixed to allow for a MRL of the form cdda:D:\ (needs to support the trailing backslash)

19 years ago* Update copyright to 2005 where appropriate.
Derk-Jan Hartman [Wed, 23 Feb 2005 13:53:28 +0000 (13:53 +0000)]
* Update copyright to 2005 where appropriate.

19 years agomkv.cpp: I was wrong, the dirent export works
Steve Lhomme [Wed, 23 Feb 2005 12:13:17 +0000 (12:13 +0000)]
mkv.cpp: I was wrong, the dirent export works

19 years agomkv.cpp: fix dirent issue with the recent "fixes"
Steve Lhomme [Wed, 23 Feb 2005 11:48:25 +0000 (11:48 +0000)]
mkv.cpp: fix dirent issue with the recent "fixes"

19 years ago* hooked up the Playlist window menuitem to an action
Derk-Jan Hartman [Wed, 23 Feb 2005 11:37:04 +0000 (11:37 +0000)]
* hooked up the Playlist window menuitem to an action
* added com-shift-E and com-shift-M keycombo's for Equalizer window and Messages window

19 years agowall.c: user-configurable aspect-ratio for the displays
Sigmund Augdal Helberg [Wed, 23 Feb 2005 10:33:07 +0000 (10:33 +0000)]
wall.c: user-configurable aspect-ratio for the displays

19 years agowall.c: shut up two compiler warnings. Fix two (only one actually
Sigmund Augdal Helberg [Wed, 23 Feb 2005 10:11:33 +0000 (10:11 +0000)]
wall.c: shut up two compiler warnings. Fix two (only one actually
experienced) rounding errors causing invalid reads and green lines.

19 years agowall.c: set the total output aspect ratio to the device aspect ratio, even
Sigmund Augdal Helberg [Wed, 23 Feb 2005 09:12:31 +0000 (09:12 +0000)]
wall.c: set the total output aspect ratio to the device aspect ratio, even
if size constrains stoped us from making the parts have that aspect ratio.
This causes a slight stretch of the image in some direction but should
totally remove black lines between the elements.
todo:
 * make device aspect ratio configureable (easy)
 * handle anamorphic input video (medium)

19 years ago* configure.ac: wince interface moved to builtins.
Gildas Bazin [Wed, 23 Feb 2005 08:09:46 +0000 (08:09 +0000)]
* configure.ac: wince interface moved to builtins.

19 years agofreetype.c Correct color mapping, make color choice a 16-item pick list, add on...
Mark Moriarty [Wed, 23 Feb 2005 03:37:45 +0000 (03:37 +0000)]
freetype.c  Correct color mapping, make color choice a 16-item pick list, add on-the-fly capability (independent color/opacity for time, marquee, etc.)

19 years ago* renamed sap module from "SAP interface" to "SAP announces"
Derk-Jan Hartman [Tue, 22 Feb 2005 22:11:26 +0000 (22:11 +0000)]
* renamed sap module from "SAP interface" to "SAP announces"

19 years agoWe use setRepresentedFilename if access is File.
Jérome Decoodt [Tue, 22 Feb 2005 17:27:04 +0000 (17:27 +0000)]
We use setRepresentedFilename if access is File.
Title is found in input instead of playlist (fix a small vlm bug...).

19 years ago* configure.ac: fixed typo + removed some plugins from the WinCE build.
Gildas Bazin [Tue, 22 Feb 2005 15:53:42 +0000 (15:53 +0000)]
* configure.ac: fixed typo + removed some plugins from the WinCE build.

19 years ago- changed dshow plugin to use common IID defined in libuuid.a (prevents linking probl...
Damien Fouilleul [Tue, 22 Feb 2005 15:35:01 +0000 (15:35 +0000)]
- changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)

19 years ago* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain...
Gildas Bazin [Tue, 22 Feb 2005 13:13:29 +0000 (13:13 +0000)]
* modules/gui/wxwindows/playlist.cpp: sanity check to avoid crashes (doesn't explain why the check is triggered though).

19 years ago* src/misc/threads.c: print thread timing statistics on thread destruction (Win32...
Gildas Bazin [Tue, 22 Feb 2005 12:50:43 +0000 (12:50 +0000)]
* src/misc/threads.c: print thread timing statistics on thread destruction (Win32 only).

19 years agoadded ActiveX control to the VLC installer
Damien Fouilleul [Tue, 22 Feb 2005 11:13:11 +0000 (11:13 +0000)]
added ActiveX control to the VLC installer

19 years ago* modules/demux/ogg.c: added support for new Ogg mapping for FLAC.
Gildas Bazin [Mon, 21 Feb 2005 20:32:36 +0000 (20:32 +0000)]
* modules/demux/ogg.c: added support for new Ogg mapping for FLAC.

19 years ago* modules/codec/vorbis.c: uninitialized variable.
Gildas Bazin [Mon, 21 Feb 2005 19:16:22 +0000 (19:16 +0000)]
* modules/codec/vorbis.c: uninitialized variable.

19 years ago* configure.ac: mux_ts was moved to builtins by mistake.
Gildas Bazin [Mon, 21 Feb 2005 19:15:33 +0000 (19:15 +0000)]
* configure.ac: mux_ts was moved to builtins by mistake.

19 years ago* modules/misc/network/ipv4.c: multicast support for WinCE.
Gildas Bazin [Mon, 21 Feb 2005 17:51:53 +0000 (17:51 +0000)]
* modules/misc/network/ipv4.c: multicast support for WinCE.

19 years ago* src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes...
Gildas Bazin [Mon, 21 Feb 2005 17:50:54 +0000 (17:50 +0000)]
* src/misc/modules.c, modules/access/directory.c: Win32 fixes (GetFileAttributes() returns -1 on error).

19 years agoDo not use setTitleWithRepresentedFilename if input is not a file.
Jérome Decoodt [Mon, 21 Feb 2005 16:12:14 +0000 (16:12 +0000)]
Do not use setTitleWithRepresentedFilename if input is not a file.

19 years agowall.c: handle some rounding error causing a integer overflow. more window
Sigmund Augdal Helberg [Mon, 21 Feb 2005 15:58:02 +0000 (15:58 +0000)]
wall.c: handle some rounding error causing a integer overflow. more window
size constrain fixes

19 years ago * picture.c : slightly cleaner picture_t freeing
Antoine Cellerier [Mon, 21 Feb 2005 15:23:46 +0000 (15:23 +0000)]
 * picture.c : slightly cleaner picture_t freeing
 * mosaic.c : add a switch to keep aspect ratio when resizing

19 years ago* include/vlc_common.h: compilation fix.
Gildas Bazin [Mon, 21 Feb 2005 13:50:17 +0000 (13:50 +0000)]
* include/vlc_common.h: compilation fix.

19 years ago * update the copyright dates
Antoine Cellerier [Mon, 21 Feb 2005 13:39:01 +0000 (13:39 +0000)]
 * update the copyright dates

19 years ago* configure.ac, modules/access/directory.c: enabled the directory access module on...
Gildas Bazin [Mon, 21 Feb 2005 13:35:15 +0000 (13:35 +0000)]
* configure.ac, modules/access/directory.c: enabled the directory access module on WinCE.

19 years agoBasic mosaic, video blending modules
Antoine Cellerier [Mon, 21 Feb 2005 13:13:52 +0000 (13:13 +0000)]
Basic mosaic, video blending modules
 * picture.c picture.h : vout that copies the rendered image in a libvlc
                         object.
 * mosaic.c : sub filter that takes all the images created by the picture
              module and blends them over the current video

I think i still have loads of things to fix (like memleaks)

Simple vlm configuration file to see this work :
<<<<
new chan1 broadcast enabled
setup chan1 input somevideo1.avi
setup chan1 option vout=picture

new chan2 broadcast enabled
setup chan2 input somevideo2.avi
setup chan2 option vout=picture

new bg broadcast enabled
setup bg input somevideo0.avi
setup bg option sub-filter=mosaic

control bg play
control chan1 play
control chan2 play
>>>>

You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf

19 years ago* src/extras/dirent.h: removed useless file.
Gildas Bazin [Mon, 21 Feb 2005 13:07:54 +0000 (13:07 +0000)]
* src/extras/dirent.h: removed useless file.

19 years ago* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)
Yoann Peronneau [Mon, 21 Feb 2005 13:06:08 +0000 (13:06 +0000)]
* src/misc/vlm.c: added 'inputdeln <num>' to delete input #num (starts from 1)

19 years ago* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible...
Gildas Bazin [Mon, 21 Feb 2005 13:00:20 +0000 (13:00 +0000)]
* src/extras/dirent.c, ALL: fixed win32/ce dirent replacement and made it accessible from plugins as well.

19 years agowall.c: create properly sized (multiple of two each way) windows. set
Sigmund Augdal Helberg [Mon, 21 Feb 2005 12:03:28 +0000 (12:03 +0000)]
wall.c: create properly sized (multiple of two each way) windows. set
correct output resolution on the created windows

19 years ago * livedotcom: automatic TCP rollover when no data was received in 900ms and
Laurent Aimar [Mon, 21 Feb 2005 09:10:53 +0000 (09:10 +0000)]
 * livedotcom: automatic TCP rollover when no data was received in 900ms and
 auto eof when no more data received in 3s (not tested a lot, so please report
 any problem).
  Do not set dts for video stream (make libmpeg2 happy).

19 years ago * all: woops (debug messages left).
Laurent Aimar [Mon, 21 Feb 2005 09:05:11 +0000 (09:05 +0000)]
 * all: woops (debug messages left).

19 years ago * block: added
Laurent Aimar [Mon, 21 Feb 2005 09:03:07 +0000 (09:03 +0000)]
 * block: added
    - BLOCK_FLAG_CORRUPTED : signal corrupted data (do not use anymore
 BLOCK_FLAG_DISCONTINUITY in that case)
    - BLOCK_FLAG_PREROLL : mark this block to be decoded (no matter what).
 * ffmpeg, libmpeg2: support BLOCK_FLAG_PREROLL (ie disable frame dropping).
 * input: added ES_OUT_SET_NEXT_DISPLAY_TIME to ease the work for preroll
 (untested).
 * mp4: added support for CTTS table (pts, needed for h264+bframe).
 * decoders: for now handle discontinuity and corrupted block the same way.

19 years agomkv.cpp: prepare code for multiple editions and ordered editions
Steve Lhomme [Mon, 21 Feb 2005 08:07:34 +0000 (08:07 +0000)]
mkv.cpp: prepare code for multiple editions and ordered editions

19 years agomkv.cpp: do not spread gcc problems to other compilers
Steve Lhomme [Mon, 21 Feb 2005 07:52:19 +0000 (07:52 +0000)]
mkv.cpp: do not spread gcc problems to other compilers

19 years ago* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media
Yoann Peronneau [Sun, 20 Feb 2005 23:22:21 +0000 (23:22 +0000)]
* src/misc/vlm.c: added 'inputdel all' to delete all inputs of a VLM media

19 years ago* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.
Gildas Bazin [Sun, 20 Feb 2005 21:38:36 +0000 (21:38 +0000)]
* modules/codec/mpeg_audio.c: let ffmpeg have the priority under WinCE.

19 years ago* configure.ac: WinCE build fix.
Gildas Bazin [Sun, 20 Feb 2005 21:26:14 +0000 (21:26 +0000)]
* configure.ac: WinCE build fix.

19 years agoAdd sdp meta-data to playlist
Clément Stenac [Sun, 20 Feb 2005 20:56:05 +0000 (20:56 +0000)]
Add sdp meta-data to playlist

19 years ago* src/misc/vlm.c: addded 'inputdel' setup command
Yoann Peronneau [Sun, 20 Feb 2005 20:54:03 +0000 (20:54 +0000)]
* src/misc/vlm.c: addded 'inputdel' setup command

19 years ago* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.
Gildas Bazin [Sun, 20 Feb 2005 20:53:01 +0000 (20:53 +0000)]
* INSTALL.wince: preliminary build instructions for the WinCE port of VLC.

19 years ago* src/misc/httpd.c, modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more...
Gildas Bazin [Sun, 20 Feb 2005 20:47:04 +0000 (20:47 +0000)]
* src/misc/httpd.c,  modules/demux/subtitle.c, modules/gui/wince/wince_rc.rc: more WinCE build fixes.

19 years agofreetype.c Change opacity to 0...255, add --freetype-color hex_RGB shortcut
Mark Moriarty [Sun, 20 Feb 2005 16:05:39 +0000 (16:05 +0000)]
freetype.c  Change opacity to 0...255, add --freetype-color hex_RGB shortcut

19 years ago* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of...
Gildas Bazin [Sun, 20 Feb 2005 15:37:23 +0000 (15:37 +0000)]
* modules/video_output/wingdi.c: major optimizations (avoid unnecessary memcpy of video frames + direct rendering for gapi).

19 years ago* modules/gui/wince: misc small fixes.
Gildas Bazin [Sun, 20 Feb 2005 15:16:12 +0000 (15:16 +0000)]
* modules/gui/wince: misc small fixes.

19 years ago video_filter/marq.c: converted to unix file format
Eric Petit [Sun, 20 Feb 2005 14:12:34 +0000 (14:12 +0000)]
 video_filter/marq.c: converted to unix file format

19 years agowall.c: try to make all windows in a given aspect ratio for proper
Sigmund Augdal Helberg [Sun, 20 Feb 2005 13:27:11 +0000 (13:27 +0000)]
wall.c: try to make all windows in a given aspect ratio for proper
fullscreen. Collect the "blackness" on the far left/right/top/bottom.
todo:
* Make window aspect-ratio configureable
* handle anamorphic input
* constain the sizes of the windows to legal values
* handle some rounding errors

19 years agofreetype.c add --freetype-opacity (0..100%), to control text transparency
Mark Moriarty [Sun, 20 Feb 2005 00:12:15 +0000 (00:12 +0000)]
freetype.c  add --freetype-opacity (0..100%), to control text transparency