- 21 Mar, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 03 Mar, 2004 2 commits
-
-
sigmunau authored
moved to share/ after the svn switch) share/Makefile.am: added some wince-related resource files to the distribution
-
Laurent Aimar authored
-
- 01 Mar, 2004 1 commit
-
-
gbazin authored
* 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.
-
- 05 Feb, 2004 1 commit
-
-
hartman authored
- holds doc/translations.txt - all the .po's - convert-po.sh
-
- 31 Jan, 2004 1 commit
-
-
gbazin authored
* Makefile.am: added vlc_meta.h
-
- 09 Jan, 2004 1 commit
-
-
gbazin authored
-
- 05 Jan, 2004 2 commits
-
-
Laurent Aimar authored
* 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.
-
zorglub authored
* 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
-
- 20 Dec, 2003 1 commit
-
-
Boris Dorès authored
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.
-
- 18 Dec, 2003 1 commit
-
-
hartman authored
-
- 17 Dec, 2003 1 commit
-
-
Eric Petit authored
* share/vlc_beos.rsrc: new icon based on Stephane's cone
-
- 24 Nov, 2003 2 commits
-
-
Laurent Aimar authored
input_EsOutDelete.
-
Laurent Aimar authored
-
- 23 Nov, 2003 1 commit
-
-
Christophe Massiot authored
work now.
-
- 20 Nov, 2003 1 commit
-
-
Laurent Aimar authored
all: removed i_extra_type from es_format_t.
-
- 18 Nov, 2003 1 commit
-
-
Laurent Aimar authored
* mpeg4video.c: rework of the mpeg4 video packetizer. (not well tested)
-
- 17 Nov, 2003 1 commit
-
-
hartman authored
* 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 :)
-
- 15 Nov, 2003 1 commit
-
-
Christophe Massiot authored
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.
-
- 03 Nov, 2003 1 commit
-
-
hartman authored
* 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.
-
- 02 Nov, 2003 2 commits
- 29 Oct, 2003 1 commit
-
-
zorglub authored
- 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)
-
- 26 Oct, 2003 1 commit
-
-
gbazin authored
* 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.
-
- 24 Oct, 2003 1 commit
-
-
Sam Hocevar authored
* configure.ac: Removed mention of plugin packetizer_mpegaudio which does not exist.
-
- 23 Oct, 2003 1 commit
-
-
gbazin authored
* Makefile.am, modules/visualization/visual/Modules.am, modules/stream_out/Modules.am: added missing headers.
-
- 20 Oct, 2003 2 commits
-
-
gbazin authored
* Makefile.am, install-win32: include the mozilla plugin in the win32 package. You'll still have to install the mozilla plugin manually though.
-
gbazin authored
* 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.
-
- 17 Oct, 2003 1 commit
-
-
gbazin authored
* Makefile.am: don't forget include/vlc_keys.h in "make dist"
-
- 12 Oct, 2003 1 commit
-
-
gbazin authored
* src/video_output/video_text.h: removed useless file.
-
- 08 Oct, 2003 1 commit
-
-
gbazin authored
* 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.
-
- 07 Oct, 2003 1 commit
-
-
gbazin authored
* Makefile.am: forgot to include vlc_block_helper.h
-
- 22 Sep, 2003 1 commit
-
-
hartman authored
* modules/gui/macosx/output.m: updated part of the Stream output dialog * modules/demux/util/sub.c: removed sub_detect() and moved the sub-file and sub-autodetect file options to src/input/input.c * src/input/input.c: added the moved options and use them to add subtitle tracks. * src/libvlc.h: description strings etc for sub-file and sub-autodetect-file * src/input/subtitles.c: new subtitles_Detect() largely based on the code used by MPlayer. Adapted for coding style and structure differences. The autodetect routine can now detect multiple subtitle files and assigns scores based on their names. if they much well enough they are sorted based on their score. It will then return this set, and they will all be added as SPU tracks to the current stream. The (un)selecting of these tracks will need to be fixed because they all get assigned the es id 0xFF currently.
-
- 29 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 28 Aug, 2003 3 commits
- 24 Aug, 2003 1 commit
-
-
Loïc Minier authored
. cleanups, use of top_builddir where possible, just to feel safer . fixed VLC.app inclusion of AUTHORS, COPYING etc. . propagated previous changes to package-osx . checked both build methods
-
- 23 Aug, 2003 1 commit
-
-
Laurent Aimar authored
special goom tree source as I was unable to use standard goom library. (I will provide it once mmx/ppc included) * modules/visualization/Modules.am: added goom * include/vlc_block.h src/misc/block.c: introduce a new data block api (not yet tested, ported from my local new input work).
-