1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

6666 Commits

Author SHA1 Message Date
Laurent Aimar
b72b93e8a4 * ts.c: fixed PCR handling (when the pcr pid isn't attached to the PMT.) 2004-03-03 01:26:49 +00:00
Derk-Jan Hartman
9e6bc99cc8 * updated NEWS for 0.7.1a 2004-03-02 23:49:38 +00:00
Christophe Massiot
9b8aa20248 * extras/contrib:
- fixed the infamous "libmad is twice slower" bug
  - fixed libmad dynamic build
  - added a52 support to ffmpeg
  - remove libdvdnav
2004-03-02 22:55:34 +00:00
Olivier Teulière
4999de8d3c - skins2/utils/bezier.*: Added support for curves made of one point
- skins2/theme/skin.dtd: Removed Event and Rectangle tags
 - skins2/src/theme.cpp: Destroy curves explicitely
 - ALL: Anchors can be defined using a Bezier curve, which allows
   rectilinear anchors (but it is still possible to define anchors
   reduced to a single point).
   A "curved anchor" only attracts "single point anchors"
2004-03-02 21:45:15 +00:00
Derk-Jan Hartman
0ba71b8c0d * Well i be .......
libmodplug working now. apparently it didn't like dynamic linking on OS X.
2004-03-02 19:21:03 +00:00
Derk-Jan Hartman
ff5c0f9d7c * This was the thing i didn't commit and which AGAIN leaves us with a CPU hogging release :( 2004-03-02 16:44:21 +00:00
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
2004-03-02 13:53:14 +00:00
Derk-Jan Hartman
79685b8816 Spelling error 2004-03-02 12:39:25 +00:00
Derk-Jan Hartman
38be40b945 * Fix dts contrib 2004-03-02 01:10:26 +00:00
Derk-Jan Hartman
95c2664cde * update caca and live.com 2004-03-02 00:59:16 +00:00
Laurent Aimar
b1e8912f30 * video.c: make SVQ3/ffmpeg happy with complex stsd atom (ie with more
than just the "SMI " one).
2004-03-01 22:35:55 +00:00
Gildas Bazin
ab3260f055 * ChangeLog: updated for 0.7.1. 2004-03-01 21:23:09 +00:00
Gildas Bazin
f5916b645e * modules/gui/skins2/Modules.am: oops, 1 file too much. 2004-03-01 20:36:24 +00:00
Gildas Bazin
477f4e516a * po/*: ./toolbox --update-po in preparation for the release. 2004-03-01 20:04:55 +00:00
Gildas Bazin
8b1e1eb637 * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml. 2004-03-01 19:58:16 +00:00
Gildas Bazin
657e2a261f * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule.
* install-win32, Makefile.am: include the default skins2 theme in the win32 package.
2004-03-01 19:41:42 +00:00
Cyril Deguet
f7639c1508 * all: changed dtd version to 1.99 before the final dtd freeze 2004-03-01 19:36:43 +00:00
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
2004-03-01 18:33:31 +00:00
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. 2004-03-01 18:31:13 +00:00
Gildas Bazin
b538045651 * modules/demux/mkv.cpp: fixed copy&paste bug. 2004-03-01 17:36:26 +00:00
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.
2004-03-01 12:50:39 +00:00
Christophe Massiot
cf0968da8b * Added two files in Modules.am 2004-03-01 11:55:25 +00:00
Carlo Calabrò
773cd52112 Shit, forgot to :wq before committing :) sorry guys 2004-02-29 23:08:42 +00:00
Jean-Paul Saman
5f02f2623d Updated PDA interface. 2004-02-29 22:59:59 +00:00
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.
2004-02-29 22:56:23 +00:00
Jean-Paul Saman
487e3560c3 Updated version strings to 0.7.1 for upcoming release. 2004-02-29 21:10:00 +00:00
Jean-Paul Saman
64f562affd Updated Dutch translation. 2004-02-29 21:09:29 +00:00
Gildas Bazin
3b44609634 * configure.ac: fixed --with-dts-tree. 2004-02-29 19:28:10 +00:00
Gildas Bazin
1dc68507f1 * NEWS: updated. 2004-02-29 19:12:00 +00:00
Gildas Bazin
070b6a3abf * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here. 2004-02-29 19:01:22 +00:00
Cyril Deguet
23c72b3d07 * src/skin_main.cpp: do not delete the input a second time ! 2004-02-29 17:36:55 +00:00
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
2004-02-29 16:49:55 +00:00
Gildas Bazin
0925e59b79 * INSTALL.win32: updated win32 build instructions. 2004-02-29 14:35:10 +00:00
Clément Stenac
04243e8625 Sanity check 2004-02-29 14:05:45 +00:00
Cyril Deguet
bafbf60f6b * src/skin_main.cpp: fixed a bug related to the destruction order ;) 2004-02-29 14:05:14 +00:00
Felix Paul Kühne
f22ca27f79 Fixed breakage which has been introduced in the last commit 2004-02-29 13:55:04 +00:00
Felix Paul Kühne
173b7083ec spelling fixes 2004-02-29 13:49:02 +00:00
Gildas Bazin
685a71e7ff * ipkg/Makefile.am: don't try to package files which have been removed. 2004-02-29 13:33:47 +00:00
Gildas Bazin
26ad94db08 * src/misc/variables.c: fixed memleak.
* include/vlc_common.h: use pragma to disable useless MSVC warnings.
2004-02-29 13:08:56 +00:00
Gildas Bazin
76922217d4 * ALL: bumped revision number to 0.7.1
* modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2
2004-02-29 13:05:22 +00:00
Gildas Bazin
cce86ebe86 * src/packages.mak: updated for libdts-0.0.2 2004-02-29 13:03:19 +00:00
Clément Stenac
99c14b41a1 Search on the author field too 2004-02-28 19:40:06 +00:00
Clément Stenac
a942a4d8a4 Fix loop on end of search 2004-02-28 19:31:54 +00:00
Gildas Bazin
a4c123849b * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders. 2004-02-28 19:30:04 +00:00
Gildas Bazin
7b8bb1f237 * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c. 2004-02-28 17:10:23 +00:00
Eric Petit
3c5c523fe1 macosx/vout* : don't forget to exit fullscreen mode at EOF,
fixed a segfault
2004-02-28 13:53:35 +00:00
Felix Paul Kühne
c97ac86a77 Updated german translation 2004-02-27 22:33:38 +00:00
Gildas Bazin
e7c5d1e3d4 * src/skin_main.cpp: fixed bug related to the destruction order.
* parser/xmlparser.hpp: removed useless change.
2004-02-27 15:07:04 +00:00
Laurent Aimar
36fb9ee645 * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok). 2004-02-27 14:22:18 +00:00
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 :(
2004-02-27 14:05:55 +00:00