1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

88 Commits

Author SHA1 Message Date
Clément Stenac
80e23c965c Little TODO update 2004-12-15 22:27:53 +00:00
Rocky Bernstein
6656f5a292 *** empty log message *** 2004-12-13 04:41:44 +00:00
Sigmund Augdal Helberg
ca1b3a2cf1 TODO: removed ^M. Added some subtitle anormalites that needs to be fixed. 2004-12-08 11:37:12 +00:00
Clément Stenac
520b91efee Small update 2004-11-24 12:05:44 +00:00
Clément Stenac
0b62ce6dde Small TODO update and sorting 2004-11-20 19:04:57 +00:00
Clément Stenac
8aeaa27865 Add MP4 playlist items as children 2004-11-20 12:50:55 +00:00
Clément Stenac
4db1802cf6 Input options inheritance for playlists 2004-11-17 23:22:43 +00:00
Clément Stenac
9bb94e2415 Update playlist TODO 2004-11-15 15:33:36 +00:00
Clément Stenac
77133bfce2 Todo update 2004-11-14 13:49:46 +00:00
Clément Stenac
12f48a5b24 Add directory in wxWidgets
Update TODO
2004-11-13 23:06:53 +00:00
Clément Stenac
3eba09d008 Fix a bunch of memory leaks 2004-11-09 17:06:41 +00:00
Clément Stenac
211bbb8738 * Fixed autodelete
* Autodelete items played by the SDP demuxer
* Added playlist_CopyParents facility, for modules that use ItemToNode
2004-11-07 10:43:52 +00:00
Derk-Jan Hartman
fbe079e27e * Some todo updates 2004-11-06 23:33:24 +00:00
Sigmund Augdal Helberg
53eb2518b2 TODO: Added some ideas for serice discovery 2004-11-06 15:51:55 +00:00
Clément Stenac
d1fa3faed4 One more thing to do :) 2004-11-06 12:13:30 +00:00
Clément Stenac
d875188873 Fixes
Build the correct files
Updated TODO
2004-11-06 11:22:46 +00:00
Gildas Bazin
70f942b109 * src/libvlc.h: --intf isn't an advanced option.
* TODO: updated.
2004-10-31 16:21:28 +00:00
Derk-Jan Hartman
f0e3910216 * Update TODO list
* Added channel downmixing support to NEWS
2004-10-02 19:58:07 +00:00
Sigmund Augdal Helberg
9b1461ba56 TODO: added some items, removed subtitle scaling, use "Mac OS X" everywhere
in Platform:
2004-09-26 20:37:41 +00:00
Derk-Jan Hartman
99c1c24f75 * update of NEWS and todo 2004-09-25 20:05:02 +00:00
Derk-Jan Hartman
bb90b15349 * added asx todo item to list
* added some clarifications on use of bootstrap to HACKING file
2004-09-23 20:56:46 +00:00
Sigmund Augdal Helberg
f9701bc54a fixed track selection for mkv-files with default flag set on tracks. 2004-09-07 08:11:49 +00:00
Sigmund Augdal Helberg
381fcdb786 some timecode and chapter-related fixes from Mosu(thanks a lot). 2004-09-06 19:01:34 +00:00
Sigmund Augdal Helberg
0824f49733 Added matroska-related items to todo-list 2004-09-06 16:10:34 +00:00
Derk-Jan Hartman
b53e633c50 * Don't release the VLCWindow on QTClose. The mainthread still needs it.
* Updated TODO list
2004-08-29 15:59:12 +00:00
Derk-Jan Hartman
145e92db78 * small addition to translations HOWTO
* updated TODO and NEWS
2004-08-03 23:08:10 +00:00
Gildas Bazin
52b43cc9a9 NEWS, TODO: comprehensive new features update. 2004-07-24 09:50:14 +00:00
Derk-Jan Hartman
0168eda004 * additions to TODO list 2004-07-17 20:43:52 +00:00
Clément Stenac
de57ea2f3d Updated TODO 2004-07-12 06:48:37 +00:00
Derk-Jan Hartman
fd59fcbf16 NEWS: not that 0.7.3 is not released yet
TODO: updates more stuff to do :)
2004-07-11 16:26:58 +00:00
Derk-Jan Hartman
bf680e8fb6 * OSX lowlevel work
- The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :).
    This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly.
  - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet.
  - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI.
  - there are some autorelease leaks which need to be tackled.
  - moved a lot of the VLCApplication func. to the VLCMain class.
  - VLCMain is a +sharedInstance now.
  - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers?

