]> git.sesse.net Git - vlc/log
vlc
9 years agodemux: ts: update pid states before parsing data
Francois Cartegnie [Fri, 13 Mar 2015 15:04:59 +0000 (16:04 +0100)]
demux: ts: update pid states before parsing data

9 years agomacosx: fix video-wallpaper mode by ignoring core events
David Fuhrmann [Sat, 14 Mar 2015 14:59:26 +0000 (15:59 +0100)]
macosx: fix video-wallpaper mode by ignoring core events

wallpaper mode is more complicated than setting fullscreen and
level values. Thus, it is implemented in the macosx UI, and we
need to ignore some core events for proper functioning.

close #14151

9 years agoMap Canopus HQX decoder
Jean-Baptiste Kempf [Sat, 14 Mar 2015 13:30:06 +0000 (14:30 +0100)]
Map Canopus HQX decoder

9 years agoAdd Canopus HQX FourCC
Jean-Baptiste Kempf [Sat, 14 Mar 2015 13:25:26 +0000 (14:25 +0100)]
Add Canopus HQX FourCC

9 years agoMap TDSC avcodec
Jean-Baptiste Kempf [Sat, 14 Mar 2015 13:22:30 +0000 (14:22 +0100)]
Map TDSC avcodec

9 years agoAdd TDSC fourCC
Jean-Baptiste Kempf [Sat, 14 Mar 2015 13:22:15 +0000 (14:22 +0100)]
Add TDSC fourCC

9 years agoUpdate NEWS
Jean-Baptiste Kempf [Sat, 14 Mar 2015 10:45:39 +0000 (11:45 +0100)]
Update NEWS

9 years agoMKV: avoid using the last_dts of a track we know is not used anymore
Steve Lhomme [Fri, 13 Mar 2015 14:34:29 +0000 (14:34 +0000)]
MKV: avoid using the last_dts of a track we know is not used anymore

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: don't use MTK MPEG4 decoders
Thomas Guillem [Fri, 13 Mar 2015 17:27:32 +0000 (18:27 +0100)]
mediacodec: don't use MTK MPEG4 decoders

Fix a crash with android mediaserver

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWin32: fix uninitialised variable and double free in drive letters mode
Hannes Domani [Fri, 13 Mar 2015 17:01:23 +0000 (18:01 +0100)]
Win32: fix uninitialised variable and double free in drive letters mode

Close #14140

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoConsistent strings to avoid duplications
Jean-Baptiste Kempf [Fri, 13 Mar 2015 15:01:17 +0000 (16:01 +0100)]
Consistent strings to avoid duplications

9 years agosftp: add options for username and password
Petri Hintukainen [Fri, 13 Mar 2015 13:25:56 +0000 (15:25 +0200)]
sftp: add options for username and password

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: fix compilation
Jean-Baptiste Kempf [Fri, 13 Mar 2015 14:32:07 +0000 (15:32 +0100)]
MKV: fix compilation

9 years agoMKV: remove unused i_time_offset variable when seeking
Steve Lhomme [Fri, 13 Mar 2015 12:13:22 +0000 (13:13 +0100)]
MKV: remove unused i_time_offset variable when seeking

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: no need to add VLC_TS_0 here, it's already shifted
Steve Lhomme [Fri, 13 Mar 2015 13:24:25 +0000 (14:24 +0100)]
MKV: no need to add VLC_TS_0 here, it's already shifted

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: init the index time to -1 as it was intended
Steve Lhomme [Fri, 13 Mar 2015 13:12:45 +0000 (14:12 +0100)]
MKV: init the index time to -1 as it was intended

As witnessed here git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/mkv/matroska_segment.cpp;hb=HEAD#l1427

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: divide i_default_duration by 1000 once and for all
Steve Lhomme [Fri, 13 Mar 2015 13:37:50 +0000 (14:37 +0100)]
MKV: divide i_default_duration by 1000 once and for all

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agowpl: Remove debugging leftover
Hugo Beauzée-Luyssen [Fri, 13 Mar 2015 14:28:33 +0000 (15:28 +0100)]
wpl: Remove debugging leftover

