| 1 | | 0.5.0 |
|---|
| 2 | | Not released yet |
|---|
| 3 | | |
|---|
| 4 | | * ./modules/audio_filter/channel_mixer/headphone.x: new headphone channel |
|---|
| 5 | | mixer with virtual spatialization effect |
|---|
| 6 | | * ./modules/gui/win32/preferences.*: redesigned preference dialog box |
|---|
| 7 | | * ./modules/audio_filter/resampler/linear.c: new audio resampler based on |
|---|
| 8 | | linear interpolation |
|---|
| 9 | | * ./modules/gui/macosx/prefs.m: new configuration interface |
|---|
| 10 | | * ./src/misc/netutils.c: GetMacAddress Darwin support |
|---|
| 11 | | * ./src/libvlc.h: default to en0 instead of eth0 under Darwin |
|---|
| 12 | | * ./plugins/dvdplay/access.c: use dvdplay after it has completed |
|---|
| 13 | | initialization. |
|---|
| 14 | | * ./configure.in: better detection of IPv6, fixed solaris handling. |
|---|
| 15 | | * ./plugins/familiar/*: used buttons instead of pixmaps. |
|---|
| 16 | | * ./share/vlc16x16.xpm: XPM version of the logo. |
|---|
| 17 | | * ./plugins/mpeg_system/mpeg_es.c: fixed a segfault when no decoder was |
|---|
| 18 | | found (p_fifo might be NULL). |
|---|
| 19 | | * ./po/se.po : Swedish translation, courtesy of Joel Arvidsson |
|---|
| 20 | | <dogai@privat.utfors.se>. |
|---|
| 21 | | * ./plugins/ffmpeg/ffmpeg.h: added a new fourcc (3IV2, you shoudln't be able |
|---|
| 22 | | to decode it but sometimes it's in fact MPEG-4, thx titer). |
|---|
| 23 | | * ./plugins/mp4/*: added capability to read mov with mp3 tracks. But it seems |
|---|
| 24 | | that mad doesn't like too much fragmented data packets, and thus breaks the |
|---|
| 25 | | audio. |
|---|
| 26 | | * ./mozilla/Makefile: fixed dependencies on .h files. |
|---|
| 27 | | * ./plugins/filter/distort.c: fixed a typo in option names. |
|---|
| 28 | | * ./plugins/dummy/dec_dummy.c: new dummy decoder, for testing purposes. |
|---|
| 29 | | * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output). |
|---|
| 30 | | * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin. |
|---|
| 31 | | * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather |
|---|
| 32 | | add them to the vlc-config output. |
|---|
| 33 | | * ./plugins/dvdplay/*: first version of plugin for libdvdplay; supports DVD |
|---|
| 34 | | reading with title and menus, pause, seeking, interactive menus with |
|---|
| 35 | | mouse control. |
|---|
| 36 | | * ./plugins/gtk/*: allowed 0 for title selection as it is the area for first |
|---|
| 37 | | play pgc in DVDs. |
|---|
| 38 | | * ./plugins/familiar/*: interface neatly exits now. |
|---|
| 39 | | * ./plugins/cinepak/cinepak.c: added a new fourcc. |
|---|
| 40 | | * ./plugins/mp4/*, ./plugins/ffmpeg/*: some clean up and changed the way |
|---|
| 41 | | ffmpeg is initialized. |
|---|
| 42 | | * ./plugins/beos/InterfaceWindow.cpp: implemented muting. |
|---|
| 43 | | * ./plugins/beos/InterfaceWindow.cpp: fixed code for subtitle and audio |
|---|
| 44 | | selection, still probs but working. |
|---|
| 45 | | * ./plugins/beos/*: changes to ensure BeOS plugins compile and function, |
|---|
| 46 | | implemented a intf_vlc_wrapper to "shield" the BeOS code from the |
|---|
| 47 | | underlying vlc structurs, yet to be completed. |
|---|
| 48 | | * ALL: decoders now use a fourcc as a probe value. |
|---|
| 49 | | * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills |
|---|
| 50 | | its purpose. |
|---|
| 51 | | * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc. |
|---|
| 52 | | * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is |
|---|
| 53 | | always valid. |
|---|
| 54 | | * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see |
|---|
| 55 | | vlc --help for more information. |
|---|
| 56 | | * include/video.h: removed fourcc values which should _not_ be global |
|---|
| 57 | | (thanks fenrir for convincing me). |
|---|
| 58 | | * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs. |
|---|
| 59 | | * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to |
|---|
| 60 | | input_ChangeES. |
|---|
| 61 | | * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first |
|---|
| 62 | | vasprintf arguments to NULL for extra safety. |
|---|
| 63 | | * ./src/misc/modules.c: added the "any" and "none" keywords to the module |
|---|
| 64 | | selection string. "any" matches any module, and "none" always fails. |
|---|
| 65 | | * ./src/input/input_info.c: win32 compilation fixes. |
|---|
| 66 | | * ./plugins/familiar/familiar.c: fixed gtk core-dump on exit. Used code from |
|---|
| 67 | | gtk plugin for this. |
|---|
| 68 | | * ./share/*: VCR icon buttons for Familiar Linux interface. |
|---|
| 69 | | * ./plugins/familiar/*: Familiar Linux interface (non functional yet). |
|---|
| 70 | | * ./plugins/memcpy/fastmemcpy.h: commented out suspicious code. |
|---|
| 71 | | * ./plugins/mp4/mp4.c: improved mp4a detection/handling. |
|---|
| 72 | | * ./plugins/mp4/mp4.c: can now read mp4 files with mp3 audio declared in |
|---|
| 73 | | mp4a box. |
|---|
| 74 | | * ./src/libvlc.c: updated usage info to include STRING_FROM_LIST |
|---|
| 75 | | configuration items. |
|---|
| 76 | | * ./src/input/input_info.c: new input info subsystem. |
|---|
| 77 | | * ./plugins/mp4/*: same endianness for fourcc as the ones in video.h. |
|---|
| 78 | | * ./plugins/cinepak/*: take care of grayscale option. |
|---|
| 79 | | * ./debian/control: changed "interface plugin" occurences to "frontend" to |
|---|
| 80 | | make package descriptions less misleading. |
|---|
| 81 | | * ./bootstrap.sh: use C locale for generating vlc_symbols.h. |
|---|
| 82 | | * ./bootstrap.sh: don't generate pofiles by default. |
|---|
| 83 | | * ./plugins/cinepak/*: a cinepak (cvid) video decoder (codec found in old |
|---|
| 84 | | .mov files). |
|---|
| 85 | | * ./plugins/ffmpeg/ffmpeg.c: tried to add an option to allow frame droppping |
|---|
| 86 | | (--enable-hurry-up). Begin to work. |
|---|
| 87 | | * ./configure.in: added -lrt for HP/UX port. |
|---|
| 88 | | * ./plugins/ffmpeg/ffmpeg.c: added a new option, to set the level of error |
|---|
| 89 | | resilience. It allows to play badly encoded mpeg4 files (illegal VLC code). |
|---|
| 90 | | * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy. |
|---|
| 91 | | * ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the |
|---|
| 92 | | libvlc API. |
|---|
| 93 | | * ./src/vlc.c: vlc uses the non-reentrant libvlc functions. |
|---|
| 94 | | * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions. |
|---|
| 95 | | * ./debian/*: created packages for libvlc0-dev. |
|---|
| 96 | | * ./plugins/a52/a52.c: added a global lock to prevent two VLC threads to |
|---|
| 97 | | call a liba52 function simultaneously (liba52 isn't reentrant). |
|---|
| 98 | | * ./plugins/a52/a52.c: made liba52 the default AC3 decoder. |
|---|
| 99 | | * ./configure.in: we no longer check for a specific function in -lphtread |
|---|
| 100 | | because some systems (such as HP-UX...) have them inlined. |
|---|
| 101 | | * ./Makefile.modules: we don't chmod -x the compiled plugins because of |
|---|
| 102 | | HP-UX's dynamic linker which would otherwise be unable to open them. |
|---|
| 103 | | * ./configure: rebuilt using the newest autotools. |
|---|
| 104 | | * ./src/vlc.c, ./src/libvlc.c: added more robust consistency checks. |
|---|
| 105 | | * ./configure.in: fixed description of MP4 module. |
|---|
| 106 | | * ./doc/fortunes.txt: added a selection of Lool's fortune cookies. |
|---|
| 107 | | * ./configure.in: added mp4 module, default disabled. |
|---|
| 108 | | * ./src/misc/darwin_specific.c: s/vlc_object_t/vlc_t. |
|---|
| 109 | | * ./configure.in: fixed Mac OS X compilation which was broken on some |
|---|
| 110 | | machines. |
|---|
| 111 | | * ./include/vlc/vlc.h: included os_specific.h. |
|---|
| 112 | | * ./include/interface.h: interface creation and destruction functions are |
|---|
| 113 | | now exported to plugins so that any plugin can spawn a new interface. |
|---|
| 114 | | * ./plugins/mp4/*: preliminary mp4 (and some mov) demux plugin. I've not |
|---|
| 115 | | enabled it (add by hand to Makefile... and link it with zlib -lz) as I |
|---|
| 116 | | will probably break it too many times. It work for some mp4 (but without |
|---|
| 117 | | audio, need aac decoder) and mov with sorenson v1(ffmpeg :). |
|---|
| 118 | | * ./plugins/x11/xcommon.c: fixed a bug in the computation of the mouse |
|---|
| 119 | | coordinates sent to interface. |
|---|
| 120 | | * ./plugins/dvd/dvd.c: added a 'dvdold' shortcut to force the use of the |
|---|
| 121 | | dvd plugin in case another plugin with higher priority wants to use 'dvd' |
|---|
| 122 | | as shortcut. |
|---|
| 123 | | * ./plugins/lpcm_adec/lpcm_adec.c: the loop in lpcm decoder DecodeFrame() |
|---|
| 124 | | could not exit after b_die in some cases. |
|---|
| 125 | | * ./configure.in: plugin compilation fix for HP-UX. |
|---|
| 126 | | * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix |
|---|
| 127 | | remaining issues with XvPutImage detection, please confirm! |
|---|
| 128 | | * ./plugins/alsa/alsa.c: ALSA device selection patch, courtesy of John |
|---|
| 129 | | Paul Lorenti <jpl31@columbia.edu>. |
|---|
| 130 | | * ./Makefile: src/misc/modules_builtin.h now depends on Makefile.config. |
|---|
| 131 | | * ./src/misc/threads.c: improved lazy initialization of the global lock. |
|---|
| 132 | | * ./doc/fortunes.txt: a few IRC fortune cookies for those with too much |
|---|
| 133 | | time on their hands. |
|---|
| 134 | | * ./plugins/mpeg_vdec/video_parser.c, ./src/input/input_programs.c: fixed |
|---|
| 135 | | a few uninitialized variables. |
|---|
| 136 | | * MacOS X: added deinterlace submenu. |
|---|
| 137 | | * ./plugins/access/http.c: fixed a double free bug and a memory leak. |
|---|
| 138 | | * ./plugins/*: interface plugins set p_vlc->b_die to quit vlc, but check |
|---|
| 139 | | for p_intf->b_die to know when they are supposed to terminate p_intf. This |
|---|
| 140 | | will allow to spawn interface plugins on the fly. |
|---|
| 141 | | * ./plugins/avi/avi.c: quick hack to read file created by ffmpeg. I think |
|---|
| 142 | | it should work. |
|---|
| 143 | | * ./plugins/ffmpeg/ffmpeg.c: added support for some others codecs provided |
|---|
| 144 | | by ffmpeg, but some of them aren't tested. |
|---|
| 145 | | * ./src/misc/messages.c: debug messages that were issued before the -v |
|---|
| 146 | | flag was tested for are no longer lost. |
|---|
| 147 | | * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute |
|---|
| 148 | | because XvSetPortAttribute isn't always available. |
|---|
| 149 | | * ./plugins/macosx/vout_macosx.m: added missing arrow up/down handling. |
|---|
| 150 | | * MacOS X: added messages and playlist panel, dock menu, context menu |
|---|
| 151 | | in video view and localization support. |
|---|
| 152 | | * ./ipkg/control: add package sdl to package dependency list. |
|---|
| 153 | | * ./doc/vlc-howto.sgml: fixed typos. |
|---|
| 154 | | * ./include/vlc_common.h: greatly simplified ntoh*, and U??_AT macros are |
|---|
| 155 | | now alignment-safe. |
|---|
| 156 | | * ./STATUS: new file indicating who's working on what. Please keep it |
|---|
| 157 | | up-to-date. |
|---|
| 158 | | * ./MAINTAINERS: new file indicating who has knowledge on which parts. |
|---|
| 159 | | * ./po/*: polish translation, courtesy of Arkadiusz Lipiec. |
|---|
| 160 | | * ./README: removed much outdated data. |
|---|
| 161 | | * ./debian/*: great package renaming - names should make more sense now. |
|---|
| 162 | | * ./plugins/mad/mad_libmad.c: prevent the MAD decoder from looping endlessly |
|---|
| 163 | | when the audio output fifo could not be created. |
|---|
| 164 | | * ./plugins/gtk/*: new generic "Open Target" window. Please test and |
|---|
| 165 | | comment on usability. |
|---|
| 166 | | * ./debian/rules: the Debian package creation script builds ffmpeg. |
|---|
| 167 | | * ./plugins/mpeg_system/mpeg_audio.c: we skip the ID3 tag at the begining |
|---|
| 168 | | of an MP3, so more files can be read. |
|---|
| 169 | | * ./src/vlc.c: reduced the amount of default simultaneous interfaces. |
|---|
| 170 | | * ./src/libvlc.c: removed calls to vlc_mutex_lock in sighandlers. |
|---|
| 171 | | * ./plugins/qt/intf_qt.cpp: fixed Qt interface termination. |
|---|
| 172 | | * ./FAQ: new entry for RTP. |
|---|
| 173 | | * ./FAQ: minor updates, new sections: uninstall/reinstall, |
|---|
| 174 | | DirectX-blackscreen, device permissions, debug messages, |
|---|
| 175 | | config file, (un)planned ports/features, sources.list. |
|---|
| 176 | | * ./plugins/avi/avi.c: now you can see avi over http (true interleaved |
|---|
| 177 | | file only), and seek is allowed. |
|---|
| 178 | | * ./plugins/win32/about.*: added the version number in the About box. |
|---|
| 179 | | * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom |
|---|
| 180 | | strndup to a separate file so that Win32 can benefit from it. |
|---|
| 181 | | * ./include/vlc_threads.h: Borland compilation fix. |
|---|
| 182 | | * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now. |
|---|
| 183 | | * ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc |
|---|
| 184 | | Debian packages. |
|---|
| 185 | | * ./po/*: updated potfiles. |
|---|
| 186 | | * ./src/misc/modules.c: module_Need accepts a comma-separated list of |
|---|
| 187 | | module names. Try for instance: "vlc --intf gnome,gtk,dummy". |
|---|
| 188 | | * ./src/misc/darwin_specific.c: added strndup needed by video_output.c. |
|---|
| 189 | | * ./configure.in: added -lintl to plugins_LDFLAGS. |
|---|
| 190 | | * ./plugins/gnome/gtk.c, ./plugins/gnome/gnome.c: prevent older versions |
|---|
| 191 | | of vlc from crashing when trying to open a recent module. |
|---|
| 192 | | * ./plugins/x11/xcommon.c: to enter fullscreen mode, we create a new window |
|---|
| 193 | | instead of moving the current window, which saves us the hassle of |
|---|
| 194 | | remembering size and position. |
|---|
| 195 | | * ./plugins/x11/x11.c, ./plugins/x11/xvideo.c: added --no-x11-shm and |
|---|
| 196 | | --no-xvideo-shm options. |
|---|
| 197 | | * ./plugins/avi/avi.c: begin to support VOD, but it segfault very quickly |
|---|
| 198 | | (unless you disable audio or video!) and cannot support seeking( will |
|---|
| 199 | | just stop ). Moreover it can't work for all files, only interleaved ones. |
|---|
| 200 | | * ./plugins/lirc/lirc.c: the lirc interface now works again. |
|---|
| 201 | | * ./plugins/qt/*: the Qt interface now works again. |
|---|
| 202 | | * ./plugins/kde/*: the KDE interface now works again. |
|---|
| 203 | | * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when hitting Eject with |
|---|
| 204 | | an emtpy playlist. |
|---|
| 205 | | * ./plugins/avi/avi.c: fix some problems with broken avi. |
|---|
| 206 | | * ./plugins/avi/avi.c: audio seems to be better. |
|---|
| 207 | | * ./plugins/dvd/dvd_es.c: error in selecting SPU stream. |
|---|
| 208 | | * ./plugins/spudec/spu_decoder.c: endianness fix for subtitles colour. |
|---|
| 209 | | * ./plugins/spudec/spu_decoder.c: little hack for preventing blank alpha |
|---|
| 210 | | palette. |
|---|
| 211 | | * ./plugins/spudec/spu_decoder.c: subtitle transparency support. |
|---|
| 212 | | * ./src/misc/modules.c: added the --plugin-path option to give vlc an |
|---|
| 213 | | extra plugin location. |
|---|
| 214 | | * ./plugins/text/rc.c: if stdin/stdout are not connected to a TTY, we |
|---|
| 215 | | don't launch the rc interface. |
|---|
| 216 | | * ./plugins/access/http.c: fixed a compilation warning. |
|---|
| 217 | | * ./src/misc/messages.c: cosmetic enhancements in the message output. |
|---|
| 218 | | * ./plugins/x11/*: added the --x11-drawable and --xvideo-drawable options to |
|---|
| 219 | | tell vlc to draw in an existing drawable instead of creating a new window. |
|---|
| 220 | | * ./plugins/avi/*: I rewrite the way to read, in order to minimize seeking |
|---|
| 221 | | (faster and in prevision of VOD by http, but not yet functionnal ). But |
|---|
| 222 | | sound becomes horrible, I will try to fix it as soon as possible. |
|---|
| 223 | | * ./plugins/macosx/vout_vlc_wrapper.m: arrow-up and arrow-down allow to |
|---|
| 224 | | control the sound volume. |
|---|
| 225 | | * ./plugins/access/http.c: for streams which are not seekable, we fall |
|---|
| 226 | | back on old HTTP/1.0 behavior; on systems implementing atoll() we |
|---|
| 227 | | can also read files > 2 GB. |
|---|
| 228 | | * ./configure: atoll() detection. |
|---|
| 229 | | * ./plugins/macosx/intf_vlc_wrapper.m: fixed a bug with the language and |
|---|
| 230 | | subtitle menus. |
|---|
| 231 | | * ./README.MacOSX.rtf: more documentation. |
|---|
| 232 | | * ./include/configuration.h: renamed MODULE_CONFIG_* macros into CONFIG_*. |
|---|
| 233 | | * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c, |
|---|
| 234 | | ./plugins/filter/transform.c, ./plugins/filter/distort.c, |
|---|
| 235 | | ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST() |
|---|
| 236 | | configuration macro. |
|---|
| 237 | | * ./include/modules.h, ./include/video_output.h, |
|---|
| 238 | | ./src/video_output/video_output.c, ./plugins/filters/*: added a |
|---|
| 239 | | VOUT_FILTER capability. Having a clear distinction between VOUTs and |
|---|
| 240 | | VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also |
|---|
| 241 | | stackable now (use --filter=foo:bar:foo etc..). |
|---|
| 242 | | * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up + |
|---|
| 243 | | added an ADD_USAGE_HINT() configuration macro. |
|---|
| 244 | | * ./FAQ: added QT6 FAQ entry. |
|---|
| 245 | | * ./configure.in: fixed inet_pton detection. |
|---|
| 246 | | * ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but |
|---|
| 247 | | also a bit slower, so I also kept the old version, optimized it, and |
|---|
| 248 | | called it "mean". |
|---|
| 249 | | * ./plugins/network/ipv6.c: IPv6 multicast support, courtesy of Remco |
|---|
| 250 | | Poortinga <poortinga@telin.nl>. |
|---|
| 251 | | * ./extras/MacOSX/Resources/*: Mac OS X icons and fixes, courtesy of Benjamin |
|---|
| 252 | | Mironer <bmironer@noos.fr>. |
|---|
| 253 | | * ./plugins/filter/deinterlace.c: added two new deinterlacing methods, |
|---|
| 254 | | we now have "discard", "blend", "bob" and "linear". |
|---|
| 255 | | * ./plugins/mad/mad_libmad.c: changed error messages to warning/debug. |
|---|
| 256 | | * ./plugins/macosx/*: additional minor fixes. |
|---|
| 257 | | * ./plugins/macosx/vout_macosx.m, ./plugins/macosx/aout_macosx.m, |
|---|
| 258 | | ./plugins/macosx/intf_vlc_wrapper.m: preliminary OS X compilation fixes. |
|---|
| 259 | | * ./include/vlc_threads.h, ./src/misc/threads.c: improved the cond_wait |
|---|
| 260 | | implementation to avoid races, by using SetEvent instead of PulseEvent. |
|---|
| 261 | | * ./plugins/xosd/xosd.c: a couple more options, better defaults. |
|---|
| 262 | | * ./configure.in: checking for the header should be enough in most cases. |
|---|
| 263 | | * ./plugins/xosd/xosd.c: configuration options. |
|---|
| 264 | | * ./plugins/win32/*: tried to port the Win32 interface to the new API. Seems |
|---|
| 265 | | to be still crashing. |
|---|
| 266 | | * ./plugins/gtk/gtk_callbacks.c: some code cleaning. |
|---|
| 267 | | * ./plugins/text/rc.c: fixed the "a" command. |
|---|
| 268 | | * ./plugins/xosd/*: basic On Screen Display intf-plugin based on libxosd |
|---|
| 269 | | * ./src/misc/netutils.c: network mode works again. |
|---|
| 270 | | * ./plugins/gtk/*: the Gnome/Gtk+ interfaces have all their features back. |
|---|
| 271 | | * ./src/playlist/playlist.c: fixed an off-by-one loop error. |
|---|
| 272 | | * ./plugins/a52_system/.cvsignore: what about a little .cvsignore ? |
|---|
| 273 | | * ./plugins/dummy/input_dummy.c: dummy targets such as vlc:nop, vlc:loop |
|---|
| 274 | | and vlc:quit work again. |
|---|
| 275 | | * ./src/playlist/playlist.c: when a new target is added, for instance through |
|---|
| 276 | | the "File" menu, it is automatically played. |
|---|
| 277 | | * ./include/vlc_objects.h: pointers are set to NULL after a call to |
|---|
| 278 | | vlc_object_destroy. |
|---|
| 279 | | * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec |
|---|
| 280 | | <alipiec@adrenalina.pl>. |
|---|
| 281 | | * ./src/playlist/playlist.c: lots of playlist behaviour enhancements. |
|---|
| 282 | | * ./src/misc/objects.c: we do not hang on attempt to destroy an object with |
|---|
| 283 | | a non-zero reference count, but we still complain. |
|---|
| 284 | | * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such |
|---|
| 285 | | as play, pause, stop, next, fast etc. work again. |
|---|
| 286 | | * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a |
|---|
| 287 | | workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes. |
|---|
| 288 | | * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the |
|---|
| 289 | | appropriate properties, we use it. |
|---|
| 290 | | * ./Makefile: minor fix for the BeOS' make-package (icon loss). |
|---|
| 291 | | * ./plugins/spudec/spu_decoder.c: release vout when we close spudec. |
|---|
| 292 | | * ./plugins/ac3_spdif/ac3_spdif.c: only report initiliazation error when it |
|---|
| 293 | | is really an error. |
|---|
| 294 | | * ./include/video_output.h: added mouse coordinates to vout struct. |
|---|
| 295 | | * ./plugins/mpeg_vdec/video_parser.c: check that p_vpar->p_vout is available |
|---|
| 296 | | before detaching it. |
|---|
| 297 | | * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to |
|---|
| 298 | | fullscreen from the popup menu. |
|---|
| 299 | | * ./src/interface/interface.c: interfaces are no longer attached only to |
|---|
| 300 | | p_vlc. |
|---|
| 301 | | * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c, |
|---|
| 302 | | ./src/input/input.c: improvements in the playlist handling (not quite that |
|---|
| 303 | | yet though). |
|---|
| 304 | | * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout. |
|---|
| 305 | | * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c, |
|---|
| 306 | | ./plugins/dvdread/input_dvdread.c: updated outdated variable names. |
|---|
| 307 | | * ./src/playlist/playlist.c, ./src/input/input.c: added safety checks to |
|---|
| 308 | | prevent crashes on next file. |
|---|
| 309 | | * ./src/misc/objects.c: commented all functions. |
|---|
| 310 | | * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE). |
|---|
| 311 | | * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach. |
|---|
| 312 | | * ALL: got rid of p_object->p_this which is now useless. |
|---|
| 313 | | * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes. |
|---|
| 314 | | * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does |
|---|
| 315 | | not include CVS Id lines in automatically created files. |
|---|
| 316 | | * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c, |
|---|
| 317 | | ./src/interface/intf_eject.c, ./src/misc/threads.c: win32 compilation fix. |
|---|
| 318 | | * ./plugins/directx/aout_directx.c, ./plugins/directx/vout_directx.c, |
|---|
| 319 | | ./plugins/directx/vout_events.c: the DirectX notification and event threads |
|---|
| 320 | | now use the vlc_thread_create / vlc_thread_ready scheme. Untested. |
|---|
| 321 | | * ./configure.in: added a check for inttypes.h and sys/int_types.h. |
|---|
| 322 | | * ./configure.in: fixed the HTTP plugin compilation under BeOS. |
|---|
| 323 | | * ./plugins/network/ipv6.c: reactivated IPv6 module. |
|---|
| 324 | | * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable. |
|---|
| 325 | | * ./include/main.h: replaced p_sys with explicit variables because it's |
|---|
| 326 | | really much simpler this way. |
|---|
| 327 | | * ./src/misc/beos_specific.cpp: the BeOS BApplication thread now uses the |
|---|
| 328 | | vlc_thread_create / vlc_thread_ready scheme to signal readiness. |
|---|
| 329 | | * ./src/misc/objects.c: prevent the creation of a too small vlc_object_t. |
|---|
| 330 | | * ./include/vdec_ext-plugins.h: removed the vdec_thread_t declaration, which |
|---|
| 331 | | belongs to plugins/mpeg_vdec. |
|---|
| 332 | | * ALL: the first libvlc commit. |
|---|
| 333 | | |
|---|
| 334 | | 0.4.6 |
|---|
| 335 | | Wed, 13 Nov 2002 23:41:00 +0200 |
|---|
| 336 | | |
|---|
| 337 | | * FAQ: changed Debian repository location to HTTP (for better upload |
|---|
| 338 | | stats estimations on our side). |
|---|
| 339 | | * plugins/a52/a52.c: is now the default ac3/a52 decoder (because it has a |
|---|
| 340 | | nicer audio quality than ac3_adec). |
|---|
| 341 | | * configure, Makefile.modules, configure.in: --enable-familiar accepts now: |
|---|
| 342 | | --with-sdl-prefix=[PATH], --enable-gtk-prefix=[PATH] and |
|---|
| 343 | | --enable-gpe-prefix=[PATH] to enable cross-compiling. |
|---|
| 344 | | * plugins/familiar/familiar_callbacks.c: Bug in ReadDirectory() it results |
|---|
| 345 | | in empty file/directory names in the user interface. |
|---|
| 346 | | * configure.in: Added GPE support to familiar interface. |
|---|
| 347 | | Use --with-gpe-prefix=<installation-dir> to enable it. |
|---|
| 348 | | * ipkg/*: GPE is integrated in familiar files. |
|---|
| 349 | | * ipkg/*: Familiar packaging files. |
|---|
| 350 | | * include/defs.h.in: Added HAVE_GPE_INIT_H define for autodetection of |
|---|
| 351 | | libgpewidget and GPE headerfiles. |
|---|
| 352 | | * ALL: changes to reflect the fact that libdvdcss now needs a colon after |
|---|
| | 1 | 2003-02-02 Sunday 19:57 sam |
|---|
| | 2 | |
|---|
| | 3 | * ./debian/woody-buildpackage: finished Woody build script. |
|---|
| | 4 | |
|---|
| | 5 | 2003-02-02 Sunday 19:12 sam |
|---|
| | 6 | |
|---|
| | 7 | * ./po/de.po: german translation updates from Felix K� |
|---|
| | 8 | 2003-02-02 Sunday 19:09 jpsaman |
|---|
| | 9 | |
|---|
| | 10 | Added ffmpeg package to list of depenencies. |
|---|
| | 11 | |
|---|
| | 12 | 2003-02-02 Sunday 18:18 sam |
|---|
| | 13 | |
|---|
| | 14 | * ./debian/woody-buildpackage: added a script to build .debs on woody. |
|---|
| | 15 | |
|---|
| | 16 | 2003-02-02 Sunday 17:08 sam |
|---|
| | 17 | |
|---|
| | 18 | * ./NEWS: a few updates from gibalou. |
|---|
| | 19 | |
|---|
| | 20 | 2003-02-02 Sunday 12:29 stippi |
|---|
| | 21 | |
|---|
| | 22 | cosmetic fix (drop mark would reappear if SHIFT was pressed) |
|---|
| | 23 | |
|---|
| | 24 | 2003-02-02 Sunday 10:17 titer |
|---|
| | 25 | |
|---|
| | 26 | '--demuxdump-file -' dumps to standard output. |
|---|
| | 27 | (useful for operating systems which do not have '/dev/stdout' |
|---|
| | 28 | nor mkfifo) |
|---|
| | 29 | |
|---|
| | 30 | 2003-02-02 Sunday 05:17 sam |
|---|
| | 31 | |
|---|
| | 32 | * renamed debian/README into debian/README.Debian. |
|---|
| | 33 | |
|---|
| | 34 | 2003-02-02 Sunday 05:07 sam |
|---|
| | 35 | |
|---|
| | 36 | * ./debian: more packaging stuff. |
|---|
| | 37 | |
|---|
| | 38 | 2003-02-02 Sunday 05:01 sam |
|---|
| | 39 | |
|---|
| | 40 | * ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot |
|---|
| | 41 | of places. |
|---|
| | 42 | |
|---|
| | 43 | 2003-02-02 Sunday 04:38 sam |
|---|
| | 44 | |
|---|
| | 45 | * ./doc/vlc.1: updated manpage. |
|---|
| | 46 | |
|---|
| | 47 | 2003-02-02 Sunday 04:08 sam |
|---|
| | 48 | |
|---|
| | 49 | * ./po/it.po: ultimate italian fixes by Bruno Vella. |
|---|
| | 50 | |
|---|
| | 51 | 2003-02-02 Sunday 04:03 sam |
|---|
| | 52 | |
|---|
| | 53 | * ./debian/*: tuned packaging. |
|---|
| | 54 | |
|---|
| | 55 | 2003-02-02 Sunday 03:58 massiot |
|---|
| | 56 | |
|---|
| | 57 | * Bumped up revision number to 0.5.0 |
|---|
| | 58 | |
|---|
| | 59 | 2003-02-02 Sunday 03:11 sam |
|---|
| | 60 | |
|---|
| | 61 | * ./po/it.po: updated italian translation, courtesy of Bruno Vella. |
|---|
| | 62 | |
|---|
| | 63 | 2003-02-02 Sunday 02:37 sam |
|---|
| | 64 | |
|---|
| | 65 | * ./po/*: more interface strings harmonization. |
|---|
| | 66 | |
|---|
| | 67 | 2003-02-02 Sunday 02:23 jobi |
|---|
| | 68 | |
|---|
| | 69 | * NEWS: readded deleted entries, sorry about that. |
|---|
| | 70 | |
|---|
| | 71 | 2003-02-02 Sunday 01:57 jobi |
|---|
| | 72 | |
|---|
| | 73 | * NEWS: VCD entry points and iso files |
|---|
| | 74 | * include/audio_output.h: more proper freebsd compilation fix |
|---|
| | 75 | * modules/audio_output/oss.c: if /dev/dsp is used, use another output. |
|---|
| | 76 | |
|---|
| | 77 | 2003-02-02 Sunday 01:49 massiot |
|---|
| | 78 | |
|---|
| | 79 | * README.MacOSX.rtf: Typos |
|---|
| | 80 | * include/vlc_threads.h: Lowered OS X priorities to avoid locking the machine |
|---|
| | 81 | * modules/access/dvdread/input.c: Fixed a long-standing bug when switching |
|---|
| | 82 | titles. |
|---|
| | 83 | |
|---|
| | 84 | 2003-02-02 Sunday 01:46 sam |
|---|
| | 85 | |
|---|
| | 86 | * ./po/*: more s/vlc/VLC/ changes. |
|---|
| | 87 | |
|---|
| | 88 | 2003-02-02 Sunday 01:29 sam |
|---|
| | 89 | |
|---|
| | 90 | * ./src/libvlc.h: changed "vlc" into "VLC" in libvlc's help messages. More |
|---|
| | 91 | to come. |
|---|
| | 92 | |
|---|
| | 93 | 2003-02-02 Sunday 01:05 sam |
|---|
| | 94 | |
|---|
| | 95 | * ./NEWS: a few updates (translations, mozilla plugin). |
|---|
| | 96 | |
|---|
| | 97 | 2003-02-02 Sunday 00:46 massiot |
|---|
| | 98 | |
|---|
| | 99 | * modules/gui/macosx/*: Fixed localization bugs |
|---|
| | 100 | * po/fr.po: Updated French translation |
|---|
| | 101 | * extras/MacOSX/vlc.pbproj/project.pbxproj: Version is 0.5.0 |
|---|
| | 102 | |
|---|
| | 103 | 2003-02-02 Sunday 00:41 yves |
|---|
| | 104 | |
|---|
| | 105 | - ready for general 0.5.0 consumption |
|---|
| | 106 | - activated dvb (with a special workaround for mdk kernel), dv and libdvdplay plugin |
|---|
| | 107 | - more wxwindow stuff. |
|---|
| | 108 | - fixes here and here. |
|---|
| | 109 | - added more doc files like NEWS, THANKS etc. |
|---|
| | 110 | - still lacking mozilla plugin :( |
|---|
| | 111 | |
|---|
| | 112 | 2003-02-02 Sunday 00:39 sam |
|---|
| | 113 | |
|---|
| | 114 | * ./src/libvlc.c: atomic initialization of the main module in VLC_Init() |
|---|
| | 115 | instead of VLC_Create(), so that its strings are translated (was #92). |
|---|
| | 116 | |
|---|
| | 117 | 2003-02-02 Sunday 00:28 sigmunau |
|---|
| | 118 | |
|---|
| | 119 | NEWS: we did support .mp3 in 0.4.x. Added that we support .asx and .html |
|---|
| | 120 | with embedded wmp |
|---|
| | 121 | |
|---|
| | 122 | 2003-02-02 Sunday 00:15 sam |
|---|
| | 123 | |
|---|
| | 124 | * ./AUTHORS: added Garf and updated entries. |
|---|
| | 125 | |
|---|
| | 126 | 2003-02-02 Sunday 00:08 sam |
|---|
| | 127 | |
|---|
| | 128 | * ./INSTALL.libmad: removed that file; if one does not know how to build |
|---|
| | 129 | and install a library, he'd better not fiddle with VLC. |
|---|
| | 130 | |
|---|
| | 131 | 2003-02-01 Saturday 23:21 ipkiss |
|---|
| | 132 | |
|---|
| | 133 | * modules/gui/win32/win32.cpp: fixed a stupid bug (closes #155) |
|---|
| | 134 | * modules/gui/win32/menu.cpp: removed some ^M chars |
|---|
| | 135 | |
|---|
| | 136 | 2003-02-01 Saturday 23:03 babal |
|---|
| | 137 | |
|---|
| | 138 | - Win32 preference dialog box |
|---|
| | 139 | |
|---|
| | 140 | 2003-02-01 Saturday 22:39 ipkiss |
|---|
| | 141 | |
|---|
| | 142 | * Win32 port |
|---|
| | 143 | |
|---|
| | 144 | 2003-02-01 Saturday 22:24 titer |
|---|
| | 145 | |
|---|
| | 146 | BeOS news. |
|---|
| | 147 | |
|---|
| | 148 | 2003-02-01 Saturday 22:23 sam |
|---|
| | 149 | |
|---|
| | 150 | * ./debian/control.woody, ./debian/rules.woody: placeholders for Debian |
|---|
| | 151 | woody specific builds. Will fill them in a moment. |
|---|
| | 152 | |
|---|
| | 153 | 2003-02-01 Saturday 22:20 massiot |
|---|
| | 154 | |
|---|
| | 155 | Tarkin, Tremor and Theora are only available when compiling from sources. |
|---|
| | 156 | |
|---|
| | 157 | 2003-02-01 Saturday 22:10 massiot |
|---|
| | 158 | |
|---|
| | 159 | Forgot Tremor. |
|---|
| | 160 | |
|---|
| | 161 | 2003-02-01 Saturday 22:04 jpsaman |
|---|
| | 162 | |
|---|
| | 163 | Checking in packageing files. |
|---|
| | 164 | |
|---|
| | 165 | 2003-02-01 Saturday 21:59 jpsaman |
|---|
| | 166 | |
|---|
| | 167 | Updated for iPaq port |
|---|
| | 168 | |
|---|
| | 169 | 2003-02-01 Saturday 21:34 massiot |
|---|
| | 170 | |
|---|
| | 171 | * configure.ac.in: worked around an ffmpeg-cvs detection problem on OS X |
|---|
| | 172 | * Makefile.am: fixed FAQ, THANKS and NEWS handling in package* rules |
|---|
| | 173 | * src/misc/darwin_specific.m: more generic language detection |
|---|
| | 174 | * NEWS: summarized changes from 0.4.6 to 0.5.0 |
|---|
| | 175 | |
|---|
| | 176 | 2003-02-01 Saturday 20:04 sam |
|---|
| | 177 | |
|---|
| | 178 | * ./po/it.po: a few corrections. |
|---|
| | 179 | |
|---|
| | 180 | 2003-02-01 Saturday 19:54 sam |
|---|
| | 181 | |
|---|
| | 182 | * ./mozilla/vlcshell.cpp: fixed the Mozilla plugin's target drawable. |
|---|
| | 183 | * ./modules/video_output/directx/directx.c, ./modules/video_output/x11/x11.c, |
|---|
| | 184 | ./modules/video_output/x11/xvideo.c: removed the drawable configuration |
|---|
| | 185 | variables which are now deprecated. |
|---|
| | 186 | |
|---|
| | 187 | 2003-02-01 Saturday 19:53 sam |
|---|
| | 188 | |
|---|
| | 189 | * ./src/libvlc.c: fixed a segfault on exit, libvlc needs to be |
|---|
| | 190 | detached before being destroyed. |
|---|
| | 191 | |
|---|
| | 192 | 2003-02-01 Saturday 19:41 sam |
|---|
| | 193 | |
|---|
| | 194 | * ./NEWS: added an empty NEWS file. |
|---|
| | 195 | * ./bootstrap: now that we have the NEWS file, --foreign is no longer |
|---|
| | 196 | required when calling automake. |
|---|
| | 197 | |
|---|
| | 198 | 2003-02-01 Saturday 17:33 massiot |
|---|
| | 199 | |
|---|
| | 200 | Updated Italian translation courtesy of Bruno Vella. |
|---|
| | 201 | |
|---|
| | 202 | 2003-02-01 Saturday 17:20 massiot |
|---|
| | 203 | |
|---|
| | 204 | sam p0\/\/3r ! |
|---|
| | 205 | |
|---|
| | 206 | 2003-02-01 Saturday 13:01 stippi |
|---|
| | 207 | |
|---|
| | 208 | Changes done since Feb 28 2003: |
|---|
| | 209 | |
|---|
| | 210 | 2003-02-01 Saturday 12:48 alexis |
|---|
| | 211 | |
|---|
| | 212 | * common/stylesheet-print-noicones.dsl : stylesheet for PS/PDF/RTF output |
|---|
| | 213 | * faq/Makefile: added PS/PDF/RTF targets |
|---|
| | 214 | * faq/faq.sgml: SGML enhancements and few modifications |
|---|
| | 215 | |
|---|
| | 216 | 2003-02-01 Saturday 10:40 babal |
|---|
| | 217 | |
|---|
| | 218 | - fixed a compilation issue with C compilers |
|---|
| | 219 | |
|---|
| | 220 | 2003-02-01 Saturday 02:21 fenrir |
|---|
| | 221 | |
|---|
| | 222 | * asf : trying to fix pts handling. |
|---|
| | 223 | |
|---|
| | 224 | 2003-01-31 Friday 23:35 sam |
|---|
| | 225 | |
|---|
| | 226 | * ./debian/vlc.docs, ./Makefile.am: added THANKS to the distributed files. |
|---|
| | 227 | |
|---|
| | 228 | 2003-01-31 Friday 23:34 sam |
|---|
| | 229 | |
|---|
| | 230 | * split AUTHORS into AUTHORS and THANKS, removed STATUS which wasn't |
|---|
| | 231 | kept up to date (and almost everything advertised in it was done). |
|---|
| | 232 | |
|---|
| | 233 | 2003-01-31 Friday 19:53 lool |
|---|
| | 234 | |
|---|
| | 235 | * removed FAQ pointing to doc/faq/ not to confuse users (thanks sam) |
|---|
| | 236 | |
|---|
| | 237 | 2003-01-31 Friday 17:56 sam |
|---|
| | 238 | |
|---|
| | 239 | * ./configure.ac.in: I was told some versions of mingw32 support neither |
|---|
| | 240 | -mms-bitfields nor -fnative-struct. |
|---|
| | 241 | |
|---|
| | 242 | 2003-01-31 Friday 16:24 zorglub |
|---|
| | 243 | |
|---|
| | 244 | * doc/faq/Makefile: added "text" and "clean" targets. |
|---|
| | 245 | * doc/faq/faq-alone.sgml: Fixed build issues, added FDL, and legal notice. |
|---|
| | 246 | * doc/faq/faq.sgml: Fixed build issues, improved the SGML translation. |
|---|
| | 247 | * doc/faq/fdl.sgml: text of the FSF Free Documentation License. |
|---|
| | 248 | |
|---|
| | 249 | 2003-01-31 Friday 14:52 sam |
|---|
| | 250 | |
|---|
| | 251 | * ./src/libvlc.c: strings in the main module are now translated (fixes: #92). |
|---|
| | 252 | |
|---|
| | 253 | 2003-01-31 Friday 12:38 sam |
|---|
| | 254 | |
|---|
| | 255 | * ./po/de.po: full german translation, courtesy of Felix K� |
|---|
| | 256 | 2003-01-31 Friday 12:23 massiot |
|---|
| | 257 | |
|---|
| | 258 | Fixed a major bug of people who like to declare vars "unsigned int" |
|---|
| | 259 | when they can be -1 :p (why haven't we spotted that before ??). |
|---|
| | 260 | Closes #152. |
|---|
| | 261 | |
|---|
| | 262 | 2003-01-31 Friday 11:54 sam |
|---|
| | 263 | |
|---|
| | 264 | * ./modules/gui/gtk/gtk_callbacks.c: fixed a crash when selecting fullscreen |
|---|
| | 265 | while there was no input (Closes: #153). |
|---|
| | 266 | |
|---|
| | 267 | 2003-01-31 Friday 11:51 sam |
|---|
| | 268 | |
|---|
| | 269 | * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: moved the |
|---|
| | 270 | Audio and Subtitles submenus into the Audio and Video menus. |
|---|
| | 271 | |
|---|
| | 272 | 2003-01-31 Friday 11:14 sam |
|---|
| | 273 | |
|---|
| | 274 | * ./src/audio_output/mixer.c: minor cosmetic fix in output message. |
|---|
| | 275 | |
|---|
| | 276 | 2003-01-31 Friday 10:51 sam |
|---|
| | 277 | |
|---|
| | 278 | * ./modules/gui/gtk/gnome.c, ./modules/gui/gtk/gtk.c: fixed uninitialized |
|---|
| | 279 | variables. |
|---|
| | 280 | |
|---|
| | 281 | 2003-01-31 Friday 10:48 sam |
|---|
| | 282 | |
|---|
| | 283 | * ./configure.ac.in: complain when ALSA headers are not found but |
|---|
| | 284 | --enable-alsa was specified. |
|---|
| | 285 | |
|---|
| | 286 | 2003-01-31 Friday 07:45 titer |
|---|
| | 287 | |
|---|
| | 288 | Minor GUI fixes |
|---|
| | 289 | |
|---|
| | 290 | 2003-01-31 Friday 03:53 jlj |
|---|
| | 291 | |
|---|
| | 292 | * ./modules/gui/macosx: Defeated some deadlocks. |
|---|
| | 293 | World domination ... is at hand. |
|---|
| | 294 | |
|---|
| | 295 | 2003-01-30 Thursday 22:35 babal |
|---|
| | 296 | |
|---|
| | 297 | - fixed a segfault occuring when the preference dialog box was destroyed |
|---|
| | 298 | |
|---|
| | 299 | 2003-01-30 Thursday 21:59 sam |
|---|
| | 300 | |
|---|
| | 301 | * ./src/misc/configuration.c: when an invalid short option is found, use |
|---|
| | 302 | the optopt variable instead of the current value of optind (Closes: #148). |
|---|
| | 303 | |
|---|
| | 304 | 2003-01-30 Thursday 20:14 gbazin |
|---|
| | 305 | |
|---|
| | 306 | * src/video_output/video_output.c: we were still using free instead of |
|---|
| | 307 | vout_DestroySubPicture in one place. |
|---|
| | 308 | * modules/codec/spudec/parse.c: we now make sure we don't add several times |
|---|
| | 309 | the same highlight callback. |
|---|
| | 310 | |
|---|
| | 311 | 2003-01-30 Thursday 19:07 lool |
|---|
| | 312 | |
|---|
| | 313 | * converted FAQ to SGML |
|---|
| | 314 | * SGML sucks, this is absolutely ugly, please reread |
|---|
| | 315 | |
|---|
| | 316 | 2003-01-30 Thursday 17:36 gbazin |
|---|
| | 317 | |
|---|
| | 318 | * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the |
|---|
| | 319 | race condition between spudec and vout. This patch may not be all that |
|---|
| | 320 | nice because it does a lot of vlc_object_find() but it is the only |
|---|
| | 321 | solution I've been able to come-up with. |
|---|
| | 322 | Oh and I didn't fix the memory leak caused by the font when using text |
|---|
| | 323 | subtitles. If the vout changes while the spudec is running then we don't |
|---|
| | 324 | unload this font. |
|---|
| | 325 | |
|---|
| | 326 | 2003-01-30 Thursday 16:46 hartman |
|---|
| | 327 | |
|---|
| | 328 | * modules/gui/macosx/intf.m |
|---|
| | 329 | - fixed a warning about parentheses |
|---|
| | 330 | |
|---|
| | 331 | 2003-01-30 Thursday 16:39 hartman |
|---|
| | 332 | |
|---|
| | 333 | * ./modules/gui/macosx/intf.m: |
|---|
| | 334 | - we close the video window after a video is done playing. |
|---|
| | 335 | |
|---|
| | 336 | 2003-01-30 Thursday 13:38 gbazin |
|---|
| | 337 | |
|---|
| | 338 | * src/video_output/vout_subpictures.c: fixed a few race conditions that |
|---|
| | 339 | were triggered by the dvdplay plugin. |
|---|
| | 340 | |
|---|
| | 341 | 2003-01-30 Thursday 11:44 massiot |
|---|
| | 342 | |
|---|
| | 343 | Keep -O2 in --disable-optimizations mode, cause it can't harm... |
|---|
| | 344 | |
|---|
| | 345 | 2003-01-30 Thursday 03:16 gbazin |
|---|
| | 346 | |
|---|
| | 347 | * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in |
|---|
| | 348 | PictureDisplayExtension(). This does also fix problems with the dvdplay |
|---|
| | 349 | plugin and menus with still pictures. |
|---|
| | 350 | |
|---|
| | 351 | 2003-01-30 Thursday 01:39 massiot |
|---|
| | 352 | |
|---|
| | 353 | * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension, |
|---|
| | 354 | * modules/gui/macosx/intf.m: one of the threads wasn't in real-time |
|---|
| | 355 | priority !!! |
|---|
| | 356 | * include/vlc_threads.h: tuned up OS X priorities |
|---|
| | 357 | |
|---|
| | 358 | 2003-01-29 Wednesday 22:54 fenrir |
|---|
| | 359 | |
|---|
| | 360 | * asf : more sanity check for broken files. |
|---|
| | 361 | |
|---|
| | 362 | 2003-01-29 Wednesday 19:14 hartman |
|---|
| | 363 | |
|---|
| | 364 | intf: the slower/faster buttons should not be continious. |
|---|
| | 365 | project: the source files were included in the Resources. No more. |
|---|
| | 366 | |
|---|
| | 367 | 2003-01-29 Wednesday 19:10 sam |
|---|
| | 368 | |
|---|
| | 369 | * ./modules/gui/gtk/gnome.glade, ./modules/gui/gtk/gtk.glade: we disable |
|---|
| | 370 | the title and chapter dialogs when DVD menus are activated. |
|---|
| | 371 | |
|---|
| | 372 | 2003-01-29 Wednesday 18:28 gbazin |
|---|
| | 373 | |
|---|
| | 374 | * modules/gui/gtk/*: changed the disc open dialog to allow for title and |
|---|
| | 375 | chapter 0. When title or chapter 0 are selected, they do not appear in |
|---|
| | 376 | the MRL. |
|---|
| | 377 | |
|---|
| | 378 | 2003-01-29 Wednesday 18:07 massiot |
|---|
| | 379 | |
|---|
| | 380 | New nl translation, courtesy of dj hartman. |
|---|
| | 381 | |
|---|
| | 382 | 2003-01-29 Wednesday 16:55 sam |
|---|
| | 383 | |
|---|
| | 384 | * ./modules/access/dvdplay/intf.c: added a sanity check upon initialization |
|---|
| | 385 | in case the input dies before we even spawned our dvdplay interface |
|---|
| | 386 | (Closes: #141). |
|---|
| | 387 | |
|---|
| | 388 | 2003-01-29 Wednesday 16:15 sam |
|---|
| | 389 | |
|---|
| | 390 | * ./po/ja.po: updated japanese translations, courtesy of KKI. |
|---|
| | 391 | |
|---|
| | 392 | 2003-01-29 Wednesday 15:03 gbazin |
|---|
| | 393 | |
|---|
| | 394 | * include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO equals |
|---|
| | 395 | THREAD_PRIORITY_BELOW_NORMAL under Win9x/Me. |
|---|
| | 396 | |
|---|
| | 397 | 2003-01-29 Wednesday 13:59 gbazin |
|---|
| | 398 | |
|---|
| | 399 | * modules/demux/ogg.c: bug fix when switching between vorbis channels. |
|---|
| | 400 | |
|---|
| | 401 | 2003-01-29 Wednesday 12:41 jlj |
|---|
| | 402 | |
|---|
| | 403 | * ./modules/gui/macosx/controls.m: fixed bug in my previous commit. |
|---|
| | 404 | |
|---|
| | 405 | 2003-01-29 Wednesday 12:34 jlj |
|---|
| | 406 | |
|---|
| | 407 | * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying, playlist_IsEmpty |
|---|
| | 408 | * modules/gui/macosx: started getting rid of p_intf->p_sys->p_input |
|---|
| | 409 | and using p_playlist->p_input instead. |
|---|
| | 410 | |
|---|
| | 411 | 2003-01-29 Wednesday 12:17 gbazin |
|---|
| | 412 | |
|---|
| | 413 | * modules/access/dvdplay/access.c: fixed subtitles with the dvdplay plugin |
|---|
| | 414 | (closes #122). |
|---|
| | 415 | * modules/access/dvdplay/es.c: check "audio-channel" and "spu-channel" user |
|---|
| | 416 | settings (closes #122). |
|---|
| | 417 | |
|---|
| | 418 | 2003-01-29 Wednesday 10:54 sam |
|---|
| | 419 | |
|---|
| | 420 | * ./modules/audio_output/arts.c: fixed aRts output and removed debug |
|---|
| | 421 | messages that were lying around. |
|---|
| | 422 | |
|---|
| | 423 | 2003-01-29 Wednesday 01:02 titer |
|---|
| | 424 | |
|---|
| | 425 | enabled changing filters on the fly |
|---|
| | 426 | |
|---|
| | 427 | 2003-01-29 Wednesday 00:55 massiot |
|---|
| | 428 | |
|---|
| | 429 | Not sure the buffer was large enough. |
|---|
| | 430 | |
|---|
| | 431 | 2003-01-29 Wednesday 00:38 fenrir |
|---|
| | 432 | |
|---|
| | 433 | * mpeg_audio.c : due to mpeg 2.5, max frame size is twice as I though. |
|---|
| | 434 | |
|---|
| | 435 | 2003-01-28 Tuesday 23:52 sam |
|---|
| | 436 | |
|---|
| | 437 | * ./modules/audio_output/esd.c: fixed esd audio output (Closes: #139). |
|---|
| | 438 | |
|---|
| | 439 | 2003-01-28 Tuesday 23:03 sam |
|---|
| | 440 | |
|---|
| | 441 | * ./src/video_output/video_output.c: don't try to change aspect ratio if it |
|---|
| | 442 | has been overriden by the user (Closes: #79). |
|---|
| | 443 | * ./modules/access/dvd/access.c: renamed "dvd-css-method" to "dvdcss-method". |
|---|
| | 444 | * ./modules/*: fixed a few capitalization issues. |
|---|
| | 445 | |
|---|
| | 446 | 2003-01-28 Tuesday 22:18 gbazin |
|---|
| | 447 | |
|---|
| | 448 | * modules/gui/wxwindows/open.cpp: minor bug-fix + allow user to select |
|---|
| | 449 | title 0 when using the dvdplay plugin (title 0 = menu). |
|---|
| | 450 | |
|---|
| | 451 | 2003-01-28 Tuesday 22:17 fenrir |
|---|
| | 452 | |
|---|
| | 453 | * mpeg_audio.c : fixed a stack corruption. fprintf 1 - gdb 0. |
|---|
| | 454 | |
|---|
| | 455 | 2003-01-28 Tuesday 22:08 sam |
|---|
| | 456 | |
|---|
| | 457 | * ./modules/gui/kde/kde.cpp: the interface rc file defaults to the one in |
|---|
| | 458 | DATA_PATH. |
|---|
| | 459 | * ./modules/gui/wxwindows/*.cpp: fixed minor warnings. |
|---|
| | 460 | |
|---|
| | 461 | 2003-01-28 Tuesday 22:06 sam |
|---|
| | 462 | |
|---|
| | 463 | * ./debian/*: activated the wxwindows plugin. |
|---|
| | 464 | |
|---|
| | 465 | 2003-01-28 Tuesday 21:02 sam |
|---|
| | 466 | |
|---|
| | 467 | * ./toolbox: made a few glade-generated strings non-translatable. |
|---|
| | 468 | * ./po/*: fixed spelling errors in pofiles. |
|---|
| | 469 | |
|---|
| | 470 | 2003-01-28 Tuesday 18:14 sam |
|---|
| | 471 | |
|---|
| | 472 | * ./debian/control: removed versioned dependency on libxosd. |
|---|
| | 473 | * ./debian/rules: added comments here and there. |
|---|
| | 474 | |
|---|
| | 475 | 2003-01-28 Tuesday 18:11 sam |
|---|
| | 476 | |
|---|
| | 477 | * ./bootstrap, ./toolbox: moved the Glade bugs fixing to toolbox, now |
|---|
| | 478 | use "./toolbox --fix-glade" to generate and fix source files. |
|---|
| | 479 | * ./include/vlc_common.h: fixed compilation warnings. |
|---|
| | 480 | |
|---|
| | 481 | 2003-01-28 Tuesday 17:57 sam |
|---|
| | 482 | |
|---|
| | 483 | * ALL: fixes for various compilation warnings and spelling errors. |
|---|
| | 484 | |
|---|
| | 485 | 2003-01-28 Tuesday 17:52 sam |
|---|
| | 486 | |
|---|
| | 487 | * ./modules/visualization/xosd/xosd.c: fixed compilation with version 2 of |
|---|
| | 488 | libxosd. |
|---|
| | 489 | |
|---|
| | 490 | 2003-01-28 Tuesday 17:47 hartman |
|---|
| | 491 | |
|---|
| | 492 | ALL: updated deinterlace to work on the fly. there is a but in vout.m:433 |
|---|
| | 493 | jlj will need to fix that. |
|---|
| | 494 | there is no feedback to the interface as of yet |
|---|
| | 495 | |
|---|
| | 496 | 2003-01-28 Tuesday 16:59 hartman |
|---|
| | 497 | |
|---|
| | 498 | * ./modules/gui/macosx/vout.m: removed the resizebar. too much of a hack |
|---|
| | 499 | * ./README.MacOSX.rtf: updated deinterlace and resize info |
|---|
| | 500 | |
|---|
| | 501 | 2003-01-28 Tuesday 16:05 massiot |
|---|
| | 502 | |
|---|
| | 503 | We are now able to parse : |
|---|
| | 504 | dvdread:/Volumes/to@to/VIDEO_TS@1,1 |
|---|
| | 505 | dvdplay:/Volumes/to@to/VIDEO_TS@1,1 |
|---|
| | 506 | Closes #77 |
|---|
| | 507 | |
|---|
| | 508 | 2003-01-28 Tuesday 15:49 sigmunau |
|---|
| | 509 | |
|---|
| | 510 | fixed another possible crash |
|---|
| | 511 | |
|---|
| | 512 | 2003-01-28 Tuesday 15:41 gbazin |
|---|
| | 513 | |
|---|
| | 514 | * modules/codec/vorbis.c: fixed parsing of vorbis comments. (closing #69) |
|---|
| | 515 | |
|---|
| | 516 | 2003-01-28 Tuesday 15:00 fenrir |
|---|
| | 517 | |
|---|
| | 518 | * gtk: fixed 'cannot find file.xpm'. |
|---|
| | 519 | * wxwindows: compilation fix for older wxwindows header. |
|---|
| | 520 | |
|---|
| | 521 | 2003-01-28 Tuesday 14:07 gbazin |
|---|
| | 522 | |
|---|
| | 523 | * src/video_output/video_output.c: oops, fixed a bug I just introduced. |
|---|
| | 524 | |
|---|
| | 525 | 2003-01-28 Tuesday 14:03 gbazin |
|---|
| | 526 | |
|---|
| | 527 | * modules/video_filter/deinterlace/deinterlace.c, |
|---|
| | 528 | modules/video_output/x11/xcommon.c: modified debug messages. |
|---|
| | 529 | |
|---|
| | 530 | 2003-01-28 Tuesday 13:30 gbazin |
|---|
| | 531 | |
|---|
| | 532 | * src/video_output/video_output.c, include/video_output.h: modified vout_Request() to take into account the |
|---|
| | 533 | filter chain. If the filter chain has changed, a new vout will be respawned allowing to switch filters on |
|---|
| | 534 | the fly. This is still a bit hacky but to do it nicely will require implementing inheritance in object |
|---|
| | 535 | variables. |
|---|
| | 536 | * modules/video_filter/deinterlace/deinterlace.c: added a "deinterlace-mode" object variable to allow |
|---|
| | 537 | switching deinterlace modes on the fly. |
|---|
| | 538 | * modules/gui/gtk/menu.c: updated the deinterlace menu. |
|---|
| | 539 | * include/vlc_common.h: compilation fixes for gtk_main and gnome_main. |
|---|
| | 540 | |
|---|
| | 541 | 2003-01-28 Tuesday 13:23 massiot |
|---|
| | 542 | |
|---|
| | 543 | Do not show the channels menu when the input stream is mono, closing #117. |
|---|
| | 544 | |
|---|
| | 545 | 2003-01-28 Tuesday 11:05 titer |
|---|
| | 546 | |
|---|
| | 547 | * sanity Lock()s |
|---|
| | 548 | |
|---|
| | 549 | 2003-01-28 Tuesday 09:17 titer |
|---|
| | 550 | |
|---|
| | 551 | * beos/* : do not forgot to destroy the Messages window, so vlc does |
|---|
| | 552 | lock when exiting |
|---|
| | 553 | * missing cvsignores |
|---|
| | 554 | |
|---|
| | 555 | 2003-01-28 Tuesday 09:11 yves |
|---|
| | 556 | |
|---|
| | 557 | - new video_output/vout_encoder plugin. |
|---|
| | 558 | - new demux/a52sys plugin. |
|---|
| | 559 | |
|---|
| | 560 | 2003-01-28 Tuesday 04:46 sam |
|---|
| | 561 | |
|---|
| | 562 | * ./modules/audio_output/esd.c: fixed a stack space leak (Closes: #113). |
|---|
| | 563 | |
|---|
| | 564 | 2003-01-28 Tuesday 04:11 sam |
|---|
| | 565 | |
|---|
| | 566 | * ./include/vlc_common.h: removed duplicate macro definitions in the gtk |
|---|
| | 567 | and gnome plugins. |
|---|
| | 568 | |
|---|
| | 569 | 2003-01-28 Tuesday 03:53 sam |
|---|
| | 570 | |
|---|
| | 571 | * ./configure.ac.in: first step in the world domination roadmap, setting |
|---|
| | 572 | the CVS version to -test4. |
|---|
| | 573 | |
|---|
| | 574 | 2003-01-28 Tuesday 03:03 sam |
|---|
| | 575 | |
|---|
| | 576 | * ./po/*: spelling fixes. |
|---|
| | 577 | |
|---|
| | 578 | 2003-01-28 Tuesday 02:50 hartman |
|---|
| | 579 | |
|---|
| | 580 | ALL: the next and previous buttons first work through the chapters. Only |
|---|
| | 581 | then they turn to the playlist. |
|---|
| | 582 | |
|---|
| | 583 | 2003-01-28 Tuesday 01:22 sam |
|---|
| | 584 | |
|---|
| | 585 | * ./configure.ac.in: fixed -lm flags for the distort and adjust plugins. |
|---|
| | 586 | |
|---|
| | 587 | 2003-01-28 Tuesday 00:48 massiot |
|---|
| | 588 | |
|---|
| | 589 | Additional check on p_first_byte_to_mix. |
|---|
| | 590 | |
|---|
| | 591 | 2003-01-28 Tuesday 00:42 sam |
|---|
| | 592 | |
|---|
| | 593 | * ./bootstrap: removed usage of $^ which is not compatible with BSD or |
|---|
| | 594 | Solaris make. |
|---|
| | 595 | |
|---|
| | 596 | 2003-01-27 Monday 23:50 sam |
|---|
| | 597 | |
|---|
| | 598 | * ./src/audio_output/output.c: fixed return with a value in function |
|---|
| | 599 | returning void. |
|---|
| | 600 | |
|---|
| | 601 | 2003-01-27 Monday 23:42 sam |
|---|
| | 602 | |
|---|
| | 603 | * ./include/vlc_common.h: if we don't have strndup but gnome.h defines it |
|---|
| | 604 | anyway, do not provide our custom version. |
|---|
| | 605 | |
|---|
| | 606 | 2003-01-27 Monday 22:44 ipkiss |
|---|
| | 607 | |
|---|
| | 608 | * Fixed a segfault (closes #132) |
|---|
| | 609 | |
|---|
| | 610 | 2003-01-27 Monday 22:35 jobi |
|---|
| | 611 | |
|---|
| | 612 | * ALL: some FreeBSD compilation fixes. gnome plugin still won't compile, |
|---|
| | 613 | at least on FreeBSD 5.0 |
|---|
| | 614 | |
|---|
| | 615 | 2003-01-27 Monday 18:41 ipkiss |
|---|
| | 616 | |
|---|
| | 617 | * src/misc/objects.c: vlc_list_find now returns a (vlc_list_t *) |
|---|
| | 618 | instead of a (vlc_list_t); this modification was needed because BCB |
|---|
| | 619 | doesn't like at all when a function (compiled with mingw32) returns |
|---|
| | 620 | a struct... |
|---|
| | 621 | * ALL: modified the files to take this change into account |
|---|
| | 622 | * modules/gui/win32/menu.cpp: enabled the "Add interface" command |
|---|
| | 623 | |
|---|
| | 624 | 2003-01-27 Monday 17:28 fenrir |
|---|
| | 625 | |
|---|
| | 626 | mms: another memory leak |
|---|
| | 627 | avi: comment out a debug statment. |
|---|
| | 628 | |
|---|
| | 629 | 2003-01-27 Monday 11:29 titer |
|---|
| | 630 | |
|---|
| | 631 | Disabled DVD menus by default for 0.5.0 |
|---|
| | 632 | |
|---|
| | 633 | 2003-01-27 Monday 02:42 ipkiss |
|---|
| | 634 | |
|---|
| | 635 | * The space bar is a hotkey for pause/resume. |
|---|
| | 636 | |
|---|
| | 637 | 2003-01-27 Monday 01:08 jlj |
|---|
| | 638 | |
|---|
| | 639 | * ./modules/gui/macosx/intf.[mh]: Fixed message panel memory leak. Textview |
|---|
| | 640 | is now updated on panel BecomeKey. |
|---|
| | 641 | * ./modules/gui/macosx/prefs.m: Decreased width of prefs panel. |
|---|
| | 642 | |
|---|
| | 643 | 2003-01-26 Sunday 23:57 gbazin |
|---|
| | 644 | |
|---|
| | 645 | * modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: input_Seek() was incorrectly triggered while playing some |
|---|
| | 646 | DVD menus. |
|---|
| | 647 | |
|---|
| | 648 | 2003-01-26 Sunday 19:31 babal |
|---|
| | 649 | |
|---|
| | 650 | - menu checkbox outside of title/chapter groupbox |
|---|
| | 651 | |
|---|
| | 652 | 2003-01-26 Sunday 19:02 babal |
|---|
| | 653 | |
|---|
| | 654 | - buttons are left aligned and their size comforms to Windows XP visual |
|---|
| | 655 | guidelines |
|---|
| | 656 | |
|---|
| | 657 | 2003-01-26 Sunday 17:37 gbazin |
|---|
| | 658 | |
|---|
| | 659 | * modules/audio_output/waveout.c: multichannel and spdif support (spdif untested). |
|---|
| | 660 | |
|---|
| | 661 | 2003-01-26 Sunday 15:53 hartman |
|---|
| | 662 | |
|---|
| | 663 | * Added myself to list of authors of these files. i had forgotten to do this. |
|---|
| | 664 | |
|---|
| | 665 | 2003-01-26 Sunday 15:52 fenrir |
|---|
| | 666 | |
|---|
| | 667 | * all: raah, clean up glade output. |
|---|
| | 668 | |
|---|
| | 669 | 2003-01-26 Sunday 15:49 fenrir |
|---|
| | 670 | |
|---|
| | 671 | * added stream output dialog box. |
|---|
| | 672 | |
|---|
| | 673 | 2003-01-26 Sunday 14:37 gbazin |
|---|
| | 674 | |
|---|
| | 675 | * src/audio_output/input.c, src/audio_output/mixer.c: Fixed an annoying bug in the mixer. |
|---|
| | 676 | (p_input->p_first_byte_to_mix sometimes need to be reset) |
|---|
| | 677 | * modules/gui/wxwindows/interface.cpp: fixed the slider under wx-gtk. |
|---|
| | 678 | |
|---|
| | 679 | 2003-01-26 Sunday 13:34 fenrir |
|---|
| | 680 | |
|---|
| | 681 | * avi : fix play back for some broken avi |
|---|
| | 682 | |
|---|
| | 683 | 2003-01-26 Sunday 11:36 gbazin |
|---|
| | 684 | |
|---|
| | 685 | * modules/gui/wxwindows/*: Fixed the open dialog on win32. |
|---|
| | 686 | Better slider management in the main interface. Misc other small fixes. |
|---|
| | 687 | |
|---|
| | 688 | 2003-01-26 Sunday 09:28 titer |
|---|
| | 689 | |
|---|
| | 690 | Added some colors. |
|---|
| | 691 | |
|---|
| | 692 | 2003-01-26 Sunday 04:55 ipkiss |
|---|
| | 693 | |
|---|
| | 694 | * modules/gui/win32: replaced BitBtns with Buttons everywhere, and |
|---|
| | 695 | put "OK" and "Cancel" buttons in an horizontal layout. |
|---|
| | 696 | Also updated a few properties here and there. |
|---|
| | 697 | |
|---|
| | 698 | 2003-01-26 Sunday 03:22 ipkiss |
|---|
| | 699 | |
|---|
| | 700 | * modules/video_output/directx: added a configuration variable and a |
|---|
| | 701 | "normal" one to set the vout window on top of ther windows |
|---|
| | 702 | * modules/gui/win32: the interface can use these variables |
|---|
| | 703 | (almost closes #84) |
|---|
| | 704 | |
|---|
| | 705 | 2003-01-26 Sunday 01:51 sam |
|---|
| | 706 | |
|---|
| | 707 | * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu |
|---|
| | 708 | generation. |
|---|
| | 709 | |
|---|
| | 710 | 2003-01-25 Saturday 22:34 hartman |
|---|
| | 711 | |
|---|
| | 712 | * changed the bugreporting url |
|---|
| | 713 | |
|---|
| | 714 | 2003-01-25 Saturday 21:15 titer |
|---|
| | 715 | |
|---|
| | 716 | Added a window to see vlc messages. |
|---|
| | 717 | |
|---|
| | 718 | 2003-01-25 Saturday 19:42 hartman |
|---|
| | 719 | |
|---|
| | 720 | * ./README.MacOSX.rtf: added two remarks on subtitle support. |
|---|
| | 721 | * ./extras/MacOSX/vlc.pbroj/project.pbxproj |
|---|
| | 722 | - Added .wma filetype |
|---|
| | 723 | - Added README, COPYING etc. to resources |
|---|
| | 724 | * ALL: Added a Help menu. |
|---|
| | 725 | |
|---|
| | 726 | 2003-01-25 Saturday 19:09 fenrir |
|---|
| | 727 | |
|---|
| | 728 | * faad : clean up. |
|---|
| | 729 | |
|---|
| | 730 | 2003-01-25 Saturday 18:57 fenrir |
|---|
| | 731 | |
|---|
| | 732 | * all: fixed wrong usage of input_DeletePES. |
|---|
| | 733 | |
|---|
| | 734 | 2003-01-25 Saturday 18:21 fenrir |
|---|
| | 735 | |
|---|
| | 736 | *mp4: fixed segfault when it fails to start a decoder and has specific |
|---|
| | 737 | informations to send. |
|---|
| | 738 | |
|---|
| | 739 | 2003-01-25 Saturday 17:59 fenrir |
|---|
| | 740 | |
|---|
| | 741 | * ffmpeg: fixed memory leaks. |
|---|
| | 742 | |
|---|
| | 743 | 2003-01-25 Saturday 17:58 fenrir |
|---|
| | 744 | |
|---|
| | 745 | * all : fixed some memory leaks thanks valgrind. |
|---|
| | 746 | |
|---|
| | 747 | 2003-01-25 Saturday 13:42 hartman |
|---|
| | 748 | |
|---|
| | 749 | * README.MacOSX.rtf: Updated Readme for new release. Added section on |
|---|
| | 750 | subtitles and on bugreporting. |
|---|
| | 751 | * extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv, |
|---|
| | 752 | .sub and .srt files. |
|---|
| | 753 | |
|---|
| | 754 | 2003-01-25 Saturday 13:00 hartman |
|---|
| | 755 | |
|---|
| | 756 | * Reverted back to non metal windows as dictated by Apple's User Interface |
|---|
| | 757 | Guidelines. Only the controller window stays metallic. |
|---|
| | 758 | |
|---|
| | 759 | 2003-01-25 Saturday 04:12 fenrir |
|---|
| | 760 | |
|---|
| | 761 | * avi: no more segfault when we have 'max buffer allocation reached' |
|---|
| | 762 | * all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached' |
|---|
| | 763 | we cannot send null packet to decoder. |
|---|
| | 764 | |
|---|
| | 765 | 2003-01-25 Saturday 02:03 titer |
|---|
| | 766 | |
|---|
| | 767 | * store windows sizes in the vlc configuration file |
|---|
| | 768 | * fixed an interface bug when launching a file from the command line |
|---|
| | 769 | * minor fixes or enhancements |
|---|
| | 770 | |
|---|
| | 771 | 2003-01-24 Friday 19:25 hartman |
|---|
| | 772 | |
|---|
| | 773 | * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC |
|---|
| | 774 | |
|---|
| | 775 | 2003-01-24 Friday 17:19 hartman |
|---|
| | 776 | |
|---|
| | 777 | * code we migh use in the future to change the subfile we use. |
|---|
| | 778 | not very useful now because of the .avi requirement to start/stop before |
|---|
| | 779 | loading/displaying the subs. |
|---|
| | 780 | |
|---|
| | 781 | 2003-01-24 Friday 15:35 hartman |
|---|
| | 782 | |
|---|
| | 783 | ALL: fixed the deinterlace menuiteM |
|---|
| | 784 | cvS: ---------------------------------------------------------------------- |
|---|
| | 785 | |
|---|
| | 786 | 2003-01-24 Friday 15:34 hartman |
|---|
| | 787 | |
|---|
| | 788 | ALL: fixed the deinterlace menuitem |
|---|
| | 789 | |
|---|
| | 790 | 2003-01-24 Friday 15:13 sam |
|---|
| | 791 | |
|---|
| | 792 | * ./doc/bugreport-howto.txt: minor updates. |
|---|
| | 793 | |
|---|
| | 794 | 2003-01-24 Friday 13:01 sam |
|---|
| | 795 | |
|---|
| | 796 | * ./configure.ac.in: removed the --with-bcbuilder flag. |
|---|
| | 797 | * ./INSTALL.win32: updated accordingly. |
|---|
| | 798 | |
|---|
| | 799 | 2003-01-24 Friday 07:31 titer |
|---|
| | 800 | |
|---|
| | 801 | * vlc_threads.h: lower a priority that made sound choppy on not-so-fast |
|---|
| | 802 | BeOS computers (closes #119) |
|---|
| | 803 | * others: removed old printf or unused code. |
|---|
| | 804 | |
|---|
| | 805 | 2003-01-24 Friday 07:21 hartman |
|---|
| | 806 | |
|---|
| | 807 | * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view |
|---|
| | 808 | after 2 seconds. |
|---|
| | 809 | |
|---|
| | 810 | 2003-01-24 Friday 03:31 hartman |
|---|
| | 811 | &n |
|---|