Commit Graph

179 Commits

Author SHA1 Message Date
Laurent Aimar
22c36814c2 * Makefile.am: added acces.c (for people still using make ;) 2004-05-29 23:56:41 +00:00
Gildas Bazin
8f5a3ddc82 * Makefile.am: added include/snapshot.h. 2004-05-27 20:31:22 +00:00
Derk-Jan Hartman
458cd04565 * Remove last remenants of info.h and info.m
* Better align the iTunes styled slider with other UI elements
* added .spx .ts and .ps fileextensions.
2004-05-24 21:28:03 +00:00
Yoann Peronneau
9cfa603843 * src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys.
Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
2004-05-23 16:19:29 +00:00
Derk-Jan Hartman
2140a61ec0 * extras/MacOSX/macosx-dmg: rewrote the package script.
- will now determine desired image size by itself
  - the hdid mount command mounted the image as root if no user is logged in via GUI.
    this is very undesirable for nightly builds.
    now uses the mount command and a local mountpoint.
2004-05-15 02:36:05 +00:00
Gildas Bazin
de96e9ec41 * vlc.win32.nsi: brand new NSIS auto-installer script.
* Makefile.am: use vlc icon in the NSIS installer.
2004-05-14 17:07:50 +00:00
Gildas Bazin
44b413e922 Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien) 2004-05-09 09:20:34 +00:00
Gildas Bazin
383d0e1834 * Makefile.am: include the vlm html files in the win32 package. 2004-05-06 08:14:03 +00:00
Derk-Jan Hartman
1da2bc91de * .access for http intf added to OSX build. 2004-05-05 21:53:07 +00:00
Gildas Bazin
2a73b7289d * share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32).
* modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
2004-04-30 15:30:43 +00:00
Derk-Jan Hartman
d0b60e6534 * Add missing playlistinfo files to OSX target 2004-04-29 18:32:58 +00:00
Gildas Bazin
18bc4180c1 * configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin. 2004-04-28 13:01:14 +00:00
Sam Hocevar
f2d188b231 * Makefile.am:
+ Copy the original ebuild instead of copying it, to allow recursive
      "make dist" calls.
2004-04-26 13:14:57 +00:00
Derk-Jan Hartman
1ce23b854f * extras/contrib/src
- fix goom location
  - some small url improvements. please test the contrib system.
