[vlc-commits] aout: use S16N rather than S16L in audio outputs

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:45:11 2012 +0200| [bcd01c48635ac900c243fea6e47669db2e350393] | committer: Rémi Denis-Courmont aout: use S16N rather than S16L in audio outputs (In practice, all of these were only used in little endian anyway.) > http://git.videolan.o

[vlc-commits] aout: drop support for U16B, U16L and S16I

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:42:24 2012 +0200| [dbbb4fad5a66c8c5499c3631a08440ab572b3c53] | committer: Rémi Denis-Courmont aout: drop support for U16B, U16L and S16I > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dbbb4fad5a66c8c5499c3631a08440ab572b3c53

[vlc-commits] araw: decode/encode U16 and S16I to/from S16N

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:32:23 2012 +0200| [5e4e58d272d165996beaec24ee5672927ea229e0] | committer: Rémi Denis-Courmont araw: decode/encode U16 and S16I to/from S16N > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e4e58d272d165996beaec24ee5672927ea229

[vlc-commits] sndio: require non-stupid audio sample formats

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:42:07 2012 +0200| [a944af6d0b953aa34839226c1799706026488142] | committer: Rémi Denis-Courmont sndio: require non-stupid audio sample formats > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a944af6d0b953aa34839226c1799706026488

[vlc-commits] audiotrack: implement time synchronization

2012-12-18 Thread Rafaël Carré
vlc | branch: master | Rafaël Carré | Tue Dec 18 23:39:24 2012 +0100| [141c6716f8f2905ec7de50979bc7126183e0733a] | committer: Rafaël Carré audiotrack: implement time synchronization There is still a random offset between A/V which stays constant until there's a flush but hopefully testing shoul

[vlc-commits] PulseAudio: unused variable

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:12:23 2012 +0200| [81e9a6a8cc479bf8271fcdf6519e9063c37ceddb] | committer: Rémi Denis-Courmont PulseAudio: unused variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81e9a6a8cc479bf8271fcdf6519e9063c37ceddb --- modules/a

[vlc-commits] araw: cosmetics

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Dec 18 23:31:38 2012 +0200| [1b5635d9359334fc0f858da7fde4479438d29b8a] | committer: Rémi Denis-Courmont araw: cosmetics > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b5635d9359334fc0f858da7fde4479438d29b8a --- modules/codec/araw.c

[vlc-commits] aout: drop support for S8

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:12:13 2012 +0200| [4ed8eacd2e56a59b95fad64477caa52f574e941a] | committer: Rémi Denis-Courmont aout: drop support for S8 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ed8eacd2e56a59b95fad64477caa52f574e941a --- modules/aud

[vlc-commits] araw: decode/encode S8 to/from U8

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Dec 19 00:07:20 2012 +0200| [132af4a35081ba4ed50b7d2e681a8eadb2ffebe2] | committer: Rémi Denis-Courmont araw: decode/encode S8 to/from U8 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=132af4a35081ba4ed50b7d2e681a8eadb2ffebe2 --- mod

[vlc-commits] Qt: info_panels: use validation mask for tracknumber/total input

2012-12-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Dec 18 21:54:11 2012 +0100| [b74a7b1a177f9d610b021fdefe1963c0f1752151] | committer: Francois Cartegnie Qt: info_panels: use validation mask for tracknumber/total input > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b74a7b1a177f9d610b021

[vlc-commits] taglib: ID3v2: save TrackTotal

2012-12-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Dec 18 22:54:37 2012 +0100| [c55da911c50a6a22124ab5be4607e45b4f8f7505] | committer: Francois Cartegnie taglib: ID3v2: save TrackTotal > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c55da911c50a6a22124ab5be4607e45b4f8f7505 --- modules/

[vlc-commits] Fix warning

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Dec 18 23:31:12 2012 +0200| [712c81e750018728ede66b0dcb9912e4ab7697e1] | committer: Rémi Denis-Courmont Fix warning > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=712c81e750018728ede66b0dcb9912e4ab7697e1 --- src/interface/interface.c

[vlc-commits] contrib: update XCB

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Dec 18 22:45:06 2012 +0200| [0307cd49bbaa48e552fe919659a4e8c17ccb7c7c] | committer: Rémi Denis-Courmont contrib: update XCB > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0307cd49bbaa48e552fe919659a4e8c17ccb7c7c --- contrib/src/xcb/S

[vlc-commits] OSS: trivial fixes

2012-12-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Dec 18 22:36:24 2012 +0200| [1c15f75ee8a783c68be5db84029b1ddfb1825207] | committer: Rémi Denis-Courmont OSS: trivial fixes > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c15f75ee8a783c68be5db84029b1ddfb1825207 --- modules/audio_outp

[vlc-commits] Qt: QPalette: fix obsoleted values

2012-12-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Dec 18 20:51:51 2012 +0100| [ead6ddbb9298931217b473644797c50b2ba6fff7] | committer: Francois Cartegnie Qt: QPalette: fix obsoleted values > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ead6ddbb9298931217b473644797c50b2ba6fff7 --- modu

