Felix Paul Kühne
d1adc0c779
* modules/codec/dvbsub.c: disabled translation of some internal error messages
* po/de.po: removed my reminders
* modules/demux/mkv.cpp: disabled translation of the string "Matroska"
* src/libvlc.h: small corrections of to-be-localised strings
* modules/gui/macosx/macosx.m: ditto
* modules/video_output/fb.c: ditto
23 years ago
Derk-Jan Hartman
79685b8816
Spelling error
23 years ago
Derk-Jan Hartman
38be40b945
* Fix dts contrib
23 years ago
Derk-Jan Hartman
95c2664cde
* update caca and live.com
23 years ago
Laurent Aimar
b1e8912f30
* video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
than just the "SMI " one).
23 years ago
Gildas Bazin
ab3260f055
* ChangeLog: updated for 0.7.1.
23 years ago
Gildas Bazin
f5916b645e
* modules/gui/skins2/Modules.am: oops, 1 file too much.
23 years ago
Gildas Bazin
477f4e516a
* po/*: ./toolbox --update-po in preparation for the release.
23 years ago
Gildas Bazin
8b1e1eb637
* modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml.
23 years ago
Gildas Bazin
657e2a261f
* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
23 years ago
Cyril Deguet
f7639c1508
* all: changed dtd version to 1.99 before the final dtd freeze
23 years ago
Cyril Deguet
3a1bce3265
* parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated
in the xml parser instead of the builder: fixes nasty bugs related
to layout IDs
* theme/skin.dtd: "id" attribute is no longer required for window
23 years ago
Gildas Bazin
e9050e582a
* modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened.
23 years ago
Gildas Bazin
b538045651
* modules/demux/mkv.cpp: fixed copy&paste bug.
23 years ago
Gildas Bazin
4598fd249a
* include/vlc_threads.h:
+ lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now).
* modules/access/file.c:
+ s/config_GetInt()/var_Get() for file-caching.
* modules/access_output/udp.c:
+ less verbose debug messages.
+ increase thread priority on win32.
23 years ago
Christophe Massiot
cf0968da8b
* Added two files in Modules.am
23 years ago
Carlo Calabrò
773cd52112
Shit, forgot to :wq before committing :) sorry guys
23 years ago
Jean-Paul Saman
5f02f2623d
Updated PDA interface.
23 years ago
Carlo Calabrò
9e8b6d1f56
Minor changes to the italian translation (thanks to Paolo Caravello)
Actually, we still got some (huge) untranslated strings in libvlc.h,
I'll care about them after the release.
23 years ago
Jean-Paul Saman
487e3560c3
Updated version strings to 0.7.1 for upcoming release.
23 years ago
Jean-Paul Saman
64f562affd
Updated Dutch translation.
23 years ago
Gildas Bazin
3b44609634
* configure.ac: fixed --with-dts-tree.
23 years ago
Gildas Bazin
1dc68507f1
* NEWS: updated.
23 years ago
Gildas Bazin
070b6a3abf
* modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here.
23 years ago
Cyril Deguet
23c72b3d07
* src/skin_main.cpp: do not delete the input a second time !
23 years ago
Cyril Deguet
a2ce62f83f
* controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy
variable is now owned by CtrlGeneric, and handled directly by the layout
and the window (at the moment only the slider control uses it)
* theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added
the "color" attribute for control text
23 years ago
Gildas Bazin
0925e59b79
* INSTALL.win32: updated win32 build instructions.
23 years ago
Clément Stenac
04243e8625
Sanity check
23 years ago
Cyril Deguet
bafbf60f6b
* src/skin_main.cpp: fixed a bug related to the destruction order ;)
23 years ago
Felix Paul Kühne
f22ca27f79
Fixed breakage which has been introduced in the last commit
23 years ago
Felix Paul Kühne
173b7083ec
spelling fixes
23 years ago
Gildas Bazin
685a71e7ff
* ipkg/Makefile.am: don't try to package files which have been removed.
23 years ago
Gildas Bazin
26ad94db08
* src/misc/variables.c: fixed memleak.
23 years ago
Gildas Bazin
76922217d4
* ALL: bumped revision number to 0.7.1
23 years ago
Gildas Bazin
cce86ebe86
* src/packages.mak: updated for libdts-0.0.2
23 years ago
Clément Stenac
99c14b41a1
Search on the author field too
23 years ago
Clément Stenac
a942a4d8a4
Fix loop on end of search
23 years ago
Gildas Bazin
a4c123849b
* modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders.
23 years ago
Gildas Bazin
7b8bb1f237
* src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c.
23 years ago
Eric Petit
3c5c523fe1
macosx/vout* : don't forget to exit fullscreen mode at EOF,
fixed a segfault
23 years ago
Felix Paul Kühne
c97ac86a77
Updated german translation
23 years ago
Gildas Bazin
e7c5d1e3d4
* src/skin_main.cpp: fixed bug related to the destruction order.
* parser/xmlparser.hpp: removed useless change.
23 years ago
Laurent Aimar
36fb9ee645
* avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok).
23 years ago
Laurent Aimar
6a94cd6bea
* avi.c: added support for rgb 32 (24 won't work under linux as the vout
handle 24 and 32 the same way :(
23 years ago
Laurent Aimar
15320badc6
* rawvideo.c, ffmpeg/chroma.c: added YVU9.
23 years ago
Laurent Aimar
9803dc4610
* vout_pictures.*: added YVU9.
23 years ago
Gildas Bazin
6ae1b0c09f
* modules/gui/skins2/*: portability fixes.
23 years ago
Carlo Calabrò
c8caf934ec
it.po: italian localization for VLC 0.7.1
fr.po: minor fixes
23 years ago
Derk-Jan Hartman
f8c7410eb9
* Don't crash during my demo to the university computer labs.
- don't crash when i_output < 0
23 years ago
Gildas Bazin
24b3d069b0
* modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels.
A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers).
23 years ago