Sam Hocevar
299ca63003
* Renamed all tags (eg. v0_2_83 -> 0.2.83).
23 years ago
Unknown
6e638382ec
This commit was manufactured by cvs2svn to create tag 'v0_4_0'.
23 years ago
Christophe Massiot
c1685097d3
* Updated ChangeLog
* Updated release date
25 years ago
Christophe Massiot
64845e08f5
Fixed HTTP input under Win32 (thanks ipkiss).
25 years ago
Sam Hocevar
9f5db9fda0
* ./plugins/dvd/dvd_seek.c: reverted a previous change in DVD input which
caused input to get stuck in interleaved cells.
25 years ago
Sam Hocevar
39faf1b6f0
* ./plugins/gtk/gnome.glade: removed bevel from title and chapter buttons.
25 years ago
Sam Hocevar
afdfd51360
* ./plugins/mad/mad_adec.c, ./plugins/mad/mad_libmad.c: use intf_WarnMsg for
debug messages instead of intf_ErrMsg.
25 years ago
Sam Hocevar
630692cc63
* ./plugins/win32/network.dfm, plugins/macosx/intf_open.m: updated channel
server default hostname.
25 years ago
Sam Hocevar
4a2ea217d6
* ./plugins/chroma/i420_yuy2.h: bugfix for the I420 to YUY2 MMX chroma
transformations, with the help of Pascal Levesque.
25 years ago
Gildas Bazin
0cd5d91336
* ./src/misc/modules.c: restored plugins hiding as the problem is fixed.
25 years ago
Sam Hocevar
0f15b563f2
* ./src/misc/modules.c: disabled module autohide until we find out why a
reloaded module sometimes does not work properly.
25 years ago
Sam Hocevar
2bb1112c08
* ./plugins/access/file.c, plugins/dvd/dvd_seek.c: readability changes.
* ./Makefile: the vlc rule depends on modules_builtin.h.
* ./include/modules_inner.h: removed useless code.
25 years ago
Olivier Teulière
8bf866edd4
* ALL: replaced TUpDown components by TCSpinEdit ones, which allow
25 years ago
Gildas Bazin
a457b188a1
* ./plugins/text/logger.c: on win32 the logger interface shows up a dos
25 years ago
Johan Bilien
3c809e5314
* plugins/vcd/vcd.c: added svcd shortcut to the vcd input
25 years ago
Tony Castley
6cec0a69e8
Changes to reduce segfaults on exit, and also allow only one Playlist window.
25 years ago
Loïc Minier
455104ab9f
* ./include/modules_inner.h: fixed a crash when reopening a hidden
module (by sam)
25 years ago
Christophe Massiot
0b04c7395d
* Updated spec for ffmpeg.
25 years ago
Gildas Bazin
26a3b9dd1b
* On Win32 the DVD access plugin has to be explicitly requested. This
25 years ago
Loïc Minier
f5f70e2beb
* fixed a side-effect bug causing crashes on DVD title change
25 years ago
Gildas Bazin
9b3216c8e4
* ./plugins/directx/aout_directx.c: fixed compile warnings.
25 years ago
Gildas Bazin
d4a50a341a
* ./plugins/network/ipv6.c: fixed a stupid bug.
25 years ago
Sam Hocevar
f5f0a1cd00
* ./plugins/chroma/i420_yuy2.c: margin support for the 420 planar to 422
packed chroma transformations.
25 years ago
Sam Hocevar
6eb7dd20a4
* ./plugins/chroma/i420_yuy2.h: fixed the BeOS crash. Margin handling isn't
done yet, though.
25 years ago
Sam Hocevar
7d8822ee46
* ./src/input/input.c: fixed a bug with the input remaining stuck when no
network data was present.
25 years ago
Olivier Teulière
b27d2f93d6
* Fixed a stupid bug in the Network dialog.
25 years ago
Sam Hocevar
35070dfc3f
* ./plugins/mpeg_system/mpeg_ts.c: fixed a warning.
25 years ago
Sam Hocevar
f91631ad5a
* ./plugins/dvd/dvd_access.c, plugins/dvd/dvd_seek.c: very minor cosmetic
fixes.
25 years ago
Sam Hocevar
75424d35e9
* src/input/input_ext-plugins.c, src/input/input_ext-intf.c: boundary checks
on seek.
25 years ago
Sam Hocevar
be68583188
* ./plugins/dvd/*: fixed a few inconsistences.
* ./plugins/dvd/*: renamed i_start/i_end couples when they actually
meant i_first/i_last.
25 years ago
Sam Hocevar
1ac32f3798
* ./src/interface/main.c: fixed a little memleak.
* ./src/input/input_dec.c: removed useless code.
* ./src/input/input.c, ./plugins/gtk/gtk.c: fixed access to uninitialized
variables.
* ./plugins/dvd/dvd_demux.c: fixed the pf_demux return value.
25 years ago
Sam Hocevar
e7061e867f
* ./src/misc/iso_lang.c: code simplifications.
* ./src/misc/iso_lang.c: the language prototypes now use the const keyword.
25 years ago
Sam Hocevar
b651216e78
* ./po/*: updated language files.
25 years ago
Sam Hocevar
581319a16e
* ./plugins/x11/xcommon.c: fixed x11 and xvideo alternate fullscreen (gibalou
on t'aiiiiiiiiimeuh).
25 years ago
Sam Hocevar
50e5262462
* ./configure.in: tried to fix the -lavcodec detection.
25 years ago
Christophe Massiot
ff4bf779fb
* Bumped up version number to 0.4.0 ;
* Updated changelog.
25 years ago
Gildas Bazin
3ce5cf5966
* First try for IPv6 support on Win32. This hasn't been tested so it
25 years ago
Sam Hocevar
778c00c7eb
* ./src/video_output/vout_pictures.c: workaround for a bug in the dummy vout.
25 years ago
Sam Hocevar
ebf2982eaf
* ./Makefile: we check for Makefile.config before including it.
25 years ago
Sam Hocevar
cd08e2c254
* ./plugins/dummy/dummy.c: added --dummy-chroma option.
* ./plugins/dummy/vout_dummy.c: the dummy vout plugin now uses vlc's
vout_AllocatePicture instead of its own.
* ./src/video_output/vout_pictures.c: added YUY2 in vout_AllocatePicture.
25 years ago
Christophe Massiot
f762dca1a4
Added Makefile.config.
25 years ago
Sam Hocevar
f461b69007
* ./Makefile: forgot to remove Makefile.config in the distclean rule.
25 years ago
Gildas Bazin
2cd2d8b31a
* Added an option to disable the dynamic range compression.
25 years ago
Sam Hocevar
287f188ad9
* ./ChangeLog: updated changelog.
25 years ago
Sam Hocevar
b4985b910a
* ./Makefile.opts.in: removed configuration stuff which does not need to
rebuild anything to Makefile.config, so that editing it will not cause
a complete rebuild.
25 years ago
Tony Castley
2ead226860
Improved Overlay and Bitmap output modes.
Due to existing bug in some Chroma's the Overlay does not work for nVidia
cards. Sorry.
25 years ago
Christophe Massiot
f6d172c33d
Removed unused headers.
25 years ago
Jon Lech Johansen
634e5847f2
* ./plugins/macosx/intf_controller.[mh]: you can now drag & drop files onto
the vlc dock icon. CFBundleDocumentTypes in Info.plist doesn't seem to have
any effect, so you'll have to hold down command-option when dropping until
this is resolved.
25 years ago
Christophe Massiot
fe95288adb
Mac OS X-specific :
* We now use real-time threads ;
* Worked around a bug when seeking ;
All :
* Removed my patch to the video output since it causes problems for some
people.
25 years ago
Christophe Massiot
dec3c9e9b1
* Fixes for ffmpeg and mad.
25 years ago