[vlc-commits] mp4: check STSH size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [f6175b3f4263d4a4bc11179bac6add7eeeb032a4] | committer: Rémi Denis-Courmont mp4: check STSH size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] mp4: check STCO size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [5e7f9ceb1f0cfc65a942c53f5957cf0ffb8613ec] | committer: Rémi Denis-Courmont mp4: check STCO size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] mp4: fix ELST signed overflow

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 21:37:35 2017 +0200| [83a6100b42bc0cc55ddcf6667e6e3ad5ae4761cf] | committer: Rémi Denis-Courmont mp4: fix ELST signed overflow > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=83a6100b42bc0cc55ddcf6667e6e3ad5ae4761cf --- modules

[vlc-commits] mp4: check STSS size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [01c4480fa89c1df95eb181c40e95e566974fc5a1] | committer: Rémi Denis-Courmont mp4: check STSS size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] mp4: check CTTS size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [90e610081180134d244d2f9220070916685d3fad] | committer: Rémi Denis-Courmont mp4: check CTTS size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] mp4: use vlc_alloc() for ELST box

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 21:45:41 2017 +0200| [0a366cf22a5aad23f1d1132ea4aa4cf97836494f] | committer: Rémi Denis-Courmont mp4: use vlc_alloc() for ELST box > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0a366cf22a5aad23f1d1132ea4aa4cf97836494f --- mod

[vlc-commits] mp4: preserve header size

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 23:27:43 2017 +0200| [05f435640069ea4923e1bb49faf9a93e7bb6dc02] | committer: Rémi Denis-Courmont mp4: preserve header size > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=05f435640069ea4923e1bb49faf9a93e7bb6dc02 --- modules/dem

[vlc-commits] mp4: check TRUN size before reading and allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [398e5ff0411180d87a167cca665162fe8b767500] | committer: Rémi Denis-Courmont mp4: check TRUN size before reading and allocation This fixes out-of-bound reads. This avoids allocating stupid amounts of memory. Note: the

[vlc-commits] mp4: use malloc() in SDTP box

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 21:50:40 2017 +0200| [36fbebe3bbc18c8955922138ef005e748b573a36] | committer: Rémi Denis-Courmont mp4: use malloc() in SDTP box > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36fbebe3bbc18c8955922138ef005e748b573a36 --- modules

[vlc-commits] mp4: use vlc_alloc() for TREF box

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 21:45:41 2017 +0200| [7c25c3d9c062d569abb3db61463c456c27cc78b4] | committer: Rémi Denis-Courmont mp4: use vlc_alloc() for TREF box > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7c25c3d9c062d569abb3db61463c456c27cc78b4 --- mod

[vlc-commits] mp4: vector box entry

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 22:41:15 2017 +0200| [33371e518d851b82d075faaf9dce76ca2096138e] | committer: Rémi Denis-Courmont mp4: vector box entry > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33371e518d851b82d075faaf9dce76ca2096138e --- modules/demux/m

[vlc-commits] mp4: privatize most reading macros

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 22:34:48 2017 +0200| [109f089e86fe46e3464d0e213b2c81cf765e05af] | committer: Rémi Denis-Courmont mp4: privatize most reading macros > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=109f089e86fe46e3464d0e213b2c81cf765e05af --- mo

[vlc-commits] mp4: keep remaining buffer size unsigned

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 21:08:51 2017 +0200| [c5b142bfde48b89537404ca6c3851a4ad1eaec1a] | committer: Rémi Denis-Courmont mp4: keep remaining buffer size unsigned This prevents integer underflow, defeating the boundary checks. > http://git.videolan.org/gitweb.cg

[vlc-commits] mp4: check STSC size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [4bf81a0e7170b504a090cc8303d3737401b416f1] | committer: Rémi Denis-Courmont mp4: check STSC size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] include: guard overflow builtins

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 22:09:17 2017 +0200| [12efcaae59cd6b4b141a43edd45c028e9a1160eb] | committer: Rémi Denis-Courmont include: guard overflow builtins Pointed-out-by: KO Myung-Hun > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=12efcaae59cd6b4b141a

