]> git.sesse.net Git - vlc/log
vlc
12 years agoqt4: add some accelerators
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:04 +0000 (22:33 +0200)]
qt4: add some accelerators

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: filters messages in real time as you type
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:03 +0000 (22:33 +0200)]
qt4: filters messages in real time as you type

The old verbose-objects syntax is also discarded because it doesn't make
much sense to keep it.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: the verbosity can't be higher than 2
Ludovic Fauvet [Fri, 8 Jun 2012 20:33:02 +0000 (22:33 +0200)]
qt4: the verbosity can't be higher than 2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoCosmetic: Max 78 chars/line (bin/winvlc.c)
Cezar Elnazli [Fri, 8 Jun 2012 18:02:55 +0000 (21:02 +0300)]
Cosmetic: Max 78 chars/line (bin/winvlc.c)

Reformat bin/winvlc.c so that no lines are longer than 78 characters.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fix longstanding bug where gray title bar shows window as inactive every...
David Fuhrmann [Sat, 9 Jun 2012 18:06:58 +0000 (20:06 +0200)]
macosx: fix longstanding bug where gray title bar shows window as inactive every time a movie is playing

12 years agocontrib: fixed typo
Felix Paul Kühne [Sat, 9 Jun 2012 09:52:56 +0000 (11:52 +0200)]
contrib: fixed typo

12 years agoopengl: fixed playback of 10bit content on Macs with OpenGL 1.4 drivers, notably...
Felix Paul Kühne [Sat, 9 Jun 2012 09:50:48 +0000 (11:50 +0200)]
opengl: fixed playback of 10bit content on Macs with OpenGL 1.4 drivers, notably using the GMA 950 chipset (close #5973)

We do so by forcefully disabling the 16bit shaders, which the chipset pretends to support, but actually doesn't.

12 years agocontrib: fixed libvpx compilation with Xcode 4.3 and later
Felix Paul Kühne [Fri, 8 Jun 2012 08:30:08 +0000 (10:30 +0200)]
contrib: fixed libvpx compilation with Xcode 4.3 and later

12 years agoRemove VLCKit
Jean-Baptiste Kempf [Fri, 8 Jun 2012 23:59:22 +0000 (01:59 +0200)]
Remove VLCKit

12 years agoQt: PLSelector: expand root level
Francois Cartegnie [Fri, 8 Jun 2012 20:47:56 +0000 (22:47 +0200)]
Qt: PLSelector: expand root level

12 years agoQt: PlPopup: fix logical grouping of actions
Francois Cartegnie [Fri, 8 Jun 2012 20:30:25 +0000 (22:30 +0200)]
Qt: PlPopup: fix logical grouping of actions

12 years agoAvcodec: map Indeo Audio
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:25:59 +0000 (16:25 +0200)]
Avcodec: map Indeo Audio

12 years agoAvcodec: add a macro for version check working for libav and FFmpeg
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:25:52 +0000 (16:25 +0200)]
Avcodec: add a macro for version check working for libav and FFmpeg

12 years agoAdd Indeo Audio codecs and wave format tags
Jean-Baptiste Kempf [Fri, 8 Jun 2012 14:13:45 +0000 (16:13 +0200)]
Add Indeo Audio codecs and wave format tags

12 years agoavcodec: fix mpeg-1 encoding
Jean-Baptiste Kempf [Fri, 8 Jun 2012 09:07:54 +0000 (11:07 +0200)]
avcodec: fix mpeg-1 encoding

12 years agolibvlc.h: move comments out of the code itself (including commas)
Olivier Aubert [Fri, 8 Jun 2012 07:33:57 +0000 (09:33 +0200)]
libvlc.h: move comments out of the code itself (including commas)

12 years agoextras/macosx: added the optimization flags removed from configure.ac
Felix Paul Kühne [Thu, 7 Jun 2012 18:08:41 +0000 (20:08 +0200)]
extras/macosx: added the optimization flags removed from configure.ac

These can be triggered by setting the ARCH variable respectively, which will be done by the OS X build script

12 years agoVLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2
Felix Paul Kühne [Thu, 7 Jun 2012 18:07:18 +0000 (20:07 +0200)]
VLCKit: updated libvlc targets to use clang instead of llvm-gcc-4.2

