]> git.sesse.net Git - vlc/log
vlc
15 years agoRemove unused vlc_(send|recv)msg
Rémi Denis-Courmont [Sun, 12 Apr 2009 09:51:21 +0000 (12:51 +0300)]
Remove unused vlc_(send|recv)msg

15 years agoFix C++ linking
Rémi Denis-Courmont [Sun, 12 Apr 2009 07:23:20 +0000 (10:23 +0300)]
Fix C++ linking

15 years agomacosx/framework: Back in business.
Pierre d'Herbemont [Sat, 11 Apr 2009 17:33:06 +0000 (10:33 -0700)]
macosx/framework: Back in business.

15 years agoUse the nsobject for minimal_macosx.
Pierre d'Herbemont [Sat, 11 Apr 2009 17:32:06 +0000 (10:32 -0700)]
Use the nsobject for minimal_macosx.

15 years agolibvlc: Export _get/set_nsobject.
Pierre d'Herbemont [Sat, 11 Apr 2009 17:29:35 +0000 (10:29 -0700)]
libvlc: Export _get/set_nsobject.

15 years agoTypo
Rémi Denis-Courmont [Sat, 11 Apr 2009 18:36:38 +0000 (21:36 +0300)]
Typo

15 years agoWin32: use the destructor function for TLS (fixes #2398)
Rémi Denis-Courmont [Sat, 11 Apr 2009 18:01:48 +0000 (21:01 +0300)]
Win32: use the destructor function for TLS (fixes #2398)

This fixes a long-standing leak. But this fix is untested and might
cause disastrous crashes. By the way, I think we should split Win32
and pthread stuff apart from threads.c

15 years agovlc_thread_fatal is not needed on production builds
Rémi Denis-Courmont [Sat, 11 Apr 2009 18:00:38 +0000 (21:00 +0300)]
vlc_thread_fatal is not needed on production builds

15 years agolibvlc.dll needs libcompat.la
Rémi Denis-Courmont [Sat, 11 Apr 2009 18:00:08 +0000 (21:00 +0300)]
libvlc.dll needs libcompat.la

15 years agoPreprocessor is sufficient for mingw-runtime check
Rémi Denis-Courmont [Sat, 11 Apr 2009 17:59:44 +0000 (20:59 +0300)]
Preprocessor is sufficient for mingw-runtime check

15 years agoFix strcasestr replacement
Rémi Denis-Courmont [Sat, 11 Apr 2009 17:59:13 +0000 (20:59 +0300)]
Fix strcasestr replacement

15 years agoDeinline vlc_threadvar_(|s)get and kill useless indirection
Rémi Denis-Courmont [Sat, 11 Apr 2009 17:10:14 +0000 (20:10 +0300)]
Deinline vlc_threadvar_(|s)get and kill useless indirection

I wonder if we should unexport threadvar functions? In any case, they
are not used from outside libvlccore at the moment.

15 years agotypo
Rémi Denis-Courmont [Sat, 11 Apr 2009 15:14:23 +0000 (18:14 +0300)]
typo

15 years agoRationalize string
Rémi Denis-Courmont [Sat, 11 Apr 2009 12:20:31 +0000 (15:20 +0300)]
Rationalize string

15 years agoFix object leak (1 from my previous commit + 2 others)
Jean-Philippe Andre [Sat, 11 Apr 2009 05:43:38 +0000 (13:43 +0800)]
Fix object leak (1 from my previous commit + 2 others)

15 years agoFix segfault: press Shift+A without an opened AOUT would crash.
Jean-Philippe Andre [Sat, 11 Apr 2009 05:16:25 +0000 (13:16 +0800)]
Fix segfault: press Shift+A without an opened AOUT would crash.

15 years agoQt: toggle minimal view should not change the interface size
Jean-Philippe Andre [Sat, 11 Apr 2009 04:41:01 +0000 (12:41 +0800)]
Qt: toggle minimal view should not change the interface size

15 years agoQt: no popup menu over the status bar and menu bar
Jean-Philippe Andre [Sat, 11 Apr 2009 03:51:46 +0000 (11:51 +0800)]
Qt: no popup menu over the status bar and menu bar

15 years agoRemove buggy and unused vlc_wraptext()
Rémi Denis-Courmont [Fri, 10 Apr 2009 19:49:43 +0000 (22:49 +0300)]
Remove buggy and unused vlc_wraptext()

It did not count non-ASCII characters at all (wrapping asian text must
have been fun...). Then again, to wrap even fixed-width font text, you
need to use wcwidth()/wcswidth().

15 years agomacosx: fix compilation error introduced in [5c30d75fcc257c8479e2d03f12b634b7fb87c3d5]
Derk-Jan Hartman [Fri, 10 Apr 2009 19:33:15 +0000 (21:33 +0200)]
macosx: fix compilation error introduced in [5c30d75fcc257c8479e2d03f12b634b7fb87c3d5]

15 years agomkv: remove unmatche #endif introduced [b870bc9ddf45f01d24adb398b5f442ddc87a00ae]
Derk-Jan Hartman [Fri, 10 Apr 2009 19:05:58 +0000 (21:05 +0200)]
mkv: remove unmatche #endif introduced [b870bc9ddf45f01d24adb398b5f442ddc87a00ae]

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Rémi Denis-Courmont [Fri, 10 Apr 2009 19:19:20 +0000 (22:19 +0300)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoMove remaining replacement to static import library
Rémi Denis-Courmont [Fri, 10 Apr 2009 19:17:13 +0000 (22:17 +0300)]
Move remaining replacement to static import library

15 years agoMention which standard replacements follow
Rémi Denis-Courmont [Fri, 10 Apr 2009 19:12:30 +0000 (22:12 +0300)]
Mention which standard replacements follow

15 years agomacosx: NSApplication was subclassed in [408f769e5768bf1c8dbc840bef1c560a91de6d5f...
Felix Paul Kühne [Fri, 10 Apr 2009 18:56:18 +0000 (20:56 +0200)]
macosx: NSApplication was subclassed in [408f769e5768bf1c8dbc840bef1c560a91de6d5f], so let's set the file's owner to use the correct class

This also fixes some minor type errors in the main nib

15 years agoAvoid alloca()
Rémi Denis-Courmont [Fri, 10 Apr 2009 18:15:18 +0000 (21:15 +0300)]
Avoid alloca()

By the way, alloca() _cannot_ return NULL. It simply crashes if there
is not enough memory.

15 years agoUse stack array rather than alloca
Rémi Denis-Courmont [Fri, 10 Apr 2009 18:14:38 +0000 (21:14 +0300)]
Use stack array rather than alloca

15 years agoRemove useless bsearch check
Rémi Denis-Courmont [Fri, 10 Apr 2009 17:17:03 +0000 (20:17 +0300)]
Remove useless bsearch check

15 years agoStart moving replacement functions to a static import library
Rémi Denis-Courmont [Fri, 10 Apr 2009 17:14:10 +0000 (20:14 +0300)]
Start moving replacement functions to a static import library

15 years agoRemove unused scandir check
Rémi Denis-Courmont [Fri, 10 Apr 2009 16:41:21 +0000 (19:41 +0300)]
Remove unused scandir check

15 years agowin32: delete old *printf fixup code.
David Flynn [Fri, 10 Apr 2009 12:53:01 +0000 (12:53 +0000)]
win32: delete old *printf fixup code.

mingw provides this all for free and is better.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agowin32: Fix *printf & require mingw32-runtime version > 3.13
David Flynn [Fri, 10 Apr 2009 12:53:00 +0000 (12:53 +0000)]
win32: Fix *printf & require mingw32-runtime version > 3.13

*printf as per MSVCRT is not c99 compliant.  mingw32 provides a set of
replacement functions, but these are buggy in old versions.

Defining __USE_MINGW_ANSI_STDIO causes mingw's stdio to provide a
set of wrappers that use the mingw32 version that gets statically
linked.

Attention needs to be given to contrib too, it is possible for contrib
to expect a c99 *printf and later die.  This patch modifies the conrtib
bootstrap to define the above in CPPFLAGS, however, not all builds
honour CPPFLAGS.

This can be validated by looking for the import from msvcrt:

  $ find vlc-w32/vlc-1.0.0-pre1/ -name '*.dll' -print -exec sh -c \
     'i586-mingw32msvc-nm {} | grep __imp__.*printf' ';'

If all is good, this shouldn't find anything.

This patch *will* break WinCE support.  However, it is semibroken
anyway; better to force it to be fixed completely.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRevert "Revert "win32: remove old attempts to define snprintf _snprintf""
David Flynn [Fri, 10 Apr 2009 12:52:59 +0000 (12:52 +0000)]
Revert "Revert "win32: remove old attempts to define snprintf _snprintf""

This reverts commit db01e438b2125e1a221535adc07eda1ae65b0769.

Original commit was correct. -- davidf

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agocontrib: fix building static liboil
David Flynn [Fri, 10 Apr 2009 12:52:58 +0000 (12:52 +0000)]
contrib: fix building static liboil

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRemove useless check for time.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:38:58 +0000 (16:38 +0300)]
Remove useless check for time.h

15 years agoRemove useless (partially used) check for stdint.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:33:54 +0000 (16:33 +0300)]
Remove useless (partially used) check for stdint.h

15 years agoRemove unused check for sys/sockio.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:32:21 +0000 (16:32 +0300)]
Remove unused check for sys/sockio.h

15 years agoRemove useless (very partially used) check for errno.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:31:25 +0000 (16:31 +0300)]
Remove useless (very partially used) check for errno.h