[vlc-commits] mp4: check STSZ size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [eab4f05a98fff46bf2f3b46bec8161b2a22e1266] | committer: Rémi Denis-Courmont mp4: check STSZ size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] mp4: vector and fix string extraction

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 22:41:15 2017 +0200| [106d8a5d75249cbc5123292d53558bc3f9cd59e0] | committer: Rémi Denis-Courmont mp4: vector and fix string extraction > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=106d8a5d75249cbc5123292d53558bc3f9cd59e0 ---

[vlc-commits] mp4: handle memory error and cleanup

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 20:23:30 2017 +0200| [964e1c13f2856511d54752779a85fd1f7c5a5c0e] | committer: Rémi Denis-Courmont mp4: handle memory error and cleanup > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=964e1c13f2856511d54752779a85fd1f7c5a5c0e ---

[vlc-commits] mp4: fix potential pointer overflow

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 19:01:53 2017 +0200| [794b54c8fb52ec0d2cdbadae92b0226f8fafd799] | committer: Rémi Denis-Courmont mp4: fix potential pointer overflow p_peek could go out-of-range, UB. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=794b54c8fb52e

[vlc-commits] mp4: check STTS size before allocation

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 20:01:01 2017 +0200| [866b7cee553b868e7379a6282c300c3f6f37c137] | committer: Rémi Denis-Courmont mp4: check STTS size before allocation This avoids allocating stupid amounts of memory. Note: there is still an infinite loop if count == 0x

[vlc-commits] mp4: avoid assignment as predicate

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Nov 23 22:10:33 2017 +0200| [fbb9d1fcbae45844a6f6331cc6322aa200bf26a7] | committer: Rémi Denis-Courmont mp4: avoid assignment as predicate > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fbb9d1fcbae45844a6f6331cc6322aa200bf26a7 --- mo

[vlc-commits] mp4: fix PADB parsing

2017-11-24 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Nov 24 19:03:18 2017 +0200| [94f3a3408e2067cc58dee62c434713b22435aa53] | committer: Rémi Denis-Courmont mp4: fix PADB parsing - Fix interger overflow if sample count is 0x. - Merge table pairs. - Rationalize table sizes. - Check data

[vlc-commits] es_out: Remove duplicated code

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 18:25:13 2017 +0100| [b7a62ba5c95d3c342d90e830028e3e75c7c8b0da] | committer: Hugo Beauzée-Luyssen es_out: Remove duplicated code The "Type" info is set again a few lines below > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7a

[vlc-commits] demux: pes: change pts bitfield check

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 24 16:23:01 2017 +0100| [38227a2d61f311f588a7a6489fcdee38388a2c39] | committer: Francois Cartegnie demux: pes: change pts bitfield check allows incorrect 0010 (pts only) timestamp header for 11 signaling (pts+dts) > http://git.videolan.org/g

[vlc-commits] codec: ttml: handle missing default text alignment

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 24 18:18:19 2017 +0100| [5f52d4bd59048559b274a3f22b945c9824e9006b] | committer: Francois Cartegnie codec: ttml: handle missing default text alignment refs #19147 #19146 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f52d4bd5904855

[vlc-commits] mkv:chapter_command: use better values for registers

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 17:39:23 2017 +0100| [f34c7c0ab4dbca2abad9d4e287196ea2dca69695] | committer: Jean-Baptiste Kempf mkv:chapter_command: use better values for registers The whole doesn't seem to match the VMI page though. CID #1253081 Signed-off-by: Jean-Baptist

[vlc-commits] Add include/vlc_timestamp_helper.h to Makefile

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 17:38:18 2017 +0100| [fc5873764b65844550e79a1b9c0debf074e0033e] | committer: Jean-Baptiste Kempf Add include/vlc_timestamp_helper.h to Makefile > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc5873764b65844550e79a1b9c0debf074e00

[vlc-commits] po: remove files that don't need processing

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 17:02:32 2017 +0100| [08921902648f981a4dff2bf10324924d32bd00f7] | committer: Jean-Baptiste Kempf po: remove files that don't need processing > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08921902648f981a4dff2bf10324924d32bd00f7

