vlc/ChangeLog

264 lines
11 KiB
Plaintext
Raw Normal View History

ChangeLog for vlc
=================
0.2.70:
* Fixed headers for FreeBSD compilation.
* Fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
* Deleted BBitmap[0] directly after overlay creation as no longer needed
as overlay now owns Bits()
* Fixed MPEG-1 mux_rate parsing.
* Fixed MPEG-1 stuffing.
* Don't create BBitmap drawing thread if using overlays
* Changes to BeOS interface with file selection support
* Fixed a boolean_t/int mix.
* Increased FIFO_SIZE.
* Fixed all alignment issues
* Networked TS input
* Working menus for run-time audio/spu/title/chapter selection with gtk
interface.
* Port of the interface menus to gnome plugin.
* Gtk playlist
* Tried to fix the "stream jumps at will" bug.
* Fixed most of the bugs in gnome interface menus
* Added radio checks in menu items.
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
* Borrowed config.guess and config.sub from SDL [MacOS X port] ;
* Changed files so that the MacOS X port compiles & runs [MacOS X port] ;
* If SDL/GTK/DSP is not available, don't compile the associated module.
* Gtk+ interface: fixed a precision issue in the scale.
* Qt interface: somebody pop up us the menu!!
* Fixed Debian sparc build for real (Closes: Debian bug #89285).
* vlc core compiles under QNX RTOS. Now if anyone feels like tidying
it and writing output and interface plugins...
* Split audio output into several separate files to make it easier
to debug. Removed a few redundancies as well.
* Support for Darwin CoreAudio, courtesy of Colin Delacroix [MacOS X port] ;
* Added warnings for ac3 mantissa (we still have problems with AC3 on
MacOS X) ;
* Renamed WriteResource to avoid a namespace clash with Darwin's
WriteResource.
* Compile Darwin module by default on Darwin system. [MacOS X port]
* Use $QTDIR for the qt module ;
* SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au>
* Header cleaning: filled all empty authors fields, added CVS $Id stuff.
* Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
* Fixes to configure.in, Makefile.in and main.c (Altivec detection)
by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
* Added a SYNCHRO_START in DVDRead for each cell change to fix
multi-angle streams
* Changed seek function to prevent jump-at-will and to remove two bugs in
sector computing.
* Initialize some values in netlist (payload_discard wasn't which caused
frame dropping)
* Come back of multi-sector read which should make reading faster
* Language & Inteface support for BeOS interface
* XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au>
* Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu>
* A few syntax fixes in the plain X11 plugin
* Various bug fixes in dvd_netlist. Some bugs seem to remain though.
* New function input_ToggleES for interaction with interface.
* Changes in gnome interface : navigation menus are now splited, there
are radio item in menus and the code should be better.
* First step for dvd_ifo rewritting. Now allocation/disallocation is
being done as it has to be.
* Fixed a bug in title management that make dvd like Seven work.
* vout_beos now uses double buffering for YCbCr overlay.
This (for some reason) improves audio/video sync
* Fixes for the Qt plugin compilation under Debian
* Heavy butchering in the CSS and DVD ioctl code to put all architecture-
dependent code in dvd_ioctl.c
* Added almost fully-functional /dev/dvd driver for MacOS X in
extras/DVDioctl.
* Fall back to one-packet-once reading in dvd input since multi-block
seems to have a bug that make the vlc crash on title/audio/spu change. I
hope that this bug will be fixed soon for the performance is poorer now
* Add-ons and changes in gnome interface:
o menu subdivision is done only if there are over 20 items,
o in DVD mode next/prev apply to title,
o in DVD mode, added a box with button to navigate through chapters.
* Additional enhancements to the OS X DVD ioctl module
* Big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
* Compilation fixes for the BeOS DVD ioctls
* XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
* Added the GNU getopt library, which gets compiled in when getopt_long
isn't available on the desired platform.
* Replaced the `--warning' flag with the standard cumulative `-v' flag.
`-v' is like `--warning 3', and `-vvvv' is like `--warning 0'
(`--warning' is still valid for those used to it)
* Cleaning in configure.in and Makefile.in, the Solaris port now
builds and runs properly.
* Code cleanup: removed a few tabulations.
* Fixed inline asm routines to remove all read/write operands.
* Added <string.h> to most files to prevent warnings under FreeBSD.
* Added "break;" after "default:" in case switches to prevent
warnings when compiling with GCC 3.0pre.
* Sync MOSX dev/CVS tree : code support for MacOS X audio, video and
interface (courtesy of Eugenio Jarosiewicz & Colin Delacroix) ;
* Cleaning code and a small fix to make quit work on OSX
* Disable x11 plugin if X11 headers are not found.
* Misc fixes in the DVD input.
* Fixed CSS authentication under Linux.
* Playlist now refreshes when a file is opened.
* XVideo plugin background is now black instead of white.
0.2.63:
### THIS CHANGELOG HASN'T BEEN UPDATED FOR UNSTABLE ###
0.1.99j:
* Added hardware YUV overlay support (SDL). Huge performance
increase.
* Minor changes in the Debian files.
* Fixed fps display.
* Fixed MPEG1 video decoding. We don't read MPEG 1 PS files for the
moment.
* Fixed a 100% cpu usage bug, in the dummy aout.
* Added a 'f' shortcut to switch between Windowed and Fullscreen
mode.
* Added --broadcast option for network input.
* Screen is now emptied when framebuffer output exits.
* Totally new frame dropping algorithm.
* Fixed a bug in video_ouput.c which trashed more late pictures than
necessary.
* Fixed the DEBUG mode in the Makefile.
* Fixed a bug in mwait() which made us wait too long.
* The video_decoder can now be split into several threads to take
advantage of the SMP machines.
* Added --enable-debug, --enable-stats, and --disable-optims in the
GNU configure stuff.
* Added alsa audio support (plugin)
* 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).
* Added intf_WarnMsg(), and made use of it in the most needed places.
2000-08-28 02:37:44 +02:00
Mon, 28 Aug 2000 02:34:18 +0200
0.1.99i :
* fixed the support for field pictures, which involved a few dozens
2000-08-24 00:22:56 +02:00
bugs in the video parser and video decoder.
* put names of authors under a lot of source files, for historical
purposes.
* fixed another input_file exit bug for the beos version.
* fixed the aliases install.
2000-08-28 02:37:44 +02:00
* renamed an inconsistent variable in src/input/input_file.c.
* added support for I+ synchro (all Is and the first P).
* fixed a motion compensation bug which generated some distortion
on B images.
* fixed a motion compensation bug for skipped macroblocks.
* fixed a synchro bug for field images.
* cleaned Octplane's crappy indentation.
* fixed the --server option which didn't work if a ~/.vlcrc existed.
Tue, 22 Aug 2000 01:31:58 +0200
0.1.99h :
2000-08-24 00:22:56 +02:00
* fixed the sound issue under beos.
* fixed a bug that was making the crash randomly under beos.
* fixed a bug that was exhausting system ressources under beos.
* improved the cond_var for beos.
* added support for the SDL vout : the --display fullscreen allows
fullscreen when possible. Disabled by default.
* added sdlvlc (which probably should start in fullscreen, no ?)
* removed sdlvlc :)
* updated debian directory to build vlc-sdl.
* 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.
* removed a verbose message in intf_sdl.c.
* added a few sanity checks in the audio mpeg and ac3 decoders.
* temporarily got rid of vlc.channels.
* added notice in debian/control about unencrypted DVDs.
* fixed PowerPC .deb build.
Wed, 16 Aug 2000 01:07:14 +0200
0.1.99g :
* removed all "*vlc" aliases except "gvlc" and "fbvlc". The other sucked.
* new --synchro flag which lets you force which images are decoded.
* removed an unused variable in the MMX YUVs.
* fixed 32bpp MMX YUV, made the comments clearer, removed an emms.
* now scaling is on by default, so that people won't tell that the vlc
cannot do scaling :-)
* fixed a few long lines.
* fixed 8bpp YUV.
* fixed the fscked up Bresenham algorithm in all YUV functions.
* 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.
* changed "pentiumpro" to "ppro" in the ./configure, it was misleading.
Tue, 8 Aug 2000 11:24:01 +0200
0.1.99f :
* plugin detection now works
* "gvlc", "fbvlc", "ggivlc" aliases now work
* fixed functions that weren't properly inlined
* removed bloat from the MMX YUV plugin
* vlc.init becomes ~/.vlcrc
* removed float operations in the video decoder, and all emms asm functions
* borrowed linuxvideo's MMX motion compensation
* fixed an undefined symbol in the MMX YUV plugin
Thu, 20 Jul 2000 15:14:06 +0200
0.1.99e :
* new bitstream syntax and slight performance increase
* BeOS build fix
* removed the sample code from the reference decoder
Wed, 12 Jul 2000 01:24:40 +0200
0.1.99d :
* fixed RPM build
* .deb is now more lintian-friendly
* fixed vlc.spec to install nicely
* PLUGIN_PATH and DATA_PATH now in include/*.h
* removed a few useless warning messages
* removed remaining header stuff related to the old non-free decoder
* fixed the MGA build (doesn't work yet, though)
* new plugin API
* updated the INSTALL document
* plugin auto-detection
* fixed a few misspellings in the code
* removed the default --enable-ppro option because it didn't work on K6-2
* the framebuffer client now leaves the console in a working state
* the dithered 8 bpp YUV transformation works again (blame bbp !)
* the YUV transformations are now plugins as well
* alternative symlinks like gvlc, fbvlc are now created at compile time
* borrowed libmpeg2's GPLed MMX YUV transformations (16 and 32 bits)
2000-07-12 01:03:15 +02:00
* fixed an endianness problem which occured on iMacs
* fixed the build for the Mandrake distribution
Sun, 18 Jun 2000 18:54:48 +0200
0.1.99c :
* fixed Makefile.in for debug version
* caught Delete Window event in Gnome and X11 modes
* fixed man page
* GGI output now works
* fixed a segfault on exit for the Gnome plugin
* fixed compile problems for BeOS
* sound support almost works under BeOS
* fixed a warning in ac3_exponent.c
* automatic support for .rpm and .deb building
Sat, 17 Jun 2000 03:35:02 +0200
0.1.99b :
* fixed a bug preventing to quit when run with no arguments
* new VLAN changing code
* created the ChangeLog file :)
Thu, 15 Jun 2000 20:48:54 +0200
0.1.99a :
* first public release