1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

37992 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
2a9525ee74 Reimplement Win32 GetACP() using gettext. 2010-01-30 20:56:04 +02:00
Rémi Denis-Courmont
0203cf885a Win32: minor thread-safety fix 2010-01-30 20:35:29 +02:00
Rémi Denis-Courmont
738b060767 timeshift: avoid non-C99 anonymous unions 2010-01-30 20:21:01 +02:00
Rémi Denis-Courmont
2201d192cb Take out list player test
It still fails pseudo-randomly.
2010-01-30 18:49:32 +02:00
Rémi Denis-Courmont
df01407a79 input_item_WriteMeta: use make_path() 2010-01-30 18:38:10 +02:00
Rémi Denis-Courmont
3348a3879b Test cases for make_path() 2010-01-30 18:34:31 +02:00
Rémi Denis-Courmont
71decd73e3 Allow tested functions to return NULL 2010-01-30 18:34:30 +02:00
Rémi Denis-Courmont
f7aa8a5308 make_path: make a local file path from an URI 2010-01-30 18:34:28 +02:00
Rémi Denis-Courmont
34a55d15d1 Fix make_URI documentation 2010-01-30 17:36:14 +02:00
Rémi Denis-Courmont
65ede56bf2 Name another anonynous union 2010-01-30 17:26:11 +02:00
Rémi Denis-Courmont
e175dcbb1b Missing initializer 2010-01-30 17:26:11 +02:00
Rémi Denis-Courmont
8cf3097c11 Revert "vout_window_t: simplify via anynomous union"
This reverts commit ec4682128a.

Conflicts:

	modules/gui/qt4/qt4.cpp
	modules/video_output/msw/events_vo.c
	modules/video_output/x11/xcommon.c
	modules/video_output/xcb/common.c
	modules/video_output/xcb/window.c
	src/video_output/window.c
