Commit Graph

29 Commits

Author SHA1 Message Date
Sam Hocevar 79a45f72ac * Updated TODO list with Henri's Apr 6th post.
* Built-in modules support almost finished.

    Now you can compile any module within vlc, even the Gnome, Qt, SDL
  and GGI modules at the same time, resulting in an awful extra fat
  vlc binary with gazillons of library dependecies.

    The only exception is that the Gnome and Gtk+ modules can't be
  compiled together into vlc. But you can have one compiled built-in
  and the other as a plugin.

    Another consequence is that libdl should no longer be needed under
  MacOS X. I'll check this as soon as possible.
2001-04-15 10:54:46 +00:00
Henri Fallon c7df0042b1 TS input : only one audio & spu ES selected at a time
Intf : ts streams in menu
       fixed a typo

There be certainly need for debug on the TS input as vls complains about
wrong sized PES packets, and that many streams do not seem to work.

btw, I forgot to mention in my last commit the function that nooone will
ever use : "right button" key of 105 keys keybords support under X11,
Xv, Sdl
2001-04-13 01:49:22 +00:00
Sam Hocevar 1843a6156a * Updated ChangeLog and TODO list.
* Added TODO to the .spec file.
  * Fixed Makefile.in so that `make snapshot' takes extras/* in account.
2001-04-08 04:17:30 +00:00
Sam Hocevar 2afb724073 * Everything in place for the 0.2.63 release.
* Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
    linux-kernel like author list.
  * Updated TODO list.
  * Fixed a segfault in the BeOS interface when --noaudio was specified.
  * Title and Chapter selection in the Gnome and Gtk+ interfaces.
2001-03-05 01:29:25 +00:00
Sam Hocevar 1c99dc85d6 * updated version information to 0.2.60 -- today's release
* started porting the X11 vout (still disabled)
 * a few unnoticeable changes in the Gnome intf
2001-02-14 07:48:18 +00:00
Sam Hocevar 71f866bf43 . added comments to src/interface/intf_plst.c and include/intf_plst.h
so that people understand how the playlist works.
 . updated the TODO list (34 items to do, 41 done !)
2001-02-08 23:40:26 +00:00
Sam Hocevar 3e22bc680c . removed obsolete video_yuv_mmx.S
. updated the TODO list and wrote a small todo.pl parser to make it
   easier to see which items remain to be done
 . `make snapshot' now creates vlc-*.tar.gz and vlc-*-nocss.tar.gz