[vlc-commits] ci_filters: don't force BT709 colorspace

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 16:30:39 2017 +0100| [85933d7d2f86d0cbd488bedfa206b6b7a0ac3845] | committer: Thomas Guillem ci_filters: don't force BT709 colorspace But match the colorspace of the cvpx buffer. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=85933d7

[vlc-commits] D3D11_deinterlace: remove debug message

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 16:36:20 2017 +0100| [1993944b901b9feba5e668704230876c9d8dd8b2] | committer: Jean-Baptiste Kempf D3D11_deinterlace: remove debug message > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1993944b901b9feba5e668704230876c9d8dd8b2 ---

[vlc-commits] hw:d3d11:d3d11_instance: always set the d3dcontext even on failure

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 16:24:44 2017 +0100| [d947f063d8d3f7cc3cc8a3f512759e028705d48d] | committer: Jean-Baptiste Kempf hw:d3d11:d3d11_instance: always set the d3dcontext even on failure CID #1462218 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitw

[vlc-commits] contrib: d3d9: Support prefix out of the contrib directory

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 10:30:07 2017 +0100| [ed24524923556b12a28645af4875de99626315c4] | committer: Hugo Beauzée-Luyssen contrib: d3d9: Support prefix out of the contrib directory > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed24524923556b12a28645a

[vlc-commits] subsusf: Remove dead code

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 16:06:34 2017 +0100| [4daf86699221d19e13fb4f2078dfee8137e50a6d] | committer: Hugo Beauzée-Luyssen subsusf: Remove dead code CID #1346935 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4daf86699221d19e13fb4f2078dfee8137e50a6d -

[vlc-commits] dbus: Add missing error check

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 15:04:18 2017 +0100| [75de9dccf5815574e5a6b55777ac2b9d4512ea94] | committer: Hugo Beauzée-Luyssen dbus: Add missing error check CID #1211816 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=75de9dccf5815574e5a6b55777ac2b9d4512ea

[vlc-commits] usf: Fix variable shadowing

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 16:28:24 2017 +0100| [c3900ff6688f086555debceb52c8089a76750ed1] | committer: Hugo Beauzée-Luyssen usf: Fix variable shadowing > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3900ff6688f086555debceb52c8089a76750ed1 --- modules

[vlc-commits] hds: Fix memory leak on errro

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 15:08:24 2017 +0100| [8166c271632c644a07a87ae148d37efb3bddf1b6] | committer: Hugo Beauzée-Luyssen hds: Fix memory leak on errro CID #1224537 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8166c271632c644a07a87ae148d37efb3bddf1

[vlc-commits] hw:d3d11:d3d11_filters: fix leak

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 16:24:48 2017 +0100| [299af0938ee39e2b2a97177f22ebf0032a3ece57] | committer: Jean-Baptiste Kempf hw:d3d11:d3d11_filters: fix leak CID #1462210 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=299af09

[vlc-commits] direct3d11: do not use the padding size to compute the quad position

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 10:23:37 2017 +0100| [e4e905da5d07d6937133135194c46306cfa0d44a] | committer: Jean-Baptiste Kempf direct3d11: do not use the padding size to compute the quad position Fixes #19141 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gi

[vlc-commits] contrib: live555: Fix undefined behaviors

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Fri Nov 24 15:03:33 2017 +0100| [d192a702d6c9ddaf0ba7b55cbd6006e6189dc7a1] | committer: Hugo Beauzée-Luyssen contrib: live555: Fix undefined behaviors > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d192a702d6c9ddaf0ba7b55cbd6006e6189dc7a1

[vlc-commits] hw:d3d9:dxva2_deinterlace: use D3D9_Create/Destroy

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 16:24:46 2017 +0100| [e5c3ae227b5bd8cd5e4af2f6e71071ac4b52] | committer: Jean-Baptiste Kempf hw:d3d9:dxva2_deinterlace: use D3D9_Create/Destroy CID #1462217 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?

