[vlc-commits] update single msgid (instead of update-po)

2015-04-15 Thread Christoph Miebach
vlc/vlc-2.2 | branch: master | Christoph Miebach christoph.mieb...@web.de | Wed Apr 15 07:52:55 2015 -0400| [41d806c564b659b3db4bc37f5b3e5cb75f925861] | committer: Christoph Miebach update single msgid (instead of update-po)

[vlc-commits] demux: avi: add support for creative adpcm

2015-04-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Wed Apr 15 13:39:30 2015 +0200| [0bdface8cba98d3c4bf8009c82ec8529b0d0c8e7] | committer: Francois Cartegnie demux: avi: add support for creative adpcm refs samples/A-codecs/Creative/

[vlc-commits] lib: rationalize/uniformize video window setters

2015-04-15 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Apr 15 18:41:20 2015 +0300| [60ece175d7f754aa7d4b6d0ffaa67e412ca3f425] | committer: Rémi Denis-Courmont lib: rationalize/uniformize video window setters

[vlc-commits] demux: mp4: remove the arbitrary QT_MAX_V0_SAMPLES

2015-04-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Wed Apr 15 17:48:36 2015 +0200| [055b369d8f093fa61ba9c12b574beb2b4970dd30] | committer: Francois Cartegnie demux: mp4: remove the arbitrary QT_MAX_V0_SAMPLES Fixes alaw regression. /samples/A-codecs/aLaw/ Arbitrary limit still

[vlc-commits] audiotrack: handle HW latency

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 15 12:04:45 2015 +0200| [985ff5cb03d483d034aa7a2192705f5835b760dc] | committer: Thomas Guillem audiotrack: handle HW latency Since Android 4.3 there is a hidden method that retrieve the audio hardware latency:

[vlc-commits] audiotrack: smooth out the AudioTrack position

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Tue Apr 14 19:49:56 2015 +0200| [b50b9c35a75fcef1549e55607ef1c0044d2e1fb1] | committer: Thomas Guillem audiotrack: smooth out the AudioTrack position It improves delay precision for old devices.

[vlc-commits] audiotrack: add AUDIOTRACK_HW_LATENCY define

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 15 12:17:41 2015 +0200| [a58d7c761ef81abd21a67134f661915b3519b485] | committer: Thomas Guillem audiotrack: add AUDIOTRACK_HW_LATENCY define If defined, getTimestamp (since Android 4.4) or getPlaybackHeadPosition + getLatency (since

[vlc-commits] audiotrack: debug delays

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 15 12:17:29 2015 +0200| [ce58d9dda1051b8fd8cbc3e5d7c439457e8802e5] | committer: Thomas Guillem audiotrack: debug delays http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce58d9dda1051b8fd8cbc3e5d7c439457e8802e5 ---

[vlc-commits] audiotrack: rename InitDelay

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 15 09:41:52 2015 +0200| [1188440ce929e0fc077670f2873e3c475f29102f] | committer: Thomas Guillem audiotrack: rename InitDelay Since it only reset PlaybackHeadPosition. Move i_samples_written initialisation out of this function.

[vlc-commits] audiotrack: use uint64_t to count samples

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Tue Apr 14 16:36:04 2015 +0200| [eae5beac7d75792a2135b574125f4a323563501f] | committer: Thomas Guillem audiotrack: use uint64_t to count samples It allows to play more than 13h30min (@44.1kHz). Add more comments for the buggy

[vlc-commits] audiotrack: fix AudioTimestamp

2015-04-15 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem tho...@gllm.fr | Wed Apr 15 10:27:46 2015 +0200| [0bd6c08be1a7ddc8060be1989310cb2b81d4925d] | committer: Thomas Guillem audiotrack: fix AudioTimestamp Move AudioTimestamp variables into a separate struct. Move AudioTimestamp calculation into a separate

[vlc-commits] lib: rationalize/uniformize video window setters

2015-04-15 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Wed Apr 15 18:41:20 2015 +0300| [3f3e7231937f49732fbfa81dc8c98ee937c4afbe] | committer: Rémi Denis-Courmont lib: rationalize/uniformize video window setters

[vlc-commits] v4l2: Fix SetupFormat for CONTINUOUS framesize

2015-04-15 Thread Ricardo Ribalda Delgado
vlc | branch: master | Ricardo Ribalda Delgado ricardo.riba...@gmail.com | Wed Apr 15 20:42:08 2015 +0200| [4372fe4df714fccb15eeb7e0baeae74fb97edaee] | committer: Rémi Denis-Courmont v4l2: Fix SetupFormat for CONTINUOUS framesize One of the bounds of the loop were wrong, ending up in testing

[vlc-commits] v4l2: Fix SetupFormat for CONTINUOUS framesize

2015-04-15 Thread Ricardo Ribalda Delgado
vlc/vlc-2.2 | branch: master | Ricardo Ribalda Delgado ricardo.riba...@gmail.com | Wed Apr 15 20:42:08 2015 +0200| [16d20fe43e39d3f52e82e05e9a40fbb2c58622e7] | committer: Rémi Denis-Courmont v4l2: Fix SetupFormat for CONTINUOUS framesize One of the bounds of the loop were wrong, ending up in

[vlc-commits] Fix description to match behaviour

2015-04-15 Thread Christoph Miebach
vlc | branch: master | Christoph Miebach christoph.mieb...@web.de | Wed Apr 15 02:07:11 2015 -0400| [f6db0768fb2de831f43440151f0c0909098f987e] | committer: Christoph Miebach Fix description to match behaviour

[vlc-commits] fourcc: add missing creative adpcm codecs

2015-04-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Wed Apr 15 12:46:18 2015 +0200| [e828c98254315c6384fee3fc53653017cc423d5f] | committer: Francois Cartegnie fourcc: add missing creative adpcm codecs

[vlc-commits] demux: voc: handle creative adpcm and a/ulaw

2015-04-15 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Wed Apr 15 12:47:18 2015 +0200| [e4f45b408696da1e1c3af5d7b1db3c8921c29281] | committer: Francois Cartegnie demux: voc: handle creative adpcm and a/ulaw refs samples/A-codecs/CreativeADPCM8bit/