]> git.sesse.net Git - vlc/log
vlc
13 years agoaccess_shm: use HAVE_SYS_SHM_H
Rémi Denis-Courmont [Sun, 12 Jun 2011 16:17:32 +0000 (19:17 +0300)]
access_shm: use HAVE_SYS_SHM_H

13 years agoRevert "OpenGL: fix compilation / missing glXGetProcAddressARB"
Laurent Aimar [Sun, 12 Jun 2011 16:14:27 +0000 (18:14 +0200)]
Revert "OpenGL: fix compilation / missing glXGetProcAddressARB"

This reverts commit 9abb97d0e8d9ecfcb7ae2a9684e0e6f72ac19aac.

Sadly, this is not the right fix.

13 years agoQt: Avanced Open Panel: set buffering increment to 100ms
Francois Cartegnie [Sun, 12 Jun 2011 15:27:19 +0000 (17:27 +0200)]
Qt: Avanced Open Panel: set buffering increment to 100ms

13 years agoQt: SeekSlider: remove warning
Francois Cartegnie [Sun, 12 Jun 2011 15:23:40 +0000 (17:23 +0200)]
Qt: SeekSlider: remove warning

13 years agoQt: display buffering in SeekSlider
Francois Cartegnie [Sun, 12 Jun 2011 15:22:54 +0000 (17:22 +0200)]
Qt: display buffering in SeekSlider

13 years agoOpenGL: fix compilation / missing glXGetProcAddressARB
Francois Cartegnie [Sun, 12 Jun 2011 14:18:07 +0000 (16:18 +0200)]
OpenGL: fix compilation / missing glXGetProcAddressARB

According to glxext.h, glXGetProcAddressARB also requires
GLX_GLXEXT_PROTOTYPES (works with all implementations ?)

13 years agoContribs: update libass to 0.9.12
Jean-Baptiste Kempf [Sun, 12 Jun 2011 15:09:51 +0000 (17:09 +0200)]
Contribs: update libass to 0.9.12

Should fix #4075

13 years agoVOBSUB: fixed memory leaks
Andrey Makhnutin [Sun, 12 Jun 2011 14:08:38 +0000 (18:08 +0400)]
VOBSUB: fixed memory leaks

Signed-off-by: Andrey Makhnutin <the.boobl@gmail.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoFixed bugs in AVI mux module
Ashok Bhat [Thu, 9 Jun 2011 13:37:05 +0000 (19:07 +0530)]
Fixed bugs in AVI mux module

Closes #21 (partly, at least), #4288 and #4304

Description
===================
Fixed bugs in AVI mux to support creation of AVI files with following popular video/audio combinations
(a) MPEG4 video (aka XVID) with MP3/AC3/PCM Audio
(b) MJPEG video with PCM audio.
AVI as such is not used for storing other formats like H.264, AAC etc

Bug fix details
===================
(a) 'hdrl' list size was wrong. It incorrectly included some parts of MOVI list, size taken by hdrl LIST tag and its size and Size of 'RIFF', File size and 'AVI ' type.
(b) Block Align was set to 0 in case of MP3/AC3. It has to be non-zero. It has to been set to 1.
(c) XVID video decoders expect header to present as part of first frame. Added code to append header present at end of BITMAPINFOHEADER to beginning of the first video frame in case of XVID video.
(d) nAvgBytesPerSec of Waveformatex was not properly being set in case of PCM audio.
(e) Last index entry value was set to garbage due to incorrect index size calculation.

Test PC configuration
===================
Tested with Windows Media Player 11 installed on Windows XP Service pack 3 machine with following directshow filters installed
(a) XVID MPEG4 video decoder filter for MPEG4 video decoding
(b) LAME MP3 codec for MP3 audio decoding

