https://github.com/videolan/vlc

sort by:
Revision Author Date Message Commit Date
d427a9f create cookies storage on libvlcmediaplayer Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit cda6b57532bdea98e0ccffa8ff622919b96dba03) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 18:03:40 UTC
555499a Contribs: update to libdvdnav 6.0.0 (cherry picked from commit 75b5036bde479c1aed3e816674974e867d02c4c1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 18:03:34 UTC
e20788d Revert "macOS codesign: Also use the org.videolan. prefix in gk mode" This reverts commit 2e2a1b34374f617ae2dac11bcbec8fd76a33eacb. This seems to be a problem by sub-signing the Sparkle files and the VLC include headers (cherry picked from commit 307e1368299d79a75cbb534554aa9aa73065697a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:41:04 UTC
22bf04c qt: keep files with local file representation and store them as URL in open dialog - fields are now, read only and can be only edited throught the add/browse buttons Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6b36c463f13cb3dea55bccbb8482e28fb6227e18) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:41:01 UTC
f2b6aa7 qt: display user friendly paths in convert dialog Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 8ac8ea35793fb3dd62e4635e81f3496da8d1f310) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:40:58 UTC
93c7e55 qt: display user friendly paths in SoutInputBox Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 2279a75aa30a119891a0071440fefa45bc5d9cfd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:40:55 UTC
be80fd8 chromecast: don't reload if disabled track is removed (cherry picked from commit 12298e60729ad69358957be41aae97a6cc16b690) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:40:52 UTC
60c219a demux:mkv: fix trying to seek before the first audio/video We just seek to the first known Cluster. Fixes #19286 (cherry picked from commit 117bf6fea8eb81d6c8d2616f55cad51999efe44a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:40:49 UTC
fa81203 input: keep ES_OUT_MODE_AUTO when using a renderer Chromecast need auto mode in order to avoid to send extra tracks that can't be read by the CC and in order to make the es selection works. Ideally, this mode should be fetched from the renderer item. (cherry picked from commit 50ce0b4f0f56df1ed24e42da65bea1b5498888f7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:49 UTC
4827077 es_out: RESTART_ALL_ES: restart only selected es (cherry picked from commit 4c2b909cb223484b305a360c32ab98d2b1c583d9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:47 UTC
b6e1d93 chromecast: send/transcode only one audio/video track It's useless to send tracks that are not supported by the CC. (cherry picked from commit 2fa9ea9b07965321d69f4a5926787c0bd4da02f5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:44 UTC
2b05bab chromecast: use iterator (cherry picked from commit 1f5411487e1015faf480b4c67b96c69a18f09e65) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:41 UTC
3737c1c chromecast: refactor, make place for SPUs (cherry picked from commit ddca3d13fdce15e9e1f04de7e3170b0842ca251a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:38 UTC
b73e8bd mux: avformat: fix generic mpga muxing (cherry picked from commit 4f7e07649035b5a58c1b0dae8ac1343e39166308) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:35 UTC
e0b5c05 packetizer: mpegaudio: set layer on profile (cherry picked from commit 1165f924c762ea3de6f8ff0c90ed4f57c4707037) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:30 UTC
7fe584a demux: mp4: clear up original fourcc on esds otherwise has mp4a as original... which maps to aac (cherry picked from commit f2fda11533397bee45349abacdc8317c15f04379) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:27 UTC
28171cd demux: mp4: don't set extradata for unknown esds (cherry picked from commit 35ae1962c82ed5f02798d3cc2840e4f60a97be38) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 17:08:24 UTC
d79907a qt: Fix crash when switching to fullscreen with video undocked Fix #19503 (cherry picked from commit 78e2351cb5ccfb0c8a4e431f19d3b79a1e67175b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 19 January 2018, 16:15:46 UTC
f2eff9c demux:mkv: do not find seek point when we don't have an end boundary We'll just use the seekpoints we already have. Fixes #17576 (cherry picked from commit cadcd7a9842a0b2439d24999b53cd75f53328dcf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 15:20:52 UTC
924abe7 demux:mkv: fix a possible infinite loop looking for a position if there's none Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 5af8fa8ebfa31a8c10389f8d255c4eca5401d85c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 15:20:49 UTC
72376ef asf: Fix potential null pointer dereference (cherry picked from commit f99b2d30f9d01459a0cf9418e63415c88255e550) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 15:15:34 UTC
c513b7b demux:mkv: simplify the parser dispatcher code Should fix #19190 (cherry picked from commit dfa53d0967ec8ccf157c2de4a684a038a376100f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 15:06:16 UTC
8b85798 smb: Fix use after free CID #1461260 (cherry picked from commit b7e3e1560820864207dbb092f7f66776e29c4843) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 12:48:49 UTC
92c1021 DxVA: fix compilation after backport 19 January 2018, 12:10:06 UTC
c192adb chromecast: more verbose retry log (cherry picked from commit 86b93275000c4c40d6d0a9b8720436bd9c26b1d7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 11:04:48 UTC
078266b chromecast: always re-encode if the first pass failed Even if the failing codec is h264, we should re-encoding since the cc may not support the h264 resolution or profile. (cherry picked from commit 9015016418fb20a300f2da882d932ef8495a4103) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 11:04:37 UTC
93d7917 chromecast: add MPGA support (cherry picked from commit 96deec5a6f33326c3b5b8e2fb1c4a7cc0669a16f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 11:04:32 UTC
213a150 demux: mkv: fix the DisplayUnit log for DAR and unknown values (cherry picked from commit faa273ee1073ecf695c758074441df3cf98d67f6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:59:12 UTC
d24da94 chroma/chain: also merge sar num/den This fixes the vdpau chroma converter failing on chroma+resize chain. (cherry picked from commit 07304bd85cc5c74504080954dab40884f35ae822) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:59:07 UTC
d02d11e transcode/video: add more logs (cherry picked from commit c1ff19d76c6f9f7c880891d91cb3de90214d341e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:59:01 UTC
372da44 transcode/video: test video conversion No need to encode if no conversion is possible. (cherry picked from commit 893c3bb704e1b1ed0da99da65cbc6b69d3046c33) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:55 UTC
77f0dfe transcode: change error handling Don't reset b_transcode to false in case of error, otherwise transcoding resources won't be freed. (cherry picked from commit 67e993164249d81bb38bf3f3030238d04d36b176) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:37 UTC
9354540 transcode: fix null-deref in some error cases Null-deref could happen when flushing (p_buffer == NULL). (cherry picked from commit 969da8f53d05a45b7b064e8530c648dbd565ab51) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:32 UTC
fb1d45f transcode/video: refactor error handling (cherry picked from commit cb1b1634b812dc7f6d30c73216dfd49230448279) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:29 UTC
f3ff4e6 hw: vdpau: fix VdpChromaType mismatch vdp_video_surface_get_bits_y_cb_cr() can not convert ChromaType. (cherry picked from commit 92919147bccc54353a4d84a3b2cb43e722e01f34) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:21 UTC
6894306 transcode/audio: init muxer format lately This can fix channels (or other params) mismatch when decoders update their fmt_out lately. This is the case for dts-hd for example (first decoder/encoder initialisation gives 5.1, then 7.1). (cherry picked from commit 91c3b27efe79f076aed42b83986a36d7bdec126d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:12 UTC
4f91a09 chromecast: limit to 24fps when re-encoding (cherry picked from commit 05838a1cf20eb4d86d26d334c4fea8e7b34e184f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:58:04 UTC
578cde1 chromecast: setup conversion quality (cherry picked from commit 05de65fe5f0f61afdf72992d535aa1deaa0a6ad2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:57:58 UTC
4005ddf chromecast: encode multipcm in vorbis (cherry picked from commit 1323485ac104d563f55754c4da2f7776f35f6d75) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:57:54 UTC
432bc9c vorbisenc: remove FIXME (cherry picked from commit 89d7ef3b6940c919cb4261a924bd24a33e116014) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:57:35 UTC
bffb1b4 vorbisenc: remove useless params in ConfigureChannelOrder() (cherry picked from commit 5867de94f79763e63fbe797cfd84caddb615af50) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:57:25 UTC
2dee093 vorbisenc: remove useless p_sys->i_channels (cherry picked from commit 1d3888f5ec613ee856440b27403135aa57bc75d8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:57:04 UTC
0eacde7 vorbisenc: setup channels from vorbis info (cherry picked from commit fdb8982c816ec9ee86b22797a08ecbba9fdcc6ac) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:56:59 UTC
1bf8ba3 vorbisenc: set maximum channels to 7.1 (cherry picked from commit 81c5c5820023d2292ec75901fb135ad31a17cea8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:56:56 UTC
d60f7d9 transcode: video: fix typo (cherry picked from commit 2d74fbd9445a7a6942da15b7401a496670f67a2b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:56:48 UTC
7b1eb13 filter: fps: use frame_rate from fmt_out if no "fps" option This fixes invalid n to n fps conversion when this filter is setup from transcode/video. (cherry picked from commit 16bae987fbe129e421ce030ebc48570ea334c186) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:56:39 UTC
856cbce qt: actions_manager: Fix potential leak (cherry picked from commit 99b33932faf863fe4d5f8ecb54149dbd10895cc2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:56:08 UTC
54379d8 qt: actions_manager: Remove unused variable (cherry picked from commit 2834023f179565bf1ba0e2628f2549cc6f2c73aa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:55:55 UTC
92526a2 qt: Start scanning for renderers when the menu gets displayed (cherry picked from commit f828a12e0e62ad2c2494487425427b321ef93d33) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:55:47 UTC
13bbb6d qt: actions_manager: Add/remove renderers from the UI thread (cherry picked from commit b8e04501acce3a1f6abc671c97cd07cce5d7c362) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:55:43 UTC
aa015c7 mp4: Fix potential double free (cherry picked from commit 3a321559d1883e869a8699d578f28a35115d4185) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:55:38 UTC
1c3bd80 hw:d3d9:dxa9: swap UV planes when converting I420 to NV12 in direct3d9 Same thing we do when converting NV12 to I420 in the same file. Fixes #19482 (cherry picked from commit 7f81a32fcdc24b90bdf9bf8cefabbdd2df149919) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:53:16 UTC
83b4756 vout: win32: add a module to handle the inhibit mode Inhibit the screensaver when the player is running, and restore the original when paused or stopped. Similar to what is done on X11 windows. Fixes #19463 (cherry picked from commit f92cc6cab2abf9428f07c9e9cbc4f70b2ff58afd) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:53:05 UTC
c3d63eb d3d11: make sure the WDDM version is always set for all d3d11_device we create Fixes Intel detection failing in d3d11va. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 3e4d3f6bf2bbc74e832bbd8de72e3d10c662d808) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 19 January 2018, 10:51:50 UTC
4b4be3c extras: win32: Fix lua scripts location Fix #19497 (cherry picked from commit e69097e9785388d1d79fc6e85161b226ede3603b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 19 January 2018, 09:56:40 UTC
ed5177c contrib: vpx: fix armv7* build on iOS (cherry picked from commit 7b77937df759747702f89aacb9e03fbbb29a6e55) Signed-off-by: Thomas Guillem <thomas@gllm.fr> 18 January 2018, 10:08:00 UTC
591f628 On the road to RC7 18 January 2018, 08:41:40 UTC
1d05ae3 Contribs: update dvdread to 6.0.0 Close #19263 #13270 (cherry picked from commit 81c09ce34da5d7d650803ed9b26b51203e1c29d1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 23:33:02 UTC
547ec8d Revert "vout: change spu_area to unsigned" This reverts commit 956af56870bf3218fa0dae4933a45631bebd27b3. Close #18665 (cherry picked from commit 704e380dc97c4136f4023681c251a3e72ba06d06) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 23:01:24 UTC
1775d39 qt: fix file url when converting / opening multiple files fix: #19391, #19413 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 2148aa6eb48439b7e18af9dd585e555f29bb305f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 21:10:39 UTC
2e8dbd4 qt: Move renderer menu to playback This makes even more sense now that we handle chromecast audio correctly Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 7cffc551abc2a999c96fd72e9892247943e5b02d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 17:15:20 UTC
2e01f3b qt: fix mouve move events in video widget with hi-dpi Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 2b345618549fef04a05b2cd5c61163a7238b98b3) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 17:15:14 UTC
8b4099d directx_va: add 2 more frames to the VP9 decoder pool It seems that the VP9 decoder requires 2 more frames for buffering. With some samples it doesn't decode/seek with avcodec-threads set to 1. It works after adding these 2 buffers. Fixes #19196 (cherry picked from commit e4214ebd7bbaaa8460c8a5b1bc8c3d7ef27e0454) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
6f853b5 d3d11_fmt: keep the WDDM version of the device when it's created And log it. (cherry picked from commit b628306fa15ce52c27cffae17097451fd212ee2c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
61891b7 d3d11_fmt: rename wdmm_version to wddm_version (cherry picked from commit 87c28704db636e98d410d26989be505cd982a95c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
aed4a64 packetizer: hxxx: store prefixed in both and fix double prefix generated double prefix in h264 extra in prev commit (cherry picked from commit 6a796df0b256e3684f6013b7088aa10853e9a72c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
28bf614 demux: adaptive: fix deadline maths All variables are in microseconds. For buffering level is 0, i_total_buffering is 60 * CLOCK_FREQ microseconds, demuxed amount is 0, nz_extdeadline would be 240 microseconds. It's not the code supposed to do. Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr> (cherry picked from commit d29d14402e887d4a8a5a8406d23142596999669f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
3e6c3a4 demux: adaptive: remove pointless warning (cherry picked from commit ba86cdb15202736dc97ee9078220382cf78d61fb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
174a959 packetizer: hevc: fill missing extradata on sets activation (cherry picked from commit 57cae41e5fda817dc318778e0fa36e772c5ce36e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
b695501 packetizer: hevc: rework storage (cherry picked from commit 23be3d9a4654c1e18d13c30ddedf463ee1f1562f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
d3e1d6a packetizer: h264: fill missing extradata on sets activation avoids arbitratry configuration from annexb -> avc (cherry picked from commit c64dd089dbf122e26bdd5c2f05d399a35ad71dc7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
cc3116b packetizer: hevc: sync on IRAP (cherry picked from commit 68fa58bca95a5ef24b233e88b02fbed07e0af0aa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
b1bd74d d3d9_fmt: keep the IDirectXVideoDecoder and DXVA2 DLL while pictures are active In some cases the decoder can be freed even though some pictures are still pending to be displayed/flush in the vout. We need to make sure the DLL and the decoder module is still available while these pictures are around. Fixes #19368 (cherry picked from commit bd325fbdcfc6afb2e645f73cfd56903dc6848e65) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
e0cf708 direct3d9: avoid a copy in direct rendering (cherry picked from commit 63905375e7e0b0e4aef1fd850b32ec339527dc9c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
919ce4c dxva2: add logs about reference counters (cherry picked from commit 24482ce50b26b3e743ada71d159d8d12b2fceb9a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
fe277b3 dxva2: fix compilation warning (cherry picked from commit 81a572e0f3a5e630afc5fff654f3750be4a84e99) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
bbd3e66 dxva2: clean error handling (cherry picked from commit 5262e7edb2f60dfd3d36a36835dadbaf98a898dc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
9b1a7ea macOS build.sh: Strip more symbols This should really strip all strippable symbols. (cherry picked from commit 74248abeede76c36aba6fd9fa8fb29422ce06aaf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
ac52f21 demux:adaptive: log when the format is not supported Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit cd5830bb3d27ea0e7b17057b6763f48a3e71ee2f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
5e0af15 macOS build.sh: Rebootstrap tools for clean build Otherwise those tools previously deleted are assumed present, still. (cherry picked from commit 52da6575d349e378ff220ab59ce6864f0a38d446) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
701c4dc contrib:libxml2: don't overwrite environment CFLAGS Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit ee6c9833cb0c0875910e5b7a87052789f0959947) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
3a04f67 macOS build.sh: Handle default case while parsing options (cherry picked from commit 892664eb74216779093a8bc27019b29d62d7cc38) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
d913edb demux: ttml: probe tags with breaks refs #19329 (cherry picked from commit ea07b73ee2dd66ce71d0f4e16528ba16a46f9ced) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
bf96d5a text_renderer: freetype: fix forced relative font sizing unit (cherry picked from commit ab7a70c7ffd119e88e354ddedd72a117b9fe3071) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
a0a0f68 Contribs: update jpeg to 9b (cherry picked from commit 2e498dde78eb0350331586fde22c74f01fdbb552) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
15eba18 Contribs: update freetype to 2.8.1 (cherry picked from commit 56e3896b00c85d2c8864bbb1dd22722ada8d4f38) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
4d33dc3 Contribs: update harfbuzz to 1.7.4 (cherry picked from commit 8ecf1fdf83b861cb70081253b3ab491d38b4d22b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
96359a5 demux: avformat: rebuild full frame for DVB subs Out internal format. Has never interoperated with decoders outside of avcodec (cherry picked from commit 83fb3408ae35498f0408a4cbcdc6b26f04041c01) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
d2bddfa demux: subtitle: missing TS_0 (cherry picked from commit 05f32a80f35fcdfcb225554afd53cb028a443436) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
5fee46c demux: subtitle: handle scc dropframe SCC are always encoded as 29.97 or 30 with dropframe. (cherry picked from commit ef9998a19ef1504b84d02fa27b06f4ab977e8e67) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> 17 January 2018, 15:12:22 UTC
6008b91 chromecast: Don't assume Playing means the playback has started correctly It seems the chromecast will gladly send a Playing state while it actually doesn't know if the media can be played or not. (cherry picked from commit 2dead4fc921afaf39a9498369572a59399825f40) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 14:27:24 UTC
f9a2b55 chromecast: demux_filter: Fix inverted logic 17 January 2018, 14:19:56 UTC
f91635d dvdnav: add DEMUX_GET_(TITLE|SEEKPOINT) (cherry picked from commit 9c3b6f02eaebe836425829dfd0c517b1f6f67ad3) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:48:05 UTC
e98260b chromecast: Fix more invalid assumptions in waitAppStarted (cherry picked from commit 102367ba25e3a0d077c38b02b7abfe51671c7ddf) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
b1051cb microdns: Fix chromecast audio detection (cherry picked from commit e5288700533d2764625b8f221389cfca101a9d8b) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
586fac5 chromecast: Hide some private variable from settings (cherry picked from commit 7aac9b989a6aab32add99f536434cee3d5eb890e) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
30a336f chromecast: Add a setting to enable/disable casting multichannel PCM (cherry picked from commit 2be0e04d11175229c9c576f858d6403cd5614b7e) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
d710582 chromecast: Add a setting to enable/disable audio passthrough This is for (E)AC-3 only, since DTS isn't supported by the chromecast so far (cherry picked from commit 8a19baae44b71b5a66dd8317522b1f8f4b7fe101) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
3f53892 chromecast: Handle multiple transcode/remux configurations This is a best guess strategy, since we might receive a message stating "LOAD_FAILED" (without any information about what failed), but we might also receive nothing. (cherry picked from commit 5810b8d6bdd02d8166f3eb5dc7a287be723eff52) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
e00577f chromecast: Fix invalid assomption about the receiver state (cherry picked from commit 13fc52fdf4a4763b2db529f48f3733c60cb27455) Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr> 17 January 2018, 09:07:36 UTC
back to top