15 years agoRemove unused check for stdbool.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:28:45 +0000 (16:28 +0300)]
Remove unused check for stdbool.h

15 years agoRemove unused check for wchar.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:27:33 +0000 (16:27 +0300)]
Remove unused check for wchar.h

15 years agoRemove unused check for sys/int_types.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:26:42 +0000 (16:26 +0300)]
Remove unused check for sys/int_types.h

15 years agoRemove useless check for inttypes.h
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:26:01 +0000 (16:26 +0300)]
Remove useless check for inttypes.h

15 years agoRemove useless check for (C89) <signal.h>
Rémi Denis-Courmont [Fri, 10 Apr 2009 13:24:14 +0000 (16:24 +0300)]
Remove useless check for (C89) <signal.h>

15 years agomacosx: implement controll support for the Media Keys on Brushed Al Apple keyboards
Felix Paul Kühne [Fri, 10 Apr 2009 13:53:07 +0000 (15:53 +0200)]
macosx: implement controll support for the Media Keys on Brushed Al Apple keyboards

I'll add an option to disable this feature later on

15 years agomacosx: fixed crash in case either psz_module or psz_msg are NULL when received from...
Felix Paul Kühne [Fri, 10 Apr 2009 10:02:04 +0000 (12:02 +0200)]
macosx: fixed crash in case either psz_module or psz_msg are NULL when received from core