Combinations tested
====================
(a) MPEG4/MP3 transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=mpga,ab=128}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(b) MPEG4/AC3 transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=a52, ab=128}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(c) MPEG4/PCM(16bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=s16l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(d) MPEG4/PCM(24 bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=s24l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(e) MPEG4/PCM(32bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mp4v,vb=1024,fps=25,acodec=s32l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

(f) MJPEG/PCM(32bit) transcode
vlc -I dummy "Mr_MrsSmith-h264_aac.mp4" :sout="#transcode{vcodec=mjpeg,vb=1024,fps=25,acodec=s32l}:standard{mux=avi,access=file,dst=out.avi}" vlc://quit

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoMac: Fixed bug #3312
Mike Cardillo [Sun, 12 Jun 2011 13:44:27 +0000 (15:44 +0200)]
Mac: Fixed bug #3312

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoUse CCT to format subtitiles text properly.
Tomer Barletz [Sat, 11 Jun 2011 21:38:17 +0000 (23:38 +0200)]
Use CCT to format subtitiles text properly.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoSmall simplifications (freetype).
Laurent Aimar [Fri, 10 Jun 2011 22:53:05 +0000 (00:53 +0200)]
Small simplifications (freetype).

13 years agoSpell overridden correctly
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:39:52 +0000 (22:39 +0300)]
Spell overridden correctly

13 years agoTypo
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:34:23 +0000 (22:34 +0300)]
Typo

13 years agoSAP: dead code
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:17:39 +0000 (22:17 +0300)]
SAP: dead code

13 years agoNuke manual IP version selection
Rémi Denis-Courmont [Sat, 11 Jun 2011 19:12:16 +0000 (22:12 +0300)]
Nuke manual IP version selection

World IPv6 day was a non-event, establishing that those options are
useless, and so should they.

13 years agoaout: remove stray mixer FIFO locking
Rémi Denis-Courmont [Sat, 11 Jun 2011 10:14:09 +0000 (13:14 +0300)]
aout: remove stray mixer FIFO locking

13 years agoMKV: remove unused parameter
Rémi Denis-Courmont [Sat, 11 Jun 2011 08:23:58 +0000 (11:23 +0300)]
MKV: remove unused parameter

13 years agoMKV: comment out if-statement without body
Rémi Denis-Courmont [Sat, 11 Jun 2011 08:23:37 +0000 (11:23 +0300)]
MKV: comment out if-statement without body

13 years agofreetype: build fix
Pierre Ynard [Sat, 11 Jun 2011 07:06:18 +0000 (09:06 +0200)]
freetype: build fix

13 years agoSmall clean up/simplifications in freetype.
Laurent Aimar [Fri, 10 Jun 2011 20:06:11 +0000 (22:06 +0200)]
Small clean up/simplifications in freetype.

13 years agoNo functionnal changes (freetype).
Laurent Aimar [Fri, 10 Jun 2011 19:59:40 +0000 (21:59 +0200)]
No functionnal changes (freetype).

Reorder functions to avoid forward declarations.

13 years agoSimplified color management in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:57:46 +0000 (21:57 +0200)]
Simplified color management in freetype.

13 years agoReplaced a var_Get() by var_GetInteger() in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:43:00 +0000 (21:43 +0200)]
Replaced a var_Get() by var_GetInteger() in freetype.

13 years agoRemoved unused "scale" object variable in text renderer.
Laurent Aimar [Fri, 10 Jun 2011 19:41:23 +0000 (21:41 +0200)]
Removed unused "scale" object variable in text renderer.

13 years agoReplaced ft_style_t by text_style_t in freetype.
Laurent Aimar [Fri, 10 Jun 2011 19:24:31 +0000 (21:24 +0200)]
Replaced ft_style_t by text_style_t in freetype.

13 years agoNo functionnal changes.
Laurent Aimar [Fri, 10 Jun 2011 18:52:11 +0000 (20:52 +0200)]
No functionnal changes.

Reorder functions to avoid forward declarations.

13 years agoMerged text_renderer.h into freetype.c
Laurent Aimar [Fri, 10 Jun 2011 18:41:32 +0000 (20:41 +0200)]
Merged text_renderer.h into freetype.c

It isn't use anywhere else.

13 years agoClean up a bit freetype.
Laurent Aimar [Wed, 8 Jun 2011 22:06:02 +0000 (00:06 +0200)]
Clean up a bit freetype.

13 years agoFactorized rendering code between html and non html mode in freetype.
Laurent Aimar [Wed, 8 Jun 2011 20:11:43 +0000 (22:11 +0200)]
Factorized rendering code between html and non html mode in freetype.

13 years agoRenamed Render into RenderYUVP (freetype).
Laurent Aimar [Tue, 7 Jun 2011 23:03:41 +0000 (01:03 +0200)]
Renamed Render into RenderYUVP (freetype).

13 years agomacosx: added skeleton for the video effects panel
Felix Paul Kühne [Fri, 10 Jun 2011 18:11:23 +0000 (20:11 +0200)]
macosx: added skeleton for the video effects panel

