]> git.sesse.net Git - vlc/log
vlc
9 years agoskins2: add support for the new key accelerator feature.
Erwan Tulou [Fri, 11 Jul 2014 15:58:12 +0000 (17:58 +0200)]
skins2: add support for the new key accelerator feature.

9 years agoQt(Dialog provider): Add support for key accelerators
Erwan Tulou [Fri, 11 Jul 2014 15:48:06 +0000 (17:48 +0200)]
Qt(Dialog provider): Add support for key accelerators

9 years agosrc/darwin: update copyright
Felix Paul Kühne [Sat, 12 Jul 2014 15:40:29 +0000 (17:40 +0200)]
src/darwin: update copyright

9 years agomacosx: fix run-time exception
Felix Paul Kühne [Sat, 12 Jul 2014 14:47:28 +0000 (16:47 +0200)]
macosx: fix run-time exception

9 years agosrc: fix lib dir lookup on OS X if vlc is not part of any Mac-style package (close...
Felix Paul Kühne [Sat, 12 Jul 2014 11:42:55 +0000 (13:42 +0200)]
src: fix lib dir lookup on OS X if vlc is not part of any Mac-style package (close #11681)

9 years agocontrib: add libdsm (v0.0.2) and its dependency libtasn1 (v3.7)
Felix Paul Kühne [Sat, 12 Jul 2014 13:43:18 +0000 (15:43 +0200)]
contrib: add libdsm (v0.0.2) and its dependency libtasn1 (v3.7)

9 years agomacosx: don't try to resume playback if file was moved or deleted (close #11644)
Felix Paul Kühne [Sat, 12 Jul 2014 13:17:10 +0000 (15:17 +0200)]
macosx: don't try to resume playback if file was moved or deleted (close #11644)

9 years agosrc: correctly honour source specific IP addresses in IGMPv3 requests on OS X (close...
Felix Paul Kühne [Sat, 12 Jul 2014 10:14:39 +0000 (12:14 +0200)]
src: correctly honour source specific IP addresses in IGMPv3 requests on OS X (close #6524)

9 years agoomxil: move input handling into DecodeVideoInput
Thomas Guillem [Thu, 10 Jul 2014 21:53:38 +0000 (23:53 +0200)]
omxil: move input handling into DecodeVideoInput

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agodvbpsi: add sys/types.h as appropriate
Sean McGovern [Fri, 11 Jul 2014 00:22:11 +0000 (20:22 -0400)]
dvbpsi: add sys/types.h as appropriate

Signed-off-by: Rafaël Carré <funman@videolan.org>
9 years agoTS demux: partially revert 8eb0b3d3b53c29b3495dcac275b5fe51f7633a6b
Rafaël Carré [Fri, 11 Jul 2014 12:25:08 +0000 (14:25 +0200)]
TS demux: partially revert 8eb0b3d3b53c29b3495dcac275b5fe51f7633a6b

Using both PCR and ES PTS seems to cause problems in some cases

9 years agocontrib: x265 1.2
Rafaël Carré [Fri, 11 Jul 2014 12:24:43 +0000 (14:24 +0200)]
contrib: x265 1.2

9 years agoomxil: improve performance
Thomas Guillem [Thu, 10 Jul 2014 14:29:57 +0000 (16:29 +0200)]
omxil: improve performance

Input port handling can take some time (200ms max). During that time, a new
output buffer can be filled by OMX, so try to get a decoded frame again if we
didn't have one in the first time.

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agoomxil: move output handling into DecodeVideoOutput
Thomas Guillem [Thu, 10 Jul 2014 14:29:56 +0000 (16:29 +0200)]
omxil: move output handling into DecodeVideoOutput

Signed-off-by: Martin Storsjö <martin@martin.st>
9 years agocontrib/jpeg: use our own download server since ijg.org is blocking downloads with...
Felix Paul Kühne [Thu, 10 Jul 2014 17:57:00 +0000 (19:57 +0200)]
contrib/jpeg: use our own download server since ijg.org is blocking downloads with curl

9 years agoUpdate news
Rémi Denis-Courmont [Thu, 10 Jul 2014 17:49:38 +0000 (20:49 +0300)]
Update news

9 years agosmf: implement SET_POSITION and SET_TIME
Rémi Denis-Courmont [Thu, 10 Jul 2014 17:35:12 +0000 (20:35 +0300)]
smf: implement SET_POSITION and SET_TIME

9 years agoFluidSynth: handle discontinuities
Rémi Denis-Courmont [Thu, 10 Jul 2014 17:34:53 +0000 (20:34 +0300)]
FluidSynth: handle discontinuities

9 years agosmf: implement GET_POSITION and GET_LENGTH
Rémi Denis-Courmont [Wed, 9 Jul 2014 21:05:57 +0000 (00:05 +0300)]
smf: implement GET_POSITION and GET_LENGTH

9 years agosmf: revector
Rémi Denis-Courmont [Thu, 10 Jul 2014 16:05:05 +0000 (19:05 +0300)]
smf: revector

9 years agosmf: retain track start offset
Rémi Denis-Courmont [Wed, 9 Jul 2014 21:23:09 +0000 (00:23 +0300)]
smf: retain track start offset

9 years agosmf: avoid arbitrarily long (PCR wise) Demux calls
Rémi Denis-Courmont [Wed, 9 Jul 2014 20:18:22 +0000 (23:18 +0300)]
smf: avoid arbitrarily long (PCR wise) Demux calls

Always return after one tick or one events timestamp.

9 years agosmf: simplify usage of VLC_TS_0
Rémi Denis-Courmont [Wed, 9 Jul 2014 19:56:02 +0000 (22:56 +0300)]
smf: simplify usage of VLC_TS_0

9 years agosmf: reorder code, no functional changes
Rémi Denis-Courmont [Thu, 2 Jan 2014 18:43:43 +0000 (20:43 +0200)]
smf: reorder code, no functional changes

9 years agovout_ios2: partially revert commit 83228de55 due broken scaleFactor (refs #11745)
Gleb Pinigin [Wed, 9 Jul 2014 09:28:40 +0000 (16:28 +0700)]
vout_ios2: partially revert commit 83228de55 due broken scaleFactor (refs #11745)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
9 years agoFix playback of the new QNAP h264/avi files
Jean-Baptiste Kempf [Wed, 9 Jul 2014 01:56:33 +0000 (03:56 +0200)]
Fix playback of the new QNAP h264/avi files

9 years agoTS demux: set PCR for all programs
Rafaël Carré [Tue, 8 Jul 2014 16:33:12 +0000 (18:33 +0200)]
TS demux: set PCR for all programs

Using the currently selected programs is wrong when we're using another
filter than --program.

Unconditionally use the PTS/DTS as PCR, which fixes automatically
lack of PCR.

Let's keep --no-ts-trust-pcr for when PCR is completely broken

9 years agots demux: fix no-ts-trust-pcr for MPTS
Rafaël Carré [Tue, 8 Jul 2014 12:04:52 +0000 (14:04 +0200)]
ts demux: fix no-ts-trust-pcr for MPTS

9 years agoposix: handle newlocale() errors
Rémi Denis-Courmont [Mon, 7 Jul 2014 17:25:09 +0000 (20:25 +0300)]
posix: handle newlocale() errors

newlocale() will fail if the specified locale is not found. Here, it
can fail if the environment variables refer to an invalid or missing
locale.

Pointed-out-by: Casian Andrei <skeletk13@gmail.com>
9 years agoaccess/Makefile.am: Fix dsm module source file path
Julien 'Lta' BALLET [Mon, 7 Jul 2014 15:58:17 +0000 (17:58 +0200)]
access/Makefile.am: Fix dsm module source file path

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodirectory: fix memory leak
Rémi Denis-Courmont [Mon, 7 Jul 2014 16:09:31 +0000 (19:09 +0300)]
directory: fix memory leak

9 years agodirectory: fix double closedir()
Rémi Denis-Courmont [Mon, 7 Jul 2014 16:07:44 +0000 (19:07 +0300)]
directory: fix double closedir()

9 years agorawvid: fix error handling
Rémi Denis-Courmont [Mon, 7 Jul 2014 16:02:31 +0000 (19:02 +0300)]
rawvid: fix error handling

9 years agocdda: fix error handling
Rémi Denis-Courmont [Mon, 7 Jul 2014 15:59:26 +0000 (18:59 +0300)]
cdda: fix error handling

9 years agodshow: off by one
Rémi Denis-Courmont [Mon, 7 Jul 2014 15:38:36 +0000 (18:38 +0300)]
dshow: off by one

9 years agolibvlc: add error checking after calling var_Change
Felix Abecassis [Mon, 7 Jul 2014 10:41:32 +0000 (12:41 +0200)]
libvlc: add error checking after calling var_Change

Previously, if var_Change failed (e.g. with VLC_ENOVAR), an
uninitialized value was returned.

9 years agoios build script: compilation fix
Felix Paul Kühne [Sat, 5 Jul 2014 09:28:35 +0000 (11:28 +0200)]
ios build script: compilation fix

9 years agomacosx: remove unneeded cast
David Fuhrmann [Sun, 6 Jul 2014 16:40:40 +0000 (18:40 +0200)]
macosx: remove unneeded cast

9 years agomacosx: constify char* parameters for setVideoFilter*
David Fuhrmann [Sun, 6 Jul 2014 16:39:57 +0000 (18:39 +0200)]
macosx: constify char* parameters for setVideoFilter*

9 years agomacosx: correctly reset video-splitter on video effects profile change
David Fuhrmann [Sun, 6 Jul 2014 16:26:22 +0000 (18:26 +0200)]
macosx: correctly reset video-splitter on video effects profile change

9 years agodshow: fix timestamp conversion (fixes #11725)
Rémi Denis-Courmont [Sat, 5 Jul 2014 07:27:08 +0000 (10:27 +0300)]
dshow: fix timestamp conversion (fixes #11725)

Zero is a legal REFERENCE_TIME value.

9 years agoContribs: apply OSX patch only on OSX
Jean-Baptiste Kempf [Sat, 5 Jul 2014 22:59:01 +0000 (00:59 +0200)]
Contribs: apply OSX patch only on OSX

Else, it conflicts with Win32 patch and fails to compile

9 years agoContribs: update fontconfig to 2.11.1
Jean-Baptiste Kempf [Sat, 5 Jul 2014 17:08:44 +0000 (19:08 +0200)]
Contribs: update fontconfig to 2.11.1

9 years agoavcodec: don't guess size when encoding video
Tristan Matthews [Fri, 4 Jul 2014 13:34:57 +0000 (09:34 -0400)]
avcodec: don't guess size when encoding video

Instead, let avcodec_encode_video2 allocate the buffer, then
wrap it in a block_t.

Fixes #11605

10 years agoContribs: update gettext to 0.19.1
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:57:49 +0000 (21:57 +0200)]
Contribs: update gettext to 0.19.1

10 years agoContribs: update jpeg to 9a
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:51:54 +0000 (21:51 +0200)]
Contribs: update jpeg to 9a

10 years agoContribs: update PNG to 1.6.12
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:49:04 +0000 (21:49 +0200)]
Contribs: update PNG to 1.6.12

10 years agoContribs: update Ogg to 1.3.2
Jean-Baptiste Kempf [Fri, 4 Jul 2014 19:40:28 +0000 (21:40 +0200)]
Contribs: update Ogg to 1.3.2

10 years agoAdd a libdsm based service discovery module to find CIFS speaking host on LAN
Julien 'Lta' BALLET [Wed, 2 Jul 2014 11:58:40 +0000 (11:58 +0000)]
Add a libdsm based service discovery module to find CIFS speaking host on LAN

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd pf_readdir support to libdsm access module
Julien 'Lta' BALLET [Wed, 2 Jul 2014 11:58:39 +0000 (11:58 +0000)]
Add pf_readdir support to libdsm access module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoAdd a libdsm based SMB/CIFS access module
Julien 'Lta' BALLET [Wed, 2 Jul 2014 11:58:37 +0000 (11:58 +0000)]
Add a libdsm based SMB/CIFS access module

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoSupport for Http Dynamic Streaming
Jonathan Thambidurai [Mon, 30 Jun 2014 17:31:56 +0000 (17:31 +0000)]
Support for Http Dynamic Streaming

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agostream.c: Add debug message when selecting readdir stream method
Julien 'Lta' BALLET [Wed, 25 Jun 2014 09:49:54 +0000 (09:49 +0000)]
stream.c: Add debug message when selecting readdir stream method

This is to be consistent with the rest of the file

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoplaylist/directory.c: Add a warning message in case of failure.
Julien 'Lta' BALLET [Wed, 2 Jul 2014 13:09:24 +0000 (15:09 +0200)]
playlist/directory.c: Add a warning message in case of failure.

And fix a typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agotools: require automake version 1.14 or higher
Sean McGovern [Wed, 2 Jul 2014 23:54:02 +0000 (19:54 -0400)]
tools: require automake version 1.14 or higher

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoMediacodec: display the FourCC correctly in the logs
Jean-Baptiste Kempf [Fri, 4 Jul 2014 00:08:17 +0000 (02:08 +0200)]
Mediacodec: display the FourCC correctly in the logs

10 years agocontrib/gpg-error: iOS compilation fix
Felix Paul Kühne [Thu, 3 Jul 2014 22:37:54 +0000 (00:37 +0200)]
contrib/gpg-error: iOS compilation fix

10 years agoiomx: fix mediaserver crash with QCOM devices.
Thomas Guillem [Thu, 3 Jul 2014 15:11:59 +0000 (17:11 +0200)]
iomx: fix mediaserver crash with QCOM devices.

Some QCOM OMX_getParameter implementations override the nSize element to a bad
value. This can lead to a mediaserver crash because IOMX interface rely on
nSize to send the OMX parameter via android Binder.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agotools: require autoconf version 2.69 or higher
Sean McGovern [Wed, 2 Jul 2014 23:54:03 +0000 (19:54 -0400)]
tools: require autoconf version 2.69 or higher

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agocontrib: theora: remove althogether undocumented cflag
Rafaël Carré [Thu, 3 Jul 2014 09:49:12 +0000 (11:49 +0200)]
contrib: theora: remove althogether undocumented cflag

10 years agoFix build for C++11
Tristan Matthews [Wed, 2 Jul 2014 21:28:02 +0000 (17:28 -0400)]
Fix build for C++11

C++11 requires a space between literal and identifier

10 years agoFix build when using C++11
Hugo Beauzée-Luyssen [Wed, 2 Jul 2014 14:17:19 +0000 (14:17 +0000)]
Fix build when using C++11

10 years agocontrib: growl: fix building with Xcode 5
Vittorio Giovara [Mon, 30 Jun 2014 19:04:34 +0000 (15:04 -0400)]
contrib: growl: fix building with Xcode 5

Also overwrite previously installed headers

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: bghudappkit: fix building with Xcode 5
Vittorio Giovara [Mon, 30 Jun 2014 19:04:33 +0000 (15:04 -0400)]
contrib: bghudappkit: fix building with Xcode 5

Also overwrite previously installed headers

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: theora: fix building on OSX 10.9 with clang
Vittorio Giovara [Mon, 30 Jun 2014 19:04:32 +0000 (15:04 -0400)]
contrib: theora: fix building on OSX 10.9 with clang

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: chromaprint: update to 1.0
Konstantin Pavlov [Mon, 30 Jun 2014 19:04:30 +0000 (15:04 -0400)]
contrib: chromaprint: update to 1.0

Patch to build on OSX 10.9 with clang and to install pkg-config file.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocosmetics: contrib: bluray: reorder and split config
Vittorio Giovara [Mon, 30 Jun 2014 19:04:27 +0000 (15:04 -0400)]
cosmetics: contrib: bluray: reorder and split config

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocosmetics: contrib: libxml2: split configuration across multiple lines
Vittorio Giovara [Mon, 30 Jun 2014 19:04:25 +0000 (15:04 -0400)]
cosmetics: contrib: libxml2: split configuration across multiple lines

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: gnutls: fix linking OSX frameworks
Vittorio Giovara [Mon, 30 Jun 2014 19:04:24 +0000 (15:04 -0400)]
contrib: gnutls: fix linking OSX frameworks

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: gmp: fix build on OSX 10.9 with clang
Vittorio Giovara [Mon, 30 Jun 2014 19:04:23 +0000 (15:04 -0400)]
contrib: gmp: fix build on OSX 10.9 with clang

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agocontrib: remove speexdsp NEON patch
Tristan Matthews [Wed, 2 Jul 2014 15:27:30 +0000 (11:27 -0400)]
contrib: remove speexdsp NEON patch

No longer needed due to upstream change.

10 years agommal: Add -lm when linking mmal_vout
Martin Storsjö [Mon, 30 Jun 2014 18:26:29 +0000 (21:26 +0300)]
mmal: Add -lm when linking mmal_vout

This is required since mmal_vout uses the fmod function.

This fixes loading of the mmal_vout plugin on raspbian.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agocontrib: set archive tool for cmake on OSX too
Vittorio Giovara [Mon, 30 Jun 2014 19:04:21 +0000 (15:04 -0400)]
contrib: set archive tool for cmake on OSX too

Signed-off-by: Rafaël Carré <funman@videolan.org>
10 years agokate: use CLOCK_FREQ
Tristan Matthews [Tue, 1 Jul 2014 04:39:44 +0000 (00:39 -0400)]
kate: use CLOCK_FREQ

10 years agoschroedinger: use CLOCK_FREQ
Tristan Matthews [Tue, 1 Jul 2014 04:35:46 +0000 (00:35 -0400)]
schroedinger: use CLOCK_FREQ

10 years agodoc: remove outdated stub doc (fixes #11700)
Rémi Denis-Courmont [Mon, 30 Jun 2014 18:53:37 +0000 (21:53 +0300)]
doc: remove outdated stub doc (fixes #11700)

10 years agoomxil: vout: Factorize fifo init/destroy
Martin Storsjö [Mon, 30 Jun 2014 18:18:34 +0000 (21:18 +0300)]
omxil: vout: Factorize fifo init/destroy

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoomxil: factorize FreeBuffers and AllocateBuffers
Thomas Guillem [Thu, 26 Jun 2014 12:05:59 +0000 (14:05 +0200)]
omxil: factorize FreeBuffers and AllocateBuffers

This also adds a missing call to decoder_DeletePicture when
deinitializing the component.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agolivehttp: remove multiplication by 1
Tristan Matthews [Fri, 27 Jun 2014 20:48:21 +0000 (16:48 -0400)]
livehttp: remove multiplication by 1

10 years agoomxil: factorize OMX_FIFO init/destroy
Thomas Guillem [Thu, 26 Jun 2014 12:05:58 +0000 (14:05 +0200)]
omxil: factorize OMX_FIFO init/destroy

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoomxil: more error check
Thomas Guillem [Thu, 26 Jun 2014 12:05:56 +0000 (14:05 +0200)]
omxil: more error check

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoomxil: fix warning
Thomas Guillem [Thu, 26 Jun 2014 12:05:55 +0000 (14:05 +0200)]
omxil: fix warning

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoAndroid vout: fix possible mutex leak.
Thomas Guillem [Thu, 26 Jun 2014 12:05:51 +0000 (14:05 +0200)]
Android vout: fix possible mutex leak.

Do not leak mutex if i_chroma is VLC_CODEC_ANDROID_OPAQUE.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agoiomx: simplify param/config size getter.
Thomas Guillem [Thu, 26 Jun 2014 12:05:50 +0000 (14:05 +0200)]
iomx: simplify param/config size getter.

"OMX_U32 nSize" is the first element of each OMX param/config struct.

Signed-off-by: Martin Storsjö <martin@martin.st>
10 years agopacketizer: mpeg4video: use CLOCK_FREQ
Tristan Matthews [Sat, 28 Jun 2014 01:19:36 +0000 (21:19 -0400)]
packetizer: mpeg4video: use CLOCK_FREQ

10 years agoavcodec: video: use CLOCK_FREQ
Tristan Matthews [Sat, 28 Jun 2014 01:16:48 +0000 (21:16 -0400)]
avcodec: video: use CLOCK_FREQ

10 years agotheora: use CLOCK_FREQ
Tristan Matthews [Sat, 28 Jun 2014 01:03:09 +0000 (21:03 -0400)]
theora: use CLOCK_FREQ

10 years agodemux: mpc: use CLOCK_FREQ
Tristan Matthews [Fri, 27 Jun 2014 19:02:33 +0000 (15:02 -0400)]
demux: mpc: use CLOCK_FREQ

10 years agocontrib: remove speexdsp includedir patch
Tristan Matthews [Fri, 27 Jun 2014 07:20:20 +0000 (03:20 -0400)]
contrib: remove speexdsp includedir patch

No longer needed due to upstream change.

10 years agocontrib: update speexdsp's neon.patch
Marc Etcheverry [Thu, 26 Jun 2014 22:17:58 +0000 (15:17 -0700)]
contrib: update speexdsp's neon.patch

Patch was broken by changes in speexdsp (namely
commit 410cfbc7f0e0605ad508810d9961d0b17bdf710a for resample.c).

Signed-off-by: Tristan Matthews <le.businessman@gmail.com>
10 years agoavcodec: fix version check for ffmpeg
Tristan Matthews [Thu, 26 Jun 2014 20:26:36 +0000 (16:26 -0400)]
avcodec: fix version check for ffmpeg

see ffmpeg commit a2bfee36b70bc9a5dd0a5a1cef36ca32bc1fba07

10 years agodemux: ts: apply pmt registration first (fix #11545)
Francois Cartegnie [Sat, 7 Jun 2014 10:41:42 +0000 (12:41 +0200)]
demux: ts: apply pmt registration first (fix #11545)

If someone has an HDMV/ LPCM DVD to test.

Francois

10 years agodemux: mp4: set block length
Francois Cartegnie [Fri, 20 Jun 2014 19:27:39 +0000 (21:27 +0200)]
demux: mp4: set block length

10 years agodemux: mp4: move mfro size to libmp4
Francois Cartegnie [Thu, 26 Jun 2014 17:28:35 +0000 (19:28 +0200)]
demux: mp4: move mfro size to libmp4

10 years agomux: mp4: add box_free
Francois Cartegnie [Wed, 25 Jun 2014 19:34:50 +0000 (21:34 +0200)]
mux: mp4: add box_free

10 years agomux: ts: warn with reject reason
Francois Cartegnie [Wed, 25 Jun 2014 14:56:44 +0000 (16:56 +0200)]
mux: ts: warn with reject reason

10 years agomux: mp4: limit number of sync entries
Francois Cartegnie [Sun, 22 Jun 2014 09:39:41 +0000 (11:39 +0200)]
mux: mp4: limit number of sync entries

10 years agomux: mp4: don't create stss for subs
Francois Cartegnie [Sun, 22 Jun 2014 09:31:42 +0000 (11:31 +0200)]
mux: mp4: don't create stss for subs

10 years agomux: mp4: store timescale
Francois Cartegnie [Thu, 19 Jun 2014 11:21:36 +0000 (13:21 +0200)]
mux: mp4: store timescale

10 years agomux: mp4: fix signedness
Francois Cartegnie [Thu, 19 Jun 2014 11:16:55 +0000 (13:16 +0200)]
mux: mp4: fix signedness