[vlc-commits] avcodec: add frame sequential handling

2018-04-25 Thread Shaan
vlc | branch: master | Mohammed (Shaan) Huzaifa Danish | Fri Aug 11 10:25:14 2017 +0200| [5f48e33c67bc745af90aaa4e87240a2d6e2521a2] | committer: Steve Lhomme avcodec: add frame sequential handling Signed-off-by: Steve Lhomme > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f48e33c67

[vlc-commits] avcodec: add code to read stereo 3d metadata

2018-04-25 Thread Mohammed Danish
vlc | branch: master | Mohammed Danish | Wed Jul 12 06:13:25 2017 -0400| [7076180e34a3a076a8606c1d1394ad82af5f3103] | committer: Steve Lhomme avcodec: add code to read stereo 3d metadata Signed-off-by: Steve Lhomme > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7076180e34a3a076a8606

[vlc-commits] png: encoder: fix leak (CID 1435159)

2018-04-25 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Thu Apr 26 00:54:32 2018 -0400| [17494bc4f43af5d5b1eca9cdc4e64824088e404b] | committer: Tristan Matthews png: encoder: fix leak (CID 1435159) Regression from 7442c8c791ec6be8c50ba7768792b52a01ee2b31 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=comm

[vlc-commits] png: decoder: fix leak (CID 1435160)

2018-04-25 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Thu Apr 26 00:57:56 2018 -0400| [0c284ce20bac1dd7da23ebee03748235739f40ca] | committer: Tristan Matthews png: decoder: fix leak (CID 1435160) Regression from b3b7f62ce15a3faae7a7c78c2d10b4bb49a6a009 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=comm

[vlc-commits] core: replace es_out_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 17:32:23 2018 +0200| [4655ce5d3bc5d8384b1553bfb188b932433aac2e] | committer: Jean-Baptiste Kempf core: replace es_out_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4655

[vlc-commits] core: replace xml_reader_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Apr 24 09:33:28 2018 +0200| [5f00aff306a2722b1ec40ec06437c97cf342c21c] | committer: Jean-Baptiste Kempf core: replace xml_reader_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=

[vlc-commits] core: replace sout_stream_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 18:29:40 2018 +0200| [238459bf4fa35284e74f839e5862abc758352f2a] | committer: Jean-Baptiste Kempf core: replace sout_stream_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h

[vlc-commits] core: replace picture_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 18:10:15 2018 +0200| [3de64989180176eb10dc6ea1a012ede660afd7f5] | committer: Jean-Baptiste Kempf core: replace picture_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3de

[vlc-commits] core: replace decoder_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 18:59:46 2018 +0200| [b3b7f62ce15a3faae7a7c78c2d10b4bb49a6a009] | committer: Jean-Baptiste Kempf core: replace decoder_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b3b

[vlc-commits] core: replace service_discovery_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 17:18:22 2018 +0200| [c7f9e3ce5e363d74e8fe7147cfc7ef2d22374d0f] | committer: Jean-Baptiste Kempf core: replace service_discovery_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=co

[vlc-commits] core: replace sout_mux_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 18:21:26 2018 +0200| [4e0d899e0f28d22216657b4afa429d1f9e18adc7] | committer: Jean-Baptiste Kempf core: replace sout_mux_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e

[vlc-commits] core: replace sout_access_out_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 18:13:52 2018 +0200| [1300796bab3adbaa5ac4d9b7f6040a55ece2a27d] | committer: Jean-Baptiste Kempf core: replace sout_access_out_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=comm

[vlc-commits] core: replace xml_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Apr 24 09:30:23 2018 +0200| [ae636d736fec51ae1e459d9c3d98cd4013ec3ed2] | committer: Jean-Baptiste Kempf core: replace xml_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae636d7

[vlc-commits] core: replace filter_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 19:40:10 2018 +0200| [4c8b741e4844a80fb824caccd9606259d5958aa0] | committer: Jean-Baptiste Kempf core: replace filter_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4c8b

[vlc-commits] core: replace vod_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Tue Apr 24 09:41:03 2018 +0200| [79afb971ff3c1eada2d1217e2a1015cc56a321e4] | committer: Jean-Baptiste Kempf core: replace vod_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79afb97

[vlc-commits] core: replace aout_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 17:54:07 2018 +0200| [6429b8ea8337ab284e3d3f449775ab4cf9ebce7b] | committer: Jean-Baptiste Kempf core: replace aout_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6429b8

[vlc-commits] core: replace encoder_sys_t* by void*

2018-04-25 Thread Romain Vimont
vlc | branch: master | Romain Vimont | Mon Apr 23 19:13:23 2018 +0200| [7442c8c791ec6be8c50ba7768792b52a01ee2b31] | committer: Jean-Baptiste Kempf core: replace encoder_sys_t* by void* See #17078 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=744