13 years agoContribs: flac building simplification
Jean-Baptiste Kempf [Fri, 10 Jun 2011 16:01:21 +0000 (18:01 +0200)]
Contribs: flac building simplification

13 years agolive555: remove unnecessary header
Jean-Baptiste Kempf [Fri, 10 Jun 2011 15:29:09 +0000 (17:29 +0200)]
live555: remove unnecessary header

13 years agoAndroid: deactivate even more things in the configure
Jean-Baptiste Kempf [Fri, 10 Jun 2011 13:11:52 +0000 (15:11 +0200)]
Android: deactivate even more things in the configure

13 years agoaout_InputPlay: keep the input FIFO lock
Rémi Denis-Courmont [Thu, 9 Jun 2011 20:47:14 +0000 (23:47 +0300)]
aout_InputPlay: keep the input FIFO lock

This avoids racing with the audio output thread (if it exists) on the
end date of the mixer input FIFO.

13 years agoaout_OutputNextBuffer: move both FIFOs atomically and clean up
Rémi Denis-Courmont [Thu, 9 Jun 2011 20:44:48 +0000 (23:44 +0300)]
aout_OutputNextBuffer: move both FIFOs atomically and clean up

This avoids racing with decoder thread (audio input & mixer) w.r.t. the
FIFO timestamps.

13 years agoWin32: Add vlc-cache-gen.exe properties
Jean-Baptiste Kempf [Thu, 9 Jun 2011 20:38:24 +0000 (22:38 +0200)]
Win32: Add vlc-cache-gen.exe properties

Reported-By: Alessandro (ale5000)
13 years agoWin32: Fix libvlc.dll properties
Jean-Baptiste Kempf [Thu, 9 Jun 2011 20:32:54 +0000 (22:32 +0200)]
Win32: Fix libvlc.dll properties

Reported-By: Alessandro (ale5000)
13 years agoskins2: fix memory leak regarding previous commit
Erwan Tulou [Thu, 9 Jun 2011 20:18:42 +0000 (22:18 +0200)]
skins2: fix memory leak regarding previous commit

13 years agoskins2: fullscreen support for multiple screens (both Linux and Win32)
Erwan Tulou [Thu, 9 Jun 2011 16:17:14 +0000 (18:17 +0200)]
skins2: fullscreen support for multiple screens (both Linux and Win32)

- by default, fullscreen is performed on the same monitor as the one
  where the video is currently being played back.
- support for --qt-fullscreen-screennumber if the user wishes to force
  fullscreen on a given monitor.

This fixes trac #4712. Tested on Linux. Tests needed for Windows.

13 years agoskins2(Win32): kill compil warnings
Erwan Tulou [Wed, 8 Jun 2011 22:16:07 +0000 (00:16 +0200)]
skins2(Win32): kill compil warnings

13 years agoMissing case
Rémi Denis-Courmont [Thu, 9 Jun 2011 19:39:31 +0000 (22:39 +0300)]
Missing case

13 years agomixer: do not check for expired input PTS
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:43:46 +0000 (19:43 +0300)]
mixer: do not check for expired input PTS

The audio input drops expired packets before they hit the mixer. Since
we only support a single input per mixer, the mixer check is mostly
redumdant.

13 years agoAdd GNOME MIME types for Ogg Vorbis and Ogg Theora
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:36:31 +0000 (19:36 +0300)]
Add GNOME MIME types for Ogg Vorbis and Ogg Theora

Pointed-out-by: Fabian Greffrath <fabian@greffrath.com> (Debian BTS)
13 years agoSmall quirk in previous commit
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:23:04 +0000 (19:23 +0300)]
Small quirk in previous commit

13 years agoaout_InputPlay: compute drift once (rather than 2-4 times)
Rémi Denis-Courmont [Thu, 9 Jun 2011 16:08:57 +0000 (19:08 +0300)]
aout_InputPlay: compute drift once (rather than 2-4 times)

13 years agomixer: cleanup packetization
Rémi Denis-Courmont [Thu, 9 Jun 2011 15:25:32 +0000 (18:25 +0300)]
mixer: cleanup packetization

13 years agoaout_InputPlay: compute current time only once
Rémi Denis-Courmont [Thu, 9 Jun 2011 14:26:23 +0000 (17:26 +0300)]
aout_InputPlay: compute current time only once

13 years agoCosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty
Rémi Denis-Courmont [Thu, 9 Jun 2011 15:06:11 +0000 (18:06 +0300)]
Cosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty

