]> git.sesse.net Git - vlc/log
vlc
16 years agoPrivatize msg_bank
Rémi Denis-Courmont [Sun, 4 May 2008 18:09:09 +0000 (21:09 +0300)]
Privatize msg_bank

16 years agoUse libvlc_priv_t for httpd
Rémi Denis-Courmont [Sun, 4 May 2008 17:45:17 +0000 (20:45 +0300)]
Use libvlc_priv_t for httpd

16 years agop_vlm is private data
Rémi Denis-Courmont [Sun, 4 May 2008 17:37:05 +0000 (20:37 +0300)]
p_vlm is private data

16 years agop_memcpy_module is private libvlc data
Rémi Denis-Courmont [Sun, 4 May 2008 17:34:54 +0000 (20:34 +0300)]
p_memcpy_module is private libvlc data

16 years agoAdd long overdue private libvlc object pointer...
Rémi Denis-Courmont [Sun, 4 May 2008 17:26:07 +0000 (20:26 +0300)]
Add long overdue private libvlc object pointer...

...and use it for stats and the config lock

16 years agolibvlc_global_data_t: fix description
Rémi Denis-Courmont [Sun, 4 May 2008 16:48:59 +0000 (19:48 +0300)]
libvlc_global_data_t: fix description

16 years agop_root->p_probe: unused, remove
Rémi Denis-Courmont [Sun, 4 May 2008 16:40:22 +0000 (19:40 +0300)]
p_root->p_probe: unused, remove

16 years agoRemove p_root->b_ready. Duplicated state.
Rémi Denis-Courmont [Sun, 4 May 2008 16:34:34 +0000 (19:34 +0300)]
Remove p_root->b_ready. Duplicated state.

16 years agolibvlc_InternalCreate: fix small race condition in error path
Rémi Denis-Courmont [Sun, 4 May 2008 16:30:16 +0000 (19:30 +0300)]
libvlc_InternalCreate: fix small race condition in error path

16 years agoBeOS app thread: only used in one file
Rémi Denis-Courmont [Sun, 4 May 2008 16:25:58 +0000 (19:25 +0300)]
BeOS app thread: only used in one file

No need to clutter the root object with stuff that can be static.

16 years agoiconv_macosx: never used, removed
Rémi Denis-Courmont [Sun, 4 May 2008 16:23:56 +0000 (19:23 +0300)]
iconv_macosx: never used, removed

16 years agoRemove VLC_OBJECT_GLOBAL
Rémi Denis-Courmont [Sun, 4 May 2008 16:16:00 +0000 (19:16 +0300)]
Remove VLC_OBJECT_GLOBAL

16 years agocmake: Define HAVE_ATTRIBUTE_PACKED if needed.
Pierre d'Herbemont [Sun, 4 May 2008 15:00:24 +0000 (17:00 +0200)]
cmake: Define HAVE_ATTRIBUTE_PACKED if needed.

16 years agocmake: Set min version required, fix some warnings, remove network/error.c from src...
Pierre d'Herbemont [Sun, 4 May 2008 12:30:45 +0000 (14:30 +0200)]
cmake: Set min version required, fix some warnings, remove network/error.c from src/CMakeLists.txt.

16 years agoDirect3D blurriness fix by Kaarlo Henrik Räihä
Jean-Baptiste Kempf [Sun, 4 May 2008 14:37:36 +0000 (07:37 -0700)]
Direct3D blurriness fix by Kaarlo Henrik Räihä

16 years agoAlso if BUILD_LUA
Rémi Denis-Courmont [Sun, 4 May 2008 13:03:51 +0000 (16:03 +0300)]
Also if BUILD_LUA

16 years agoAvoid useless recursion into GUI directories
Rémi Denis-Courmont [Sun, 4 May 2008 12:57:04 +0000 (15:57 +0300)]
Avoid useless recursion into GUI directories

16 years agoMore avoidable directories
Rémi Denis-Courmont [Sun, 4 May 2008 12:51:15 +0000 (15:51 +0300)]
More avoidable directories

16 years agoRemove useless bindings/Makefile
Rémi Denis-Courmont [Sun, 4 May 2008 12:41:03 +0000 (15:41 +0300)]
Remove useless bindings/Makefile