Examples:
VLC.app/Contents/MacOS/VLC [-I macosx]
launches VLC as before (requires you to be logged in via GUI)

VLC.app/Contents/MacOS/VLC -I ncurses
launch vlc with a ncurses intf and display video on your mac
(requires you to be logged in via GUI)

VLC.app/Contents/MacOS/clivlc -I telnet -d
launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids

Now how is that for combining GUI and cli in one application on the mac?!!? :)
jlj? I finally understand now how the OS X interface works !
2004-07-05 01:27:35 +00:00
Derk-Jan Hartman
264724a45d * Update TODO and other junk 2004-07-02 17:44:16 +00:00
Derk-Jan Hartman
68fc79928c * TODO: some changes
* NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
2004-06-29 15:53:28 +00:00
Clément Stenac
da1822b6ab DVB NIT parsing 2004-06-20 10:25:22 +00:00
Derk-Jan Hartman
d0af376e17 * TODO: clarification to some of the vout redesign issues 2004-06-09 10:52:28 +00:00
Derk-Jan Hartman
7bcd0e8c11 * fix TODO file 2004-06-07 22:27:16 +00:00
Derk-Jan Hartman
3264949218 * TODO: put todo's in TODO list instead of commit messages :) 2004-06-07 22:14:51 +00:00
Derk-Jan Hartman
be973dfb40 NOTE: libvlc API changes
* renamed VLC_Stop to VLC_CleanUp since this name is closer to what it actually does.
* added a new VLC_Stop that just does playlist_Stop analogous to VLC_Play and VLC_Pause.
* reordered the functions in libvlc. everything was mixed up.
* added doxygen info to all the functions
* fixed several functions to use the correct underlying API calls
* corrected the copyright info


This is in preparation of the new libvlc calls for mozilla plugin
temp. moved the playlist_command_t typedef to vlc_common.h awaiting implementation of playlist_Control()
2004-06-05 16:09:00 +00:00
Gildas Bazin
560e907c01 * modules/codec/spudec/render.c: chroma support for dvd subtitles. 2004-06-04 10:35:06 +00:00
Derk-Jan Hartman
d67ece3dd0 * Fix the todotable 2004-06-03 14:35:05 +00:00
Sigmund Augdal Helberg
14b0415fc8 TODO: Fixed up the entry on vobsub 2004-06-03 13:56:34 +00:00
Derk-Jan Hartman
952fdbb17d * shitload of work we can do 2004-06-03 13:40:08 +00:00
Clément Stenac
206b6fd982 Embryo of a Todo list, feel free to use it :) 2004-06-03 11:57:04 +00:00
Sam Hocevar
88dee5fd2d * ./TODO: scrapped the todo-list. I put the unresolved items in Bugzilla
(http://bugzilla.videolan.org/).
2002-11-26 14:08:02 +00:00
Gildas Bazin
bfc4f0f588 * ALL: New ogg demux and vorbis codec modules for preliminary support of
ogg/vorbis streams.
2002-10-23 23:17:45 +00:00
Christophe Massiot
2cbb6da03b Closed old entries. 2002-07-12 22:42:30 +00:00
Sam Hocevar
7291e0a7e2 (new in MAIN)
* ./src/interface/interface.c: interfaces are no longer attached only to
    p_vlc.
  * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
    ./src/input/input.c: improvements in the playlist handling (not quite that
    yet though).
(ported from v0_4_1_branch)
  * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
  * ./src/misc/configuration.c: fixed the --nofoo option handling.
  * ./src/interface/main.c: fixed two compilation warnings under Solaris.
2002-06-04 00:11:12 +00:00
Sam Hocevar
8ce5aeea91 * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
* ./configure.in: fixed a few bashisms.
  * ./src/misc/configuration.c: fixed build under Solaris.
  * ./TODO: updated todo list.
2002-03-19 14:00:50 +00:00
Sam Hocevar
45281e620d * Removed more unused code.
* Updated config.guess and config.sub from GNU's latest versions (bozo,
    you may want to update them in vls as well).
  * Added vlc.pot skeleton for translators.
2001-12-10 12:40:24 +00:00
Henri Fallon
49a0736e1c All decoders (audio, video, subtitles) are now modules.
- mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
- ac3_spdif, spu_dec and lpcm_dec are plugins by default
2001-11-13 12:09:18 +00:00