13 years agoi18n: fix POTFILES
Pierre Ynard [Thu, 9 Jun 2011 14:26:19 +0000 (16:26 +0200)]
i18n: fix POTFILES

13 years agofixed32: debug typo
Rémi Denis-Courmont [Wed, 8 Jun 2011 19:57:31 +0000 (22:57 +0300)]
fixed32: debug typo

13 years agotelepathy: Fix memleak
Mirsal Ennaime [Wed, 8 Jun 2011 12:01:15 +0000 (14:01 +0200)]
telepathy: Fix memleak

13 years agodbus: fix memleaks
Mirsal Ennaime [Wed, 8 Jun 2011 11:36:28 +0000 (13:36 +0200)]
dbus: fix memleaks

13 years agolua: return nil when the stream or file ends (fix #4876)
Rémi Duraffort [Wed, 8 Jun 2011 18:24:26 +0000 (20:24 +0200)]
lua: return nil when the stream or file ends (fix #4876)

13 years agomacosx: fixed disappearing repeat button images introduced in [8f79caa3e4b56c73c719bf...
Felix Paul Kühne [Wed, 8 Jun 2011 16:41:28 +0000 (18:41 +0200)]
macosx: fixed disappearing repeat button images introduced in [8f79caa3e4b56c73c719bfa7c444cccbf203aa19]

Closes #4886

13 years agoWin32: define _WIN32_IE in a centralized way
Jean-Baptiste Kempf [Wed, 8 Jun 2011 16:30:03 +0000 (18:30 +0200)]
Win32: define _WIN32_IE in a centralized way

13 years agoWin32 skins: reorder includes to fix warnings
Jean-Baptiste Kempf [Wed, 8 Jun 2011 16:23:08 +0000 (18:23 +0200)]
Win32 skins: reorder includes to fix warnings

13 years agoQt: includes order
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:56:27 +0000 (17:56 +0200)]
Qt: includes order

13 years agoWin32: Use _WIN32_WINNT 0x501 everywhere
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:36:47 +0000 (17:36 +0200)]
Win32: Use _WIN32_WINNT 0x501 everywhere

13 years agoDirect3D is now the default for every Windows version
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:25:07 +0000 (17:25 +0200)]
Direct3D is now the default for every Windows version

Main reason is that tt has the nicer subtitles support
Broken configurations (looking at you S3 and Matrox) will be able to use
the DirectDraw module.

13 years agoNEWS for VLC 1.2.0 Windows versions support
Jean-Baptiste Kempf [Wed, 8 Jun 2011 15:21:54 +0000 (17:21 +0200)]
NEWS for VLC 1.2.0 Windows versions support

Unsupported versions:
- Win9x (this is already the case)
- Win XP SP0, SP1
- Win 2000 (all editions)
- Windows 2003 SP0

Supported versions:
- Windows XP SP2, SP3
- Windows 2003 SP1
- Windows Vista, 7 and 2008

13 years agotypo
Rafaël Carré [Wed, 8 Jun 2011 02:02:58 +0000 (22:02 -0400)]
typo

13 years agoQt4: add the browsed folder to the device combo
Jean-Baptiste Kempf [Wed, 8 Jun 2011 00:49:57 +0000 (02:49 +0200)]
Qt4: add the browsed folder to the device combo

13 years agoContribs: update to latest x264 configure and use native win32 threads
Jean-Baptiste Kempf [Tue, 7 Jun 2011 21:22:33 +0000 (23:22 +0200)]
Contribs: update to latest x264 configure and use native win32 threads

13 years agoAdd mixer for FI32 and S16N
Rémi Denis-Courmont [Tue, 7 Jun 2011 18:34:51 +0000 (21:34 +0300)]
Add mixer for FI32 and S16N

Audio volume should now work on !HAVE_FPU. This is untested though.

13 years agoDxVA2: add Mpeg1 VLD and VC-1 2010 VLD GUIDs
Jean-Baptiste Kempf [Tue, 7 Jun 2011 18:12:19 +0000 (20:12 +0200)]
DxVA2: add Mpeg1 VLD and VC-1 2010 VLD GUIDs

Both are present in recent nVidia cards. The latter is about the
Aug. 2010 revision of the DxVA2 WMV specification

13 years agodbus: Fix memleak and remove warnings
Mirsal Ennaime [Tue, 7 Jun 2011 16:59:45 +0000 (18:59 +0200)]
dbus: Fix memleak and remove warnings