16 years agoDon't recurse to python, ax and mozilla directories if not needed
Rémi Denis-Courmont [Sun, 4 May 2008 12:40:27 +0000 (15:40 +0300)]
Don't recurse to python, ax and mozilla directories if not needed

16 years agoMaintain SUBDIRS manually for extra flexibility
Rémi Denis-Courmont [Sun, 4 May 2008 12:36:23 +0000 (15:36 +0300)]
Maintain SUBDIRS manually for extra flexibility

16 years agoFix a false assertion fail in the Qt4 playlist.
Rémi Duraffort [Sun, 4 May 2008 12:02:40 +0000 (14:02 +0200)]
Fix a false assertion fail in the Qt4 playlist.

16 years agoupdate check: Initialize gcrypt threading - fixes #1483
Rémi Denis-Courmont [Sun, 4 May 2008 11:39:50 +0000 (14:39 +0300)]
update check: Initialize gcrypt threading - fixes #1483

16 years agoFactorize the gcrypt thread support
Rémi Denis-Courmont [Sun, 4 May 2008 11:33:19 +0000 (14:33 +0300)]
Factorize the gcrypt thread support

16 years agoRemove some dead code
Rémi Denis-Courmont [Sun, 4 May 2008 11:18:14 +0000 (14:18 +0300)]
Remove some dead code

16 years agoFix linking error
Rémi Denis-Courmont [Sun, 4 May 2008 11:18:29 +0000 (14:18 +0300)]
Fix linking error

16 years agoFix function names
Rémi Denis-Courmont [Sun, 4 May 2008 11:14:22 +0000 (14:14 +0300)]
Fix function names

16 years agovlc_mutex_init_recursive: remove useless parameter
Rémi Denis-Courmont [Sun, 4 May 2008 11:12:33 +0000 (14:12 +0300)]
vlc_mutex_init_recursive: remove useless parameter

16 years agovlc_mutex_init: remove unused paramter
Rémi Denis-Courmont [Sun, 4 May 2008 11:10:08 +0000 (14:10 +0300)]
vlc_mutex_init: remove unused paramter

16 years agoMirror libcaca on ganesh, as zoy isn't reliable enough for the nightly builds
Felix Paul Kühne [Sun, 4 May 2008 11:07:01 +0000 (13:07 +0200)]
Mirror libcaca on ganesh, as zoy isn't reliable enough for the nightly builds

16 years agoFix the playlist column problem added in 7bc28eebe843ef72304a7ec4bb7e89a12a17187a...
Rémi Duraffort [Sun, 4 May 2008 10:25:50 +0000 (12:25 +0200)]
Fix the playlist column problem added in 7bc28eebe843ef72304a7ec4bb7e89a12a17187a pointed out by phytos and JPeg.

16 years agoFix symbols list
Rémi Denis-Courmont [Sun, 4 May 2008 09:12:09 +0000 (12:12 +0300)]
Fix symbols list

16 years agoImprove doxy comments
Rémi Denis-Courmont [Sat, 3 May 2008 21:02:44 +0000 (00:02 +0300)]
Improve doxy comments

16 years agoLUA: don't reinvent scandir
Rémi Denis-Courmont [Sat, 3 May 2008 20:50:55 +0000 (23:50 +0300)]
LUA: don't reinvent scandir

16 years agoRTP sout: --sout-rtp-sap, works like --sout-standard-sap
Rémi Denis-Courmont [Sat, 3 May 2008 20:25:12 +0000 (23:25 +0300)]
RTP sout: --sout-rtp-sap, works like --sout-standard-sap

In addition to #rtp{sdp=sap}, we can now use #rtp{sap}

16 years agoRationalize the SDP session name string
Rémi Denis-Courmont [Sat, 3 May 2008 20:13:54 +0000 (23:13 +0300)]
Rationalize the SDP session name string

16 years agoRemove splice support - it does not quite help for UDP & DCCP
Rémi Denis-Courmont [Sat, 3 May 2008 20:06:41 +0000 (23:06 +0300)]
Remove splice support - it does not quite help for UDP & DCCP

(at least currently)

16 years agoProvide sendmsg and recvmsg replacements
Rémi Denis-Courmont [Sat, 3 May 2008 18:13:55 +0000 (21:13 +0300)]
Provide sendmsg and recvmsg replacements