2010-01-30 17:26:10 +02:00
Felix Paul Kühne
c460870aeb contribs: use GCC-4.0 to compile ffmpeg on 32bit Darwin platforms 2010-01-30 16:08:49 +01:00
Rémi Denis-Courmont
cd3a6e77a1 Grammar 2010-01-30 16:58:44 +02:00
Rémi Denis-Courmont
ce25160047 Fix previous commit 2010-01-30 15:59:01 +02:00
Rémi Denis-Courmont
cd3b41614d ugly resampler: use memcpy() 2010-01-30 15:42:52 +02:00
Rémi Denis-Courmont
2e12c3f36d ugly resampler: no need to allocate a buffer when down-sampling 2010-01-30 15:42:51 +02:00
Laurent Aimar
e8beaf5c24 Support padded frames in DTS files (close #3274). 2010-01-30 14:31:30 +01:00
Laurent Aimar
5681ac3636 Removed now useless audio filter float.c 2010-01-30 14:03:14 +01:00
Laurent Aimar
97e5f06070 Implemented fi32 -> fl32/s16 conversion in format.c. 2010-01-30 14:03:14 +01:00
Pádraig Brady
5bd2bacf60 closed captions: Correctly determine the field for SCTE-20 streams
* modules/codec/cc.h (cc_Extract): Merge repeated field (3) with first
field (1).  Use the TOP_FIRST_FIELD in the determination of field.
* modules/codec/libmpeg2.c (DecodeBlock): Pass whether "top field first"
* modules/packetizer/mpegvideo.c (ParseMPEGBlock): Likewise.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
2010-01-30 14:03:14 +01:00
Rémi Denis-Courmont
ff9fe43d8e fixed: add S32N, rewrite FL32 2010-01-30 14:40:32 +02:00
Laurent Aimar
5505394d73 Fixed a huge regression in block_FifoPut.
It was broken as soon as a linked list of buffers was pushed.
2010-01-30 13:12:27 +01:00
Laurent Aimar
dec529e168 Rewrite of format audio filter.
It factorizes the common code and implements all conversions between s8, u8,
s16l/b, u16l/b, s24l/b, s32l/b and fl32 (close #3162).
 In cases a direct conversion is not implemented, s16 is used as the middle
format.
 The following direct conversions have been removed: fl32->s24, fl32->u16, u16->fl32.
2010-01-30 13:12:27 +01:00
Laurent Aimar
899895efc8 Factorized 8->16 bits audio conversions. 2010-01-30 13:12:27 +01:00
Laurent Aimar
f3a2e18cdb Cosmetics (audio format conversions). 2010-01-30 13:12:27 +01:00
Laurent Aimar
935655a702 Fixed embedded subtitles loading for non ODML avi files (close #3227). 2010-01-30 13:12:27 +01:00
Laurent Aimar
1c3f14ee8c No functionnal changes (avi). 2010-01-30 13:12:27 +01:00
Pierre d'Herbemont
c708eb43a5 macosx/framework: C99 in release mode as well. 2010-01-30 12:59:29 +01:00
Rémi Denis-Courmont
0b764e2a1e Move FL32->FI32 conversion to fixed plugin 2010-01-30 13:58:08 +02:00
Rémi Denis-Courmont
e71c332dc3 fixed: refactor into one module and one submodule
instead of three submodule and no main module!
2010-01-30 13:47:26 +02:00
Jakob Leben
736cc6b893 playlist, Qt: playlist browsing support
A new playlist item flag stops playlist after the item gets subitems.
The flag is set only upon user request to play an item from Qt views and only
if he does so in playlist "tree mode" not "one level".
Behavior on items played when playlist advances is unaffected.
This allows for comfortable "browsing" of playlist in tree mode, in particular
when using the Qt interface's icon view.
2010-01-30 10:18:26 +01:00
Jakob Leben
b59984266a Qt: efficient iconView browsing demands a specialized playlist event 2010-01-30 10:18:26 +01:00
Jakob Leben
6a4273c261 Qt: playlist: fix updating of currently playing item
- When input changes, update visible item after currentItem has been set.
- Check if item is current when adding it.
2010-01-30 10:18:26 +01:00
Jean-Baptiste Kempf
a1c69e8ee4 VLC supports .vro (DVD-VR) files 2010-01-30 01:52:09 +01:00
Jean-Baptiste Kempf
f39d8331cd Support for DVD-VD .ifo files 2010-01-30 01:52:04 +01:00
Rémi Duraffort
3a34857997 libvlcpp: add an audio class to handle audio functions. 2010-01-29 17:13:53 +01:00
Jakob Leben
cd6da087dc Qt: no need to go from bool to int 2010-01-29 17:10:08 +01:00
JP Dinger
de18629ca0 mozilla plugin: rework events listeners to dom level 2 type, sort of. 2010-01-29 16:56:37 +01:00
JP Dinger
7228b1b132 src/control/event.c: Add missing return for NDEBUG builds. Fix return
value to something more sensible if desired.
2010-01-29 16:51:32 +01:00
Yannick Brehon
28029c51a8 Mozilla plugin event listeners.
This is the patch as supplied, which needs work and as of yet doesn't
compile on non-unix. Fixes pending. -- jpd
2010-01-29 16:51:32 +01:00
JP Dinger
e783869a8d async event handling: Push is now O(1) instead of O(n). 2010-01-29 16:51:32 +01:00
JP Dinger
ce00864d8a activex plugin: move deinterlace to own video subobject. 2010-01-29 16:51:32 +01:00
JP Dinger
f64e68a73b mozilla plugin: move deinterlace to own video subobject, and fix memleak. 2010-01-29 16:51:32 +01:00
JP Dinger
da87f0fe50 Refactor libvlc_video_{get,set}_{marquee,logo}_{int,string}. 2010-01-29 16:51:31 +01:00
JP Dinger
3a6c32a622 src/control/video.c: drop debug printf()s. 2010-01-29 16:51:31 +01:00
JP Dinger
8fa162cf3e Cosmetics: activex plugin: add a helper for bool -> VARIANT_BOOL. 2010-01-29 16:51:31 +01:00
Ilkka Ollakka
d9fed02a9f qt4: show more clearly current item in iconview 2010-01-29 17:48:07 +02:00
Pierre d'Herbemont
9406b4cc08 macosx/framework: Hack ourselves to get extensions. 2010-01-29 15:47:30 +01:00
Pierre d'Herbemont
d96b2976d2 macosx_dialog_provider: Update the checked PopUp menu. 2010-01-29 15:16:41 +01:00