Fixes playback of AVI files... ;)

15 years agoQt4: correct fix for Hotkeys preferences.
Jean-Baptiste Kempf [Thu, 9 Apr 2009 20:39:36 +0000 (22:39 +0200)]
Qt4: correct fix for Hotkeys preferences.

15 years agoContribs: live-win32-nonblock.patch is unneeded now (applied upstream)
Jean-Baptiste Kempf [Thu, 9 Apr 2009 20:34:25 +0000 (22:34 +0200)]
Contribs: live-win32-nonblock.patch is unneeded now (applied upstream)

15 years agoRevert "win32: fix %zu fixups - dont use mingw's vsnprintf"
Jean-Baptiste Kempf [Thu, 9 Apr 2009 18:59:21 +0000 (20:59 +0200)]
Revert "win32: fix %zu fixups - dont use mingw's vsnprintf"

This reverts commit 151982aab503fa812cd4d6e830df34e78871c106.

15 years agoRevert "win32: vlc_fix_format_string - various fixes"
Jean-Baptiste Kempf [Thu, 9 Apr 2009 18:59:05 +0000 (20:59 +0200)]
Revert "win32: vlc_fix_format_string - various fixes"

This reverts commit 3779d5bd1c335d724b31ce730a8387cb7770fc06.

15 years agoRevert "win32: make vlc_vsnprintf more like c99 vsnprintf"
Jean-Baptiste Kempf [Thu, 9 Apr 2009 18:58:54 +0000 (20:58 +0200)]
Revert "win32: make vlc_vsnprintf more like c99 vsnprintf"