* modules/gui/macosx/*
  - autodetect Quartz Extreme. Use OpenGL vout if present.
  - --macosx-vout auto|quartz|opengl to force a vout.
* Makefile.am: add share/http/vlm to target.
* NEWS: small updates
* AUTHORS: updated my email address.
2004-04-20 01:00:29 +00:00
Clément Stenac
fab59c05a4 * ALL: Better announce system
- The SAP handler now runs in a separate thread.
  - RTP sessions can be announced with sap (sdp=sap://,name=...)
	TODO: Make this more configurable
  - Better SDP generation (the timestamp problem is not resolved)
	About this, there is a problem : as, for a RTP session, the URI
        is the complete SDP, if the session is recreated, as the URI has 
        changed, a new item is added to the playlist
  - Experimental flow control algorithm :
       It does not follow the "Recommended" implementation, as it needs
       to count the sessions (to achieve this, we should make this work
       together with the SAP listener)
       It is disabled by default (use --sap-flow-control to enable).
       When it is disabled, sap announcement interval is set by --sap-interval

* src/misc/net.c : created net_ReadNonBlock
* sap.c : Fixed memory problem
2004-04-18 18:21:09 +00:00
Gildas Bazin
562ab59b24 * src/input/control.c: added INPUT_ADD_INFO/INPUT_SET_NAME to input_Control().
* src/input/input.c:
   + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...).
   + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ).
* ALL: use input_item_t and INPUT_ADD_INFO when necessary.
2004-03-31 20:52:31 +00:00
Gildas Bazin
36b86f5b99 * src/input/*:
+ new input_Control() function (doesn't do much for now).
   + started bookmarks support through input_Control().
   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.

* src/video_output/*:
   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
   + new --video-x/y config options
2004-03-23 23:44:49 +00:00
Olivier Teulière
bbb792841f * Makefile.am: Fixed the win32 packaging of the default skin2 2004-03-22 20:54:35 +00:00
Laurent Aimar
d70854de07 * Makefile.am: compile vlm.c ... 2004-03-21 15:09:21 +00:00
Laurent Aimar
1d483f63c1 * all: changes for vlm move. 2004-03-21 12:29:31 +00:00
Sigmund Augdal Helberg
577e22f225 Makefile.am: added vlc.exe.manifest to the distribution (should perhaps be
moved to share/ after the svn switch)
share/Makefile.am: added some wince-related resource files to the distribution
2004-03-03 17:18:38 +00:00
Laurent Aimar
85d67b2229 * all: httpd compilation. 2004-03-03 13:24:31 +00:00
Gildas Bazin
657e2a261f * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
* install-win32, Makefile.am: include the default skins2 theme in the win32 package.
2004-03-01 19:41:42 +00:00
Derk-Jan Hartman
93f3c135d2 * added a package-translations target
- holds doc/translations.txt
  - all the .po's
  - convert-po.sh
2004-02-05 21:01:44 +00:00
Gildas Bazin
2cfe3a71bf * Makefile.am: added vlc_meta.h 2004-01-31 09:52:22 +00:00
Gildas Bazin
c1c8211f51 * ALL: MSVC compilation fixes. 2004-01-09 12:23:47 +00:00
Laurent Aimar
708fa7292b * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga m4v mpeg_system ps ts
avi asf aac mp4 rawdv demux2 nsv real]), it was probably a mistake ....
   ( ouiiinnn, another bootstrap ;)

 * all: added net_* helpers functions.
2004-01-05 14:10:58 +00:00
Clément Stenac
17557ea643 * Makefile.am : Added src/playlist/item-ext.c and src/playlist/info.c
* src/playlist/item.c
  src/playlist/info.c
  src/playlist/item-ext.c
  src/playlist/group.c
  src/playlist/sort.c
  src/playlist/loadsave.c
  include/vlc_playlist.h
      - New playlist_info structures and accessors
        It works pretty like the old input_info (with categories)
        It provides modularity to the playlist
      - Removed ppsz_options and i_options from playlist_item
        (we use the special category Options)
      - Added a unique id to each playlist_item to be able to track the
        items accross playlist reorders
      - Simplified adding of items.
           - playlist_AddExt is removed
           - playlist_AddItem is still here and exported but should not be used
           - use playlist_Add( p_playlist, uri, name, duration, mode, pos )
             and use the accessors for all other things
      - Added setters for fields of the playlist_item structure
      - Introduced "item-change" and "playlist-current" playlist variables
        to give more flexibility than only intf-change

      At the moment, duration is still in the structure (easier to use, IMHO)

* src/input/input.c
  src/libvlc.c :
        playlist item options parsing changed

* include/vlc_common.h : added playlist_info structures
2004-01-05 12:59:43 +00:00
Boris Dorès
78ffa46b5e * libvlc.h input.c headphone.c:
fix support of audio channel mixers, like the headphone channel mixer
    for instance, which was broken since the introduction of user audio
    filters; if specified by the user and compatible with the audio
    pipeline, we add the channel mixer after the user filters.
    -> unfortunately, this fix removed two strings and introduced 4 new
       ones
    -> TODO: allow the user to choose only amongst channel mixers, not
       all available audio filters

* vlc.exe.manifest Makefile.am install-win32 :
    add a manifest file to allow the win32 gui to use Windows XP visual
    styles when available.
2003-12-20 22:57:36 +00:00
Derk-Jan Hartman
ff9920ffe6 * Fix broken http intf in macosx package. 2003-12-18 16:29:47 +00:00
Eric Petit
9d4690c97a * Makefile.am: cleaned up package-beos
* share/vlc_beos.rsrc: new icon based on Stephane's cone
2003-12-17 08:53:54 +00:00
Laurent Aimar
3adaad543e * moved EsOut* to es_out.c and introduced internal input_EsOutNew and
input_EsOutDelete.
2003-11-24 20:50:45 +00:00
Laurent Aimar
3439df8101 * all: removed decoder_fifo_t. 2003-11-24 00:39:02 +00:00
Christophe Massiot
0eb0aecc2d * Fixed bugs in the contrib build system. In particular 'make bin' should
work now.
2003-11-23 13:06:43 +00:00
Laurent Aimar
b38ec88240 include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
all: removed i_extra_type from es_format_t.
2003-11-20 22:10:56 +00:00
Laurent Aimar
3557949236 * include/vlc_bits.h: bit stream reader/writer.
* mpeg4video.c: rework of the mpeg4 video packetizer.
 (not well tested)
2003-11-18 20:15:38 +00:00
Derk-Jan Hartman
1672cb91be * THANKS: hungarian translator and designer of OSX intf controller added
* modules/LIST: updated
 * Makefile.am: include new OS X art in the dist.
 * NEWS: updated
 * */.cvsignore: added and improved some of these.
 * modules/gui/macosx/prefs_widgets.?:
   - new config controls much like in the wxwindows module. not yet in use.
   - beware not tested irl. but it compiles :)