2001-02-04 03:06:30 +00:00
Christophe Massiot b788332af5 * Fixed backwards moves ;
* Updated TODO list.
2001-01-23 13:22:58 +00:00
Christophe Massiot c17287dc78 * Added -a, -c and -s options. (-a doesn't work but I will let the people
who thought it would be cleaner to put config in environment variables
correct what's wrong in my code).
2000-12-20 17:49:41 +00:00
Christophe Massiot 8d211185e6 The new tasks for the input-II. 2000-12-05 22:30:27 +00:00
Christophe Massiot aa7cf7baa7 * Added more stats
* Fixed a bug in the parser when trashing an already parsed frame
* Simplified (and enhanced) vpar_synchro for B pictures
* Lowered the synchro DELTA
2000-11-27 17:49:48 +00:00
Christophe Massiot b335e3b40f * vlc is now compiled without the STATS mode by default.
* Fixed a bug which made frames go backwards with some displays (the
   video_decoder thread is now niced).
 * Made use of intf_WarnMsg() in the most needed places.
Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
Fixed the optimizations in the configure stuff.
Warning : this release needs a full rebuild (make clean; make).
Warning : I might have broken the BeOS port, could somebody check ?
2000-11-27 10:35:57 +00:00
Henri Fallon a7dd995f4c Added : alsa support
Todo : - test it on several cards
       - support more than Stereo s16
       - make configure check for alsa
2000-11-20 03:31:45 +00:00
Christophe Massiot 884bfabe27 * Added --enable-debug, --enable-stats and --disable-optims (sam could
you check I did'nt make a mess of it ?).
* Added todo things in the TODO file.
2000-11-18 03:15:01 +00:00
Stéphane Borel 9c88ff4fd3 * D�buggage de la vid�o MPEG 1 (=> correction de deux bugs dans le
parsage des blocs et d'un bugs dans le parseur des vecteurs de mouvement).

--Meuuh
2000-10-23 02:04:48 +00:00
Sam Hocevar 0317810e5c . rha mais faisez gaffe au format de la todo list sarass ! 2000-08-29 00:01:06 +00:00
Pierre Baillet f71c76a92b . Added a 'f' shortcut to the SDL output (fullscreen/windowed)
. Modified the Idle screen of the vlc (seems to suck a lot of CPU anyway :/)
. Prayed for a good indentation ;).
2000-08-28 23:12:08 +00:00
Sam Hocevar 27fdf30eca . rajout du fix de Meuuh dans la todolist. 2000-08-27 22:05:42 +00:00
Sam Hocevar 4958099e6b . fix� une erreur d'indentation
(Oct, tu devrais vraiment regarder ton �diteur. Tu as vu le
   bordel qu'il a foutu dans src/interface/interface.c ?)
2000-08-27 12:32:06 +00:00
Sam Hocevar 774b4790e8 . update de la TODO list
Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
 �a ne devrait pas �tre trop dur, �a t'obligera � lire le code de
 l'audio_output, et surtout �a te fera la bite.
2000-08-27 10:49:25 +00:00
Pierre Baillet 0765875ab5 Hello,
Some news things:

 . I am still going on modifiying the key event handling method to make it more flexible. I still have a few things to get what I'd like to
 . added a keystrokes.h include which contains a generic name of all the VLC keys binding
 . modified some of the core interface routines to allow the passing of an extra parameter with a keystroke (VLC_CHANNEL).
 . next step: move all the interface dependent parts (such as the getKey function) to the plugins.

Hope this will run on your boxes...
2000-08-24 14:58:51 +00:00
Sam Hocevar c45d72198a * removed CCFLAGS flags which were improperly used.
* added hints for powerpc build.
  * fixed the input_file exit bug.
  * fixed a Makefile bug which removed the CVS directory.
  * removed the frame statistics output.
2000-08-21 01:47:19 +00:00
Sam Hocevar 617bd4db8a . new tasks :
Description: Fix plugins namespace problem
Description: Fix plugin autoloading
Description: Real plugin API
Description: Enable compiled-in plugins
Description: Optimize SPU rendering
Description: SPU error recovery
2000-08-17 14:45:42 +00:00
Sam Hocevar af22a4b58c * fixed a dumb bug in the Makefile that prevented inclusion of the
-march=pentium directive. thanks Meuuh, blame sam.
  * fixed a warning in main.c.
  * separate Debian packages.
  * added request for ALSA support in the TODO list.
2000-08-15 23:35:31 +00:00
Sam Hocevar 454c7eb8df . rajout� build-stamp et debian/tmp dans les .cvsignore
. de nouvelles id�es dans la TODO list :

Difficulty: Guru    Urgency: Wishlist   Support for RTP
Difficulty: Medium  Urgency: Wishlist   Draw a font / support color fonts
Difficulty: Medium  Urgency: Important  Layer 2 mono support
Difficulty: Hard    Urgency: Wishlist   MP3 support
Difficulty: Hard    Urgency: Normal     Support for unencapsulated streams
Difficulty: Guru    Urgency: Wishlist   Ogg/Vorbis audio decoder support
Difficulty: Hard    Urgency: Normal     Xv video output support
Difficulty: Medium  Urgency: Normal     SDL video output support
2000-08-15 13:37:43 +00:00
Sam Hocevar e16affa0e0 * fixed 8bpp YUV.
* fixed the fscked up Bresenham algorithm in all YUV functions.
2000-08-14 01:13:25 +00:00
Sam Hocevar 0615d6b6d4 * removed an unused variable in the MMX YUVs.
* fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
2000-08-13 17:39:55 +00:00
Sam Hocevar 65d341df9f . chang� l'ordre des t�ches 2000-08-10 23:33:26 +00:00
Sam Hocevar 8ff71feaa3 . TODO list 2000-08-10 22:52:29 +00:00