Laurent Aimar
7bf4dcbdb7
Moved out epg functions from vlc_epg.h and es_out.c to src/misc/epg.c.
17 years ago
Jean-Baptiste Kempf
e32f3d0f74
Put all SS(S)E* checks under --enable-sse
17 years ago
Rémi Denis-Courmont
be5d9107a6
Use <vlc_cpu.h>
17 years ago
Rémi Denis-Courmont
1f133a02a4
vlc_cpu.h: dedicated header for CPU features
Also segregate flags per architecture from now on.
17 years ago
Rémi Denis-Courmont
13b5c2e513
LibVLC: only print relevant capabilities in debug
17 years ago
Christophe Courtaut
7b24c95dd0
Remove useless data pointer in smem module
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Jean-Baptiste Kempf
4d795a89fb
Contribs: Fix FFmpeg configure for Win32
17 years ago
Christophe Courtaut
eff1a4cec2
Move Data Context from sys to stream id struct
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 years ago
Jean-Baptiste Kempf
eeae8ac67e
Define new capabilities for SSE3 SSSE3 and SSE4 (4.1 is only useful)
17 years ago
Jean-Baptiste Kempf
51f3faba05
Add a configure flag for SSE4
17 years ago
Jean-Baptiste Kempf
5a0ff31e26
Configure: add a new configure switch for SSE3
This makes SSE3/SSSE3 in the same switch. Maybe this should be fusionned with SSE/SSE2 ?
17 years ago
Jean-Baptiste Kempf
860d2cb0c0
FFmpeg: activate mp3lame in Win32 contribs
17 years ago
Jean-Baptiste Kempf
987f5554f3
Capitalize FFmpeg where needed.
17 years ago
Jean-Baptiste Kempf
510ec49b09
Cosmetics and copyright
17 years ago
Jean-Baptiste Kempf
978bebf65c
TS: put EAC3 in TS muxer
This should be useful to record TNT HD streams
Thanks to Thannoy and Laurent
17 years ago
Francois Cartegnie
cbc2709985
Qt: Simple prefs Input/codec ui fixes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 years ago
Marian Ďurkovič
677a311c80
Workaround braindead QT implementation of ResizeToContents
It's so slow that it's not usable on large datasets.
17 years ago
Marian Ďurkovič
9cc428cba5
Stop crashing at video init. Yes, this closes #3074
17 years ago
Rémi Denis-Courmont
cb83cdb4f6
.gitignore
17 years ago
Rémi Denis-Courmont
2e10ca982b
Capitalization
17 years ago
Filippo Carone
0dedb23704
jvlc: video_set_parent does not exist anymore, use media_player_set_(hwnd|xwindow)
17 years ago
Filippo Carone
097ba5d119
jvlc: honour asynchronousness of the libvlc_media_list_player_pause native method
17 years ago
Michał Trzebiatowski
5c8603a589
Fix German nsis translation
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
17 years ago
Rémi Denis-Courmont
2c68d5a40d
--enable-merge-ffmpeg: kludge to make avcodec and avformat plugins one
This is ugly, but can save a few megabytes at download-, install- and
run-time when avcodec is linked in statically.
17 years ago
Rémi Denis-Courmont
ad25fa1c2a
libavcodec: explicit Makefile rules
17 years ago
Rémi Denis-Courmont
a5731c0066
Useless #includes
17 years ago
Rémi Denis-Courmont
7d7ac46f19
i420_yuyv_neon: prefetch
17 years ago
Rémi Denis-Courmont
0e770b173c
i420->YUYV NEON: rewrite using VZIP
This is over twice faster. Thanks to Måns Rullgård for the hint.
17 years ago
Rémi Denis-Courmont
af4dd74059
XCB-XVideo: pad picture height like VLC core
17 years ago
Rémi Denis-Courmont
985aec707e
XCB-XVideo: give the real height, not the visible one
That matters to planar formats.
17 years ago
Rémi Denis-Courmont
b027c64c90
Cosmetic
17 years ago
Rémi Denis-Courmont
f6fb388c3b
i420_yuyv_neon: small tweaks
17 years ago
Rémi Denis-Courmont
5712ce24d8
Remove unused 486 and 586 capabilities
17 years ago
Rémi Denis-Courmont
5dc4a72110
Remove never set, never used Pentium Pro capability
17 years ago
Rémi Denis-Courmont
9aca3d7778
Assume compiler-enabled CPU features are present
17 years ago
Rémi Denis-Courmont
5d0ae5d7c8
Remove most vlc_object_set_name() calls, now redumdant
17 years ago
Rémi Denis-Courmont
e6669e32e8
Set object name from module_need()
17 years ago
Rémi Denis-Courmont
8ad732cd47
Allow setting the name of an object at any time...
...in a thread-safe manner. However, this is really only usable for
informational purpose (debugging the object tree).
vlc_object_find_name() remains broken.
17 years ago
Rémi Denis-Courmont
d4a730bbab
NEON accelerated I420/YV12 -> YUYV/UYVY chroma conversion
17 years ago
Rémi Denis-Courmont
914d654477
Cleanup NEON audio converter module description
17 years ago
Baptiste Coudurier
230af76738
avformat: remove NOFILE hack, fix MXF seeking
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Christophe Courtaut
579875c04e
Fix huge memory leak in sout smem module
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Christophe Courtaut
f8126643fd
Adding audio support for smem module
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Christophe Mutricy
6920054e55
Fix compilation on Linux PPC
Not tested
17 years ago
Erwan Tulou
1e0a0540aa
skins2: work on equalizer
This patch tries to make the equalizer work in all cases.
It takes into account aout reuse, and add/remove callbacks to match the equalizer audio-filter implementation. (variables created in a filter but attached to the aout parent).
17 years ago
Christophe Mutricy
8c8ae04105
Activate the german translation
17 years ago
Erwan Tulou
18a12248f6
skins2: skins2 interface cannot be used if no playlist is available
Better not start skins2 at all than crash later on, since playlist is taken for granted throughout the code.
17 years ago
Erwan Tulou
b180b18e36
skins2: use new input-item variable for callbacks on input variables and some cleanup
17 years ago
Marian Ďurkovič
28726d5736
libmpeg2: Print the debug message if decoder was reset
17 years ago
Marian Ďurkovič
84aadd40cc
libmpeg2: Don't spam the log on bitrate changes in VBR streams
17 years ago