]> git.sesse.net Git - vlc/log
vlc
12 years agowin64 package: use -win64 version string
Rafaël Carré [Sat, 17 Dec 2011 20:35:03 +0000 (15:35 -0500)]
win64 package: use -win64 version string

12 years agoMacOS: do not thip the changelogs, it is useless
Jean-Baptiste Kempf [Sat, 17 Dec 2011 18:18:49 +0000 (19:18 +0100)]
MacOS: do not thip the changelogs, it is useless

12 years agoImprove WebUI for mobiles
Konstantin Bogdanov [Sat, 17 Dec 2011 17:43:41 +0000 (18:43 +0100)]
Improve WebUI for mobiles

Tested on iOS devices

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFix EQ HTTP UI partially
Akash Mehrotra [Sun, 11 Dec 2011 19:18:11 +0000 (00:48 +0530)]
Fix EQ HTTP UI partially

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSet title length and size.
Tobias Güntner [Sat, 17 Dec 2011 04:11:30 +0000 (05:11 +0100)]
Set title length and size.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: do not react to right-click to mute volume
Jean-Baptiste Kempf [Sat, 17 Dec 2011 04:24:03 +0000 (05:24 +0100)]
Qt: do not react to right-click to mute volume

This is counter-intuitive.
As asked by etix

12 years agoFix typo in French translation
TUDURI Benoît [Sun, 11 Dec 2011 15:11:50 +0000 (16:11 +0100)]
Fix typo in French translation

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoIgnore missing meta data files. Check directory name instead.
Tobias Güntner [Thu, 15 Dec 2011 22:01:46 +0000 (23:01 +0100)]
Ignore missing meta data files. Check directory name instead.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoConfigure: Update live555 requirements
Jean-Baptiste Kempf [Thu, 15 Dec 2011 23:28:35 +0000 (00:28 +0100)]
Configure: Update live555 requirements

12 years agoContribs: update live555 to latest snapshot
Jean-Baptiste Kempf [Thu, 15 Dec 2011 23:22:14 +0000 (00:22 +0100)]
Contribs: update live555 to latest snapshot

12 years agoFix french mistranslation
Jean-Baptiste Kempf [Sat, 17 Dec 2011 03:04:07 +0000 (04:04 +0100)]
Fix french mistranslation

Close #5680

12 years agoQt: check colorDialog return function
Jean-Baptiste Kempf [Sat, 17 Dec 2011 02:59:00 +0000 (03:59 +0100)]
Qt: check colorDialog return function

Close #5679

12 years agocontrib: fix typo
Rémi Denis-Courmont [Fri, 16 Dec 2011 18:58:19 +0000 (20:58 +0200)]
contrib: fix typo

12 years agocontrib: don't ignore triplets in subfolders
Faustino E. Osuna [Thu, 15 Dec 2011 09:09:29 +0000 (10:09 +0100)]
contrib: don't ignore triplets in subfolders

Only ignores triplets in the root contrib path. Previous
implementation had the potential to ignore triplets in the
subfolders.