13 years agodbus: Fix the tracklist's PropertyChanged signal
Mirsal Ennaime [Tue, 7 Jun 2011 16:14:16 +0000 (18:14 +0200)]
dbus: Fix the tracklist's PropertyChanged signal

13 years agodbus: Correctly initialize p_sys
Mirsal Ennaime [Tue, 7 Jun 2011 16:11:37 +0000 (18:11 +0200)]
dbus: Correctly initialize p_sys

13 years agoRemove aout_mixer_input_t.begin
Rémi Denis-Courmont [Tue, 7 Jun 2011 17:43:50 +0000 (20:43 +0300)]
Remove aout_mixer_input_t.begin

13 years agoaout mixer: do output buffer packetization in core, simplify
Rémi Denis-Courmont [Tue, 7 Jun 2011 17:11:41 +0000 (20:11 +0300)]
aout mixer: do output buffer packetization in core, simplify

Now the mixer can focus on applying to volume. Dummy mixers for
S/PDIF and linear are now merged.

13 years agoaout_Fifo*: remove useless parameter
Rémi Denis-Courmont [Tue, 7 Jun 2011 16:35:39 +0000 (19:35 +0300)]
aout_Fifo*: remove useless parameter

13 years agomixer: partial cleanup, use aout_mixer_t instead of aout_instance_t
Rémi Denis-Courmont [Tue, 7 Jun 2011 16:20:22 +0000 (19:20 +0300)]
mixer: partial cleanup, use aout_mixer_t instead of aout_instance_t

13 years agoConstify aout_OutputNew()
Rémi Denis-Courmont [Tue, 7 Jun 2011 15:15:25 +0000 (18:15 +0300)]
Constify aout_OutputNew()

13 years agoFix ByteIOContext init on recent libavformat
Laurent Aimar [Mon, 6 Jun 2011 22:43:56 +0000 (00:43 +0200)]
Fix ByteIOContext init on recent libavformat

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoskins2: drag&drop (small tweak)
Erwan Tulou [Mon, 6 Jun 2011 21:21:10 +0000 (23:21 +0200)]
skins2: drag&drop (small tweak)

Rather than automatically expanding folders when hoving over them, use this
information (folder expanded or not) to either insert the dropped item as its
next sibling in the parent folder or as its first child in this folder respectively.

13 years agoskins2: fix some important playlist limitations or bugs
Erwan Tulou [Tue, 17 May 2011 15:12:24 +0000 (17:12 +0200)]
skins2: fix some important playlist limitations or bugs

This patch includes the following :
  - fix item misplacement (items were only appended instead of being inserted)
  - fix slider scrolling that could not adapt to the real size of the playlist
  - enhance drag&drop by allowing users to finely insert item being dropped
    into either the playlist or the media library.
  - optimise refresh (only rebuild playtree in case of visible item)
  - remove keeping a reference to a playlist_item_t* (since it is not
    refcounted, a lookup from the playlist with proper lock mechanism
    is needed)
  - remove the m_deleted flag (corner cases were never dealt with) and
    replace it with a notification prior to deletion
  - implement operator++ to simplify iterating visible items (cosmetics)

A deeper redesign/simplification and support for the new sql playlist would be a good thing though.

13 years agoskins2: drap&drop enhancement
Erwan Tulou [Tue, 17 May 2011 14:25:47 +0000 (16:25 +0200)]
skins2: drap&drop enhancement

Pass drap&drop coordinates over to visual controls.
This feature will be used to allow users to finely insert items in the
playtree control instead of just appending them at the end.

13 years agoRevert "Add Dirac encoding support to VLC using the Schroedinger library."
Rémi Denis-Courmont [Mon, 6 Jun 2011 20:07:00 +0000 (23:07 +0300)]
Revert "Add Dirac encoding support to VLC using the Schroedinger library."

Hand-crafted code in plugin descriptor is not allowed. And the code was
unsurprisingly buggy.
This reverts commit 1c2a95b85ef3e984fd963e7fff6c1c03693b9255.

Conflicts:

modules/codec/schroedinger.c

13 years agoTried to fix the macosx opengl.c compilation issue.
Laurent Aimar [Mon, 6 Jun 2011 19:33:10 +0000 (21:33 +0200)]
Tried to fix the macosx opengl.c compilation issue.

13 years agoXCB screen: cleanup capture region computations
Rémi Denis-Courmont [Mon, 6 Jun 2011 15:11:31 +0000 (18:11 +0300)]
XCB screen: cleanup capture region computations