additionally, update the project file for Xcode 4.3

12 years agoVLCKit: disable the caca vout (which isn't supported by VLCKit's vout architecture...
Felix Paul Kühne [Thu, 7 Jun 2012 18:06:34 +0000 (20:06 +0200)]
VLCKit: disable the caca vout (which isn't supported by VLCKit's vout architecture) and libsamplerate (like we do for VLC.app)

12 years agoRevert "VLCKit: Remove typedef after enum declaration"
Felix Paul Kühne [Thu, 7 Jun 2012 18:02:58 +0000 (20:02 +0200)]
Revert "VLCKit: Remove typedef after enum declaration"

This reverts commit eeb2dbd78d74421306d88d5c6e0792a40e7fe6f9.

12 years agowasapi: get audio session, and set display name
Rémi Denis-Courmont [Thu, 7 Jun 2012 16:29:45 +0000 (19:29 +0300)]
wasapi: get audio session, and set display name

12 years agowasapi: fix leak
Rémi Denis-Courmont [Thu, 7 Jun 2012 16:22:01 +0000 (19:22 +0300)]
wasapi: fix leak

12 years agoQt: use menuRole on OSX
Jean-Baptiste Kempf [Thu, 7 Jun 2012 14:42:16 +0000 (16:42 +0200)]
Qt: use menuRole on OSX

12 years agoqt4: save and restore the position of the GotoTime dialog
Ludovic Fauvet [Thu, 7 Jun 2012 14:27:13 +0000 (16:27 +0200)]
qt4: save and restore the position of the GotoTime dialog

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: never disable the "Jump to specific time" menu entry (fixes #6669)
Ludovic Fauvet [Thu, 7 Jun 2012 13:06:53 +0000 (15:06 +0200)]
qt4: never disable the "Jump to specific time" menu entry (fixes #6669)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: fix y-axis positioning bug in the time tooltip
Ludovic Fauvet [Thu, 7 Jun 2012 13:06:52 +0000 (15:06 +0200)]
qt4: fix y-axis positioning bug in the time tooltip

Reported by hivolbill in the forum.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: CoverArtLabel: remove unused slot call chain
Francois Cartegnie [Thu, 7 Jun 2012 11:22:35 +0000 (13:22 +0200)]
Qt: CoverArtLabel: remove unused slot call chain

12 years agoQt: PLModel: try to agregate inserts for efficiency
Francois Cartegnie [Wed, 6 Jun 2012 17:05:58 +0000 (19:05 +0200)]
Qt: PLModel: try to agregate inserts for efficiency

12 years agoQt: PL: Request missing art for visible items
Francois Cartegnie [Wed, 6 Jun 2012 10:45:20 +0000 (12:45 +0200)]
Qt: PL: Request missing art for visible items

12 years agocontribs: osx: additional check for SDKROOT location alternative
Michael Feurstein [Wed, 6 Jun 2012 23:44:03 +0000 (01:44 +0200)]
contribs: osx: additional check for SDKROOT location alternative

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoVLCKit: Remove typedef after enum declaration
Andrey Utkin [Wed, 6 Jun 2012 23:41:58 +0000 (01:41 +0200)]
VLCKit: Remove typedef after enum declaration

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agoSet image-duration as a non-advanced option
Jean-Baptiste Kempf [Wed, 6 Jun 2012 22:10:18 +0000 (00:10 +0200)]
Set image-duration as a non-advanced option

12 years agoomxil: Ignore codecs named OMX.ARICENT.*
Martin Storsjö [Tue, 5 Jun 2012 19:34:02 +0000 (22:34 +0300)]
omxil: Ignore codecs named OMX.ARICENT.*

These have been seen on HTC One V (where they were tried before
the working OMX.qcom.video.decoder.*) - they behave like they
are working, returning buffers and so on, but returns buffers filled
with 0 bytes.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocaca: X11 availability doesn't mean we use it (on OSX)
Rafaël Carré [Wed, 6 Jun 2012 14:28:35 +0000 (10:28 -0400)]
caca: X11 availability doesn't mean we use it (on OSX)

12 years agoRevert "Win32: set march to pentium"
Rafaël Carré [Wed, 6 Jun 2012 14:17:55 +0000 (10:17 -0400)]
Revert "Win32: set march to pentium"

This reverts commit 551a46554c7ca8cad61d751cdd1f8b9cbefd9bce.

12 years agoQt: do not collapse drop-zones when empty in toolbar dialog
Jean-Baptiste Kempf [Wed, 6 Jun 2012 10:29:56 +0000 (12:29 +0200)]
Qt: do not collapse drop-zones when empty in toolbar dialog

12 years agoDirect Aout: try to fix unresonspiveness of volume change
Jean-Baptiste Kempf [Wed, 6 Jun 2012 00:25:32 +0000 (02:25 +0200)]
Direct Aout: try to fix unresonspiveness of volume change

Ref #6858

12 years agomacosx: also round volume percents
David Fuhrmann [Tue, 5 Jun 2012 17:34:06 +0000 (19:34 +0200)]
macosx: also round volume percents

This prevent cases in which the percent value is one smaller than the
previous adjusted value.

12 years agomacosx: change opacity slider to percent in simple prefs
David Fuhrmann [Tue, 5 Jun 2012 17:30:15 +0000 (19:30 +0200)]
macosx: change opacity slider to percent in simple prefs

12 years agomacosx: mention "macosx-autosave-volume" as obsolete bool
David Fuhrmann [Tue, 5 Jun 2012 15:03:29 +0000 (17:03 +0200)]
macosx: mention "macosx-autosave-volume" as obsolete bool

12 years agomacosx: fixed the 'Play' item in the playlist's right-click menu
Felix Paul Kühne [Tue, 5 Jun 2012 09:19:26 +0000 (11:19 +0200)]
macosx: fixed the 'Play' item in the playlist's right-click menu

12 years agomacosx: don't manipulate the selection when downloadCoverArt was requested (refs...
Felix Paul Kühne [Tue, 5 Jun 2012 09:08:17 +0000 (11:08 +0200)]
macosx: don't manipulate the selection when downloadCoverArt was requested (refs #6892)

12 years agomacosx: add multi-selection support to the playlist's revealItemInFinder (refs #6892)
Felix Paul Kühne [Tue, 5 Jun 2012 09:05:31 +0000 (11:05 +0200)]
macosx: add multi-selection support to the playlist's revealItemInFinder (refs #6892)

12 years agomacosx: add multi-selection support to the playlist's recursiveExpandNode (refs ...
Felix Paul Kühne [Tue, 5 Jun 2012 08:55:37 +0000 (10:55 +0200)]
macosx: add multi-selection support to the playlist's recursiveExpandNode (refs #6892)

12 years agomacosx: don't manipulate the existing selection when right-clicking on the playlist...
Felix Paul Kühne [Tue, 5 Jun 2012 08:44:52 +0000 (10:44 +0200)]
macosx: don't manipulate the existing selection when right-clicking on the playlist table (close #6892)

12 years agocontrib: fix build fail on Fedora 17
Ming Hu [Mon, 4 Jun 2012 07:07:31 +0000 (15:07 +0800)]
contrib: fix build fail on Fedora 17

In Fedora 17 which automake returns /bin/automake, this breaks current automake data directory detection.
This patch tries to guess it from PATH.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agolua sd: fix icecast hash
Francois Cartegnie [Mon, 4 Jun 2012 11:34:30 +0000 (13:34 +0200)]
lua sd: fix icecast hash

12 years agolua sd: add md5 uid for freebox
Francois Cartegnie [Mon, 4 Jun 2012 18:19:21 +0000 (20:19 +0200)]
lua sd: add md5 uid for freebox

12 years agolua sd: add source as meta for faster skipping of unrelated resources
Francois Cartegnie [Mon, 4 Jun 2012 18:15:59 +0000 (20:15 +0200)]
lua sd: add source as meta for faster skipping of unrelated resources

12 years agoQt: CoverArtLabel: fix doubleclick openings using item context
Francois Cartegnie [Mon, 4 Jun 2012 13:34:12 +0000 (15:34 +0200)]
Qt: CoverArtLabel: fix doubleclick openings using item context

12 years agoQt: input manager: allow updating art for not current input_item
Francois Cartegnie [Mon, 4 Jun 2012 13:23:45 +0000 (15:23 +0200)]
Qt: input manager: allow updating art for not current input_item

12 years agomacosx: fixed white spacing errors
Felix Paul Kühne [Mon, 4 Jun 2012 16:01:55 +0000 (18:01 +0200)]
macosx: fixed white spacing errors

Found by the GTM Xcode plugin, which was finally updated for Xcode4

12 years agoRemove mediacontrol bindings
Jean-Baptiste Kempf [Mon, 4 Jun 2012 12:08:03 +0000 (14:08 +0200)]
Remove mediacontrol bindings

They are old, broken and not up-to-date

12 years agomacosx: remove "macosx-autosave-volume" as its already implemented in core
David Fuhrmann [Mon, 4 Jun 2012 11:28:13 +0000 (13:28 +0200)]
macosx: remove "macosx-autosave-volume" as its already implemented in core

12 years agoart fetcher: input_item_GetInfo returns empty string.
Francois Cartegnie [Mon, 4 Jun 2012 11:21:06 +0000 (13:21 +0200)]
art fetcher: input_item_GetInfo returns empty string.

Wrong test used in 8fa822f747921b509857cd3701fbf1942e86d52b.

12 years agomacosx vout: fix framing issue when video opens in detached view
David Fuhrmann [Mon, 4 Jun 2012 08:23:37 +0000 (10:23 +0200)]
macosx vout: fix framing issue when video opens in detached view

12 years agomacosx: fixed corner-case in which the playlist table was displayed instead of the...
Felix Paul Kühne [Sun, 3 Jun 2012 22:16:21 +0000 (00:16 +0200)]
macosx: fixed corner-case in which the playlist table was displayed instead of the newly created vout

12 years agoFlag some input_item with uid to speed up cached elements based on lua retrievals
Francois Cartegnie [Wed, 30 May 2012 18:04:03 +0000 (20:04 +0200)]
Flag some input_item with uid to speed up cached elements based on lua retrievals

12 years agoopengl vout: fixed chroma issue with dated PowerPC-based Macs, which run OpenGL 1...
Felix Paul Kühne [Sun, 3 Jun 2012 19:48:13 +0000 (21:48 +0200)]
opengl vout: fixed chroma issue with dated PowerPC-based Macs, which run OpenGL 1.3 only and don't support the GL_ARB_fragment_program extension

12 years agoBluray: fix memory leak
Edward Wang [Sun, 3 Jun 2012 15:30:17 +0000 (17:30 +0200)]
Bluray: fix memory leak

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoBluray: fix playback when device is a symlink
Sam Lade [Sun, 3 Jun 2012 14:57:00 +0000 (16:57 +0200)]
Bluray: fix playback when device is a symlink

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoqt4: remove ObjC++ hacks
Rémi Denis-Courmont [Sun, 3 Jun 2012 13:50:25 +0000 (16:50 +0300)]
qt4: remove ObjC++ hacks

This should fix the build with recent automake (fix #6911).

12 years agodecoder: remove broken pause assertion (fix #6566)
Rémi Denis-Courmont [Sat, 2 Jun 2012 08:06:28 +0000 (11:06 +0300)]
decoder: remove broken pause assertion (fix #6566)

Arguably, this patch is really just a work-around for a bug in the
E/S output.

12 years agomacosx: CAS: fix 10.5 compatibility
Felix Paul Kühne [Fri, 1 Jun 2012 21:26:33 +0000 (23:26 +0200)]
macosx: CAS: fix 10.5 compatibility

12 years agoFixed potential NULL dereference when using video filter when transcoding.
Laurent Aimar [Fri, 1 Jun 2012 20:27:36 +0000 (22:27 +0200)]
Fixed potential NULL dereference when using video filter when transcoding.

It closes #4409.

12 years agoAdded decoder for Ulead DV audio codec.
Laurent Aimar [Fri, 1 Jun 2012 18:49:20 +0000 (20:49 +0200)]
Added decoder for Ulead DV audio codec.

It fixes the playback of the audio of some old AVI DV files.

12 years agoAdded Ulead DV audio codecs and wave format tags.
Laurent Aimar [Fri, 1 Jun 2012 18:39:02 +0000 (20:39 +0200)]
Added Ulead DV audio codecs and wave format tags.

12 years agoSplitted a bit dv_extract_audio() for future reuse.
Laurent Aimar [Fri, 1 Jun 2012 18:26:28 +0000 (20:26 +0200)]
Splitted a bit dv_extract_audio() for future reuse.

12 years agoRemoved commented out code in AVI demuxer.
Laurent Aimar [Wed, 30 May 2012 20:12:58 +0000 (22:12 +0200)]
Removed commented out code in AVI demuxer.

12 years agoImproved support for AVI with DV data type 1.
Laurent Aimar [Wed, 30 May 2012 19:58:36 +0000 (21:58 +0200)]
Improved support for AVI with DV data type 1.

It closes #4585.

12 years agoFixed DV audio using 12 bits quantization.
Laurent Aimar [Tue, 29 May 2012 23:01:21 +0000 (01:01 +0200)]
Fixed DV audio using 12 bits quantization.

It close #4828 and #3685.

12 years agoSplitted dv audio helpers into rawdv.h
Laurent Aimar [Tue, 29 May 2012 22:40:12 +0000 (00:40 +0200)]
Splitted dv audio helpers into rawdv.h

It will allow to share them with the AVI demuxer.

12 years agoFixed the value of DV_NTSC_FRAME_SIZE.
Laurent Aimar [Tue, 29 May 2012 22:28:43 +0000 (00:28 +0200)]
Fixed the value of DV_NTSC_FRAME_SIZE.

12 years agomjpeg: Avoid potential read of uninitialized value.
Hugo Beauzée-Luyssen [Fri, 1 Jun 2012 14:57:04 +0000 (16:57 +0200)]
mjpeg: Avoid potential read of uninitialized value.

12 years agomacosx: CAS: hide 3 empty encap matrix cells we don't need so far
Felix Paul Kühne [Fri, 1 Jun 2012 00:27:06 +0000 (02:27 +0200)]
macosx: CAS: hide 3 empty encap matrix cells we don't need so far

12 years agomacosx: CAS: added i18n support for the customization panel
Felix Paul Kühne [Fri, 1 Jun 2012 00:16:59 +0000 (02:16 +0200)]
macosx: CAS: added i18n support for the customization panel

12 years agomacosx: CAS: added ui skeleton for to customize a profile
Felix Paul Kühne [Fri, 1 Jun 2012 00:04:14 +0000 (02:04 +0200)]
macosx: CAS: added ui skeleton for to customize a profile

12 years agomacosx: CAS: added profiles and implemented profile switcher
Felix Paul Kühne [Thu, 31 May 2012 22:07:57 +0000 (00:07 +0200)]
macosx: CAS: added profiles and implemented profile switcher

12 years agomacosx: CAS: implemented destination file selector
Felix Paul Kühne [Thu, 31 May 2012 21:29:43 +0000 (23:29 +0200)]
macosx: CAS: implemented destination file selector

12 years agomacosx: CAS: added i18n support
Felix Paul Kühne [Thu, 31 May 2012 21:14:02 +0000 (23:14 +0200)]
macosx: CAS: added i18n support

12 years agomacosx: convert & save: updated coding style
Felix Paul Kühne [Thu, 31 May 2012 21:05:54 +0000 (23:05 +0200)]
macosx: convert & save: updated coding style

this breaks consitency with the other OS X intf code, but is far more readable

12 years agomacosx: Convert & Save dialog: finished drag & drop support in the input box
Felix Paul Kühne [Thu, 31 May 2012 21:00:19 +0000 (23:00 +0200)]
macosx: Convert & Save dialog: finished drag & drop support in the input box

12 years agoaout: use event callbacks for time and volume/mute
Rémi Denis-Courmont [Thu, 31 May 2012 19:17:11 +0000 (22:17 +0300)]
aout: use event callbacks for time and volume/mute

This would allow creating audio output objects in different context.

12 years agoaout: remove emitted but never subscribed intf-change variable
Rémi Denis-Courmont [Thu, 31 May 2012 19:12:30 +0000 (22:12 +0300)]
aout: remove emitted but never subscribed intf-change variable

12 years agobluray: Add missing vlc_mutex_init
Hugo Beauzée-Luyssen [Thu, 31 May 2012 18:27:59 +0000 (20:27 +0200)]
bluray: Add missing vlc_mutex_init

This should fix #6875

12 years agolibass doesn't need fontconfig on android
Rafaël Carré [Thu, 31 May 2012 17:58:27 +0000 (13:58 -0400)]
libass doesn't need fontconfig on android

12 years agov4l2: add v4l shortcut
Rémi Denis-Courmont [Thu, 31 May 2012 15:48:23 +0000 (18:48 +0300)]
v4l2: add v4l shortcut

Anyway V4L1 is dead, so there is no ambiguity.

12 years agoNEWS: update news
Jean-Baptiste Kempf [Thu, 31 May 2012 15:12:32 +0000 (17:12 +0200)]
NEWS: update news

12 years agomjpeg: Try to handle misformed streams.
Hugo Beauzée-Luyssen [Thu, 31 May 2012 15:09:35 +0000 (17:09 +0200)]
mjpeg: Try to handle misformed streams.

Cameras such as D-Link's DCS-932L don't provide the first video
boundary.

12 years agomacosx: set 'freetype-font' to the postscript name instead of the family name
Felix Paul Kühne [Thu, 31 May 2012 13:02:48 +0000 (15:02 +0200)]
macosx: set 'freetype-font' to the postscript name instead of the family name

This fixes the freetype ATS lookup for some Asian fonts such as Hiragino Micho ProN with multiple weights.

12 years agofreetype: in case the provided font name is neither found by name nor by family,...
Felix Paul Kühne [Thu, 31 May 2012 13:00:39 +0000 (15:00 +0200)]
freetype: in case the provided font name is neither found by name nor by family, let ATS check whether it is a correct PostScript name

This fixes issues with some Asian fonts as pointed by Naohiro Koriyama

12 years agofreetype: provide a proper fix to prevent ATS from crashing when searching for the...
Felix Paul Kühne [Thu, 31 May 2012 12:54:12 +0000 (14:54 +0200)]
freetype: provide a proper fix to prevent ATS from crashing when searching for the font family instead of the fontname

12 years agolibmp4: 'trun' parsing: minor fixes
Frédéric Yhuel [Thu, 31 May 2012 12:15:44 +0000 (14:15 +0200)]
libmp4: 'trun' parsing: minor fixes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoHTTP Live Streaming: relicense to LGPL
Jean-Baptiste Kempf [Thu, 31 May 2012 11:53:13 +0000 (13:53 +0200)]
HTTP Live Streaming: relicense to LGPL

Authors are:
 - Jean-Paul Saman
 - Hugo Beauzée-Luyssen
 - Luc Saillard
 - Chris Smowton
 - Rafaël Carré
 - Rémi Duraffort
 - Rui Zhang
 - Eric Petit
 - Ilkka Ollakka
 - Jean-Baptiste Kempf
 - Jeroen Ost

12 years agom3u: Check Content-type if available.
Konstantin Pavlov [Wed, 30 May 2012 07:50:00 +0000 (11:50 +0400)]
m3u: Check Content-type if available.

12 years agom3u: assume m3u with BOM at start as utf-8 encoded.
Konstantin Pavlov [Tue, 29 May 2012 06:49:32 +0000 (10:49 +0400)]
m3u: assume m3u with BOM at start as utf-8 encoded.

X-Patched-By: Sergey Bolshakov <sbolshakov@altlinux.org>
12 years agoRevert "video_filter/transform.c: Horizontal and Vertical flip where swapped."
Jean-Paul Saman [Thu, 31 May 2012 07:31:37 +0000 (09:31 +0200)]
Revert "video_filter/transform.c: Horizontal and Vertical flip where swapped."

This reverts commit 4f71d0bb6fde63edb765fcc7dae194195a43ef74.

12 years agoDash: correct LGPL header
Jean-Baptiste Kempf [Wed, 30 May 2012 23:37:57 +0000 (01:37 +0200)]
Dash: correct LGPL header

12 years agoWin32: set march to pentium
Edward Wang [Mon, 28 May 2012 21:22:05 +0000 (17:22 -0400)]
Win32: set march to pentium

Fix include/vlc_atomic.h:124: undefined reference to `___sync_bool_compare_and_swap_4' etc

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDon't reset current HLS segment playback pointer on a failed seek
Chris Smowton [Wed, 30 May 2012 13:30:54 +0000 (14:30 +0100)]
Don't reset current HLS segment playback pointer on a failed seek

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>