This reverts commit 30f33e7a0e3726404e4b9d2f51840e8de1a527f3.

15 years agoRevert "win32: remove old attempts to define snprintf _snprintf"
Jean-Baptiste Kempf [Thu, 9 Apr 2009 18:58:40 +0000 (20:58 +0200)]
Revert "win32: remove old attempts to define snprintf _snprintf"

This reverts commit 3bceb9cfef124ace40526336905a2a0656bb5630.

15 years agoRevert "Qt: fix crashes possible in Hotkey settings."
Jean-Baptiste Kempf [Thu, 9 Apr 2009 18:57:06 +0000 (20:57 +0200)]
Revert "Qt: fix crashes possible in Hotkey settings."

This reverts commit f5d10727954d8b176a25a54e12e30832b599b509.

15 years agoImproved wav multichannel support.
Laurent Aimar [Tue, 7 Apr 2009 12:29:30 +0000 (14:29 +0200)]
Improved wav multichannel support.

When a channel mask is incomplete, use 'random' position to fill it up.
(It means that the channel position is 'unspecified' and so we have to
choose it ourselve).
It should fix #2618.

15 years agoCompile fix
Rémi Denis-Courmont [Thu, 9 Apr 2009 16:18:30 +0000 (19:18 +0300)]
Compile fix

15 years agoQt: fix crashes possible in Hotkey settings.
Jean-Baptiste Kempf [Thu, 9 Apr 2009 16:14:22 +0000 (18:14 +0200)]
Qt: fix crashes possible in Hotkey settings.

15 years agoXCB: resize support
Rémi Denis-Courmont [Thu, 9 Apr 2009 14:54:41 +0000 (17:54 +0300)]
XCB: resize support

Note that the video output core seems to call pf_end while some pictures
are still in use upstream. That will crash. IMHO, this is a libvlc bug,
as the vout plugin cannot know when to release the picture or reallocate
those pictures.

15 years agoX11 common: code factorization
Rémi Denis-Courmont [Thu, 9 Apr 2009 09:47:30 +0000 (12:47 +0300)]
X11 common: code factorization

15 years agoxcb_window: implement VOUT_SET_SIZE
Rémi Denis-Courmont [Thu, 9 Apr 2009 09:46:45 +0000 (12:46 +0300)]
xcb_window: implement VOUT_SET_SIZE

15 years agoContrib: Force schroedinger to be mono-threaded, until it is fixed for win32.
Jean-Baptiste Kempf [Thu, 9 Apr 2009 14:07:04 +0000 (16:07 +0200)]
Contrib: Force schroedinger to be mono-threaded, until it is fixed for win32.

15 years agomacosx: updated window styles for VLCControllerWindow and VLCEmbeddedWindow based...
Felix Paul Kühne [Thu, 9 Apr 2009 09:22:25 +0000 (11:22 +0200)]
macosx: updated window styles for VLCControllerWindow and VLCEmbeddedWindow based upon a patch by Georg Seifert

Some tweaks to the nib file (so VLCControllerWindow looks all textured again) will be submitted later on.

15 years agoAdd vlm_MessageSimpleNew with --disable-vlm
Rémi Denis-Courmont [Thu, 9 Apr 2009 09:02:57 +0000 (12:02 +0300)]
Add vlm_MessageSimpleNew with --disable-vlm

15 years agoFixed spu_t attach/detach sequence.
Laurent Aimar [Wed, 8 Apr 2009 21:30:31 +0000 (23:30 +0200)]
Fixed spu_t attach/detach sequence.

It should fix #2622 (segfault with vout-filter).

15 years agoFixed sanetizing of file name in input_CreateFilename.
Laurent Aimar [Wed, 8 Apr 2009 19:51:00 +0000 (21:51 +0200)]
Fixed sanetizing of file name in input_CreateFilename.

It should fix #2620 (and was not limited to windows only).

15 years agoWarned about unused filename_sanitize result.
Laurent Aimar [Wed, 8 Apr 2009 19:29:49 +0000 (21:29 +0200)]
Warned about unused filename_sanitize result.

15 years agoFixed integer overflow in avi index creation.
Laurent Aimar [Wed, 8 Apr 2009 19:23:13 +0000 (21:23 +0200)]
Fixed integer overflow in avi index creation.

