[vlc-commits] va: AV_PIX_FMT_D3D11VA_VLD version guards

2015-06-11 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Jun 11 10:03:38 2015 +0200| [8a550d71ffef1afc7d97e41d7d72e025c133ec62] | committer: Jean-Baptiste Kempf va: AV_PIX_FMT_D3D11VA_VLD version guards Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8a550d71ffef

[vlc-commits] Remove duplicated FourCC entries

2015-06-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Thu Jun 11 23:25:42 2015 +0200| [65b7990c4fad6bede8fbed05941efca815d295a4] | committer: Jean-Baptiste Kempf Remove duplicated FourCC entries > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65b7990c4fad6bede8fbed05941efca815d295a4 --- src/

[vlc-commits] configure: use AC_PATH_PROGS

2015-06-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Thu Jun 11 23:16:51 2015 +0200| [e17375d51eb52c161f9d8f87cfe632b30a792125] | committer: Jean-Baptiste Kempf configure: use AC_PATH_PROGS > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e17375d51eb52c161f9d8f87cfe632b30a792125 --- configur

[vlc-commits] hls: fix format string

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 23:51:59 2015 +0300| [bddac4f631ecd79a91e83bbb57147e4a36ddcf02] | committer: Rémi Denis-Courmont hls: fix format string > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bddac4f631ecd79a91e83bbb57147e4a36ddcf02 --- modules/demux/

[vlc-commits] hls: fix compilation

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 23:51:42 2015 +0300| [40e8801c1270c10ec4a5ce5db14f1b2c5a64376a] | committer: Rémi Denis-Courmont hls: fix compilation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40e8801c1270c10ec4a5ce5db14f1b2c5a64376a --- modules/demux/hl

[vlc-commits] fourcc: use binary rather than linear search

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 23:21:47 2015 +0300| [165861e38ff7152eb34d7114c3c876e63e2f43d3] | committer: Rémi Denis-Courmont fourcc: use binary rather than linear search > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=165861e38ff7152eb34d7114c3c876e63e2f43d

[vlc-commits] fourcc: remove duplicate FourCC alias

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 23:35:07 2015 +0300| [4d6ff343fe55da9dd4c332982e39e426a759b64f] | committer: Rémi Denis-Courmont fourcc: remove duplicate FourCC alias Multiple identical FourCC in the same ES category have never worked and never will work. So far the lin

[vlc-commits] fourcc: preprocess the tables and sort them at build time

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 20:49:59 2015 +0300| [9e6b1f9839f671aa38fcc5948c16b978d7780246] | committer: Rémi Denis-Courmont fourcc: preprocess the tables and sort them at build time > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e6b1f9839f671aa38fcc5948c

[vlc-commits] fourcc: simplify

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 23:24:04 2015 +0300| [8d1bc6626f26a49a9088a4801dce62cb3dba7035] | committer: Rémi Denis-Courmont fourcc: simplify > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d1bc6626f26a49a9088a4801dce62cb3dba7035 --- src/misc/fourcc_gen.

[vlc-commits] configure: test for BUILDCC (build machine CC)

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 19:41:54 2015 +0300| [91bea97e9b009b744e6372610e0839d6f442b5b8] | committer: Rémi Denis-Courmont configure: test for BUILDCC (build machine CC) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91bea97e9b009b744e6372610e0839d6f442b

[vlc-commits] fourcc: split the big FourCC table to a separate file

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 19:54:00 2015 +0300| [9d97ecb3e7afa37d5f3a9eb900c939e39529ffd0] | committer: Rémi Denis-Courmont fourcc: split the big FourCC table to a separate file > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d97ecb3e7afa37d5f3a9eb900c939

[vlc-commits] demux: mp4: fix smooth restart

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 20:06:34 2015 +0200| [fe65f510689fa159be67fd2a779a67980ecd9eb3] | committer: Francois Cartegnie demux: mp4: fix smooth restart > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe65f510689fa159be67fd2a779a67980ecd9eb3 --- modules/

[vlc-commits] demux: mp4: split smooth fmt from whole track setup

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 17:27:52 2015 +0200| [d991fd3a901af13a246fe372036c09ced859c7a3] | committer: Francois Cartegnie demux: mp4: split smooth fmt from whole track setup > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d991fd3a901af13a246fe372036c09ced8

[vlc-commits] lua readme: mention state as second parameter for add_check_box

2015-06-11 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jun 11 19:25:39 2015 +0200| [377bab66f9721a22a9c1bb82acd84cd71db45b14] | committer: David Fuhrmann lua readme: mention state as second parameter for add_check_box > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=377bab66f9721a22a9c1bb82acd84c

[vlc-commits] macosx: extensions: delete dead code

2015-06-11 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jun 11 19:16:19 2015 +0200| [674fb436f25f557653b90c08f20ece856ab4ad67] | committer: David Fuhrmann macosx: extensions: delete dead code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=674fb436f25f557653b90c08f20ece856ab4ad67 --- modules/gu