9 years agoplaylist: Rewrite WPL module
Hugo Beauzée-Luyssen [Fri, 13 Mar 2015 14:18:38 +0000 (15:18 +0100)]
playlist: Rewrite WPL module

It is now using our XML parser, and is licensed as LGPL

9 years agoRemove WPL module
Hugo Beauzée-Luyssen [Fri, 13 Mar 2015 14:13:09 +0000 (15:13 +0100)]
Remove WPL module

9 years agosftp: do not try to open directory as a file
Petri Hintukainen [Fri, 13 Mar 2015 09:04:48 +0000 (11:04 +0200)]
sftp: do not try to open directory as a file

Usually opening a directory as a file succeeds.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: check getOutputBuffers and getInputBuffers
Thomas Guillem [Fri, 13 Mar 2015 08:40:48 +0000 (09:40 +0100)]
mediacodec: check getOutputBuffers and getInputBuffers

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: factorize exception check
Thomas Guillem [Fri, 13 Mar 2015 08:40:47 +0000 (09:40 +0100)]
mediacodec: factorize exception check

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: ts: memleak due missing psi pkt release
Francois Cartegnie [Thu, 12 Mar 2015 18:47:16 +0000 (19:47 +0100)]
demux: ts: memleak due missing psi pkt release

9 years agoRevert "Fixed warning for uninitialized variable"
Jean-Baptiste Kempf [Thu, 12 Mar 2015 17:26:55 +0000 (18:26 +0100)]
Revert "Fixed warning for uninitialized variable"

This reverts commit 14f739a56a0515da2905eb7f591fe9ad55f4a040.

9 years agosftp: error out if net_Connect fails
Petri Hintukainen [Thu, 12 Mar 2015 13:03:23 +0000 (15:03 +0200)]
sftp: error out if net_Connect fails

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agosftp: close sockets
Petri Hintukainen [Thu, 12 Mar 2015 12:26:49 +0000 (14:26 +0200)]
sftp: close sockets

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agosftp: close sftp handle in error path
Petri Hintukainen [Thu, 12 Mar 2015 12:49:39 +0000 (14:49 +0200)]
sftp: close sftp handle in error path

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: fix rotation before API 21
Thomas Guillem [Thu, 12 Mar 2015 12:05:19 +0000 (13:05 +0100)]
mediacodec: fix rotation before API 21

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agobluray: remove unused include
Petri Hintukainen [Thu, 12 Mar 2015 12:31:08 +0000 (14:31 +0200)]
bluray: remove unused include

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: don't use FLOAT, it breaks 5.1/7.1
Thomas Guillem [Thu, 12 Mar 2015 12:58:36 +0000 (13:58 +0100)]
audiotrack: don't use FLOAT, it breaks 5.1/7.1

Since 5.1 or 7.1 Float is down sampled to Stereo Float.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoupdate NEWS
Francois Cartegnie [Thu, 12 Mar 2015 13:12:52 +0000 (14:12 +0100)]
update NEWS

9 years agocodec: lpcm: fix multi groups reading
Francois Cartegnie [Thu, 12 Mar 2015 13:07:49 +0000 (14:07 +0100)]
codec: lpcm: fix multi groups reading

p_out need to increment after all groups.
refs DVD-A_6ChannelID_16bit48000Hz2group6ch.AOB

9 years agoUpdate MODULES_LIST to please the alphabetically order of the script
Jean-Baptiste Kempf [Thu, 12 Mar 2015 10:16:58 +0000 (11:16 +0100)]
Update MODULES_LIST to please the alphabetically order of the script

My OCD will be happy...

9 years agoRemove ZPL demuxer
Jean-Baptiste Kempf [Thu, 12 Mar 2015 10:12:45 +0000 (11:12 +0100)]
Remove ZPL demuxer

This is confusing with Zune Playlists and those are extremely rare

9 years agoios vout: don't cancel touches in vout
Felix Paul Kühne [Wed, 11 Mar 2015 21:22:54 +0000 (22:22 +0100)]
ios vout: don't cancel touches in vout