This will allow for creating:
1) Patches using this format (e.g. contrib/src/*/track-me-now.patch).
2) Subfolders beneath contrib's root (but not in contrib itself)
(e.g. contrib/src/track-me-now/*).

OK-ed-by: Rafaël Carré <funman@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDo not let avformat handle subtitles by default.
Laurent Aimar [Thu, 15 Dec 2011 21:16:46 +0000 (22:16 +0100)]
Do not let avformat handle subtitles by default.

12 years agoReworked the way avformat input are blacklisted.
Laurent Aimar [Thu, 15 Dec 2011 21:14:16 +0000 (22:14 +0100)]
Reworked the way avformat input are blacklisted.

12 years agoQt, sout: fix compilation on older moc version
Jean-Baptiste Kempf [Thu, 15 Dec 2011 20:44:17 +0000 (21:44 +0100)]
Qt, sout: fix compilation on older moc version

12 years agoDirectSound: avoid crash on faulty audio device.
Jean-Baptiste Kempf [Thu, 15 Dec 2011 15:11:25 +0000 (16:11 +0100)]
DirectSound: avoid crash on faulty audio device.

12 years agofix filename self-references
Pere Orga [Tue, 13 Dec 2011 23:29:36 +0000 (00:29 +0100)]
fix filename self-references

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoImplement vlc_rand_bytes() for OS/2 and split to different files
KO Myung-Hun [Thu, 15 Dec 2011 08:13:10 +0000 (17:13 +0900)]
Implement vlc_rand_bytes() for OS/2 and split to different files

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoFix compilation error due to pthread on OS/2
KO Myung-Hun [Thu, 8 Dec 2011 11:48:20 +0000 (20:48 +0900)]
Fix compilation error due to pthread on OS/2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agomacosx: slightly enlarge the License button in the about window (fixes #5658)
Felix Paul Kühne [Thu, 15 Dec 2011 13:51:44 +0000 (14:51 +0100)]
macosx: slightly enlarge the License button in the about window (fixes #5658)

12 years agoQt: fix multi-screens weirdness caused by the dockable FSC
Ludovic Fauvet [Thu, 15 Dec 2011 12:51:37 +0000 (13:51 +0100)]
Qt: fix multi-screens weirdness caused by the dockable FSC

Close #5668

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSupport duration in avformat demuxer
Edward Wang [Thu, 15 Dec 2011 01:13:14 +0000 (02:13 +0100)]
Support duration in avformat demuxer

Ref #4030

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: fix an utf8 encoding issue in the recents menu
Ludovic Fauvet [Thu, 15 Dec 2011 00:21:13 +0000 (01:21 +0100)]
Qt: fix an utf8 encoding issue in the recents menu

The MRL received from a drag & drop was not converted correctly to an
URI (using toURI) before being saved into the configuration. This was
causing multi bytes characters to be serialized in UTF8 (\x????) and be
given as-is to decode_URI which is not able to decode them.
Close #5662

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: enable the recents menu again after adding an element
Ludovic Fauvet [Thu, 15 Dec 2011 00:21:12 +0000 (01:21 +0100)]
Qt: enable the recents menu again after adding an element

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: do not quit, let the core do it
Jean-Baptiste Kempf [Thu, 15 Dec 2011 00:19:00 +0000 (01:19 +0100)]
Qt: do not quit, let the core do it

Should fix crash on quit wrt to Vout
Tested on XP, 7 and Linux.

12 years agocontrib: update ignore files for git repositories
Faustino E. Osuna [Wed, 14 Dec 2011 19:24:22 +0000 (20:24 +0100)]
contrib: update ignore files for git repositories

Ignore downloaded git repos.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agocontrib: ignore triplets
Faustino E. Osuna [Wed, 14 Dec 2011 19:24:21 +0000 (20:24 +0100)]
contrib: ignore triplets

Ignore the triplet subfolders created in the contrib path.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoextras/tools: update ignore files
Faustino E. Osuna [Wed, 14 Dec 2011 18:21:06 +0000 (19:21 +0100)]
extras/tools: update ignore files

Ignore downloaded archives / subfolders and files generated by make.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoextras/tools: fix when downloading in tools.mak
Faustino E. Osuna [Wed, 14 Dec 2011 18:21:05 +0000 (19:21 +0100)]
extras/tools: fix when downloading in tools.mak

Fix a typo when using the $(download) function. This suppresses
malformed url errors from curl.

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agocontrib: use 32-bits LUAC file format on all platforms
Rémi Denis-Courmont [Wed, 14 Dec 2011 18:00:47 +0000 (20:00 +0200)]
contrib: use 32-bits LUAC file format on all platforms

In other words, 64-bits platform will support 32-bits LUAC files and
reject 64-bits LUAC files when using contribs.
This should ease cross-compilation and copying luac files manually.

12 years agoQt4: slightly improve the color set of the slider
Ludovic Fauvet [Wed, 14 Dec 2011 17:32:07 +0000 (18:32 +0100)]
Qt4: slightly improve the color set of the slider

Thanks a lot to François Cartegnie, for the help to resolve the issue

Close #5604

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: fix toolbar settings read
Jean-Baptiste Kempf [Wed, 14 Dec 2011 15:03:03 +0000 (16:03 +0100)]
Qt: fix toolbar settings read

Close #5673

12 years agoMKV: Do not list chapters and titles when there is only one of them
Denis Charmet [Wed, 14 Dec 2011 14:31:27 +0000 (15:31 +0100)]
MKV: Do not list chapters and titles when there is only one of them

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd title time in playback menus for MP4
Edward Wang [Wed, 14 Dec 2011 13:14:12 +0000 (14:14 +0100)]
Add title time in playback menus for MP4

Ref #4030

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agofix typo in french translation of nvlc
Rafaël Carré [Wed, 14 Dec 2011 04:50:18 +0000 (23:50 -0500)]
fix typo in french translation of nvlc

12 years agoContribs: support for PPC in contribs
Jean-Baptiste Kempf [Wed, 14 Dec 2011 01:03:03 +0000 (02:03 +0100)]
Contribs: support for PPC in contribs

CrossCompiling from intel64 to PPC should mostly work on X.6 now

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoDxVA: More GUIDs
Jean-Baptiste Kempf [Wed, 14 Dec 2011 00:29:51 +0000 (01:29 +0100)]
DxVA: More GUIDs

12 years agoRevert "Qt: do not explode when using OpenGL vout"
Jean-Baptiste Kempf [Tue, 13 Dec 2011 21:52:46 +0000 (22:52 +0100)]
Revert "Qt: do not explode when using OpenGL vout"

This reverts commit f4c037efd2d3cde44daa1a58c7042fecc32b2177.

This does not work as intended...

12 years agoFaad: Reinitialize decoder when we got Unexpected channel configuration change.
Naohiro KORIYAMA [Tue, 13 Dec 2011 14:44:43 +0000 (23:44 +0900)]
Faad: Reinitialize decoder when we got Unexpected channel configuration change.

Very classic in ISDB streams

Closes #3714 #5448

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd thd to the list of extensions
Jean-Baptiste Kempf [Tue, 13 Dec 2011 10:51:34 +0000 (11:51 +0100)]
Add thd to the list of extensions

Close #5664

12 years agoQt: use QWizard for Sout
Edward Wang [Tue, 13 Dec 2011 02:53:31 +0000 (03:53 +0100)]
Qt: use QWizard for Sout

Close #5651

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt: allow easy deletion of the keys and global key
Jean-Baptiste Kempf [Tue, 13 Dec 2011 02:29:30 +0000 (03:29 +0100)]
Qt: allow easy deletion of the keys and global key

This was a regression of the new design

12 years agoQt: fix global hotkeys retrieval from conf
Jean-Baptiste Kempf [Tue, 13 Dec 2011 02:11:56 +0000 (03:11 +0100)]
Qt: fix global hotkeys retrieval from conf

If the global key arrived before the normal key, it didn't got
displayed.
Bug mentioned on IRC.

12 years agoRevert "Disable direct-rendering on ProRes"
Rafaël Carré [Mon, 12 Dec 2011 20:17:06 +0000 (15:17 -0500)]
Revert "Disable direct-rendering on ProRes"

This reverts commit 8b914fcd30153d05b04921868166e5bd43370d61.

The problem was fixed in bc3b85c6bd6dc0094562561b084dcea3f0364743.

12 years agoEnsure that picture_Setup() use at least a mod 32 height for pictures.
Laurent Aimar [Mon, 12 Dec 2011 19:24:32 +0000 (20:24 +0100)]
Ensure that picture_Setup() use at least a mod 32 height for pictures.

12 years agortp output: do not inherit SRTP settings when SRTP is not built-in
Rémi Denis-Courmont [Mon, 12 Dec 2011 15:37:16 +0000 (17:37 +0200)]
rtp output: do not inherit SRTP settings when SRTP is not built-in

12 years agoPlaylist status not being updated on play/pause
Mal Graty [Mon, 12 Dec 2011 00:13:44 +0000 (00:13 +0000)]
Playlist status not being updated on play/pause

Fix issue #4899

The problem was that the playing/paused state was being misreported
to the luahttp interface, turns out this was due to the way the playing
state was being updated in the Qt and hotkey logic.

The p_input state was being updated, but the playlist wasn't being
informed, this patch switches out the p_state calls to use the
equivalent playlist aware functions.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSet RealVideo to 0 priority
Jean-Baptiste Kempf [Mon, 12 Dec 2011 00:31:44 +0000 (01:31 +0100)]
Set RealVideo to 0 priority

12 years agoQt: do not explode when using OpenGL vout
Jean-Baptiste Kempf [Sun, 11 Dec 2011 23:22:04 +0000 (00:22 +0100)]
Qt: do not explode when using OpenGL vout

12 years agol10n: Add Breton translation to .desktop
Denis ARNAUD [Sun, 11 Dec 2011 18:04:55 +0000 (18:04 +0000)]
l10n: Add Breton translation to .desktop

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agoRemoved now useless(invalid) muli-volume rar concatenation in the input core.
Laurent Aimar [Sun, 11 Dec 2011 19:18:30 +0000 (20:18 +0100)]
Removed now useless(invalid) muli-volume rar concatenation in the input core.

12 years agoFixed multi-volume RAR support.
Laurent Aimar [Sun, 11 Dec 2011 19:13:18 +0000 (20:13 +0100)]
Fixed multi-volume RAR support.

The access now open itself the following rar volumes (only if needed). This
also allows to support rar embeded in rar or using other protocals than file.

It has been broken since the rar modules have been modified to
support multiple files.

12 years agoFixed a small leak when the rar stream_filter recognize the stream.
Laurent Aimar [Sun, 11 Dec 2011 19:11:55 +0000 (20:11 +0100)]
Fixed a small leak when the rar stream_filter recognize the stream.

12 years agoFixed potential out of bound reads in DASH probe function.
Laurent Aimar [Sun, 11 Dec 2011 19:03:10 +0000 (20:03 +0100)]
Fixed potential out of bound reads in DASH probe function.

12 years agoFixed the return value of STREAM_GET_CONTENT_TYPE in the rar stream_filter.
Laurent Aimar [Sun, 11 Dec 2011 10:42:43 +0000 (11:42 +0100)]
Fixed the return value of STREAM_GET_CONTENT_TYPE in the rar stream_filter.

12 years agoFinish the LGPL switch for libVLC and libVLCcore
Jean-Baptiste Kempf [Sun, 11 Dec 2011 18:08:16 +0000 (19:08 +0100)]
Finish the LGPL switch for libVLC and libVLCcore

12 years agoFix potential Freetype crash
Jean-Baptiste Kempf [Sun, 11 Dec 2011 17:06:21 +0000 (18:06 +0100)]
Fix potential Freetype crash

Close #5648

12 years agoSupport VP8 in NSV
Jean-Baptiste Kempf [Sun, 11 Dec 2011 16:02:35 +0000 (17:02 +0100)]
Support VP8 in NSV

12 years agoAdd title play time in playback menus for MKV
Edward Wang [Sun, 11 Dec 2011 11:07:06 +0000 (12:07 +0100)]
Add title play time in playback menus for MKV

Ref #4030

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoRevert "avcodec_get_edge_width() was added in libavcodec 52.66.0"
Rafaël Carré [Sun, 11 Dec 2011 03:30:46 +0000 (22:30 -0500)]
Revert "avcodec_get_edge_width() was added in libavcodec 52.66.0"

This reverts commit 3c6bb18e81a62e8abb58ecd8b2df8549dea39729.

Revert "avcodec: fix direct rendering with some codecs"

This reverts commit fcc84608b67f3c3567b96604577bfdcc0de45b53.

The issue is not related to EMU_EDGE flag

12 years agoosx: package Growl.framework
Rafaël Carré [Sun, 11 Dec 2011 03:18:48 +0000 (22:18 -0500)]
osx: package Growl.framework

xcodebuild doesn't know about the growl plugin so can't do it for us

12 years agoextras/tools: ignore fetched tarballs
Rafaël Carré [Sat, 10 Dec 2011 22:13:16 +0000 (17:13 -0500)]
extras/tools: ignore fetched tarballs

12 years agoavcodec_get_edge_width() was added in libavcodec 52.66.0
Rafaël Carré [Sat, 10 Dec 2011 22:10:22 +0000 (17:10 -0500)]
avcodec_get_edge_width() was added in libavcodec 52.66.0

as documented by doc/APIchanges

12 years agoavcodec: fix direct rendering with some codecs
Rafaël Carré [Sat, 10 Dec 2011 21:58:35 +0000 (16:58 -0500)]
avcodec: fix direct rendering with some codecs

Provide edge buffers when CODEC_FLAG_EMU_EDGE is set
Fix ProRes playback with direct rendering

12 years agoContribs: compile more tools from gettext
Jean-Baptiste Kempf [Sat, 10 Dec 2011 20:15:21 +0000 (21:15 +0100)]
Contribs: compile more tools from gettext

Except on Win32, where it doesn't compile

12 years agoDisable direct-rendering on ProRes
Jean-Baptiste Kempf [Sat, 10 Dec 2011 19:53:04 +0000 (20:53 +0100)]
Disable direct-rendering on ProRes

Crashes in the SSSE3 asm

12 years agoContribs: fix sparkle compatibility for OSX 5
Jean-Baptiste Kempf [Sat, 10 Dec 2011 18:56:26 +0000 (19:56 +0100)]
Contribs: fix sparkle compatibility for OSX 5

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoFixed potential NULL deference in dvdnav plugin.
Laurent Aimar [Sat, 10 Dec 2011 15:08:23 +0000 (16:08 +0100)]
Fixed potential NULL deference in dvdnav plugin.

12 years agoQt: SeekSlider: keep bottom chapter marks only
Francois Cartegnie [Sat, 10 Dec 2011 12:11:25 +0000 (13:11 +0100)]
Qt: SeekSlider: keep bottom chapter marks only

12 years agobootstrap: prepend extras/tools/build/bin to PATH if it exists
Rafaël Carré [Sat, 10 Dec 2011 00:40:37 +0000 (19:40 -0500)]
bootstrap: prepend extras/tools/build/bin to PATH if it exists

12 years agoWe don't use extras/contrib anymore, no need to look there
Rafaël Carré [Sat, 10 Dec 2011 00:34:49 +0000 (19:34 -0500)]
We don't use extras/contrib anymore, no need to look there

12 years agoTypo
Christophe Mutricy [Fri, 9 Dec 2011 23:43:51 +0000 (23:43 +0000)]
Typo

Spotted-by: Sveinn í Felli
12 years agol10n: Add Icelandic to .desktop
Sveinn í Felli [Fri, 9 Dec 2011 23:35:23 +0000 (23:35 +0000)]
l10n: Add Icelandic to .desktop

Signed-off-by: Christophe Mutricy <xtophe@chewa.net>
12 years agoMacOS: use VLC_OBJECT
Jean-Baptiste Kempf [Fri, 9 Dec 2011 23:00:20 +0000 (00:00 +0100)]
MacOS: use VLC_OBJECT

12 years agoQt: SeekPoints / Input Slider: fix behaviour for 0 timed seekpoint
Francois Cartegnie [Fri, 9 Dec 2011 20:49:28 +0000 (21:49 +0100)]
Qt: SeekPoints / Input Slider: fix behaviour for 0 timed seekpoint

12 years agodemux: dvdnav: add chapters seekpoints timings
Francois Cartegnie [Fri, 9 Dec 2011 20:41:11 +0000 (21:41 +0100)]
demux: dvdnav: add chapters seekpoints timings

12 years agoxosd: require and link against Xlib.
Alexis Ballier [Fri, 9 Dec 2011 19:10:10 +0000 (16:10 -0300)]
xosd: require and link against Xlib.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoxosd: call vlc_xlib_init first
Alexis Ballier [Thu, 8 Dec 2011 22:37:15 +0000 (19:37 -0300)]
xosd: call vlc_xlib_init first

See: https://bugs.gentoo.org/show_bug.cgi?id=393439

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoDxVA: Re-format the table
Jean-Baptiste Kempf [Fri, 9 Dec 2011 11:36:30 +0000 (12:36 +0100)]
DxVA: Re-format the table

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoYet another Intel Specific DxVA GUID
Jean-Baptiste Kempf [Fri, 9 Dec 2011 11:27:31 +0000 (12:27 +0100)]
Yet another Intel Specific DxVA GUID

But why? why? why?

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMacOS: kill a warning
Jean-Baptiste Kempf [Tue, 6 Dec 2011 12:53:06 +0000 (13:53 +0100)]
MacOS: kill a warning

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMacOS: fix getVideoViewAtPositionX
Jean-Baptiste Kempf [Tue, 6 Dec 2011 12:43:17 +0000 (13:43 +0100)]
MacOS: fix getVideoViewAtPositionX

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMacOS gui: use aout_Volume* functions
Jean-Baptiste Kempf [Tue, 6 Dec 2011 12:08:24 +0000 (13:08 +0100)]
MacOS gui: use aout_Volume* functions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agolive555 : close when there is no more track.
Sébastien Escudier [Fri, 9 Dec 2011 07:52:50 +0000 (08:52 +0100)]
live555 : close when there is no more track.
fix a regression from af107361d0ec376cf764a6111c9ba5ce433e15f1 when the stream ends.

12 years agoadd dvb channels list .conf as filetype.
Francois Cartegnie [Thu, 8 Dec 2011 17:06:43 +0000 (18:06 +0100)]
add dvb channels list .conf as filetype.

(see demux/playlist/dvb. mplayer's std being channels.conf)

12 years agoQt4: Fix a fullscreen crash
Edward Wang [Fri, 9 Dec 2011 10:01:48 +0000 (11:01 +0100)]
Qt4: Fix a fullscreen crash

Close #5639
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoavformat mux: check correctly for *info member
Rafaël Carré [Fri, 9 Dec 2011 05:32:31 +0000 (00:32 -0500)]
avformat mux: check correctly for *info member

It was added in svn r25418 of FFmpeg
minor was bumped to 81 in r25444

12 years agotypo
Rafaël Carré [Fri, 9 Dec 2011 05:01:00 +0000 (00:01 -0500)]
typo

12 years agoavformat mux: use avformat_free_context()
Rafaël Carré [Fri, 9 Dec 2011 03:20:28 +0000 (22:20 -0500)]
avformat mux: use avformat_free_context()

12 years agoFix for antique versions of FFmpeg
Rafaël Carré [Fri, 9 Dec 2011 03:14:45 +0000 (22:14 -0500)]
Fix for antique versions of FFmpeg

12 years agoavformat mux: fix leaks
Rafaël Carré [Fri, 9 Dec 2011 02:10:14 +0000 (21:10 -0500)]
avformat mux: fix leaks

12 years agocontrib: lame: typo
Rafaël Carré [Fri, 9 Dec 2011 00:24:55 +0000 (19:24 -0500)]
contrib: lame: typo

12 years agoContribs: update dxva2api.h to version 3
Jean-Baptiste Kempf [Fri, 9 Dec 2011 01:01:39 +0000 (02:01 +0100)]
Contribs: update dxva2api.h to version 3

Less hacks and tabs in this version

12 years agocontrib: remove unneeded gecko
Rafaël Carré [Thu, 8 Dec 2011 03:52:46 +0000 (22:52 -0500)]
contrib: remove unneeded gecko

12 years agonpapi: fetch gecko headers required for windows
Rafaël Carré [Thu, 8 Dec 2011 03:52:25 +0000 (22:52 -0500)]
npapi: fetch gecko headers required for windows

12 years agoContribs: fix gettext compilation on some CrossCompile env
Jean-Baptiste Kempf [Thu, 8 Dec 2011 22:55:57 +0000 (23:55 +0100)]
Contribs: fix gettext compilation on some CrossCompile env

And do the same compilation on all setups

12 years agoContribs: try to maintain X.5 runtime compatibility
Jean-Baptiste Kempf [Thu, 8 Dec 2011 17:58:46 +0000 (18:58 +0100)]
Contribs: try to maintain X.5 runtime compatibility

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContrib: update LAME to 3.99.3
Jean-Baptiste Kempf [Thu, 8 Dec 2011 20:50:36 +0000 (21:50 +0100)]
Contrib: update LAME to 3.99.3