13 years agoTaglib: fix build with 1.6.3.
Konstantin Pavlov [Mon, 6 Jun 2011 10:32:33 +0000 (14:32 +0400)]
Taglib: fix build with 1.6.3.

13 years agoNEWS: sync with 1.1.10
Jean-Baptiste Kempf [Mon, 6 Jun 2011 10:40:10 +0000 (12:40 +0200)]
NEWS: sync with 1.1.10

13 years agocontribs: updated to latest binary package
Felix Paul Kühne [Sun, 5 Jun 2011 20:54:27 +0000 (22:54 +0200)]
contribs: updated to latest binary package

13 years agomacosx: fixed volume normalizer prefs and crash when saving the Growl option in combi...
Felix Paul Kühne [Sun, 5 Jun 2011 19:07:58 +0000 (21:07 +0200)]
macosx: fixed volume normalizer prefs and crash when saving the Growl option in combination with some config sets

13 years agomacosx: fixed crash when converting strings
Felix Paul Kühne [Sun, 5 Jun 2011 18:48:35 +0000 (20:48 +0200)]
macosx: fixed crash when converting strings

13 years agoAdd a few more subtitles extensions
Jean-Baptiste Kempf [Sun, 5 Jun 2011 17:20:07 +0000 (19:20 +0200)]
Add a few more subtitles extensions

13 years agoUpdate NEWS, LIST and subtitles extensions for STL
Jean-Baptiste Kempf [Sun, 5 Jun 2011 17:15:18 +0000 (19:15 +0200)]
Update NEWS, LIST and subtitles extensions for STL

13 years agoFixed compilation with avcodec without MT support.
Laurent Aimar [Sun, 5 Jun 2011 14:44:08 +0000 (16:44 +0200)]
Fixed compilation with avcodec without MT support.

13 years agoRemoved use of fprintf() in stl decoder.
Laurent Aimar [Sun, 5 Jun 2011 14:38:24 +0000 (16:38 +0200)]
Removed use of fprintf() in stl decoder.

13 years agoAdded STL demuxer/decoder.
Laurent Aimar [Fri, 27 Aug 2010 19:05:12 +0000 (21:05 +0200)]
Added STL demuxer/decoder.

It is a preliminary work.

13 years agoAdded VLC_CODEC_EBU_STL.
Laurent Aimar [Fri, 27 Aug 2010 19:04:38 +0000 (21:04 +0200)]
Added VLC_CODEC_EBU_STL.

13 years agoFade for 1/4 of the display time.
Laurent Aimar [Sun, 5 Jun 2011 14:18:54 +0000 (16:18 +0200)]
Fade for 1/4 of the display time.

It is looking more natural.

13 years agoDisabled frame threaded decoding when ffmpeg-hw is enabled and might be used.
Laurent Aimar [Sat, 4 Jun 2011 20:59:49 +0000 (22:59 +0200)]
Disabled frame threaded decoding when ffmpeg-hw is enabled and might be used.

It allows to use hw decoding (whereas it was always disabled).
It workaround a bug in ffmpeg/libav.

13 years agoUsed WGL_EXT_swap_control in glwin32.
Laurent Aimar [Thu, 2 Jun 2011 19:56:23 +0000 (21:56 +0200)]
Used WGL_EXT_swap_control in glwin32.

It avoid tearing depending on the default settings.

13 years agoNEWS: mention taglib improvements
Jean-Baptiste Kempf [Sun, 5 Jun 2011 00:48:23 +0000 (02:48 +0200)]
NEWS: mention taglib improvements

13 years agotaglib: cleanup includes.
Rémi Duraffort [Sat, 4 Jun 2011 22:43:07 +0000 (00:43 +0200)]
taglib: cleanup includes.

13 years agotaglib: MP4 covert art comes with v1.6.1 and only if TAGLIB_WITH_MP4 is defined.
Rémi Duraffort [Sat, 4 Jun 2011 22:27:22 +0000 (00:27 +0200)]
taglib: MP4 covert art comes with v1.6.1 and only if TAGLIB_WITH_MP4 is defined.

13 years agotaglib: ASF cover art support comes only after v1.7 and if TAGLIB_WITH_ASF is defined.
Rémi Duraffort [Sat, 4 Jun 2011 22:08:09 +0000 (00:08 +0200)]
taglib: ASF cover art support comes only after v1.7 and if TAGLIB_WITH_ASF is defined.