It fixes #2583.

15 years agoImprove debug
Rémi Denis-Courmont [Wed, 8 Apr 2009 20:15:43 +0000 (23:15 +0300)]
Improve debug

15 years agoCosmetic
Rémi Denis-Courmont [Wed, 8 Apr 2009 15:51:19 +0000 (18:51 +0300)]
Cosmetic

15 years agoForcefully update file size if read data past the former end of it
Rémi Denis-Courmont [Wed, 8 Apr 2009 15:49:51 +0000 (18:49 +0300)]
Forcefully update file size if read data past the former end of it

Maybe we could call fstat() at every read anyway? While a file is open,
the operating system is extremely likely to have its meta data cached.

15 years agoReading regular and block files can always be paced
Rémi Denis-Courmont [Wed, 8 Apr 2009 15:49:08 +0000 (18:49 +0300)]
Reading regular and block files can always be paced

15 years agoavi: set title instead of message. This looks better in dialogues
Felix Paul Kühne [Wed, 8 Apr 2009 11:18:01 +0000 (13:18 +0200)]
avi: set title instead of message. This looks better in dialogues

15 years agomacosx: make sure that 'dialog-progress-bar' and 'dialog-login' don't look like alien...
Felix Paul Kühne [Wed, 8 Apr 2009 11:13:46 +0000 (13:13 +0200)]
macosx: make sure that 'dialog-progress-bar' and 'dialog-login' don't look like aliens from outta space, but normal OS X dialogues

15 years agomacosx: draft for 'dialog-progress-bar' and clean up
Felix Paul Kühne [Wed, 8 Apr 2009 11:08:14 +0000 (13:08 +0200)]
macosx: draft for 'dialog-progress-bar' and clean up

This isn't fully functional, as the callbacks aren't being triggered, although set. Needs some more investigation.

15 years agomacosx: added 'ffmpeg-skiploopfilter' to the simple prefs too and fixed the postproce...
Felix Paul Kühne [Wed, 8 Apr 2009 10:09:51 +0000 (12:09 +0200)]
macosx: added 'ffmpeg-skiploopfilter' to the simple prefs too and fixed the postprocessing level setting, as the variable name changed

15 years agol10n: Italian update
Vincenzo Reale [Wed, 8 Apr 2009 00:39:33 +0000 (01:39 +0100)]
l10n: Italian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoqt4: i18n fixes
Eric Lassauge [Tue, 7 Apr 2009 23:51:03 +0000 (00:51 +0100)]
qt4: i18n fixes

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoi18n: Add missing files
Eric Lassauge [Mon, 6 Apr 2009 11:08:13 +0000 (13:08 +0200)]
i18n: Add missing files

And remove deleted ones

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agomacosx: compilation fix *grml*
Felix Paul Kühne [Tue, 7 Apr 2009 21:27:58 +0000 (23:27 +0200)]
macosx: compilation fix *grml*

15 years agomacosx: reflect the renamings in the respective files
Felix Paul Kühne [Tue, 7 Apr 2009 21:24:03 +0000 (23:24 +0200)]
macosx: reflect the renamings in the respective files

15 years agomacosx: rename files as there is no Interaction framework anymore
Felix Paul Kühne [Tue, 7 Apr 2009 21:22:44 +0000 (23:22 +0200)]
macosx: rename files as there is no Interaction framework anymore

15 years agomacosx: new nib file for more complex dialogs triggered through VLC's core
Felix Paul Kühne [Tue, 7 Apr 2009 21:18:06 +0000 (23:18 +0200)]
macosx: new nib file for more complex dialogs triggered through VLC's core

15 years agomacosx: implemented 'dialog-login' and cleaned up most dead code
Felix Paul Kühne [Tue, 7 Apr 2009 21:14:26 +0000 (23:14 +0200)]
macosx: implemented 'dialog-login' and cleaned up most dead code

15 years agomacosx: implement 'dialog-fatal' and 'dialog-question' correctly and completely
Felix Paul Kühne [Tue, 7 Apr 2009 17:46:45 +0000 (19:46 +0200)]
macosx: implement 'dialog-fatal' and 'dialog-question' correctly and completely

