]> git.sesse.net Git - vlc/log
vlc
10 years agotranscode: initialize audio encoder after first packet arrives
Ilkka Ollakka [Tue, 3 Dec 2013 20:26:36 +0000 (22:26 +0200)]
transcode: initialize audio encoder after first packet arrives

Similar approach as video encoding does, helps for example with faad
module that in some cases only gets proper audio properties on decoding.

Ref #9022,#6298

10 years agotranscode: cosmetic
Ilkka Ollakka [Tue, 3 Dec 2013 15:55:33 +0000 (17:55 +0200)]
transcode: cosmetic

10 years agotranscode: assume user requests visible width/height so init those instead of with...
Ilkka Ollakka [Tue, 3 Dec 2013 15:55:20 +0000 (17:55 +0200)]
transcode: assume user requests visible width/height so init those instead of with/height

10 years agoavcodec: just set timestamp at beginning of block
Ilkka Ollakka [Mon, 2 Dec 2013 13:01:04 +0000 (15:01 +0200)]
avcodec: just set timestamp at beginning of block

It's used only to calculate timestamps if block needs to be divided into
multiple frames and not in overall timestamp keeping.

10 years agotranscode: small refactor
Ilkka Ollakka [Fri, 22 Nov 2013 19:58:57 +0000 (21:58 +0200)]
transcode: small refactor

10 years agotranscode: add some comments
Ilkka Ollakka [Fri, 22 Nov 2013 19:56:33 +0000 (21:56 +0200)]
transcode: add some comments

10 years agodemux: asf: correctly flag invalid time
Francois Cartegnie [Tue, 26 Nov 2013 14:27:37 +0000 (15:27 +0100)]
demux: asf: correctly flag invalid time

10 years agodemux: asf: reset PCR on seek
Francois Cartegnie [Tue, 3 Dec 2013 16:41:51 +0000 (17:41 +0100)]
demux: asf: reset PCR on seek

10 years agodemux: asf: wait keyframe on index seek too
Francois Cartegnie [Tue, 3 Dec 2013 14:59:03 +0000 (15:59 +0100)]
demux: asf: wait keyframe on index seek too

Index could be post keyframe type !

10 years agodvbpsi: do not spam the debug log at each PMT update
Rafaël Carré [Tue, 3 Dec 2013 09:30:19 +0000 (10:30 +0100)]
dvbpsi: do not spam the debug log at each PMT update

dvbpsi own debug messages are not needed to debug VLC modules

10 years agodvbpsi: do not print a message if message type is DVBPSI_MSG_NONE
Rafaël Carré [Tue, 3 Dec 2013 09:29:30 +0000 (10:29 +0100)]
dvbpsi: do not print a message if message type is DVBPSI_MSG_NONE

This value is documented as '/*!< No messages */'

10 years agoplaylist demux: do not use index()
Rafaël Carré [Tue, 3 Dec 2013 08:14:16 +0000 (09:14 +0100)]
playlist demux: do not use index()

marked as LEGACY in POSIX.1-2001.
POSIX.1-2008 removes the  specifications  of  index()
and rindex(), recommending strchr(3) and strrchr(3) instead.

10 years agocontrib: don't build glib by default
Rafaël Carré [Tue, 3 Dec 2013 08:04:51 +0000 (09:04 +0100)]
contrib: don't build glib by default

We only need it as a dependency of another library (fluidsynth)

10 years agodecoder: Simplify DecoderWaitUnblock() proto
Rafaël Carré [Wed, 27 Nov 2013 15:04:28 +0000 (16:04 +0100)]
decoder: Simplify DecoderWaitUnblock() proto

10 years agodecoder: merge DecoderError into DecoderProcess
Rafaël Carré [Wed, 27 Nov 2013 14:49:22 +0000 (15:49 +0100)]
decoder: merge DecoderError into DecoderProcess

10 years agodecoder: cosmetics
Rafaël Carré [Wed, 27 Nov 2013 14:49:03 +0000 (15:49 +0100)]
decoder: cosmetics

10 years agocodec/fluidsynth: fixed linking on Darwin
Felix Paul Kühne [Fri, 29 Nov 2013 17:44:54 +0000 (18:44 +0100)]
codec/fluidsynth: fixed linking on Darwin