[vlc-commits] configure: Don't explicitly add -ladvapi32 to linker flags

2018-04-25 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Thu Apr 26 01:12:49 2018 +0300| [4319ab8d6645082ab68db34c9edc4d763bc84630] | committer: Martin Storsjö configure: Don't explicitly add -ladvapi32 to linker flags This flag was originally not added because of crypto functions, but together with -lssp in 4

[vlc-commits] configure: Don't make the crypt/bcrypt libs dependent of libssp

2018-04-25 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Thu Apr 26 01:05:12 2018 +0300| [fa6ce2425b6680b7956f76610b67091975822b86] | committer: Martin Storsjö configure: Don't make the crypt/bcrypt libs dependent of libssp These should still be added if ssp is disabled. > http://git.videolan.org/gitweb.cgi/v

[vlc-commits] decoder: return 0 display time on pause

2018-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 25 21:06:56 2018 +0200| [fa25780ed31b708bda687f144ee7dec8c38a709c] | committer: Francois Cartegnie decoder: return 0 display time on pause fixes next frame -> late frame regressions with decoders no longer in waiting state > http://git.video

[vlc-commits] codec: avcodec: avoid double drain

2018-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 25 16:07:07 2018 +0200| [c11fb88de66c057aab002ec2862003b3d40d40f8] | committer: Francois Cartegnie codec: avcodec: avoid double drain breaks decoding > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c11fb88de66c057aab002ec2862003b3d4

[vlc-commits] lua: playlist/appletrailers: handle stream creation error

2018-04-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 25 13:47:06 2018 +0200| [875ff3187c2a8c594f95691d803f9b2e2e45c14b] | committer: Marvin Scholz lua: playlist/appletrailers: handle stream creation error Add additional error handling/logging and some general cleanup of parse_json. > http://git.vid

[vlc-commits] lua: playlist/appletrailers: Improve error handling

2018-04-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 25 13:35:28 2018 +0200| [c5c44df639c0b3a16aedf10f87283b4723088d18] | committer: Marvin Scholz lua: playlist/appletrailers: Improve error handling > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5c44df639c0b3a16aedf10f87283b4723088d18 ---

[vlc-commits] macosx: avoid implicit cast of long to int

2018-04-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 25 12:40:58 2018 +0200| [fb6d424b3615d8ed1d755789c03136829ec3f4b8] | committer: Marvin Scholz macosx: avoid implicit cast of long to int > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb6d424b3615d8ed1d755789c03136829ec3f4b8 --- module

[vlc-commits] macosx: Remove unused advanced option from prefs

2018-04-25 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Apr 25 11:54:12 2018 +0200| [72816d8ec0b5ef8e134cb1a6388ee62949e3b85e] | committer: Marvin Scholz macosx: Remove unused advanced option from prefs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72816d8ec0b5ef8e134cb1a6388ee62949e3b85e ---

[vlc-commits] demux: ps: fix missing dts on a52 and others

2018-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 25 11:49:06 2018 +0200| [156dc27803b6cfa7de1bb1f83634554a70254248] | committer: Francois Cartegnie demux: ps: fix missing dts on a52 and others > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=156dc27803b6cfa7de1bb1f83634554a70254248

[vlc-commits] Revert "vout: change spu_scale to unsigned"

2018-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 23 21:30:05 2018 +0200| [cb4ce5119616ade7c57a8cd5ce6b095b94ddebc2] | committer: Francois Cartegnie Revert "vout: change spu_scale to unsigned" This reverts commit 8380e72e1eb185f8710c480ef0179e1d73c21aa3. refs #19989, refs #16891 > http://g

[vlc-commits] codec: avcodec: missing context reset after flush

2018-04-25 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Apr 24 18:18:58 2018 +0200| [db4fae0a9b997f5946241f2c17c9c836ff717c28] | committer: Francois Cartegnie codec: avcodec: missing context reset after flush > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db4fae0a9b997f5946241f2c17c9c836ff71

[vlc-commits] mux: ogg: Store and use curated framerate values

2018-04-25 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 24 13:57:16 2018 +0200| [5a2357bb00fc5aefdd2a79fae90ef10c38be9e36] | committer: Hugo Beauzée-Luyssen mux: ogg: Store and use curated framerate values Should fix CD #4932f5b3-987c-4f92-9252-b330b496325d > http://git.videolan.org/gitweb.cgi/

[vlc-commits] mux: ogg: Store the entire es_format_t in ogg_stream_t

2018-04-25 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Apr 24 13:25:44 2018 +0200| [ceaf051a6e2d38146835df0d8ba3685e86a02f74] | committer: Hugo Beauzée-Luyssen mux: ogg: Store the entire es_format_t in ogg_stream_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ceaf051a6e2d38146835df0d8ba