]> git.sesse.net Git - vlc/log
vlc
12 years agoFix seek in mka
Denis Charmet [Sat, 18 Feb 2012 13:35:46 +0000 (14:35 +0100)]
Fix seek in mka

Fix #6078

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agocontrib: fixed OS X framework installation
Felix Paul Kühne [Sat, 18 Feb 2012 01:34:44 +0000 (02:34 +0100)]
contrib: fixed OS X framework installation

12 years agoRevert "macosx: prevent unwanted strings from being displayed instead of empty string...
Felix Paul Kühne [Sat, 18 Feb 2012 00:37:26 +0000 (01:37 +0100)]
Revert "macosx: prevent unwanted strings from being displayed instead of empty strings as suggested by xtophe"

This reverts commit a97666db8a5ee0eb8498cc068c4fe3a8d76e1783.

12 years agoMerge 2.0 NEWS
Jean-Baptiste Kempf [Fri, 17 Feb 2012 23:56:51 +0000 (00:56 +0100)]
Merge 2.0 NEWS

12 years agomacosx: prevent unwanted strings from being displayed instead of empty strings as...
Felix Paul Kühne [Fri, 17 Feb 2012 17:33:36 +0000 (18:33 +0100)]
macosx: prevent unwanted strings from being displayed instead of empty strings as suggested by xtophe

12 years agoAvoid a crash if there are duplicated files in dir
Denis Charmet [Fri, 17 Feb 2012 16:44:44 +0000 (17:44 +0100)]
Avoid a crash if there are duplicated files in dir

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: delay the progressBar longer
Jean-Baptiste Kempf [Fri, 17 Feb 2012 16:25:51 +0000 (17:25 +0100)]
Qt: delay the progressBar longer

12 years agoMKV: Don't loop if chapter changes between P and B pics
Denis Charmet [Fri, 17 Feb 2012 15:25:18 +0000 (16:25 +0100)]
MKV: Don't loop if chapter changes between P and B pics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: slightly the drawing of the mainwindow's shadow when using the black window...
Felix Paul Kühne [Fri, 17 Feb 2012 15:19:43 +0000 (16:19 +0100)]
macosx: slightly the drawing of the mainwindow's shadow when using the black window style

12 years agomacosx: fixed rounded bottom corners when using the black window style
Felix Paul Kühne [Fri, 17 Feb 2012 14:58:42 +0000 (15:58 +0100)]
macosx: fixed rounded bottom corners when using the black window style

12 years agoskins2: fix a small memory leak and downgrade from err to dbg
Erwan Tulou [Fri, 17 Feb 2012 14:04:33 +0000 (15:04 +0100)]
skins2: fix a small memory leak and downgrade from err to dbg

This last occurrence of MSG_ERR led to a memory leak.
In addition, avoid spamming the logs. A debug message is enough.

12 years agoskins2: don't stop the whole vlc instance when skins2 fails to initialize
Erwan Tulou [Fri, 17 Feb 2012 13:57:57 +0000 (14:57 +0100)]
skins2: don't stop the whole vlc instance when skins2 fails to initialize

This closes #6064

12 years agocontrib: update libpng because of CVE-2011-3464
Felix Paul Kühne [Fri, 17 Feb 2012 14:31:07 +0000 (15:31 +0100)]
contrib: update libpng because of CVE-2011-3464

12 years agoQt: simple_prefs: fix some hotkeys text
Francois Cartegnie [Fri, 17 Feb 2012 13:22:29 +0000 (14:22 +0100)]
Qt: simple_prefs: fix some hotkeys text

12 years agoQt: simple_prefs: Fix action button for hotkeys conflict dialog.
Francois Cartegnie [Fri, 17 Feb 2012 13:06:20 +0000 (14:06 +0100)]
Qt: simple_prefs: Fix action button for hotkeys conflict dialog.

As "Ok" did not mean which action would have been done.

12 years agoQt: simple_prefs: fix hotkeys change tips
Francois Cartegnie [Fri, 17 Feb 2012 13:05:38 +0000 (14:05 +0100)]
Qt: simple_prefs: fix hotkeys change tips