[vlc-commits] Improve gecko headers detection

2012-12-18 Thread Rafaël Carré
npapi-vlc | branch: master | Rafaël Carré | Tue Dec 18 19:30:58 2012 +0100| [ce4f1dde4d514f1ca0b974d103a762058e6d61ab] | committer: Jean-Baptiste Kempf Improve gecko headers detection > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=ce4f1dde4d514f1ca0b974d103a762058e6d61ab ---

[vlc-commits] Log in console when using Windowless mode

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Tue Dec 18 18:27:43 2012 +0100| [78a332fb3166ec493d6f2a07d30d358bf5e71e2a] | committer: Jean-Baptiste Kempf Log in console when using Windowless mode > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=78a332fb3166ec493d6f2a07d30d35

[vlc-commits] Add windowless to the page

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Tue Dec 18 18:20:46 2012 +0100| [19ba6a9600b519b7ce127d7cd7f05bbe83105129] | committer: Jean-Baptiste Kempf Add windowless to the page > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=19ba6a9600b519b7ce127d7cd7f05bbe83105129 ---

[vlc-commits] Configure: add includes from the $src/gecko folder, in case

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Tue Dec 18 18:08:33 2012 +0100| [29239f09c70aafb099f8ab585873817da0a1143f] | committer: Jean-Baptiste Kempf Configure: add includes from the $src/gecko folder, in case > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=29239f09c70a

[vlc-commits] MacOS: fix compilation

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Tue Dec 18 17:59:21 2012 +0100| [6b63f77e52e8065deab7b8496a4de270cd4ca656] | committer: Jean-Baptiste Kempf MacOS: fix compilation > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=6b63f77e52e8065deab7b8496a4de270cd4ca656 --- np

[vlc-commits] Add license headers

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 17:26:57 2012 +0100| [37ac7eae4ca46bd4d9bcd018742be5a6f2c810ef] | committer: Jean-Baptiste Kempf Add license headers > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=37ac7eae4ca46bd4d9bcd018742be5a6f2c810ef --- n

[vlc-commits] Split headers

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Tue Dec 18 17:05:47 2012 +0100| [10d24a34d91140efe6452b7f60b0b4e9e0e23be9] | committer: Jean-Baptiste Kempf Split headers > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=10d24a34d91140efe6452b7f60b0b4e9e0e23be9 --- npapi/M

[vlc-commits] Implement a first try for the WindowLess on Linux

2012-12-18 Thread Cheng Sun
npapi-vlc | branch: windowless | Cheng Sun | Tue Dec 18 17:24:39 2012 +0100| [1ffd166c323e2b5aba81a235de0ebc94499fb911] | committer: Jean-Baptiste Kempf Implement a first try for the WindowLess on Linux > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1ffd166c323e2b5aba81a235de0e

[vlc-commits] Don't compile WindowlessBase if not needed

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 14:46:19 2012 +0100| [d71f9f6db446297a20f87a7c0b9b58b5be881aa5] | committer: Jean-Baptiste Kempf Don't compile WindowlessBase if not needed > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=d71f9f6db446297a20f87a7c0

[vlc-commits] Remove useless constructor

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 15:43:29 2012 +0100| [f25c3ce2200d98bbd4f61182d371dd6c4e46c177] | committer: Jean-Baptiste Kempf Remove useless constructor > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=f25c3ce2200d98bbd4f61182d371dd6c4e46c177

[vlc-commits] Fix compilation on Win32

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 13:14:11 2012 +0100| [3272e0dcf90723e12eb6fc321a3b0806fec20090] | committer: Jean-Baptiste Kempf Fix compilation on Win32 > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=3272e0dcf90723e12eb6fc321a3b0806fec20090 --

[vlc-commits] Move mimetype declaration to the .cpp

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 13:18:47 2012 +0100| [ecddb18da82eaac1907d1060af470690821eaa58] | committer: Jean-Baptiste Kempf Move mimetype declaration to the .cpp > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=ecddb18da82eaac1907d1060af4706

[vlc-commits] Split events to a separate class

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 13:09:30 2012 +0100| [c47b75549a2dcd13a9bd1307f8f9c0275bb83c44] | committer: Jean-Baptiste Kempf Split events to a separate class > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c47b75549a2dcd13a9bd1307f8f9c0275bb

[vlc-commits] Mac warning fixes

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 12:05:01 2012 +0100| [0840a3950fec89578701a6c16805ec6e0a32651d] | committer: Jean-Baptiste Kempf Mac warning fixes > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0840a3950fec89578701a6c16805ec6e0a32651d --- npa

[vlc-commits] NPAPI: simplify includes

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 12:47:06 2012 +0100| [9c0e8aee4d83b306efe581ad6129367caad4c08c] | committer: Jean-Baptiste Kempf NPAPI: simplify includes And split the events.h header > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9c0e8aee4d83

[vlc-commits] Gtk: kill warnings

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 12:06:32 2012 +0100| [126f66e046f6d385c46f4e63632a8f5e62879eb0] | committer: Jean-Baptiste Kempf Gtk: kill warnings > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=126f66e046f6d385c46f4e63632a8f5e62879eb0 --- np

