1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
Commit Graph

37162 Commits

Author SHA1 Message Date
Antoine Cellerier
5f5d779420 Remove timeout parameter from lua listner:accept(). 2010-01-09 11:48:42 +01:00
Antoine Cellerier
7ef39293b6 Remove linux specific poll flag. 2010-01-09 11:48:41 +01:00
Jean-Baptiste Kempf
1bbcbb013e Contrib: update pkg-config url 2010-01-09 11:34:15 +01:00
Rémi Denis-Courmont
6b5e5fb434 Fix SPU alpha channel palette values
To convert from 4-bits to 8-bits channel, one should multiply by 17.

Acked-by: Antoine Cellerier <dionoea@videolan.org>
2010-01-09 12:14:04 +02:00
Rémi Denis-Courmont
11fe3be41b error and warning function attributes depend on GCC 4.3
(not on some specific operating system)

Pointed-out-by: Ramiro Polla <ramiro.polla@gmail.com>
2010-01-09 12:10:47 +02:00
Rémi Denis-Courmont
e7514176b5 --disable-avcodec implies --disable-dxva2 2010-01-09 12:10:13 +02:00
Rémi Denis-Courmont
f9d095a6a6 --disable-avcodec implies --disable-libva
Don't force an explicit --disable-libva. This was especially silly on
non-libVA platforms.
2010-01-09 12:08:50 +02:00
Jean-Baptiste Kempf
9dd8de3fb8 Contribs: remove unneeded patch for live 2010-01-09 10:59:39 +01:00
Jean-Baptiste Kempf
a6adcd7868 Zoy is down, take caca from v.o 2010-01-09 10:58:22 +01:00
Jean-Baptiste Kempf
2d3a1e7997 Win32: fix breakage from 555cb288ee 2010-01-09 03:12:19 +01:00
Jean-Baptiste Kempf
e84fa4198d Contrib: minor updates of libpng, SDL_image and gcrypt 2010-01-09 02:42:41 +01:00
Jean-Baptiste Kempf
10b9d038ae Contrib: remove patch unneeded for Windows 2010-01-09 02:29:21 +01:00
Jean-Baptiste Kempf
0179de14dd Contrib: fix schroedinger compile for Win32 2010-01-09 02:27:54 +01:00
Jean-Baptiste Kempf
c86d8f7b48 Small fixes for Win32 configure 2010-01-09 02:13:31 +01:00
Jean-Baptiste Kempf
5c0de0fe94 Contrib: fix dirac target 2010-01-09 02:10:28 +01:00
Antoine Cellerier
8bbd4a3154 Add vlc.net.poll() and use in modules/host.lua. 2010-01-09 01:50:24 +01:00
Antoine Cellerier
92432bcb27 Remove dead code. 2010-01-09 01:50:24 +01:00
Jean-Baptiste Kempf
f5bcd00782 Contrib: Fix compilation of libprojectM 2010-01-09 01:18:20 +01:00
Jean-Baptiste Kempf
3d04e0357a Configure.ac: dxva2 detection and activation 2010-01-09 00:58:20 +01:00
Jean-Baptiste Kempf
73ce7c2d6a Configure: dvbpsi_SDTServiceAddDescriptor wasn't in all versions of dvbpsi. Check it 2010-01-09 00:58:20 +01:00
Radek Vybiral
24745de91b l10n: Czech update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-01-08 23:43:42 +00:00
Oleksandr Natalenko
add0293329 l10n: Ukrainian update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
2010-01-08 23:43:41 +00:00
Jean-Baptiste Kempf
5c759bc774 Contrib: be sure to have dxva2 headers before compiling FFmpeg 2010-01-09 00:25:20 +01:00
Jean-Baptiste Kempf
bcd6f556b7 Contribs: Use mtune=pentium2 for Windows 2010-01-09 00:25:06 +01:00
Christophe Mutricy
7016eda04d Typo 2010-01-08 19:26:20 +00:00
Ramiro Polla
eee18af0f5 libcaca should be >= 0.99.beta14 because of caca_create_display_with_driver().
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Ramiro Polla
b02a2e24cd sqlite3 should be >= 3.6.0 because of sqlite3_next_stmt().
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Ramiro Polla
5824aabb9f Use pkg-config to check for libmodplug, and check for version >= 0.8, which is needed for some functions like ModPlug_NumSamples(), ModPlug_GetMessage(), ModPlug_NumInstruments(), etc...
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Ramiro Polla
36a25fbe8b vbi_bcd_digits_greater() needs zvbi >= 0.2.28.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-01-08 19:46:54 +01:00
Jean-Baptiste Kempf
f1c31ba284 Simplify headers for VAAPI
The check for presence has already done in configure.ac
2010-01-08 19:35:15 +01:00
Jean-Baptiste Kempf
7f39bd111b Move the libVA detection to auto
It now autodetects the presence of libVA pkg:
It will fail if --enable-libva is defined and it is not present
It will be activated if nothing is specified and libVA pkg is present