[vlc-commits] macosx: add own configure switch to disable the sparkle update framework

2015-06-11 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jun 4 12:59:39 2015 +0200| [2a584bfba8e8b7eb5c9d5fded49c68810e9bd685] | committer: David Fuhrmann macosx: add own configure switch to disable the sparkle update framework --enable-update-check enables update support in core, which is not needed for

[vlc-commits] macosx: fix checked state for extensions (close #14855)

2015-06-11 Thread David Fuhrmann
vlc | branch: master | David Fuhrmann | Thu Jun 11 19:14:50 2015 +0200| [d768b02e609ec5c3295c09a54dd6dd425df687b1] | committer: David Fuhrmann macosx: fix checked state for extensions (close #14855) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d768b02e609ec5c3295c09a54dd6dd425df687

[vlc-commits] fourcc: derecursify the Find() function

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 19:21:06 2015 +0300| [351869f2f4827fea4b00d7b6e89f2bb419b8a075] | committer: Rémi Denis-Courmont fourcc: derecursify the Find() function > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=351869f2f4827fea4b00d7b6e89f2bb419b8a075 ---

[vlc-commits] filename: episode numbers can have more than 2 digits (fixes #14859)

2015-06-11 Thread Rémi Denis-Courmont
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont | Thu Jun 11 18:49:27 2015 +0300| [b4bd8778947e4f5a1f9bcfbf709d1fb9197c4aa0] | committer: Rémi Denis-Courmont filename: episode numbers can have more than 2 digits (fixes #14859) (cherry picked from commit 9ad76e4f4542b0ff4d20fc6dc0d395112da55

[vlc-commits] filename: episode numbers can have more than 2 digits (fixes #14859)

2015-06-11 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Jun 11 18:49:27 2015 +0300| [9ad76e4f4542b0ff4d20fc6dc0d395112da554b0] | committer: Rémi Denis-Courmont filename: episode numbers can have more than 2 digits (fixes #14859) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9ad76e4f4542b0f

[vlc-commits] Mailmap: fix typo

2015-06-11 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Thu Jun 11 17:02:13 2015 +0200| [d2007feb4171dd610951dc7a4d82f00d8c577512] | committer: Jean-Baptiste Kempf Mailmap: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d2007feb4171dd610951dc7a4d82f00d8c577512 --- .mailmap |4 ++-

[vlc-commits] demux: mp4: validate smooth tracks only after init

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 16:47:44 2015 +0200| [895d419f056bd6f9bcd1e1cc1d25d32c3db9e13b] | committer: Francois Cartegnie demux: mp4: validate smooth tracks only after init > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=895d419f056bd6f9bcd1e1cc1d25d32c3db

[vlc-commits] demux: mp4: fix track creation

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 16:19:52 2015 +0200| [be5bf637fd8e92a49b6dccc1f98d9bf0c553684f] | committer: Francois Cartegnie demux: mp4: fix track creation Could have been at least some leaks, and some nasty things due to smooth box handling. > http://git.videolan.or

[vlc-commits] demux: mp4: rename confusing MP4_frg_TrackCreate

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 16:22:52 2015 +0200| [d62d41d6a43191cb51881101dccb0fd78321f0f0] | committer: Francois Cartegnie demux: mp4: rename confusing MP4_frg_TrackCreate > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d62d41d6a43191cb51881101dccb0fd78321f

[vlc-commits] demux: libmp4: fix MP4BoxCount signedness

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 16:01:04 2015 +0200| [b9c49f9998d6f56c840bcc65a0e62f7630719002] | committer: Francois Cartegnie demux: libmp4: fix MP4BoxCount signedness > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9c49f9998d6f56c840bcc65a0e62f7630719002 ---

[vlc-commits] demux: mp4: move fragmented duration computation

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 16:32:38 2015 +0200| [f3590c78f4434bf0a443382c7c76a8df60a63373] | committer: Francois Cartegnie demux: mp4: move fragmented duration computation tracks aren't init yet, so we can't compute duration when falling back from missing mehd > ht

[vlc-commits] demux: mp4: fix smooth extradata size

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 16:49:16 2015 +0200| [207c1d2a79ffd2d6da73a2bfc5d08b114d85a45c] | committer: Francois Cartegnie demux: mp4: fix smooth extradata size > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=207c1d2a79ffd2d6da73a2bfc5d08b114d85a45c --- m

[vlc-commits] fourcc: add missing smooth streaming codec aliases

2015-06-11 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Jun 11 13:22:52 2015 +0200| [0d8babb9f4c0b7acc88d65ec621ba434202fcb89] | committer: Francois Cartegnie fourcc: add missing smooth streaming codec aliases > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d8babb9f4c0b7acc88d65ec621ba434202