Jean-Baptiste Kempf
fecfe67732
NEWS for 1.2
ffmpeg-mt and gradfun
16 years ago
Rémi Denis-Courmont
3076fe1bf0
ARM NEON: fix I420/YV12->UYVY
16 years ago
Rémi Denis-Courmont
ba0a5b432b
Cosmetics
16 years ago
Laurent Aimar
b899d5addd
Imported gradfun filter from MPlayer.
gradfun.h is a stripped copy of mplayer vf_gradfun.c (a function has been renamed).
16 years ago
Laurent Aimar
e5058da098
Used vlc_memalign for vaapi/dxva2 copy buffer
16 years ago
Laurent Aimar
54bac7d87a
Made vlc_memalign public.
16 years ago
Rémi Denis-Courmont
7f42234cab
Maemo: work-around segmentation fault when poll() unwinds
(This seems like a toolchain bug)
17 years ago
Rémi Denis-Courmont
91550604e1
contrib: disable PA support in Fluidsynth
16 years ago
Pierre Ynard
0aa088cde2
live555: recreate URL only to strip username/password
This restores the original logic from
c77ee7637b
16 years ago
Laurent Aimar
bc9751069c
Fixed xcb yv12/i420 UV planes swapping.
16 years ago
Laurent Aimar
7b664151d4
Used CopyFromYv12/Nv12 for vaapi picture extraction.
It also adds the support for NV12.
16 years ago
Jean-Baptiste Kempf
f10016faa5
Contribs: liboil is gone...
De Charybde en Scylla
16 years ago
Laurent Aimar
0777bcbfcb
Moved out optimized VA nv12/yv12 copy functions from dxva2.
16 years ago
Laurent Aimar
287ccf1408
Added VLC_CODEC_NV12 to vlc_fourcc.h.
16 years ago
Rémi Denis-Courmont
e763137961
Win32: hack^Wfix opening UNC paths ( fixes #3459 )
16 years ago
Jean-Baptiste Kempf
a64f014a70
Contribs: move to schroedinger 1.0.9 and add ORC
And patch the whole mess, because it seems they don't understand what Cross-Compilation is.
16 years ago
Rémi Denis-Courmont
c35705e52d
Don't invent French words
16 years ago
Antoine Cellerier
669ff56907
Add optional first arg to specify contrib directory.
Most of the scripts' content could be factorized.
16 years ago
Antoine Cellerier
9fda5f376b
Add trival script to change the contribs root directory.
16 years ago
Antoine Cellerier
6ae6e2220a
Add optional first arg to specify contrib directory.
16 years ago
Juho Vähä-Herttua
f76374224a
pthread: Use Mach semaphores instead of POSIX semaphores on Mac OS X
Unnamed POSIX semaphores don't work on Mac OS X at all.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Pierre Ynard
2a625dda91
test: update .gitignore
16 years ago
Khoem Sokhem
46ad87e0c5
l10n: Khmer translation for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Jamil Ahmed
b74e535188
l10n: Bengali translation for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Erwan Tulou
1ef175cb28
skins2: fix skins crashing when playlist is flat
m_firstPos (iterator associated to a stl list container) is not guaranteed to be valid (the associated item may have been deleted). Up to vlc1.0, this was no problem, because deleting an item was also buggy (a no-op). From vlc1.1 on, m_firstPos must now be recomputed to ensure it keeps on pointing to a valid item in all cases.
start for instance a playlist with the 'Dragon' skin as a test case.
This was pointed out by colt45 (from the forum)
16 years ago
Erwan Tulou
86ca1b563d
skins2: fix wrong test (it's the other way around)
16 years ago
Erwan Tulou
4337a2d9b9
skins2: fix memory leak (a malloc not paired with a free)
16 years ago
Sébastien Escudier
a47b7c7a74
File output : add a sync option
16 years ago
Erwan Tulou
9aa3dfaefa
skins2(Linux): WM_CLASS also set for the invisible root window
16 years ago
Juho Vähä-Herttua
82f69eb3dd
cpu: fix compilation on Intel Mac OS X by including header
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
16 years ago
Fumio Nakayama
c2485641f2
l10n: Japanese translation for win32 installer
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Marián Hikaník
6d67bdac49
l10n: Slovak update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Marián Hikaník
f56c4f24fb
l10n: Slovak for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Gaëtan Rousseaux
e856a84476
l10n: Walloon for .desktop
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Rémi Denis-Courmont
053f9d6ea0
Fix the KDE open file dialog KIO scheduler crash avoidance hack
16 years ago
Rémi Denis-Courmont
bb7ae441f9
net_Listen: pass socket type parameter
We cannot use any random type semantic that we do not know of.
This also works around bugs in deficient getaddrinfo() implementations.
16 years ago
Rémi Denis-Courmont
5d61b6b2b1
net_Connect: missing hints ai_socktype
16 years ago
Jean-Philippe André
efb5b13603
Qt/Extensions: remove useless "version" field
16 years ago
Jean-Philippe André
0a15eecff3
Extensions: fix vlc.deactivate() malfunction
Inspired by jetru's patches, thank you. This should fix #3451
16 years ago
Pierre Ynard
69d7fdea2d
"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
This fixes some warnings.
16 years ago
Jean-Baptiste Kempf
6a30fd81c3
Avcodec/Avformat: fix CODEC_ID_MP2/MP3 issue when using avformat demuxer
This could result in undf codec. Pointed out by ver
16 years ago
Pierre Ynard
5acb64db84
access_http: avoid passing NULL to printf %s
16 years ago
Pierre d'Herbemont
188599631a
cpu: fix a typo and cpu detection on Mac OS.
16 years ago
Jean-Philippe André
4106f477c6
Extensions: fix a leak (and a potential crash)
16 years ago
Pierre Ynard
45ea8ad025
access_http: fix unbalanced quotes
16 years ago
Pierre Ynard
a7dd060597
live555: fix RTSP URL when it contains no path part
16 years ago
Dean Lee
761d30d7e5
l10n: Chinese update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years ago
Pierre d'Herbemont
3953586c05
cpu: Implement vlc_GetCPUCount() on Mac OS X.
16 years ago
Laurent Aimar
9f410e429a
Fixed picture clean up when closing vout.
16 years ago
Laurent Aimar
776b826403
Cleaned up a bit spu_t API.
16 years ago