[vlc-commits] sout: voidify sout_stream_t.pf_del

2015-02-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 21 00:34:29 2015 +0200| [f5235164c53588314b4a4f67109cd0035d5fb35b] | committer: Rémi Denis-Courmont sout: voidify sout_stream_t.pf_del This is always VLC_SUCCESS, or a forwarded value. Ultimately, the value was (rightfully) ignored by the st

[vlc-commits] cycle: initial support for splitting stream output in time (refs #561)

2015-02-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 21 00:01:23 2015 +0200| [c599964d40d3b2f0aafbb2e5aae2802b9681c8b9] | committer: Rémi Denis-Courmont cycle: initial support for splitting stream output in time (refs #561) Example: #cycle{duration=20m, dst=std{mux=ts,access=file,dst=

[vlc-commits] cycle: initial support for splitting stream output in time (refs #561)

2015-02-20 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Feb 21 00:01:23 2015 +0200| [3dde002c00b4ad4e107e717461c346acf956c99c] | committer: Rémi Denis-Courmont cycle: initial support for splitting stream output in time (refs #561) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3dde002c00b4a

[vlc-commits] demux: ts: add better EOF message

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Feb 20 17:26:33 2015 +0100| [8a780282cf64736f6781af9b94e2fe7a4f89df72] | committer: Francois Cartegnie demux: ts: add better EOF message > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a780282cf64736f6781af9b94e2fe7a4f89df72 --- modul

[vlc-commits] demux: ts: Check PAT for duplicate programs (fix #13970)

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Feb 18 17:54:27 2015 +0100| [92c1541c1c7903c57b4a2231a20f4ead9b3e4da4] | committer: Francois Cartegnie demux: ts: Check PAT for duplicate programs (fix #13970) refs issues/TS/dreambox.ts Some Dreambox produced streams have patched PAT setting all

[vlc-commits] demux: ts: add buffer check before parsing PES

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Feb 20 17:25:35 2015 +0100| [e9ef30f85d5f71cec57b15f5f4034a17590478f0] | committer: Francois Cartegnie demux: ts: add buffer check before parsing PES > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9ef30f85d5f71cec57b15f5f4034a17590478f

[vlc-commits] demux: ts: split PES header parsing

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun Feb 15 20:01:26 2015 +0100| [db37ca8b6a4f301c8108d100a86184a930f2e875] | committer: Francois Cartegnie demux: ts: split PES header parsing > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db37ca8b6a4f301c8108d100a86184a930f2e875 --- mod

[vlc-commits] demux: ts: don't delay es creation if there's access control

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 17 15:34:29 2015 +0100| [b8be35ab748a02b28d20f98ac4170cfa275d22e9] | committer: Francois Cartegnie demux: ts: don't delay es creation if there's access control > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8be35ab748a02b28d20f98ac

[vlc-commits] demux: ts: reject unknown probed streams

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Feb 18 18:44:45 2015 +0100| [4a5cb6f600aadec4e2d25ade1d41a9501932210a] | committer: Francois Cartegnie demux: ts: reject unknown probed streams > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a5cb6f600aadec4e2d25ade1d41a9501932210a ---

[vlc-commits] demux: ts: fix pid loops boundary

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Feb 18 22:30:15 2015 +0100| [2b51d31e17fb0f8ca87381127f396fa7237b7edd] | committer: Francois Cartegnie demux: ts: fix pid loops boundary > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2b51d31e17fb0f8ca87381127f396fa7237b7edd --- modul

[vlc-commits] demux: ts: delay sdt handling until es are created

2015-02-20 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Feb 20 19:44:14 2015 +0100| [4659b3dbc2c63366004ca2f702db29ccfcdedf5a] | committer: Francois Cartegnie demux: ts: delay sdt handling until es are created refs #6175 If sdt appears prior pmt/es, the group from first SET_GROUP_META call overrides d

[vlc-commits] audiotrack: JNIThread is created/joined in Open/Close

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 20 17:27:40 2015 +0100| [1acd71995f226723adefbc0e78b2fc24d606ab7c] | committer: Jean-Baptiste Kempf audiotrack: JNIThread is created/joined in Open/Close Fix Start called after a Stop (When audio track changes). - JNIThread won't kill itself any

[vlc-commits] audiotrack: fix audioTimestamp leak

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 20 16:52:00 2015 +0100| [b74397521d4aa02c6036f9474bd00a879019ae91] | committer: Jean-Baptiste Kempf audiotrack: fix audioTimestamp leak Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b74397521d4aa02c

[vlc-commits] MKV: Don't allow Matroska Void/ CRC32 elements fallback when looking for a level 1 element

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 18 16:12:33 2015 +| [11a5d4f4c05cf4eb089967f09561c158083495fb] | committer: Jean-Baptiste Kempf MKV: Don't allow Matroska Void/CRC32 elements fallback when looking for a level 1 element Slightly better version with the right macros to access t

[vlc-commits] android_window: fix typo from "fix subtitles placement"

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 20 13:22:00 2015 +| [2229cd9ca98be3d189741b67ecf81df2ffe0cfcc] | committer: Jean-Baptiste Kempf android_window: fix typo from "fix subtitles placement" Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Contrib: delete the libdts.a symlink

2015-02-20 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Feb 20 15:26:18 2015 +0100| [b7f623c96a7cd243af3661842df5ee6d7ab0bcd6] | committer: Jean-Baptiste Kempf Contrib: delete the libdts.a symlink It's useless for us and annoying on Windows > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7

[vlc-commits] rdp: Support FreeRDP-1.2.0-beta1-android9

2015-02-20 Thread Vinson Lee
vlc | branch: master | Vinson Lee | Fri Feb 20 06:05:09 2015 +| [5c07f87a773153c128b3a771ed61e7915cd8fe18] | committer: Jean-Baptiste Kempf rdp: Support FreeRDP-1.2.0-beta1-android9 Fix build errors. CC access/librdp_plugin_la-rdp.lo access/rdp.c: In function ‘Open’: access/rdp.c:

[vlc-commits] vout: set an i_order to subpictures when they are rendered

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 20 09:00:16 2015 +| [a1ebb0e433eefc1acf661213266eef7d81663bb5] | committer: Jean-Baptiste Kempf vout: set an i_order to subpictures when they are rendered This i_order can be used by vout display modules to easily compare subpictures. That wa

[vlc-commits] android_window: check subpicture i_order instead of comparing md5

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 20 09:00:17 2015 +| [d32c3292999d3bc750fcaf00ed702d4378119f7b] | committer: Jean-Baptiste Kempf android_window: check subpicture i_order instead of comparing md5 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.gi

[vlc-commits] Contribs: automatically remove ELF binaries from prebuilt on Win32

2015-02-20 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Feb 20 15:18:01 2015 +0100| [135ec9c4ac6ee3a750eb332397ecedccbe12aec5] | committer: Jean-Baptiste Kempf Contribs: automatically remove ELF binaries from prebuilt on Win32 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=135ec9c4ac6ee3a75

[vlc-commits] MKV: do not read the whole Cluster data when seeking

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 20 14:39:35 2015 +0100| [5e598e572689de89a4f767c0d03b64eeb8aa6ea9] | committer: Jean-Baptiste Kempf MKV: do not read the whole Cluster data when seeking Also pass the cluster to parse, because this interface change will be needed for an upcoming pa

[vlc-commits] MKV: fix wrong EBML element checking before a cast

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 20 14:40:01 2015 +0100| [5dfb4af71eb6f734415d689edc442d19eeb41eb7] | committer: Jean-Baptiste Kempf MKV: fix wrong EBML element checking before a cast Fix a silly typo and loads Tags the first time we see them, during the Preload phase. Signed-off

[vlc-commits] audiotrack: increase audio latency

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Feb 20 10:13:37 2015 +0100| [e7309f3b25e34b24c6229695664443b4e013f3ea] | committer: Jean-Baptiste Kempf audiotrack: increase audio latency Queue more than one audio buffer at a time (limit of 1 second). TimeGet will report a bigger delay, but the mod

[vlc-commits] android_window: fix subtitles placement

2015-02-20 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Feb 19 18:27:57 2015 +0100| [35fc5692e145026100cb76466b4b8daef1756051] | committer: Jean-Baptiste Kempf android_window: fix subtitles placement Use the biggest size available between display and video size. Signed-off-by: Jean-Baptiste Kempf > htt