10 years agocontrib/fluidsynth: add glib dependency
Felix Paul Kühne [Fri, 29 Nov 2013 17:44:26 +0000 (18:44 +0100)]
contrib/fluidsynth: add glib dependency

10 years agocontrib: added target for libffi since it is required to compile glib, which in turn...
Felix Paul Kühne [Fri, 29 Nov 2013 17:43:48 +0000 (18:43 +0100)]
contrib: added target for libffi since it is required to compile glib, which in turn is needed for Fluidsynth on Darwin (refs #10014)

10 years agocontrib: added target for glib since this is a required dependency to compile fluidsy...
Felix Paul Kühne [Fri, 29 Nov 2013 17:42:56 +0000 (18:42 +0100)]
contrib: added target for glib since this is a required dependency to compile fluidsynth (refs #10014)

10 years agodemux: playlist: asx: handle common mime type for asx playlist and asf
Francois Cartegnie [Mon, 2 Dec 2013 18:47:46 +0000 (19:47 +0100)]
demux: playlist: asx: handle common mime type for asx playlist and asf

http://gonze.com/playlists/playlist-format-survey.html#ASX

10 years agoQt: update QUrlValidator (fix #9932)
Francois Cartegnie [Mon, 2 Dec 2013 17:54:55 +0000 (18:54 +0100)]
Qt: update QUrlValidator (fix #9932)

somehow #3435

10 years agoaudio unit: fix init order
Felix Paul Kühne [Mon, 2 Dec 2013 17:06:46 +0000 (18:06 +0100)]
audio unit: fix init order

10 years agoFreetype: fix compilation with 2.5.1
Jean-Baptiste Kempf [Mon, 2 Dec 2013 16:32:07 +0000 (17:32 +0100)]
Freetype: fix compilation with 2.5.1

Close #10019

10 years agoaudiounit: fix crash
Felix Paul Kühne [Mon, 2 Dec 2013 16:14:18 +0000 (17:14 +0100)]
audiounit: fix crash

10 years agodeinterlace: fix segmentation fault (fixes #9916)
Rémi Denis-Courmont [Mon, 2 Dec 2013 16:04:19 +0000 (18:04 +0200)]
deinterlace: fix segmentation fault (fixes #9916)

10 years agodemux: asf: fix keyframe waiting after a seek (fix #6647)
Francois Cartegnie [Wed, 27 Nov 2013 10:54:11 +0000 (11:54 +0100)]
demux: asf: fix keyframe waiting after a seek (fix #6647)

Having pts doesn't mean we have a valid index.
Also, waiting 50 frames, including all streams is pointless.
We expect at least a keyframe within 60 sec on seek track.
This wait is lowered to 5 sec of data if we estimate a low
bandwidth (that one might need a better hint)

10 years agodemux: asf: remember extended stream parameters for tracks
Francois Cartegnie [Mon, 2 Dec 2013 12:51:41 +0000 (13:51 +0100)]
demux: asf: remember extended stream parameters for tracks

10 years agocontrib: fix compilation of libraries for iOS which deploy cmake
Felix Paul Kühne [Sat, 30 Nov 2013 19:05:58 +0000 (20:05 +0100)]
contrib: fix compilation of libraries for iOS which deploy cmake

10 years agoFixed warning on incompatible pointer types
Maxim Bublis [Wed, 20 Nov 2013 09:52:59 +0000 (13:52 +0400)]
Fixed warning on incompatible pointer types

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agolua sd: fix potential memory leaks (cdi #1048936)
Rémi Duraffort [Mon, 2 Dec 2013 07:57:03 +0000 (08:57 +0100)]
lua sd: fix potential memory leaks (cdi #1048936)

10 years agoaudioscrobbler: fix memory leak (cid #1048937 and others)
Rémi Duraffort [Mon, 2 Dec 2013 07:52:27 +0000 (08:52 +0100)]
audioscrobbler: fix memory leak (cid #1048937 and others)

10 years agoaudioscrobbler: factorize test and fix potential memleak
Rémi Duraffort [Mon, 2 Dec 2013 07:48:12 +0000 (08:48 +0100)]
audioscrobbler: factorize test and fix potential memleak

10 years agortsp: fix memory leaks and factorize (cid #1048938)
Rémi Duraffort [Mon, 2 Dec 2013 07:42:40 +0000 (08:42 +0100)]
rtsp: fix memory leaks and factorize (cid #1048938)

10 years agosap: fix potential memory leak (cid #1048940)
Rémi Duraffort [Mon, 2 Dec 2013 07:37:04 +0000 (08:37 +0100)]
sap: fix potential memory leak (cid #1048940)

10 years agoaccess/zip:patch for memory leak in zipstream.c #8726
Gaurav Pruthi [Mon, 25 Nov 2013 09:49:38 +0000 (09:49 +0000)]
access/zip:patch for memory leak in zipstream.c #8726

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoFixed unused variable and parameter warnings.
Maxim Bublis [Fri, 22 Nov 2013 19:07:20 +0000 (19:07 +0000)]
Fixed unused variable and parameter warnings.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agohqdn3d: add mutex on callback and delete callback on close
Ilkka Ollakka [Sun, 1 Dec 2013 11:08:06 +0000 (13:08 +0200)]
hqdn3d: add mutex on callback and delete callback on close

Now callbacks are thread-safe and don't block UI thread while
calculating coefs again.

Also remove callbacks on Close.

10 years agovout: missing initializer (cid #1049030)
Francois Cartegnie [Sat, 30 Nov 2013 20:24:44 +0000 (21:24 +0100)]
vout: missing initializer (cid #1049030)

button might be unmatched

10 years agodemux: mkv: fix use after free (cid #1049107)
Francois Cartegnie [Sat, 30 Nov 2013 20:10:51 +0000 (21:10 +0100)]
demux: mkv: fix use after free (cid #1049107)

GetMainName() can return a pointer to temporary string::

10 years agovlmshell: fix null pointer dereference (cid #1049028)
Francois Cartegnie [Sat, 30 Nov 2013 19:46:36 +0000 (20:46 +0100)]
vlmshell: fix null pointer dereference (cid #1049028)

10 years agodemux: mkv: fix use after free (cid #1049108)
Francois Cartegnie [Sat, 30 Nov 2013 20:03:26 +0000 (21:03 +0100)]
demux: mkv: fix use after free (cid #1049108)

10 years agoAvoid redeclaration of lseek under MSVC.
Felix Abecassis [Fri, 29 Nov 2013 16:43:12 +0000 (17:43 +0100)]
Avoid redeclaration of lseek under MSVC.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd missing include in order to provide a declaration of _pipe under MSVC.
Felix Abecassis [Fri, 29 Nov 2013 16:43:11 +0000 (17:43 +0100)]
Add missing include in order to provide a declaration of _pipe under MSVC.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoImplement atomic operations for MSVC using the Interlocked API.
Felix Abecassis [Fri, 29 Nov 2013 16:41:33 +0000 (17:41 +0100)]
Implement atomic operations for MSVC using the Interlocked API.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoImplement ATTR_PACKED for MSVC.
Felix Abecassis [Fri, 29 Nov 2013 16:41:31 +0000 (17:41 +0100)]
Implement ATTR_PACKED for MSVC.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd #ifdef clauses around MinGW specific code.
Felix Abecassis [Fri, 29 Nov 2013 16:41:28 +0000 (17:41 +0100)]
Add #ifdef clauses around MinGW specific code.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAvcodec: use the already computed size
Jean-Baptiste Kempf [Fri, 29 Nov 2013 18:28:59 +0000 (19:28 +0100)]
Avcodec: use the already computed size

10 years agoXiph: fix sign warning
Jean-Baptiste Kempf [Fri, 29 Nov 2013 18:28:46 +0000 (19:28 +0100)]
Xiph: fix sign warning

10 years agoAVI: fix sign warning for DV Audio
Jean-Baptiste Kempf [Fri, 29 Nov 2013 18:28:32 +0000 (19:28 +0100)]
AVI: fix sign warning for DV Audio

10 years agoUleadDVAudio: fix signedness warning
Jean-Baptiste Kempf [Fri, 29 Nov 2013 18:28:01 +0000 (19:28 +0100)]
UleadDVAudio: fix signedness warning

10 years agoCDG: fix warning
Jean-Baptiste Kempf [Fri, 29 Nov 2013 18:27:46 +0000 (19:27 +0100)]
CDG: fix warning

10 years agoFix KEY_PAUSE double-definition
Jean-Baptiste Kempf [Fri, 29 Nov 2013 17:53:00 +0000 (18:53 +0100)]
Fix KEY_PAUSE double-definition

10 years agoavcodec: set dummy time base value in probing
Ilkka Ollakka [Sat, 30 Nov 2013 14:55:00 +0000 (16:55 +0200)]
avcodec: set dummy time base value in probing

Set time base on fps=25 as some codecs need it to be set (atleast DIV3).

10 years agoavcodec: define 1/2 second buffer size by default
Ilkka Ollakka [Sat, 30 Nov 2013 14:47:28 +0000 (16:47 +0200)]
avcodec: define 1/2 second buffer size by default

mpeg-based codecs seems to require this to be able to produce ~cbr
output. Should Fix #8239 and #9983

10 years agofourcc: fix empty initializer
Felix Abecassis [Fri, 29 Nov 2013 16:43:10 +0000 (17:43 +0100)]
fourcc: fix empty initializer

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agonetwork: undef EAFNOSUPPORT before overriding it.
Felix Abecassis [Fri, 29 Nov 2013 16:41:32 +0000 (17:41 +0100)]
network: undef EAFNOSUPPORT before overriding it.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoFix concatenation of Unicode string literals.
Felix Abecassis [Fri, 29 Nov 2013 16:41:27 +0000 (17:41 +0100)]
Fix concatenation of Unicode string literals.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoRemove old stray definitions
Rémi Denis-Courmont [Sat, 30 Nov 2013 13:11:37 +0000 (15:11 +0200)]
Remove old stray definitions

10 years agocontrib/modplug: download from ganesh instead of SF since this is way more reliable
Felix Paul Kühne [Fri, 29 Nov 2013 18:29:19 +0000 (19:29 +0100)]
contrib/modplug: download from ganesh instead of SF since this is way more reliable

10 years agonsis: simplify OS detection
Ludovic Fauvet [Fri, 29 Nov 2013 15:10:37 +0000 (16:10 +0100)]
nsis: simplify OS detection

10 years agoflac: fix extradata clamping check
Tristan Matthews [Mon, 25 Nov 2013 03:03:00 +0000 (03:03 +0000)]
flac: fix extradata clamping check

10 years agoAvoid type conversion errors with VLC_TS_*
Tristan Matthews [Wed, 27 Nov 2013 15:08:08 +0000 (15:08 +0000)]
Avoid type conversion errors with VLC_TS_*

Without the INT64_C, ES_OUT_SET_PCR was being called with garbage values
(when not on 64-bit systems).
Refs #9828

10 years agonsis: request admin execution level
Ludovic Fauvet [Fri, 29 Nov 2013 11:56:43 +0000 (12:56 +0100)]
nsis: request admin execution level

The current state of our NSIS installer doesn't support per-user
installation and needs a major rework to do so, therefore the user
is required to have admin privileges to install VLC.

Still, RequestExecutionLevel was set to 'user' to be able to drop
privileges when launching vlc.exe at the end of the installation but
this was improved since (90496f23c2481bbaea21a586bc22631850751221) and
confirmed by the accesschk tool.

However requesting user execution level makes the unpacking occurs
twice: once with the user level and once after elevation.

Requesting admin permissions fixes the unpacking issue while still being
safe when launching VLC after the installation on XP and above.

10 years agonsis: kill VLC before copying/updating any file
Ludovic Fauvet [Thu, 28 Nov 2013 12:45:31 +0000 (13:45 +0100)]
nsis: kill VLC before copying/updating any file

During silent installations (/S) the installer will automatically kill
(without warning) any running instance of VLC before copying files.

Silent updates should now work using the flags /S /update.

10 years agonsis: compile the nsProcess plugin
Ludovic Fauvet [Thu, 28 Nov 2013 12:45:02 +0000 (13:45 +0100)]
nsis: compile the nsProcess plugin

The plugin is a NSIS helper used to find and kill a running process. It
is licensed under the same terms as NSIS (zlib/libpng).

10 years agoContribs: update live555 for security issues
Jean-Baptiste Kempf [Fri, 29 Nov 2013 11:18:33 +0000 (12:18 +0100)]
Contribs: update live555 for security issues

10 years agowin32: remove xstrdup macro.
Felix Abecassis [Fri, 29 Nov 2013 10:03:54 +0000 (11:03 +0100)]
win32: remove xstrdup macro.

Unnecessary (defined in vlc_common.h) and omitting the second operand is a GNU C extension.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoQt: fix profiles with vcodec=copy (fix #9342, fix #9485)
Francois Cartegnie [Fri, 29 Nov 2013 09:28:14 +0000 (10:28 +0100)]
Qt: fix profiles with vcodec=copy (fix #9342, fix #9485)

10 years agoaudiounit_ios: merge playback performance improvements from the Mac auhal module
Felix Paul Kühne [Thu, 28 Nov 2013 17:12:01 +0000 (18:12 +0100)]
audiounit_ios: merge playback performance improvements from the Mac auhal module

10 years agoMKV: change debug message
Jean-Baptiste Kempf [Thu, 28 Nov 2013 17:14:47 +0000 (18:14 +0100)]
MKV: change debug message

No need to call stream_Size and divide by 0

10 years agomacosx: adapt window main menu to HIG
David Fuhrmann [Thu, 28 Nov 2013 15:11:27 +0000 (16:11 +0100)]
macosx: adapt window main menu to HIG

add zoom menu item, rename minimize window to minimize,
and move close window to the open menu

close #9394

10 years agoMMDevice: simplify Close in WinRT mode
Jean-Baptiste Kempf [Thu, 28 Nov 2013 13:11:47 +0000 (14:11 +0100)]
MMDevice: simplify Close in WinRT mode

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agomacosx: implement simpler and generic drop view for all drag / drop operations
David Fuhrmann [Thu, 28 Nov 2013 12:08:11 +0000 (13:08 +0100)]
macosx: implement simpler and generic drop view for all drag / drop operations

- Use the new VLCDragDropView for both CAS and main window drop zone.
  This implements a drop highlight border the same way as in playlist view.
- Remove Brushed Metal Image view and its own drop implementation.
  When having a image view inside a drop zone, you need to use
  VLCDropDisabledImageView which disables the own drop handling of NSImageView.
- Removed more unneeded drop implementations for subviews from CAS

10 years agodemux: ogg: don't double read
Francois Cartegnie [Thu, 28 Nov 2013 09:01:52 +0000 (10:01 +0100)]
demux: ogg: don't double read

wrong fix for cid #1048729
bs_read in __MAX macro forwards read pointer twice

10 years agocodec: opus: fix oob read (cid #1062575)
Francois Cartegnie [Wed, 27 Nov 2013 19:06:37 +0000 (20:06 +0100)]
codec: opus: fix oob read (cid #1062575)

Opus supports up to 255 channels

10 years agodemux: ogg: fix unwanted heap reading (cid #1048649, cid #1048884)
Francois Cartegnie [Wed, 27 Nov 2013 18:48:43 +0000 (19:48 +0100)]
demux: ogg: fix unwanted heap reading (cid #1048649, cid #1048884)

Something clearly wrong with that code, as pointed by coverity.
Due to lack of samples using the old audio format 57 bytes
is a guess regarding the previous boundary check.

10 years agodemux: ogg: divide by zero fix (cid #1048729)
Francois Cartegnie [Wed, 27 Nov 2013 16:41:20 +0000 (17:41 +0100)]
demux: ogg: divide by zero fix (cid #1048729)

10 years agoauhal: implement pause by output silence instead of stopping output
David Fuhrmann [Wed, 27 Nov 2013 15:29:50 +0000 (16:29 +0100)]
auhal: implement pause by output silence instead of stopping output

Stopping and restarting the audio unit or device might take a
considerable amount of time. This leads to flushes, and
the user notice a delay for resuming audio.

Auhal does not have a better API for pause, so lets only play silence
for now. This fixes resume delays with analog mode, and might improve
delays for digital mode (through they are still occuring from
time to time here).

close #9536

10 years agodemux: asf: add packet values check.
Francois Cartegnie [Wed, 27 Nov 2013 13:17:24 +0000 (14:17 +0100)]
demux: asf: add packet values check.

div by zero in many places

10 years agodemux: asf: add check in control (CID 1132753)
Francois Cartegnie [Wed, 27 Nov 2013 13:13:01 +0000 (14:13 +0100)]
demux: asf: add check in control (CID 1132753)

If fp object was missing...

10 years agomux: asf: leaky bucket needs buffer size parameter
Francois Cartegnie [Wed, 27 Nov 2013 07:49:27 +0000 (08:49 +0100)]
mux: asf: leaky bucket needs buffer size parameter

10 years agoauhal: do not stop and restart audio unit on flush
David Fuhrmann [Tue, 26 Nov 2013 18:40:09 +0000 (19:40 +0100)]
auhal: do not stop and restart audio unit on flush

This is a manual revert of 878169fe, which is not needed anymore.
Additionally, it fixes blayback with devices which are not fast
enough for starting up.

close #9886

10 years agodemux: asf: seek seekable
Francois Cartegnie [Tue, 26 Nov 2013 15:21:52 +0000 (16:21 +0100)]
demux: asf: seek seekable

10 years agodemux: asf: ignore empty sub-payloads (fix #9990)
Francois Cartegnie [Tue, 26 Nov 2013 14:40:33 +0000 (15:40 +0100)]
demux: asf: ignore empty sub-payloads (fix #9990)

10 years agodemux: asf: fix seek boundaries
Francois Cartegnie [Tue, 26 Nov 2013 13:20:32 +0000 (14:20 +0100)]
demux: asf: fix seek boundaries

10 years agodemux: asf: fix guid comparison
Francois Cartegnie [Tue, 26 Nov 2013 12:07:56 +0000 (13:07 +0100)]
demux: asf: fix guid comparison

10 years agodemux: asf: fix wrong allocation size
Francois Cartegnie [Tue, 26 Nov 2013 09:27:50 +0000 (10:27 +0100)]
demux: asf: fix wrong allocation size

damn ! cid 1132614/1132615

10 years agolive555: remove read-only variable
Jean-Baptiste Kempf [Tue, 26 Nov 2013 08:10:06 +0000 (09:10 +0100)]
live555: remove read-only variable

10 years agoMap MSN Audio to MS_GSM, as it is just extensions
Jean-Baptiste Kempf [Tue, 26 Nov 2013 08:01:05 +0000 (09:01 +0100)]
Map MSN Audio to MS_GSM, as it is just extensions

10 years agodemux: asf: add out-of-spec guids
Francois Cartegnie [Tue, 26 Nov 2013 06:41:43 +0000 (07:41 +0100)]
demux: asf: add out-of-spec guids

10 years agofreetype: fix potential memory leak (cid #1048945)
Rémi Duraffort [Mon, 25 Nov 2013 18:33:11 +0000 (19:33 +0100)]
freetype: fix potential memory leak (cid #1048945)

10 years agoupdate: fix memory leak (cid #1100857)
Rémi Duraffort [Mon, 25 Nov 2013 18:26:52 +0000 (19:26 +0100)]
update: fix memory leak (cid #1100857)

10 years agoauhal: fix crash on error paths for stream format change
David Fuhrmann [Mon, 25 Nov 2013 18:48:40 +0000 (19:48 +0100)]
auhal: fix crash on error paths for stream format change

ref #9957

10 years agoasx: fix many memory leaks (and cid #1109641)
Rémi Duraffort [Mon, 25 Nov 2013 18:20:11 +0000 (19:20 +0100)]
asx: fix many memory leaks (and cid #1109641)

10 years agoogg: fix type conversion (cid #1125392 and #1125393)
Rémi Duraffort [Mon, 25 Nov 2013 18:07:10 +0000 (19:07 +0100)]
ogg: fix type conversion (cid #1125392 and #1125393)

10 years agoFix read of unitialized variable (cid #1125395)
Rémi Duraffort [Mon, 25 Nov 2013 18:02:16 +0000 (19:02 +0100)]
Fix read of unitialized variable (cid #1125395)

Even if should not have any impact during execution.

10 years agodemux: asf: enforce root object boundary (fix #9441)
Francois Cartegnie [Mon, 25 Nov 2013 17:13:09 +0000 (18:13 +0100)]
demux: asf: enforce root object boundary (fix #9441)

Seems some encoder reuses previous memory area for junk sections.

10 years agodemux: asf: add fake root guid for debugging
Francois Cartegnie [Mon, 25 Nov 2013 16:25:57 +0000 (17:25 +0100)]
demux: asf: add fake root guid for debugging

10 years agomacosx: fix issue which caused automatic video resizing even if disabled
David Fuhrmann [Mon, 25 Nov 2013 16:38:01 +0000 (17:38 +0100)]
macosx: fix issue which caused automatic video resizing even if disabled

close #9864