[vlc-commits] hw:d3d11:d3d11_deinterlace: check values are ok

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 16:24:47 2017 +0100| [dd6b71958d0ec80575f68f701ff5c95a61cce019] | committer: Jean-Baptiste Kempf hw:d3d11:d3d11_deinterlace: check values are ok Also release unsused memory. CID #1462212, #1462211 Signed-off-by: Jean-Baptiste Kempf > http://

[vlc-commits] hw:d3d11:d3d11_surface: release the local d3d_dev on error

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 16:24:45 2017 +0100| [9d14a01699c85d67c5aa8b351c673c1f82156aaa] | committer: Jean-Baptiste Kempf hw:d3d11:d3d11_surface: release the local d3d_dev on error CID #1462215 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/v

[vlc-commits] hw:d3d9:dxa9: use D3D9_Create/Destroy to load/unload the D3D9 DLL

2017-11-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Nov 24 16:24:43 2017 +0100| [101daa0ae6462e3fdf9c82a55c9b66852e56da2c] | committer: Jean-Baptiste Kempf hw:d3d9:dxa9: use D3D9_Create/Destroy to load/unload the D3D9 DLL Also fix fmt_staging release from uninitialized memory. CID #1462219, #1462216, #

[vlc-commits] videotoolbox: fix frame leaks when closing decoder

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 14:28:59 2017 +0100| [bee2a18aa920b7a7e19b19a3f78124ff07e6e091] | committer: Thomas Guillem videotoolbox: fix frame leaks when closing decoder Set b_vt_flush to true to prevent the asynchronous callback to enqueue more frames. This fixes a re

[vlc-commits] Update PO with new files

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 15:57:19 2017 +0100| [e685db60c625da8d44afda31bbe8cc2de043087f] | committer: Jean-Baptiste Kempf Update PO with new files > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e685db60c625da8d44afda31bbe8cc2de043087f --- po/ach.po

[vlc-commits] mp4: don't translate iTunes and Youtube meta names

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 16:08:16 2017 +0100| [94db44030d4f3df7fe590064f5ef9bb06ec6e470] | committer: Jean-Baptiste Kempf mp4: don't translate iTunes and Youtube meta names > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=94db44030d4f3df7fe590064f5ef9bb06

[vlc-commits] Keystore: capitalize correctly

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 16:11:17 2017 +0100| [a95651c1b4530bbacf09bdc277ca152440ca7821] | committer: Jean-Baptiste Kempf Keystore: capitalize correctly > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a95651c1b4530bbacf09bdc277ca152440ca7821 --- module

[vlc-commits] Resampler: don't translate complex technical strings

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 16:08:33 2017 +0100| [bb8cf576c160dadc6276278819b3307d558b1daa] | committer: Jean-Baptiste Kempf Resampler: don't translate complex technical strings > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb8cf576c160dadc6276278819b3307

[vlc-commits] Update MODULES_LIST

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 15:54:17 2017 +0100| [d57639dabaa1fb74734ffc629d30c846846f5719] | committer: Jean-Baptiste Kempf Update MODULES_LIST > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d57639dabaa1fb74734ffc629d30c846846f5719 --- modules/MODULES_L

[vlc-commits] Update POTFILES.in

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 15:51:45 2017 +0100| [f2937981fdddcb5a1ee97c2523edaf8b6b7ba6a4] | committer: Jean-Baptiste Kempf Update POTFILES.in > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f2937981fdddcb5a1ee97c2523edaf8b6b7ba6a4 --- po/POTFILES.in | 2

[vlc-commits] Update PO files

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 15:14:30 2017 +0100| [71a533991f0413b04e48f331fb9a00c2b6ab6737] | committer: Jean-Baptiste Kempf Update PO files > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71a533991f0413b04e48f331fb9a00c2b6ab6737 --- po/ach.po | 1074 ++

[vlc-commits] Strings simplification for translations

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 15:10:24 2017 +0100| [ab9d021d2e46252abe798cbe892146d631f447fd] | committer: Jean-Baptiste Kempf Strings simplification for translations > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab9d021d2e46252abe798cbe892146d631f447fd ---