16 years agoFix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
Jean-Baptiste Kempf [Sat, 3 May 2008 18:55:11 +0000 (11:55 -0700)]
Fix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09

16 years agoOnly compile the winsock stubs file on Win32
Rémi Denis-Courmont [Sat, 3 May 2008 17:52:53 +0000 (20:52 +0300)]
Only compile the winsock stubs file on Win32

16 years agoblock_FifoNew: remove un-needed parameter
Rémi Denis-Courmont [Sat, 3 May 2008 17:11:28 +0000 (20:11 +0300)]
block_FifoNew: remove un-needed parameter

16 years agoWin32 compile fix
Rémi Denis-Courmont [Sat, 3 May 2008 17:06:18 +0000 (20:06 +0300)]
Win32 compile fix

16 years agoSpeak English
Rémi Denis-Courmont [Sat, 3 May 2008 15:01:02 +0000 (18:01 +0300)]
Speak English

16 years agoFix symbols list
Rémi Denis-Courmont [Sat, 3 May 2008 14:59:28 +0000 (17:59 +0300)]
Fix symbols list

16 years agoNo need to kill VLC if it's exiting already.
Rémi Denis-Courmont [Sat, 3 May 2008 14:46:03 +0000 (17:46 +0300)]
No need to kill VLC if it's exiting already.

16 years agoRemove pf_memcpy and pf_memset from libvlc
Rémi Denis-Courmont [Sat, 3 May 2008 14:20:43 +0000 (17:20 +0300)]
Remove pf_memcpy and pf_memset from libvlc

16 years agoUse vlc_memset/vlc_memcpy
Rémi Denis-Courmont [Sat, 3 May 2008 14:16:59 +0000 (17:16 +0300)]
Use vlc_memset/vlc_memcpy

16 years agoUse the new registration mechanism for memcpy/memset
Rémi Denis-Courmont [Sat, 3 May 2008 12:42:06 +0000 (15:42 +0300)]
Use the new registration mechanism for memcpy/memset

16 years agoProcess-wide memcpy/memset accelarations
Rémi Denis-Courmont [Sat, 3 May 2008 12:41:17 +0000 (15:41 +0300)]
Process-wide memcpy/memset accelarations