2003-11-17 06:31:22 +00:00
Christophe Massiot
3b099bef9a * 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.
2003-11-15 01:21:48 +00:00
Derk-Jan Hartman
03d18c98e8 * modules/gui/macosx/*: Commit of the Visualizations menu item.
* ALL: bring the project files to XCode.
  10.2 users should revert the change in Makefile.am or they won't be able to
  build VLC on their machine. Editing the project files will probably also not
  be possible for them.
2003-11-03 15:27:28 +00:00
Gildas Bazin
452fecf026 * Makefile.am: small change to the package-win32 target. 2003-11-02 22:28:46 +00:00
Gildas Bazin
ae27f53b5e * Makefile.am: include the .css file from the html interface into the win32 package. 2003-11-02 21:26:41 +00:00
Clément Stenac
84b846bf8c * src/playlist/* && Makefile.am
- splitted the enormous playlist.c file
   - implemented a better item group system: groups have a name
     and must be created before use by
      playlist_CreateGroup( p_playlist, "newgroupname")

* modules/misc/sap.c
   - Create our own playlist group ("SAP") and use it

* modules/access/slp.c
   - Create our own playlist group ("SLP") and use it

* modules/demux/util/id3tag.c
   - Trigger playlist update when we have parsed our tag

* modules/gui/wxwindows/interface.cpp
   - Fixed the about box by using vlc_wraptext
   - Added the simple open and the streaming wizard icons
           *** Icons need to be changed ! ***
   - Added the visualization to the extended gui

* modules/gui/wxwindows/preferences.cpp && include/vlc_help.h
   - Enlarged the window to fit the wrapped text
   - Added help for audio encoders

* modules/gui/wxwindows/stream.cpp  & open.cpp & include/vlc_interface.h
   - Created a "streaming wizard" window (3-step streaming)

* modules/gui/wxwindows/iteminfo.cpp:
   - Group change is now based on the name

* modules/gui/wxwindows/playlist.cpp
   - Added author and group columns to the listview
   - Redesigned the window
   - Added the Sort menu with several criteria (title, author, group)
   - Added up/down buttons to move an item in the playlist
   - Added the group menu to enable/disable a group in an understandable way


TODO:
-----

* playlist core :
   - Implement advanced sort capabilities  (multi-criteria)
   - File format to save the new features
   - export playlist (to M3U, eg)
   - more robust group creation (duplicates check, ...)

* wxWindows playlist:
   The idea of a treeview seems impossible, because of wxWindow's treeview,
   that don't allow multi-selection, and, as far as I know, multi-columns.
   - Provide a frontend to advanced sort (when it's done :-) )
   - Allow moving items by drag & drop (well, if possible, haven't checked yet)
   - Allow moving several items at once
   - Customizable listview (ability to remove/move columns)
   - Find a solution to the focus problem
     (when you change track, the selected one scrolls at the
      bottom of the visible screen)

* wxWindows interface:
   - New icons, our icons begin to get old and not so pretty
   - Find a solution for the volume bar (nobody understands what it is)
2003-10-29 17:32:55 +00:00
Gildas Bazin
82e4304a9b * Makefile.am: strip the mozilla plugin when doing the win32 package.
* configure.ac: on win32 we compile the theora module as a plugin, not builtin.
2003-10-26 17:11:56 +00:00
Sam Hocevar
139e02861a * Makefile.am: Recurse into doc/ to install documentation.
* configure.ac: Removed mention of plugin packetizer_mpegaudio which does
    not exist.
2003-10-24 16:34:30 +00:00
Gildas Bazin
876e2bb592 * share/skins/default/theme.xml: set "playondrop" to false for the playlist window.
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
2003-10-23 11:26:08 +00:00
Gildas Bazin
2cead86e31 * Makefile.am, install-win32: include the mozilla plugin in the win32 package.
You'll still have to install the mozilla plugin manually though.
2003-10-20 21:48:46 +00:00
Gildas Bazin
de1be1c13f * Makefile.am, bootstrap, mozilla/Makefile.am: don't try to build pic _and_ non-pic code on win32 as there's no need for pic code on this platform. This should almost reduce the compilation time by a factor of 2 when the mozilla plugin is activated in the build process. 2003-10-20 10:37:56 +00:00
Gildas Bazin
7fc09b6294 * Makefile.am: don't forget include/vlc_keys.h in "make dist" 2003-10-17 18:45:20 +00:00
Gildas Bazin
5120576ee8 * src/video_output/video_text.h: removed useless file. 2003-10-12 09:49:30 +00:00
Gildas Bazin
d44f9d26ae * include/vlc_codec.h: defines decoders/encoders related structures here.
* include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
* include/vlc/decoder.h: include vlc_codec.h
* src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
* modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
* src/input/*: some cleanup.
2003-10-08 21:01:07 +00:00