[vlc-commits] Test.html: remove trailing spaces and tabs

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 18:29:23 2012 +0100| [9fae7ecee53fbd725e6326b17daac53cce3f479b] | committer: Jean-Baptiste Kempf Test.html: remove trailing spaces and tabs > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=9fae7ecee53fbd725e6326b17

[vlc-commits] Update a bit the test page

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 18:35:40 2012 +0100| [3abffdee0729b058c81c29f15f8b1e0da329b8e8] | committer: Jean-Baptiste Kempf Update a bit the test page > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=3abffdee0729b058c81c29f15f8b1e0da329b8e8

[vlc-commits] Configure simplifications

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Fri Dec 14 11:55:11 2012 +0100| [5efe212ff9ca4bb3117812018e9feb10936033ca] | committer: Jean-Baptiste Kempf Configure simplifications > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=5efe212ff9ca4bb3117812018e9feb10936033ca -

[vlc-commits] Remove broken test page

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 18:25:03 2012 +0100| [42d5e4bf2a5eb33aa931f45d780a5ee7e4e448d6] | committer: Jean-Baptiste Kempf Remove broken test page > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=42d5e4bf2a5eb33aa931f45d780a5ee7e4e448d6 ---

[vlc-commits] Expose playlist_select

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 18:17:00 2012 +0100| [315125ff714a877110ba8100e6dc7f294ad695c9] | committer: Jean-Baptiste Kempf Expose playlist_select > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=315125ff714a877110ba8100e6dc7f294ad695c9 ---

[vlc-commits] Win32: fix compilation

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 18:09:46 2012 +0100| [c563c19252d5e4dfeac48093506f7b6e094bb1bb] | committer: Jean-Baptiste Kempf Win32: fix compilation > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=c563c19252d5e4dfeac48093506f7b6e094bb1bb ---

[vlc-commits] Remove OJI support

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 18:03:33 2012 +0100| [1c8da7f2359f967ee34e1e277c434442aa76f28f] | committer: Jean-Baptiste Kempf Remove OJI support > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1c8da7f2359f967ee34e1e277c434442aa76f28f --- np

[vlc-commits] BasePlugin: simplify headers

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 17:42:50 2012 +0100| [1abffe644ede146b8803fa595dc78275f680ee97] | committer: Jean-Baptiste Kempf BasePlugin: simplify headers > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1abffe644ede146b8803fa595dc78275f680ee9

[vlc-commits] Remove unneeded header

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 17:31:57 2012 +0100| [08a7d0fce5c8f092cce0d0b2cce9628860dfeb5f] | committer: Jean-Baptiste Kempf Remove unneeded header > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=08a7d0fce5c8f092cce0d0b2cce9628860dfeb5f ---

[vlc-commits] XCB: remove xembed.h file

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 17:21:57 2012 +0100| [56a341bcc640842f324ce9757d36cbdd05503b1a] | committer: Jean-Baptiste Kempf XCB: remove xembed.h file > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=56a341bcc640842f324ce9757d36cbdd05503b1a -

[vlc-commits] Fix compilation for Win32

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 17:12:29 2012 +0100| [8115a6acf0b7af0745ef1549e874c18f01d11e88] | committer: Jean-Baptiste Kempf Fix compilation for Win32 > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=8115a6acf0b7af0745ef1549e874c18f01d11e88 -

[vlc-commits] Move packaging files to their own subfolder

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: windowless | Jean-Baptiste Kempf | Thu Dec 13 16:27:20 2012 +0100| [d23a864bc10dcb8bd627e6d4792eaf8b86c9b3bb] | committer: Jean-Baptiste Kempf Move packaging files to their own subfolder > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=d23a864bc10dcb8bd627e6d4

[vlc-commits] Split headers

2012-12-18 Thread Jean-Baptiste Kempf
npapi-vlc | branch: master | Jean-Baptiste Kempf | Tue Dec 18 17:05:47 2012 +0100| [10d24a34d91140efe6452b7f60b0b4e9e0e23be9] | committer: Jean-Baptiste Kempf Split headers > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=10d24a34d91140efe6452b7f60b0b4e9e0e23be9 --- npapi/Makef

[vlc-commits] Contrib: update live555

2012-12-18 Thread Jean-Baptiste Kempf
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf | Tue Dec 18 15:34:36 2012 +0100| [3308b699e30c5c45262802370f461399ffa3f76c] | committer: Jean-Baptiste Kempf Contrib: update live555 Close #7786 (cherry picked from commit 03f571782b24d486ab5c75cfb748dca736bc448e) Signed-off-by: Jean-Baptist

[vlc-commits] Contrib: update live555

2012-12-18 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Tue Dec 18 15:34:36 2012 +0100| [03f571782b24d486ab5c75cfb748dca736bc448e] | committer: Jean-Baptiste Kempf Contrib: update live555 Close #7786 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03f571782b24d486ab5c75cfb748dca736bc448e ---