9 years agoMake sure the avparser is used for VP9 rather than the Copy Packetizer
Steve Lhomme [Wed, 11 Mar 2015 12:27:16 +0000 (13:27 +0100)]
Make sure the avparser is used for VP9 rather than the Copy Packetizer

Fixes #11690 which didn't work with avcodec

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: move error check to good scope
Thomas Guillem [Wed, 11 Mar 2015 14:51:07 +0000 (15:51 +0100)]
audiotrack: move error check to good scope

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: fix error when writing buffer of size 0
Thomas Guillem [Wed, 11 Mar 2015 14:51:06 +0000 (15:51 +0100)]
audiotrack: fix error when writing buffer of size 0

It happens when time streching is enabled

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: re-init offset after a flush too
Thomas Guillem [Wed, 11 Mar 2015 14:51:05 +0000 (15:51 +0100)]
audiotrack: re-init offset after a flush too

fix crash after a flush

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoUPnP: important rewrite
Hugo Beauzée-Luyssen [Tue, 10 Mar 2015 17:52:44 +0000 (18:52 +0100)]
UPnP: important rewrite

This is splitting the UPnP module in 2 parts:
- A service discovery module that is solely responsible for discovering
UPnP devices on the network
- An access module that will leverage the recently introduced
pf_readdir callback to list directories.

This removes the need for recursion and handling of all the items from
within the SD module.

9 years agoContribs: disabling decoders is not a great idea
Jean-Baptiste Kempf [Wed, 11 Mar 2015 14:28:38 +0000 (15:28 +0100)]
Contribs: disabling decoders is not a great idea

Especially since libavcodec DTS is soon going to be way better than
libdca

9 years agoAudioTrack: fix typo while squashing commits
Jean-Baptiste Kempf [Wed, 11 Mar 2015 14:25:14 +0000 (15:25 +0100)]
AudioTrack: fix typo while squashing commits

9 years agoaudiotrack: add AC3 passthrough support
Thomas Guillem [Wed, 11 Mar 2015 14:00:50 +0000 (15:00 +0100)]
audiotrack: add AC3 passthrough support

Try to configure AudioTrack with AC3 passthrough after Android Lollipop. If it
fails, fallback to PCM 5.1. If it fails again, fallback to PCM stereo.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: finish float support
Thomas Guillem [Wed, 11 Mar 2015 14:00:49 +0000 (15:00 +0100)]
audiotrack: finish float support

You have to call the write method with float array (starting API 21)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: refactor Write
Thomas Guillem [Wed, 11 Mar 2015 14:00:48 +0000 (15:00 +0100)]
audiotrack: refactor Write

Don't change p_buffer internal values, but use a local offset to know the
position.

The main advantage is that we can use this offset with the Android write method
in order to avoid a Java copy when you call Write several time for the same
p_buffer.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: fix deadlock if JNIThread has an error
Thomas Guillem [Wed, 11 Mar 2015 14:00:47 +0000 (15:00 +0100)]
audiotrack: fix deadlock if JNIThread has an error

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: don't re-init to NULL
Thomas Guillem [Wed, 11 Mar 2015 14:00:46 +0000 (15:00 +0100)]
audiotrack: don't re-init to NULL

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: refactor Configure and Start
Thomas Guillem [Wed, 11 Mar 2015 14:00:45 +0000 (15:00 +0100)]
audiotrack: refactor Configure and Start