This introduces a lot of dead code, which will be cleaned up later on, but is left there for reference.

15 years agomacosx: fix addition of empty folders to the playlist. needs some beautification...
Felix Paul Kühne [Tue, 7 Apr 2009 16:52:22 +0000 (18:52 +0200)]
macosx: fix addition of empty folders to the playlist. needs some beautification later on.

15 years agocontribs: forward-port Derk-Jan's libswscale fixes (PPC only)
Felix Paul Kühne [Tue, 7 Apr 2009 16:25:30 +0000 (18:25 +0200)]
contribs: forward-port Derk-Jan's libswscale fixes (PPC only)

15 years agocontribs: bootstrap dirac on Darwin, so we don't need to update libtool
Felix Paul Kühne [Tue, 7 Apr 2009 16:09:50 +0000 (18:09 +0200)]
contribs: bootstrap dirac on Darwin, so we don't need to update libtool

15 years agocontribs: fix goom compilation
Felix Paul Kühne [Tue, 7 Apr 2009 14:20:07 +0000 (16:20 +0200)]
contribs: fix goom compilation

15 years agocontribs: updated libtool to 2.2.6(a) because of dirac
Felix Paul Kühne [Tue, 7 Apr 2009 14:15:46 +0000 (16:15 +0200)]
contribs: updated libtool to 2.2.6(a) because of dirac

15 years agocontribs: live555 compilation fix
Felix Paul Kühne [Tue, 7 Apr 2009 13:40:49 +0000 (15:40 +0200)]
contribs: live555 compilation fix

15 years agol10n: Italian update
Vincenzo Reale [Mon, 6 Apr 2009 23:43:44 +0000 (00:43 +0100)]
l10n: Italian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Dutch update
Myckel Habets [Mon, 6 Apr 2009 23:42:49 +0000 (00:42 +0100)]
l10n: Dutch update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Punjabi update
A S Alam [Mon, 6 Apr 2009 23:40:46 +0000 (00:40 +0100)]
l10n: Punjabi update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Czech update
Tomáš Chvátal [Mon, 6 Apr 2009 23:39:23 +0000 (00:39 +0100)]
l10n: Czech update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoMerge po with new vlc.pot
Christophe Mutricy [Mon, 6 Apr 2009 23:25:48 +0000 (00:25 +0100)]
Merge po with new vlc.pot

15 years agoUpdate vlc.pot with the strings from the .ui this time
Christophe Mutricy [Mon, 6 Apr 2009 23:24:16 +0000 (00:24 +0100)]
Update vlc.pot with the strings from the .ui this time

15 years agoDon't reinvent strcasecmp().
Antoine Cellerier [Mon, 6 Apr 2009 21:29:57 +0000 (23:29 +0200)]
Don't reinvent strcasecmp().

15 years agoUse image_Mime2Fourcc().
Antoine Cellerier [Mon, 6 Apr 2009 21:27:50 +0000 (23:27 +0200)]
Use image_Mime2Fourcc().

15 years agoAdd image_Mime2Fourcc() function and use in image_ReadUrl()
Antoine Cellerier [Mon, 6 Apr 2009 21:25:17 +0000 (23:25 +0200)]
Add image_Mime2Fourcc() function and use in image_ReadUrl()

15 years agolibmpeg2: Fix Closed Captions in GOP.
Derk-Jan Hartman [Mon, 6 Apr 2009 20:54:11 +0000 (22:54 +0200)]
libmpeg2: Fix Closed Captions in GOP.

This fixes a case where our libmpeg2 module was not extracting
Closed Captions from the user_data, when this user_data was in the
GOP header, instead of in the picture header. This information is
retained until the next picture (date) is handled.

See sample "bob-dvd-closedcaptioning works in ffmpeg but not in libmpeg2.ts"

15 years agoDo not print the password in the log. That's dangerous!
Antoine Cellerier [Mon, 6 Apr 2009 20:11:07 +0000 (22:11 +0200)]
Do not print the password in the log. That's dangerous!

15 years agoBring the glibc detection back, not using dlopen() hacks anymore.
Rémi Denis-Courmont [Mon, 6 Apr 2009 17:27:47 +0000 (20:27 +0300)]
Bring the glibc detection back, not using dlopen() hacks anymore.