[vlc-commits] demux: adaptive: continue non dated packets for the same ES (fix #19145)

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 24 14:16:32 2017 +0100| [dde7a83b2defc859048b88a105eb2884828c7de2] | committer: Francois Cartegnie demux: adaptive: continue non dated packets for the same ES (fix #19145) Otherwise creates misordered output. > http://git.videolan.org/gitweb

[vlc-commits] codec: videotoolbox: fix leak

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 13:56:36 2017 +0100| [5d1143695cd91c2c328ed78f07ed876d1b62c0f6] | committer: Thomas Guillem codec: videotoolbox: fix leak > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5d1143695cd91c2c328ed78f07ed876d1b62c0f6 --- modules/codec/vid

[vlc-commits] i18n: add Uighur translation

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:25:08 2017 +0100| [1056615da783d3e57a15ae795196499e48a9d965] | committer: Jean-Baptiste Kempf i18n: add Uighur translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1056615da783d3e57a15ae795196499e48a9d965 --- po/LINGU

[vlc-commits] i18n: add Maithili translation

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:24:22 2017 +0100| [57e0a941374c1afd065621284063bd7c4b0d89a7] | committer: Jean-Baptiste Kempf i18n: add Maithili translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=57e0a941374c1afd065621284063bd7c4b0d89a7 --- po/LIN

[vlc-commits] i18n: Add West Frisian translation

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:22:41 2017 +0100| [96cb25a2437180729d3da7ce6bafd9f1c5dadd66] | committer: Jean-Baptiste Kempf i18n: Add West Frisian translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96cb25a2437180729d3da7ce6bafd9f1c5dadd66 --- po

[vlc-commits] i18n: add Kashimiri (India) translation

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:23:44 2017 +0100| [b0685c656f11551c5ccfc3c43f677f5ed8464355] | committer: Jean-Baptiste Kempf i18n: add Kashimiri (India) translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0685c656f11551c5ccfc3c43f677f5ed8464355 ---

[vlc-commits] i18n: add Bodo translation

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:22:12 2017 +0100| [1203f5aa26e28e9ce64e99611b8a8ccfea4f9cdb] | committer: Jean-Baptiste Kempf i18n: add Bodo translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1203f5aa26e28e9ce64e99611b8a8ccfea4f9cdb --- po/LINGUAS

[vlc-commits] i18n: Add Assamese translation

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:21:30 2017 +0100| [c341be9cca29c456eec87164e25012bcc918074e] | committer: Jean-Baptiste Kempf i18n: Add Assamese translation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c341be9cca29c456eec87164e25012bcc918074e --- po/LIN

[vlc-commits] Update translations from 2.2.x branch

2017-11-24 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Fri Nov 24 14:14:38 2017 +0100| [a1931e147461c5ce7e6b5eb0156b4b84d6c7b0a0] | committer: Jean-Baptiste Kempf Update translations from 2.2.x branch This holds copyright from numerous people and from the VideoLAN entity > http://git.videolan.org/gitwe

[vlc-commits] codec: videotoolbox: setup YUV->RGB matrix

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 13:31:55 2017 +0100| [e4fffa8b85d6cdb0a28621a76a1ae95b5144e4bd] | committer: Thomas Guillem codec: videotoolbox: setup YUV->RGB matrix > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4fffa8b85d6cdb0a28621a76a1ae95b5144e4bd --- modu

[vlc-commits] codec: videotoolbox: add HEVC support

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Oct 2 17:20:39 2017 +0200| [150c37c240c0a3f6c4d110d1ac51127a27beab58] | committer: Thomas Guillem codec: videotoolbox: add HEVC support Fixes #18855 Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=150c37

[vlc-commits] codec: videotoolbox: force a vout flush with 4K10bits on iOS

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:17:47 2017 +0100| [db7820b638e2626612f5685f78805eb2437f8a16] | committer: Thomas Guillem codec: videotoolbox: force a vout flush with 4K10bits on iOS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db7820b638e2626612f5685f78805eb24

[vlc-commits] codec: videotoolbox: drain when flushing

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:35:07 2017 +0100| [f75db2e7ef22b2bb9bc6e2ade65793163ebea4e5] | committer: Thomas Guillem codec: videotoolbox: drain when flushing Clear the DPB queue, wait for for asynchronous frames, re-init the PTS instead of restarting the VT session.

[vlc-commits] codec: vt_utils: add cvpxpic_attach_with_cb

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:18:24 2017 +0100| [884476a90e4a1237d57d29503510667a82f610b6] | committer: Thomas Guillem codec: vt_utils: add cvpxpic_attach_with_cb In order to be notified when the cvpx buffer is released. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=

[vlc-commits] codec: videotoolbox: improve deviceSupport tests

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 17 12:45:47 2017 +0100| [64ee55927b51b023a70fd8b708ba62bfb600fdef] | committer: Thomas Guillem codec: videotoolbox: improve deviceSupport tests > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=64ee55927b51b023a70fd8b708ba62bfb600fdef ---

[vlc-commits] codec: videotoolbox: refactor for other codecs support

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Oct 3 17:18:27 2017 +0200| [e96c4427790ca7ae8847f30bea32345fc6d5b72a] | committer: Thomas Guillem codec: videotoolbox: refactor for other codecs support Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e96

[vlc-commits] codec: videotoolbox: don't set directly extradata in decoder conf

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Oct 3 15:01:17 2017 +0200| [02a958de663ec1069323a7398a879d8bf7c59c97] | committer: Thomas Guillem codec: videotoolbox: don't set directly extradata in decoder conf Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=c

[vlc-commits] codec: videotoolbox: pace output frames allocation

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:16:26 2017 +0100| [fcbc143659fce8da32e06032312aa5d942a84066] | committer: Thomas Guillem codec: videotoolbox: pace output frames allocation VT is not pacing frame allocation. If we are not fast enough to render (release) the output pictures

[vlc-commits] hxxx_helper: add hevc_helper_get_hvcc_config

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Nov 20 16:49:09 2017 +0100| [c97ba5ded1538307572e6ada843e9598e1568f71] | committer: Thomas Guillem hxxx_helper: add hevc_helper_get_hvcc_config Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c97ba5ded1538

[vlc-commits] opengl: cvpx: change CVOpenGLESTextureRef release order

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:05:00 2017 +0100| [23c823b896ac9f4a589d4aa8ad720a01f7c9bdf7] | committer: Thomas Guillem opengl: cvpx: change CVOpenGLESTextureRef release order Release textures earlier before the texture cache flush. > http://git.videolan.org/gitweb.cgi/

[vlc-commits] codec: videotoolbox: don't force NV12 for 10bits

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:18:09 2017 +0100| [918aea708b6a39106ae096cc8c8b907e0f7ac75e] | committer: Thomas Guillem codec: videotoolbox: don't force NV12 for 10bits > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=918aea708b6a39106ae096cc8c8b907e0f7ac75e ---

[vlc-commits] codec: videotoolbox: fix indent

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 24 09:05:25 2017 +0100| [95c347087f2889445ecea305e476beb0384cb33c] | committer: Thomas Guillem codec: videotoolbox: fix indent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95c347087f2889445ecea305e476beb0384cb33c --- modules/codec/v

[vlc-commits] codec: videotoolbox: rename DrainDPB to DrainDPBLocked

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Nov 22 14:43:20 2017 +0100| [9e88ebd2e06f0a20eccf2c71456a7c3476ebb672] | committer: Thomas Guillem codec: videotoolbox: rename DrainDPB to DrainDPBLocked > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e88ebd2e06f0a20eccf2c71456a7c3476ebb67

[vlc-commits] hxxx_helper: remove hevc annexb config chain storage

2017-11-24 Thread François Cartegnie
vlc | branch: master | François Cartegnie | Fri Nov 24 12:51:34 2017 +0100| [fa2763a46474d67d4af5405f445529a35e7a4d11] | committer: Thomas Guillem hxxx_helper: remove hevc annexb config chain storage Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa276

[vlc-commits] packetizer/mux: refactor hevc decoder config creation

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Nov 20 15:01:34 2017 +0100| [aa324fea9962707e0f52b7cec5fc75ffb1df6e57] | committer: Thomas Guillem packetizer/mux: refactor hevc decoder config creation beause we'll need it for VT Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb

[vlc-commits] mux: libmp4mux: clear warning

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Nov 20 16:09:46 2017 +0100| [bd105c968e201cb390d72ed450a970e165f399cc] | committer: Thomas Guillem mux: libmp4mux: clear warning Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bd105c968e201cb390d72ed450a9

[vlc-commits] hxxx_helper: add hevc_helper_get_annexb_config

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 17 16:15:16 2017 +0100| [ddb5cc2fc825638bfd5766efc7ad51a401a4f444] | committer: Thomas Guillem hxxx_helper: add hevc_helper_get_annexb_config Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ddb5cc2fc82

[vlc-commits] hxxx_helper: refactor h264_helper_get_annexb_config

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 17 16:08:12 2017 +0100| [e4a180cd4823e4cd737b9cbd277940f28bde9644] | committer: Thomas Guillem hxxx_helper: refactor h264_helper_get_annexb_config Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e4a180

[vlc-commits] mux: libmp4mux: use hevc_decconfig

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Nov 20 15:45:27 2017 +0100| [81e8c7d0c03055309882e6c5ae2746d66d3ded4d] | committer: Thomas Guillem mux: libmp4mux: use hevc_decconfig Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81e8c7d0c03055309882e6c

[vlc-commits] codec: mediacodec: use hevc_helper_get_annexb_config

2017-11-24 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Nov 17 16:33:47 2017 +0100| [ac3da07e2a7f7b8e8fca90e51faae6b51955052a] | committer: Thomas Guillem codec: mediacodec: use hevc_helper_get_annexb_config > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac3da07e2a7f7b8e8fca90e51faae6b51955052a

[vlc-commits] hxxx_helper: load HevcDEcoderConfiguration

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 17 16:03:12 2017 +0100| [01fedfc91a6f3140c26517ebc8ef51c3b4eadd77] | committer: Thomas Guillem hxxx_helper: load HevcDEcoderConfiguration Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01fedfc91a6f314

[vlc-commits] codec: ttml: fix default alignment values

2017-11-24 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri Nov 24 10:29:01 2017 +0100| [41df966452ad9101208b067f9593dc45ccb9a244] | committer: Francois Cartegnie codec: ttml: fix default alignment values refs #19147 #19146 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41df966452ad9101208b067f

[vlc-commits] svcdsub: Use existing helper

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 23 16:35:11 2017 +0100| [9ec6f1ee59bccadbfdd7450431ea6788a5966068] | committer: Hugo Beauzée-Luyssen svcdsub: Use existing helper Should fix CID #1048969 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ec6f1ee59bccadbfdd7450431ea

[vlc-commits] zvbi: Don't pass video_format_t by copy

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 23 16:55:17 2017 +0100| [af7b35383052ca6b9d5bd5a0e3a8a5320b4a7b78] | committer: Hugo Beauzée-Luyssen zvbi: Don't pass video_format_t by copy CID #1160816 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af7b35383052ca6b9d5bd5a0e3a8

[vlc-commits] svcdsub: remove trailing whitespace

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 23 16:35:00 2017 +0100| [801b2a6b329d1517a8bf7f3488e2955603de16a1] | committer: Hugo Beauzée-Luyssen svcdsub: remove trailing whitespace > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=801b2a6b329d1517a8bf7f3488e2955603de16a1 ---

[vlc-commits] svcdsub: Don't store unused values; skip over them

2017-11-24 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Thu Nov 23 16:37:45 2017 +0100| [b2b4c42ccbe54759ea325f914fecc4cd42985869] | committer: Hugo Beauzée-Luyssen svcdsub: Don't store unused values; skip over them > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2b4c42ccbe54759ea325f914fecc4c