Moreover, it will check the presence of the avcodec/libva.h
2010-01-08 19:35:11 +01:00
Jean-Baptiste Kempf
14e3a156ff Fix include order in VAAPI
You cannot check HAVE_AVCODEC_VAAPI before including "avcodec.h"
2010-01-08 16:23:58 +01:00
Rémi Duraffort
ac0d798c4e video_filter_ball: missing var_DelCallback + cosmetics. 2010-01-08 12:02:03 +01:00
Erwan Tulou
c7dfbd11f2 skins2: list of skins improved some more.
This patch also takes into account opening a new skins at any time
(not just at initialization)
2010-01-07 19:56:31 +01:00
Erwan Tulou
a2fa93d5f0 skins2(Linux and Win): fix transparency issue at window level
When refreshing a window area, the window mask must first be stripped of this
 area, because the new refresh may not result in the same mask being applied.

This patch corrects the following issues :
- an animated bitmap with transparency varying from one subimage to the next
  is now guaranteed the previous subimage won't leave any trace.
- a control that becomes invisible now means transparency is restored
 if no other controls exist for the same area (instead of an undefined and visually unpleasant area)
2010-01-07 19:48:03 +01:00
Rafaël Carré
f980341ba0 ncurses: fix build broken by [9a00da44] 2010-01-07 19:07:27 +01:00
Rafaël Carré
03be7ef6bc Unused arguments 2010-01-07 19:06:11 +01:00
Rafaël Carré
01e398eb43 dm6446 use an arm926-ejs, not an arm9tdmi 2010-01-07 18:51:46 +01:00
Jean-Baptiste Kempf
db2aa92506 Remove tarkin codec module.
It is a dead-born codec
2010-01-07 16:48:31 +01:00
Ramiro Polla
2ccfca66cd More alignments fixes in configure.ac 2010-01-07 16:45:29 +01:00
Pierre d'Herbemont
3bc815a2c8 test: Add two more missing media_list_player_stop(). 2010-01-07 14:49:41 +01:00
Pierre d'Herbemont
c71466a120 test: Fix media_list_player test. (Make sure we stop before releasing). 2010-01-07 14:12:03 +01:00
Pierre d'Herbemont
ae3d66e7a1 media_list_player: Don't stop automatically.
We don't want to release the resources associated to the media player, unless user specify it.
2010-01-07 14:12:03 +01:00
Pierre d'Herbemont
9e91be6456 test: Remove trailing spaces in media_list_player.c. 2010-01-07 14:12:03 +01:00
Pierre d'Herbemont
afbdac28e5 media_list_player: Remove trailing whitespaces. 2010-01-07 14:12:03 +01:00
Pierre d'Herbemont
b2522de8eb vout_macosx: Remove trailing spaces.
And a debug code.
2010-01-07 14:12:03 +01:00
Laurent Aimar
fe403f8836 Fixed uninitialized value. 2010-01-07 08:29:26 +01:00
Pierre d'Herbemont
7e8e215ddc frenchtv: Add a new lua "art finder".
This will download the free to use original recreation of french
channels logo by Cyril Bourreau.

Note, we can mirror them eventually. (Explicit authorization from the
author).
2010-01-07 02:37:35 +01:00
Pierre d'Herbemont
555cb288ee Allow lua "meta reader" and implement a meta reader from filename.
"filename.lua"
  will check if the file name respects the following form:
    "Show.Name S19E01-jde.DEf.avi"
  upon success, it will fill the show name, the episode number and
  season number in the meta data.
  It will also set the title to "Show Name S19E01"
2010-01-07 02:37:34 +01:00
Pierre d'Herbemont
855c0ab217 meta reader: Always run if we don't have meta from access or demux. 2010-01-07 02:37:34 +01:00