Rename JNIThread_Configure into JNIThread_NewAudioTrack. This function doesn't
touch any vlc format anymore, it does only Android AudioTrack configuration.
The VLC init part is done by the Start function. JNIThread_NewAudioTrack can be
called up to 3 times by Start with different channels and format until if find
a working configuration. Indeed some devices don't support 5.1, or FL32.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: lpcm: fix AOB decoding (fix #11936)
Francois Cartegnie [Tue, 10 Mar 2015 18:05:22 +0000 (19:05 +0100)]
demux: lpcm: fix AOB decoding (fix #11936)

Fixes endianness and aout 16/32 bits.
AOB channels are split into 2 groups, with only one
that might be in use. They both can differ in
resolution and sampling rate.
We have to set output buffer to max bits of those two
and adapt reads accordingly to each group.
We'll reject only different group sampling rates
(missing spec about interleaving).

9 years agoReimplement NumInRange without strtol
Hugo Beauzée-Luyssen [Wed, 11 Mar 2015 09:35:22 +0000 (10:35 +0100)]
Reimplement NumInRange without strtol

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoRelicense duplicate to LGPL
Jean-Baptiste Kempf [Wed, 11 Mar 2015 09:22:31 +0000 (10:22 +0100)]
Relicense duplicate to LGPL

9 years agoDuplicate: destroy the NumInRange implementation
Jean-Baptiste Kempf [Wed, 11 Mar 2015 09:20:20 +0000 (10:20 +0100)]
Duplicate: destroy the NumInRange implementation

!!! This code is now BROKEN.

This remove the code from Andy Chenee

9 years agoRemove duplicate translator entry per request
Christoph Miebach [Tue, 10 Mar 2015 20:13:52 +0000 (16:13 -0400)]
Remove duplicate translator entry per request

9 years agoAdd vlc_UrlParse tests
Hugo Beauzée-Luyssen [Tue, 10 Mar 2015 14:45:03 +0000 (15:45 +0100)]
Add vlc_UrlParse tests

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agotext: url: Fix options parsing
Hugo Beauzée-Luyssen [Tue, 10 Mar 2015 14:45:04 +0000 (15:45 +0100)]
text: url: Fix options parsing

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agoChange translator name per request
Christoph Miebach [Tue, 10 Mar 2015 18:14:08 +0000 (14:14 -0400)]
Change translator name per request

9 years agoaudiotrack: simplify channel reordering
Thomas Guillem [Tue, 10 Mar 2015 13:58:00 +0000 (13:58 +0000)]
audiotrack: simplify channel reordering

And do it for every channels configuration.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: fix typo
Thomas Guillem [Tue, 10 Mar 2015 13:59:41 +0000 (13:59 +0000)]
audiotrack: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: use VLC_CLIP
Thomas Guillem [Tue, 10 Mar 2015 13:59:40 +0000 (13:59 +0000)]
audiotrack: use VLC_CLIP

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: VP9 has incremental frames, no B-frames
Steve Lhomme [Tue, 10 Mar 2015 10:48:47 +0000 (10:48 +0000)]
MKV: VP9 has incremental frames, no B-frames

Fixes #11690

#11690 still fails to play with avcodec after that fix but is fine with libvpx

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocodec: lpcm: convert endianness for 16bits AOB
Francois Cartegnie [Tue, 10 Mar 2015 14:33:49 +0000 (15:33 +0100)]
codec: lpcm: convert endianness for 16bits AOB

refs #11936 http://mpchc.omertabeyond.com/incorrect_audio_stream.AOB

9 years agodsm: Fix leak
Hugo Beauzée-Luyssen [Tue, 10 Mar 2015 13:33:26 +0000 (14:33 +0100)]
dsm: Fix leak

9 years agodsm: sd: Check for malloc failure
Hugo Beauzée-Luyssen [Fri, 6 Mar 2015 14:12:41 +0000 (15:12 +0100)]
dsm: sd: Check for malloc failure

9 years agodemux: ts: remove PES full header check
Francois Cartegnie [Tue, 10 Mar 2015 13:18:32 +0000 (14:18 +0100)]
demux: ts: remove PES full header check

Some full headers (including filling) are more than 34 bytes.
Now fail late parsing it, and relegate header>packet size check
to caller.

9 years agosftp: fix read
Petri Hintukainen [Tue, 10 Mar 2015 09:03:23 +0000 (11:03 +0200)]
sftp: fix read

libssh2_sftp_read may return less than requested.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: add 5.1 and 7.1 support
Thomas Guillem [Mon, 9 Mar 2015 16:48:22 +0000 (17:48 +0100)]
audiotrack: add 5.1 and 7.1 support

Works with SPDIF and HDMI audio output. Android will downmix to stereo if the
audio output is stereo.

7.1 support was added since Android 5.0.

5.1 support was added since the beginning but doesn't work on old devices.
That's why we fallback to stereo if AudioTrack fails to init with more than 2
channels.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWin32 Vout: if a crop/aspect ratio is received, force the texture update
Steve Lhomme [Mon, 9 Mar 2015 15:11:31 +0000 (16:11 +0100)]
Win32 Vout: if a crop/aspect ratio is received, force the texture update

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoDirect3D vout: more debugging info
Steve Lhomme [Mon, 9 Mar 2015 15:35:34 +0000 (16:35 +0100)]
Direct3D vout: more debugging info

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoRevert "--stats: default to false" (fixes #14035)
Rémi Denis-Courmont [Mon, 2 Mar 2015 18:28:14 +0000 (20:28 +0200)]
Revert "--stats: default to false" (fixes #14035)

This reverts commit c24ea5fb3af17c08ea12d94a106577d06e9f4870.

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agoqt: fix recent input item usage
Rémi Denis-Courmont [Mon, 9 Mar 2015 16:46:00 +0000 (18:46 +0200)]
qt: fix recent input item usage

 - Fix encoding (fixes #14123)
 - Fix data race on URI
 - Avoid useless variable retrievals
 - Avoid upcasting to double precision

9 years agocodec: lpcm: reorder channels only after decoding (fix #14114)
Francois Cartegnie [Mon, 9 Mar 2015 16:00:15 +0000 (17:00 +0100)]
codec: lpcm: reorder channels only after decoding (fix #14114)

24bit LPCM is packed and can't be reordered without introducing
clipping issues.

9 years agoAdd TTML FourCC
Jean-Baptiste Kempf [Mon, 9 Mar 2015 14:17:55 +0000 (15:17 +0100)]
Add TTML FourCC

9 years agod3d11 vout plugin
Martell Malone [Wed, 24 Dec 2014 16:37:27 +0000 (16:37 +0000)]
d3d11 vout plugin

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMEDIASUBTYPE_I420 is in add wmcodecdsp.h
Martell Malone [Wed, 18 Feb 2015 15:28:58 +0000 (15:28 +0000)]
MEDIASUBTYPE_I420 is in add wmcodecdsp.h

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoFixed warning for uninitialized variable
Ian Chamberlain [Sun, 1 Mar 2015 07:02:22 +0000 (07:02 +0000)]
Fixed warning for uninitialized variable

This was an uninitialized variable, as far as I could tell there was no reason not to initialize it to NULL in these two cases.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: MKV_DEBUG is a define to set, not a particular value
Steve Lhomme [Mon, 2 Mar 2015 08:15:57 +0000 (08:15 +0000)]
MKV: MKV_DEBUG is a define to set, not a particular value

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMKV: do not hard define MKV_DEBUG
Steve Lhomme [Mon, 2 Mar 2015 08:09:27 +0000 (08:09 +0000)]
MKV: do not hard define MKV_DEBUG

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agogestures: fix: allow gesture to be triggered
Zoran Turalija [Sun, 8 Mar 2015 15:35:33 +0000 (15:35 +0000)]
gestures: fix: allow gesture to be triggered

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomacosx: fix initialization of nonembedded window
David Fuhrmann [Sun, 8 Mar 2015 16:49:01 +0000 (17:49 +0100)]
macosx: fix initialization of nonembedded window

9 years agomacosx: playlist: catch update events for metadata and info
David Fuhrmann [Sun, 8 Mar 2015 16:14:53 +0000 (17:14 +0100)]
macosx: playlist: catch update events for metadata and info

Playlist view gets updated to display new information.
Info dialog gets updates (shows only information about currently
played input at the moment).

close #13729

9 years agomacosx: playlist: update sidebar badge after playlist changed
David Fuhrmann [Sat, 7 Mar 2015 12:10:37 +0000 (13:10 +0100)]
macosx: playlist: update sidebar badge after playlist changed

9 years agomacosx: playlist: deselect item after changing categories
David Fuhrmann [Sat, 7 Mar 2015 12:09:52 +0000 (13:09 +0100)]
macosx: playlist: deselect item after changing categories

9 years agomacosx: remove remnants of old playlist update mechanism
David Fuhrmann [Sat, 7 Mar 2015 11:37:31 +0000 (12:37 +0100)]
macosx: remove remnants of old playlist update mechanism

9 years agomacosx: playlist: simplify deletion code
David Fuhrmann [Sat, 7 Mar 2015 11:05:18 +0000 (12:05 +0100)]
macosx: playlist: simplify deletion code

9 years agomacosx: select currently played item
David Fuhrmann [Sat, 7 Mar 2015 10:05:46 +0000 (11:05 +0100)]
macosx: select currently played item

And expand outline view tree if necessary.

9 years agocontrib: gme: don't skip negative (fixes #14088)
Hannes Domani [Fri, 6 Mar 2015 13:43:45 +0000 (14:43 +0100)]
contrib: gme: don't skip negative (fixes #14088)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoqtcapture: Clarify help text for qtcapture args
Jed Smith [Sun, 8 Mar 2015 02:02:03 +0000 (18:02 -0800)]
qtcapture: Clarify help text for qtcapture args

The maximum resolution encouraged in the help text for the qtcapture
arguments is 1280x480, which doesn't make sense. The patch author
intended to imply 720p but appears to have forgotten the height
dimension. In addition, clean up the help text a bit.

--qtcapture-height works with 720, anyway, so it's just a doc issue.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: mp4: add dts/pts index entries count guards (fix #14047)
Francois Cartegnie [Sat, 7 Mar 2015 18:03:55 +0000 (19:03 +0100)]
demux: mp4: add dts/pts index entries count guards (fix #14047)

9 years agodemux: mp4: fix memleak on error
Francois Cartegnie [Sat, 7 Mar 2015 18:00:59 +0000 (19:00 +0100)]
demux: mp4: fix memleak on error

9 years agodemux: mp4: fix memleak on error
Francois Cartegnie [Sat, 7 Mar 2015 17:26:31 +0000 (18:26 +0100)]
demux: mp4: fix memleak on error

9 years agodemux: ts: send discontinuity flagged block to es on seek
Francois Cartegnie [Sat, 7 Mar 2015 10:52:28 +0000 (11:52 +0100)]
demux: ts: send discontinuity flagged block to es on seek

9 years agodemux: ts: filter out es according to selection
Francois Cartegnie [Fri, 6 Mar 2015 21:36:25 +0000 (22:36 +0100)]
demux: ts: filter out es according to selection

All ES packets are gathered if there's no access control/dvb
filtering, adding lots of memcopy/realloc operations for packets
which will be discarded later by ES out.

9 years agodemux: ts: don't delete unknown group
Francois Cartegnie [Fri, 6 Mar 2015 21:30:40 +0000 (22:30 +0100)]
demux: ts: don't delete unknown group

9 years agodemux: ts: describe unknown es
Francois Cartegnie [Fri, 6 Mar 2015 12:37:41 +0000 (13:37 +0100)]
demux: ts: describe unknown es

9 years agodemux: ts: SetPIDFilter: pass by pid
Francois Cartegnie [Thu, 5 Mar 2015 14:28:12 +0000 (15:28 +0100)]
demux: ts: SetPIDFilter: pass by pid

9 years agoHLS: store IVs per segment
Rafaël Carré [Fri, 6 Mar 2015 18:36:40 +0000 (19:36 +0100)]
HLS: store IVs per segment

9 years agomacosx: Fix index out of bound crash in open dialog
David Fuhrmann [Thu, 5 Mar 2015 18:13:58 +0000 (19:13 +0100)]
macosx: Fix index out of bound crash in open dialog

This happend when multiple audio devices with the same name are
connected.

9 years agoaudiotrack: Fix deadlock with Android 4.4.2, 4.4.3 and 4.4.4
Thomas Guillem [Thu, 5 Mar 2015 18:03:33 +0000 (19:03 +0100)]
audiotrack: Fix deadlock with Android 4.4.2, 4.4.3 and 4.4.4

see https://code.google.com/p/android/issues/detail?id=65807
see https://code.google.com/p/android/issues/detail?id=70877

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoaudiotrack: wait more when internal buffer is full
Thomas Guillem [Thu, 5 Mar 2015 18:03:32 +0000 (19:03 +0100)]
audiotrack: wait more when internal buffer is full

Less CPU usage.

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