(CPU features don't change across libvlc instances)

16 years agob_daemon does not need to be exported through vlc_global
Rémi Denis-Courmont [Sat, 3 May 2008 10:49:48 +0000 (13:49 +0300)]
b_daemon does not need to be exported through vlc_global

16 years agovlc_object_t.p_internals is not needed anymore
Rémi Denis-Courmont [Sat, 3 May 2008 09:51:03 +0000 (12:51 +0300)]
vlc_object_t.p_internals is not needed anymore

16 years agovlc_internals(): use pointer arithmetic
Rémi Denis-Courmont [Sat, 3 May 2008 09:50:50 +0000 (12:50 +0300)]
vlc_internals(): use pointer arithmetic

16 years agoAllocate global object as the others - not statically anymore
Rémi Denis-Courmont [Sat, 3 May 2008 09:34:11 +0000 (12:34 +0300)]
Allocate global object as the others - not statically anymore

16 years agoHide global object within the thread and object subsystem
Rémi Denis-Courmont [Sat, 3 May 2008 09:21:11 +0000 (12:21 +0300)]
Hide global object within the thread and object subsystem

16 years agoobject: use vlc_internals()
Rémi Denis-Courmont [Sat, 3 May 2008 09:05:42 +0000 (12:05 +0300)]
object: use vlc_internals()

16 years agovariables: use vlc_internals()
Rémi Denis-Courmont [Sat, 3 May 2008 08:42:09 +0000 (11:42 +0300)]
variables: use vlc_internals()

16 years agothreads: use vlc_internals()
Rémi Denis-Courmont [Sat, 3 May 2008 08:41:51 +0000 (11:41 +0300)]
threads: use vlc_internals()

16 years agoOSD: use vlc_internals()
Rémi Denis-Courmont [Sat, 3 May 2008 08:41:11 +0000 (11:41 +0300)]
OSD: use vlc_internals()

16 years agoRemove some global object-specific code
Rémi Denis-Courmont [Sat, 3 May 2008 07:18:11 +0000 (10:18 +0300)]
Remove some global object-specific code

16 years agoSimplify threads init
Rémi Denis-Courmont [Sat, 3 May 2008 08:33:11 +0000 (11:33 +0300)]
Simplify threads init

16 years agoCosmetic fix
Rémi Denis-Courmont [Sat, 3 May 2008 06:54:59 +0000 (09:54 +0300)]
Cosmetic fix

16 years agoThank Vincent
Christophe Mutricy [Fri, 2 May 2008 23:14:51 +0000 (00:14 +0100)]
Thank Vincent

16 years agoRussian l10n update by Alexey Salmin
Christophe Mutricy [Fri, 2 May 2008 23:11:53 +0000 (00:11 +0100)]
Russian l10n update by Alexey Salmin

16 years agoUpdate POTFILES.in after files renamed and added
Christophe Mutricy [Fri, 2 May 2008 23:06:09 +0000 (00:06 +0100)]
Update POTFILES.in after files renamed and added

16 years agoUse var_AcquireMutex for the quicktime lock.
Rémi Denis-Courmont [Fri, 2 May 2008 16:25:10 +0000 (19:25 +0300)]
Use var_AcquireMutex for the quicktime lock.

16 years agomain.h -> vlc_main.h
Rémi Denis-Courmont [Fri, 2 May 2008 16:06:43 +0000 (19:06 +0300)]
main.h -> vlc_main.h

16 years agoAdd kate to the news
Rémi Denis-Courmont [Fri, 2 May 2008 15:35:56 +0000 (18:35 +0300)]
Add kate to the news

16 years agoconfigure: Minor fixes for kate detection
Rémi Denis-Courmont [Fri, 2 May 2008 15:33:00 +0000 (18:33 +0300)]
configure: Minor fixes for kate detection

16 years agobasic support for Kate streams as subtitles
Vincent Penquerc'h [Fri, 2 May 2008 09:46:26 +0000 (10:46 +0100)]
basic support for Kate streams as subtitles

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoSupport for MPSub.
Jean-Baptiste Kempf [Fri, 2 May 2008 08:35:13 +0000 (01:35 -0700)]
Support for MPSub.
Only TIME based, not Frame based, yet.

16 years agoSmall fix for PJS to remove "".
Jean-Baptiste Kempf [Fri, 2 May 2008 07:45:43 +0000 (00:45 -0700)]
Small fix for PJS to remove "".

16 years agoParsing of Phoenix Subtitles.
Jean-Baptiste Kempf [Fri, 2 May 2008 07:38:15 +0000 (00:38 -0700)]
Parsing of Phoenix Subtitles.
Almost unused subtitle. No idea though if FPS or 1/10th of sec, Annodex and MPlayer disagree...

16 years agoSupport for AQT subtitles.
Jean-Baptiste Kempf [Fri, 2 May 2008 06:29:23 +0000 (23:29 -0700)]
Support for AQT subtitles.
Parsing is fine but timing is wrong since it must be multiplied by FPS.

16 years agoMove dirent stuff to fixups.h, where it belongs
Rémi Denis-Courmont [Thu, 1 May 2008 20:11:42 +0000 (23:11 +0300)]
Move dirent stuff to fixups.h, where it belongs

16 years agoWe need <inttypes.h>, always
Rémi Denis-Courmont [Thu, 1 May 2008 20:08:41 +0000 (23:08 +0300)]
We need <inttypes.h>, always

16 years agoBe more verbose
Rémi Denis-Courmont [Thu, 1 May 2008 20:04:45 +0000 (23:04 +0300)]
Be more verbose

16 years agodist_ is not needed for HEADERS
Rémi Denis-Courmont [Thu, 1 May 2008 20:00:46 +0000 (23:00 +0300)]
dist_ is not needed for HEADERS

16 years agoInstall minimum set of plugin headers.
Rémi Denis-Courmont [Thu, 1 May 2008 20:00:05 +0000 (23:00 +0300)]
Install minimum set of plugin headers.

16 years agoRemove useless include
Rémi Denis-Courmont [Thu, 1 May 2008 19:57:03 +0000 (22:57 +0300)]
Remove useless include

16 years agoFix name
Rémi Denis-Courmont [Thu, 1 May 2008 19:56:38 +0000 (22:56 +0300)]
Fix name

16 years agoFix expansion to no-op
Rémi Denis-Courmont [Thu, 1 May 2008 19:54:43 +0000 (22:54 +0300)]
Fix expansion to no-op

16 years agoDon't use assert() here.
Rémi Denis-Courmont [Thu, 1 May 2008 19:27:06 +0000 (22:27 +0300)]
Don't use assert() here.

If it's really wanted, functions should de inlined

16 years agoNo need to include the same file twice
Rémi Denis-Courmont [Thu, 1 May 2008 19:22:30 +0000 (22:22 +0300)]
No need to include the same file twice

16 years agoUse int64_t directly within plugins rather than vlc_int64_t
Rémi Denis-Courmont [Thu, 1 May 2008 19:19:51 +0000 (22:19 +0300)]
Use int64_t directly within plugins rather than vlc_int64_t

I wonder why we need this (in libvlc-control) by the way...?

16 years agoPut msg_context_global_key to the internal header.
Rémi Denis-Courmont [Thu, 1 May 2008 19:17:21 +0000 (22:17 +0300)]
Put msg_context_global_key to the internal header.

It was not exported from libvlc anyhow.

16 years agoRemove I64C as well
Rémi Denis-Courmont [Thu, 1 May 2008 19:11:47 +0000 (22:11 +0300)]
Remove I64C as well

16 years agoRemove UI64_C
Rémi Denis-Courmont [Thu, 1 May 2008 19:05:41 +0000 (22:05 +0300)]
Remove UI64_C

Turns out it was only used once in the whole tree.

16 years agoRemove I64F., not needed anymore
Rémi Denis-Courmont [Thu, 1 May 2008 18:59:36 +0000 (21:59 +0300)]
Remove I64F., not needed anymore

16 years agoRemnants of I64F.
Rémi Denis-Courmont [Thu, 1 May 2008 18:59:07 +0000 (21:59 +0300)]
Remnants of I64F.

16 years agoNIH syndrome cure (2)
Rémi Denis-Courmont [Thu, 1 May 2008 18:57:00 +0000 (21:57 +0300)]
NIH syndrome cure (2)

16 years agoNIH desyndromization
Rémi Denis-Courmont [Thu, 1 May 2008 18:50:55 +0000 (21:50 +0300)]
NIH desyndromization

16 years agoUse malloc(1) as cookie rather than malloc(0)
Rémi Denis-Courmont [Thu, 1 May 2008 18:24:07 +0000 (21:24 +0300)]
Use malloc(1) as cookie rather than malloc(0)

malloc(0) can legally be NULL (or not unique).

16 years agoRemove useless #include
Rémi Denis-Courmont [Thu, 1 May 2008 17:55:18 +0000 (20:55 +0300)]
Remove useless #include

16 years agoC++ <inttypes.h> inclusion fixes
Rémi Denis-Courmont [Thu, 1 May 2008 17:41:36 +0000 (20:41 +0300)]
C++ <inttypes.h> inclusion fixes

16 years agoFix ffmpeg when !ENABLE_SOUT
Rémi Denis-Courmont [Thu, 1 May 2008 17:27:14 +0000 (20:27 +0300)]
Fix ffmpeg when !ENABLE_SOUT

16 years agoDon't generate module parameters twice
Rémi Denis-Courmont [Thu, 1 May 2008 17:27:02 +0000 (20:27 +0300)]
Don't generate module parameters twice

16 years agoDon't compile sout code if sout is disabled
Rémi Denis-Courmont [Thu, 1 May 2008 17:04:27 +0000 (20:04 +0300)]
Don't compile sout code if sout is disabled

16 years agoLook for config.h output in public header files
Rémi Denis-Courmont [Thu, 1 May 2008 16:11:07 +0000 (19:11 +0300)]
Look for config.h output in public header files

16 years agoUse macro for __attribute__((packed))
Rémi Denis-Courmont [Thu, 1 May 2008 15:37:43 +0000 (18:37 +0300)]
Use macro for __attribute__((packed))

16 years agolibintl is never "included" anymore
Rémi Denis-Courmont [Thu, 1 May 2008 15:33:26 +0000 (18:33 +0300)]
libintl is never "included" anymore