12 years agoQt: simple prefs: explain hotkeys scope
Francois Cartegnie [Fri, 17 Feb 2012 12:51:17 +0000 (13:51 +0100)]
Qt: simple prefs: explain hotkeys scope

12 years agoBluray: try to find mount point if block device file is passed.
Konstantin Pavlov [Wed, 15 Feb 2012 12:30:38 +0000 (16:30 +0400)]
Bluray: try to find mount point if block device file is passed.

12 years agoSupport of Mxpeg codec
Sébastien Escudier [Fri, 10 Feb 2012 14:14:26 +0000 (15:14 +0100)]
Support of Mxpeg codec

12 years agofix [56e7865dce2] compilation
Sébastien Escudier [Fri, 17 Feb 2012 09:01:01 +0000 (10:01 +0100)]
fix [56e7865dce2] compilation

12 years agoMimic a behavior of GNU libiconv on OS/2
KO Myung-Hun [Tue, 10 Jan 2012 12:07:03 +0000 (21:07 +0900)]
Mimic a behavior of GNU libiconv on OS/2

DBCS countries assign their currency symbol to '\', ASCII 92. This causes
an unexpected behavior when converting a directory separator on OS/2.
In case of GNU libiconv, it does not treat '\', ASCII 92, as a currency
symbol at all. So let's mimic GNU libiconv.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoTreat UTF-16 as UCS-2 on OS/2
KO Myung-Hun [Tue, 10 Jan 2012 12:07:02 +0000 (21:07 +0900)]
Treat UTF-16 as UCS-2 on OS/2

OS/2 supports UCS-2 only instead of UTF-16.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agomacosx: fixed wrong behavior of the drop zone introduced in [7f63022f8a94871fd6ca1be2...
Felix Paul Kühne [Fri, 17 Feb 2012 08:15:22 +0000 (09:15 +0100)]
macosx: fixed wrong behavior of the drop zone introduced in [7f63022f8a94871fd6ca1be2c9c69660ff1d7f6e] (close #6071)

12 years agoavformat : add an option to force a specific format
Sébastien Escudier [Thu, 16 Feb 2012 14:08:33 +0000 (15:08 +0100)]
avformat : add an option to force a specific format

12 years agolua: fix available module lists in README files
Pierre Ynard [Fri, 17 Feb 2012 00:19:24 +0000 (01:19 +0100)]
lua: fix available module lists in README files

12 years agoMega is dead.
Jean-Baptiste Kempf [Fri, 17 Feb 2012 00:03:08 +0000 (01:03 +0100)]
Mega is dead.

12 years agolua soundcloud.com playlist
Cheng Sun [Wed, 15 Feb 2012 19:36:02 +0000 (19:36 +0000)]
lua soundcloud.com playlist

Adds support for soundcloud.com URL parsing

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua vimeo playlist: no need to parse vlc.path more than once
Cheng Sun [Wed, 15 Feb 2012 19:34:05 +0000 (19:34 +0000)]
lua vimeo playlist: no need to parse vlc.path more than once

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolua playlist README.txt - fix tiny typo
Cheng Sun [Wed, 15 Feb 2012 19:32:19 +0000 (19:32 +0000)]
lua playlist README.txt - fix tiny typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMKV: Use frame defaut duration for MKV lace pts
Denis Charmet [Thu, 16 Feb 2012 21:57:21 +0000 (22:57 +0100)]
MKV: Use frame defaut duration for MKV lace pts

This is used in many other MKV demux and prevents the pts = dts = 0 in every lace.
Fix #5165

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMKV: Avoid late picture drop when using many threads
Denis Charmet [Thu, 16 Feb 2012 21:42:14 +0000 (22:42 +0100)]
MKV: Avoid late picture drop when using many threads

Close #5953

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: fixed playlist re-ordering through drag & drop (close #6045)
Felix Paul Kühne [Thu, 16 Feb 2012 23:12:58 +0000 (00:12 +0100)]
macosx: fixed playlist re-ordering through drag & drop (close #6045)

12 years agomacosx: prevent items from moving from the ml to the pl accidently
Felix Paul Kühne [Thu, 16 Feb 2012 20:22:51 +0000 (21:22 +0100)]
macosx: prevent items from moving from the ml to the pl accidently

12 years agomacosx: provide a way to hide the dropzone eventhough the playlist is empty (just...
Felix Paul Kühne [Thu, 16 Feb 2012 20:08:58 +0000 (21:08 +0100)]
macosx: provide a way to hide the dropzone eventhough the playlist is empty (just press the toggle pl button)

close #5925

12 years agomacosx: remove debug
Felix Paul Kühne [Thu, 16 Feb 2012 20:05:11 +0000 (21:05 +0100)]
macosx: remove debug

12 years agomacosx: when opening subtitles while playing a movie, try to add them to the clip...
Felix Paul Kühne [Thu, 16 Feb 2012 18:53:36 +0000 (19:53 +0100)]
macosx: when opening subtitles while playing a movie, try to add them to the clip instead of the playlist

12 years agoPlaylist: do not fetch art if you got an attachment as Art
Jean-Baptiste Kempf [Thu, 16 Feb 2012 16:27:41 +0000 (17:27 +0100)]
Playlist: do not fetch art if you got an attachment as Art

12 years agoMKV: correctly set the attachment:// URL for embedded covers
Jean-Baptiste Kempf [Thu, 16 Feb 2012 15:51:42 +0000 (16:51 +0100)]
MKV: correctly set the attachment:// URL for embedded covers

12 years agoadd exif jpeg detection to the image demuxer
Sébastien Escudier [Wed, 15 Feb 2012 10:37:58 +0000 (11:37 +0100)]
add exif jpeg detection to the image demuxer

12 years agoOSX GUI: simplify resizeWindow()
Rafaël Carré [Wed, 15 Feb 2012 21:25:43 +0000 (16:25 -0500)]
OSX GUI: simplify resizeWindow()

12 years agoOSX GUI: don't check for interface pointer
Rafaël Carré [Wed, 15 Feb 2012 19:44:09 +0000 (14:44 -0500)]
OSX GUI: don't check for interface pointer

It'll be valid the first time this function is called

12 years agoOSX GUI: move single termination variable where it's used
Rafaël Carré [Wed, 15 Feb 2012 19:42:25 +0000 (14:42 -0500)]
OSX GUI: move single termination variable where it's used

Use boolean for those variables

12 years agoOSX GUI: prevent pseudo-random crashes on quit
Rafaël Carré [Wed, 15 Feb 2012 19:36:19 +0000 (14:36 -0500)]
OSX GUI: prevent pseudo-random crashes on quit

The VLC interface object might not exist at that point

12 years agoOSX GUI: store the interface pointer to avoid multiple accesses.
Rafaël Carré [Wed, 15 Feb 2012 19:35:13 +0000 (14:35 -0500)]
OSX GUI: store the interface pointer to avoid multiple accesses.

It saves quite a bit of CPU time over when VLCIntf is accessed several times.

12 years agomacosx: fixed alignment issues in the main window's bottom bar
Felix Paul Kühne [Wed, 15 Feb 2012 18:29:57 +0000 (19:29 +0100)]
macosx: fixed alignment issues in the main window's bottom bar

12 years agoQt: trigger epg on program doubleclick
Francois Cartegnie [Wed, 15 Feb 2012 16:27:38 +0000 (17:27 +0100)]
Qt: trigger epg on program doubleclick

12 years agomacosx vout: update display after crop / ar even if "macosx-video-autoresize" is...
David Fuhrmann [Tue, 14 Feb 2012 07:28:31 +0000 (08:28 +0100)]
macosx vout: update display after crop / ar even if "macosx-video-autoresize" is false

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: updated graphics for the dark main window (close #6058)
Damien Erambert [Wed, 15 Feb 2012 15:05:11 +0000 (16:05 +0100)]
macosx: updated graphics for the dark main window (close #6058)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: start the right playlist item when adding new ones
David Fuhrmann [Wed, 15 Feb 2012 14:14:34 +0000 (15:14 +0100)]
macosx: start the right playlist item when adding new ones

fixes #6048

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make sure that non-embedded window is not visible when we play audio file
David Fuhrmann [Wed, 15 Feb 2012 14:14:33 +0000 (15:14 +0100)]
macosx: make sure that non-embedded window is not visible when we play audio file

This is especially needed, when a video finishes and the next item in playlist is an audio file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make fullscreen animation compatible with non-embedded window
David Fuhrmann [Wed, 15 Feb 2012 14:14:32 +0000 (15:14 +0100)]
macosx: make fullscreen animation compatible with non-embedded window

makes sure that the non-embedded window fade out properly,
also leaves the main windows visible, the user wants to probably see it when it is on another display

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: choose right default screen when entering fullscreen
David Fuhrmann [Wed, 15 Feb 2012 14:14:31 +0000 (15:14 +0100)]
macosx: choose right default screen when entering fullscreen

this is expecially important when MainWindow is on one screen and non-embedded window on the other

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make sure that isFullscreen only returns true in an actual fullscreen window
David Fuhrmann [Wed, 15 Feb 2012 14:14:30 +0000 (15:14 +0100)]
macosx: make sure that isFullscreen only returns true in an actual fullscreen window

this fixes the issue that nonembedded window was not allowed to resize itself (e.g. after aspect ratio change)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agomacosx: make sure the interface doesn't leak any inputs. fixes crashes on quit after...
Felix Paul Kühne [Wed, 15 Feb 2012 14:37:12 +0000 (15:37 +0100)]
macosx: make sure the interface doesn't leak any inputs. fixes crashes on quit after adding a file to the playlist

12 years agoMKV: workaround the seeking-to-0 issue on Win32
Jean-Baptiste Kempf [Wed, 15 Feb 2012 00:24:33 +0000 (01:24 +0100)]
MKV: workaround the seeking-to-0 issue on Win32

The faster way to seek does not work on win32, for some reason
Close #6006

12 years agodash: Fixing windows build
Hugo Beauzée-Luyssen [Tue, 14 Feb 2012 17:18:08 +0000 (18:18 +0100)]
dash: Fixing windows build

12 years agoMacOS X: fix no menu dvd MRL in open dialog
Jean-Baptiste Kempf [Tue, 14 Feb 2012 17:53:49 +0000 (18:53 +0100)]
MacOS X: fix no menu dvd MRL in open dialog

Close #6027

12 years agomacosx: since Cocoa expects the main thread to quit (and needs to run on the main...
Felix Paul Kühne [Tue, 14 Feb 2012 17:39:17 +0000 (18:39 +0100)]
macosx: since Cocoa expects the main thread to quit (and needs to run on the main thread in the first place), we cannot join the macosx intf's thread (fixes #6026)

12 years agoAudioscrobbler: Replace ParseURL() by vlc_UrlParse().
Samuel Pitoiset [Mon, 13 Feb 2012 11:52:01 +0000 (12:52 +0100)]
Audioscrobbler: Replace ParseURL() by vlc_UrlParse().

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agodash: BasicCMManager: Fixing a warning.
Hugo Beauzée-Luyssen [Tue, 14 Feb 2012 16:28:55 +0000 (17:28 +0100)]
dash: BasicCMManager: Fixing a warning.

12 years agodash: remove some disturbing couts from isoffmainmanager
Christopher Mueller [Sat, 11 Feb 2012 11:00:04 +0000 (12:00 +0100)]
dash: remove some disturbing couts from isoffmainmanager

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: downloader avoid div by zero
Christopher Mueller [Sat, 11 Feb 2012 11:00:03 +0000 (12:00 +0100)]
dash: downloader avoid div by zero

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: fixed segfault when period is null
Christopher Mueller [Sat, 11 Feb 2012 11:00:02 +0000 (12:00 +0100)]
dash: fixed segfault when period is null

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added buffer size to prefs
Christopher Mueller [Tue, 14 Feb 2012 15:43:46 +0000 (16:43 +0100)]
dash: added buffer size to prefs

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: removed couts from downloader
Christopher Mueller [Sat, 11 Feb 2012 11:00:00 +0000 (12:00 +0100)]
dash: removed couts from downloader

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added buffer and downloader to manager
Christopher Mueller [Tue, 14 Feb 2012 15:43:44 +0000 (16:43 +0100)]
dash: added buffer and downloader to manager

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: set chunk bitrate
Christopher Mueller [Sat, 11 Feb 2012 10:59:58 +0000 (11:59 +0100)]
dash: set chunk bitrate

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added downloader and bitrate to chunk
Christopher Mueller [Sat, 11 Feb 2012 10:59:57 +0000 (11:59 +0100)]
dash: added downloader and bitrate to chunk

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: removed couts from buffer
Christopher Mueller [Sat, 11 Feb 2012 10:59:56 +0000 (11:59 +0100)]
dash: removed couts from buffer

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added blockbuffer
Christopher Mueller [Tue, 14 Feb 2012 12:19:47 +0000 (13:19 +0100)]
dash: added blockbuffer

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: dont use best rep without information
Christopher Mueller [Sat, 11 Feb 2012 10:59:54 +0000 (11:59 +0100)]
dash: dont use best rep without information

Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added resolution interpretation
Christopher Mueller [Sat, 11 Feb 2012 10:59:53 +0000 (11:59 +0100)]
dash: added resolution interpretation

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agodash: added byte range requests
Christopher Mueller [Sat, 11 Feb 2012 10:59:52 +0000 (11:59 +0100)]
dash: added byte range requests

Signed-off-by: Christopher Mueller <christopher.mueller@itec.aau.at>
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoCOPYING.*: Use full versions of licenses.
Konstantin Pavlov [Tue, 14 Feb 2012 13:40:06 +0000 (17:40 +0400)]
COPYING.*: Use full versions of licenses.

COPYING: use http://www.gnu.org/licenses/gpl-2.0.txt
COPYING.LIB: use http://www.gnu.org/licenses/lgpl-2.1.txt

As described in FAQ, one shall not trim those down:
http://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html#GPLOmitPreamble

12 years agodxva2: fix chroma pitch calculation
Rafaël Carré [Tue, 14 Feb 2012 05:04:43 +0000 (00:04 -0500)]
dxva2: fix chroma pitch calculation

12 years agoTypo
Christophe Mutricy [Mon, 13 Feb 2012 23:40:49 +0000 (23:40 +0000)]
Typo

Fix compilation on Powerpc *nix

12 years agoBlind attempt at fixing a predicted link error on WinCE.
Antoine Cellerier [Mon, 13 Feb 2012 22:01:23 +0000 (23:01 +0100)]
Blind attempt at fixing a predicted link error on WinCE.

12 years agoRemove unneeded code used when debugging.
Antoine Cellerier [Mon, 13 Feb 2012 20:58:28 +0000 (21:58 +0100)]
Remove unneeded code used when debugging.

12 years agoavcodec: avoid unneeded memcpy in EncodeVideo/Audio
Ilkka Ollakka [Mon, 13 Feb 2012 13:26:54 +0000 (15:26 +0200)]
avcodec: avoid unneeded memcpy in EncodeVideo/Audio

12 years agolua playlist: extend pluzz.lua to handle france4.
Francois Cartegnie [Mon, 13 Feb 2012 12:46:40 +0000 (13:46 +0100)]
lua playlist: extend pluzz.lua to handle france4.

Some pluzz streams are only available on shows pages.

12 years agomodules/codec/dirac.c: use ENC_MCBLK_HEIGHT_TEXT as UI label, not ENC_MCBLK_HEIGHT...
Juha Jeronen [Mon, 13 Feb 2012 07:27:39 +0000 (09:27 +0200)]
modules/codec/dirac.c: use ENC_MCBLK_HEIGHT_TEXT as UI label, not ENC_MCBLK_HEIGHT (consistent with ENC_MCBLK_WIDTH_TEXT)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAvcodec: deactivate DR on cinepack
Jean-Baptiste Kempf [Sun, 12 Feb 2012 22:47:30 +0000 (23:47 +0100)]
Avcodec: deactivate DR on cinepack

Close #5872

12 years agomacosx: minor optimisation as suggested by Rafael
Felix Paul Kühne [Sun, 12 Feb 2012 21:25:21 +0000 (22:25 +0100)]
macosx: minor optimisation as suggested by Rafael

12 years agomacosx: improve dropzone resizing (fixes #6018)
Felix Paul Kühne [Sun, 12 Feb 2012 19:54:36 +0000 (20:54 +0100)]
macosx: improve dropzone resizing (fixes #6018)

12 years agomacosx: implemented the sidebar completely to support switching between the playlist...
Felix Paul Kühne [Sun, 12 Feb 2012 19:41:03 +0000 (20:41 +0100)]
macosx: implemented the sidebar completely to support switching between the playlist's top-level nodes (fixes #4944)

12 years agoosdmenu: Tweak config file for installed system
Benjamin Drung [Sun, 12 Feb 2012 18:35:53 +0000 (18:35 +0000)]
osdmenu: Tweak config file for installed system

And not for in-tree running

Close: #5111

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agomacosx_vout: fixed flicker when resizing the vout through AR or crop changes as sugge...
Felix Paul Kühne [Sun, 12 Feb 2012 17:31:11 +0000 (18:31 +0100)]
macosx_vout: fixed flicker when resizing the vout through AR or crop changes as suggested by David Fuhrmann

12 years agomacosx: fixed caching preferences (refs #5994)
Felix Paul Kühne [Sun, 12 Feb 2012 16:12:37 +0000 (17:12 +0100)]
macosx: fixed caching preferences (refs #5994)

also includes a minor fix to make room for the wordy German l10n

12 years agomacosx: save playback modes on quit and recover more gracefully
Felix Paul Kühne [Sun, 12 Feb 2012 15:45:45 +0000 (16:45 +0100)]
macosx: save playback modes on quit and recover more gracefully

12 years agoBe more pedantic for the theora library versions
Jean-Baptiste Kempf [Sun, 12 Feb 2012 14:13:34 +0000 (15:13 +0100)]
Be more pedantic for the theora library versions

12 years agoUse newer theora API and fix crash
Theron Lewis [Fri, 10 Feb 2012 22:52:37 +0000 (14:52 -0800)]
Use newer theora API and fix crash

Close #3841

This updates the theora module to use the newer API introduced in Theora version 1.0.
It solves a crash on windows that was caused by reading past the end of the YUV structure due to an incorrect line count.
This has been fixed by using the minimum line count common to both the source and destination of the pixel data.
The new ycbcr structure in the new API makes the picture copy much more straightforward.

Modified-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDVB: discriminate ITU-T J.83 A and C annexes if possible
Rémi Denis-Courmont [Sun, 12 Feb 2012 09:13:06 +0000 (11:13 +0200)]
DVB: discriminate ITU-T J.83 A and C annexes if possible

This requires Linux DVB 5.5.

12 years agodxva2: support IMC3
Rafaël Carré [Mon, 6 Feb 2012 20:50:50 +0000 (15:50 -0500)]
dxva2: support IMC3

It's the only output format on my GMA 3150
It is identical to YV12 except:
 - U & V are swapped
 - U & V pitch is identical to Y pitch (first half is plane data,
 second plane is padding)

12 years agometachannels: properly resolve xml entities
Pierre Ynard [Sun, 12 Feb 2012 02:48:00 +0000 (03:48 +0100)]
metachannels: properly resolve xml entities

12 years agometachannels: fix playlist script too
Pierre Ynard [Sun, 12 Feb 2012 02:02:47 +0000 (03:02 +0100)]
metachannels: fix playlist script too

12 years agometachannels: properly resolve xml entities
Pierre Ynard [Sat, 11 Feb 2012 23:48:52 +0000 (00:48 +0100)]
metachannels: properly resolve xml entities

12 years agometachannels: fix search function too
Pierre Ynard [Sat, 11 Feb 2012 23:26:39 +0000 (00:26 +0100)]
metachannels: fix search function too

12 years agometachannels: don't crash if image tag is missing
Pierre Ynard [Sat, 11 Feb 2012 22:35:44 +0000 (23:35 +0100)]
metachannels: don't crash if image tag is missing

Fixes #6008

12 years agoChange --directory-version-sort boolean config option to a --directory-sort multiple...
Antoine Cellerier [Sat, 11 Feb 2012 19:57:58 +0000 (20:57 +0100)]
Change --directory-version-sort boolean config option to a --directory-sort multiple choice option. This makes more sense and makes it possible to provide more sort options if needed without breaking backwards compatibility. The description strings are a bit long but they more or less fit in the prefs dialog here.

12 years agomacosx: fixed bluray MRL
Felix Paul Kühne [Sat, 11 Feb 2012 19:52:23 +0000 (20:52 +0100)]
macosx: fixed bluray MRL