[vlc-commits] update libvlcpp to match the libvlc_set_exit_handler removal

2024-02-06 Thread Steve Lhomme
npapi-vlc | branch: master | Steve Lhomme | Tue Feb 6 10:37:29 2024 +0100| [f38db2259c539708bbc15972f7ef9d651bac7f18] | committer: Steve Lhomme update libvlcpp to match the libvlc_set_exit_handler removal > https://code.videolan.org/videolan/npapi-vlc/com

[vlc-commits] test WIDL with the WIDLFLAGS

2021-05-16 Thread Steve Lhomme
npapi-vlc | branch: 3.0.x | Steve Lhomme | Thu Apr 2 09:37:46 2020 +0200| [e461596a0cf0280f437a9c56bf082943356b7948] | committer: Jean-Baptiste Kempf test WIDL with the WIDLFLAGS (cherry picked from commit eb385fa562969526631d502beb73324efc5a2e6b) > https://code.videolan.org/videolan/np

[vlc-commits] don't build stdole2.tlb if it already exists

2021-05-16 Thread Steve Lhomme
npapi-vlc | branch: 3.0.x | Steve Lhomme | Mon Mar 30 15:48:00 2020 +0200| [76abef0ae8e307416f1e68e7200449d9f1804d29] | committer: Jean-Baptiste Kempf don't build stdole2.tlb if it already exists (cherry picked from commit 4c7155f3f155dbb6bb90788b80d3b85572cde3b4) > https://code.vide

[vlc-commits] fix stdole2.tlb dependency

2021-05-16 Thread Steve Lhomme
npapi-vlc | branch: 3.0.x | Steve Lhomme | Thu Apr 2 10:20:01 2020 +0200| [d8ea33e4a7554d12a96242738ad7e478339d6f47] | committer: Jean-Baptiste Kempf fix stdole2.tlb dependency (cherry picked from commit 1d7d0288fa03c22e5c01d790dbaa1ac48ddc2b45) > https://code.videolan.org/videolan/np

[vlc-commits] [Git][videolan/vlc][master] 4 commits: direct3d11: call var_InheritInteger("verbose") less often

2021-05-20 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: f166bc2a by Steve Lhomme at 2021-05-20T11:45:00+00:00 direct3d11: call var_InheritInteger("verbose") less often - - - - - 4cb73ccc by Steve Lhomme at 2021-05-20T11:45:00+00:00 direct3d11: don't lock the ID3D11Vi

[vlc-commits] [Git][videolan/vlc][master] d3d11: remove Query based rendering wait

2021-05-25 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 141e07e1 by Steve Lhomme at 2021-05-25T06:35:49+00:00 d3d11: remove Query based rendering wait It is imprecise and on seek it may wait a lot of time as, while it's waiting, the decoder threads will flood new frames, del

[vlc-commits] direct3d11: log the time waited for the render to finish in verbose mode

2021-05-25 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed May 19 08:37:55 2021 +0200| [be33a34535e838fce01a86cd44f7b0eb637b4f7b] | committer: Steve Lhomme direct3d11: log the time waited for the render to finish in verbose mode (cherry picked from commit 2550346b5f609b6c7626281a906bdaa6523ffbb7

[vlc-commits] d3d11: remove Query based rendering wait

2021-05-25 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri May 21 08:12:27 2021 +0200| [c6505f0f8b3090eec9688d11eb2b0165158d48bd] | committer: Steve Lhomme d3d11: remove Query based rendering wait It is imprecise and on seek it may wait a lot of time as, while it's waiting, the decoder threads

[vlc-commits] contrib: add d3d11 11.1 to 11.4 headers

2021-05-25 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed May 19 09:58:07 2021 +0200| [6a2903d3e61861664474ed0158ae770c67dc439c] | committer: Steve Lhomme contrib: add d3d11 11.1 to 11.4 headers This is necessary to use ID3D11Fence on Windows 10. > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.

[vlc-commits] direct3d11: call var_InheritInteger("verbose") less often

2021-05-25 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed May 19 15:20:30 2021 +0200| [13efda19410b3b65fa75c70bb573438e8fa8037d] | committer: Steve Lhomme direct3d11: call var_InheritInteger("verbose") less often (cherry picked from commit f166bc2a7c56646489da35af743895c8011be238) (edit

[vlc-commits] direct3d11: don't lock the ID3D11VideoContext when waiting for the query to finish

2021-05-25 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed May 19 11:18:00 2021 +0200| [3bc537162eae628afcc09c3cbdba4f4b7fd45be6] | committer: Steve Lhomme direct3d11: don't lock the ID3D11VideoContext when waiting for the query to finish This leaves some time for the decoder to do things. Th

[vlc-commits] [Git][videolan/vlc][master] libvlc: docs: Remove mention of libvlc_MediaFreed

2021-05-27 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 42bc3b3d by Martin Finkel at 2021-05-27T07:58:47+00:00 libvlc: docs: Remove mention of libvlc_MediaFreed libvlc_MediaFreed was removed in ff8775c96546a9904523cbb0ede35a05af5faed6 - - - - - 1 changed file: - include/vlc

[vlc-commits] [Git][videolan/vlc][master] contrib: ffmpeg: upgrade to FFmpeg 4.4

2021-05-31 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 8092f480 by Steve Lhomme at 2021-05-31T16:02:50+00:00 contrib: ffmpeg: upgrade to FFmpeg 4.4 Co-Authored-By: Jean-Baptiste Kempf <j...@videolan.org> - - - - - 7 changed files: - contrib/src/ffmpeg/0001-avcodec-dxva2_he

[vlc-commits] [Git][videolan/vlc][master] codec: avcodec: don't touch AVCodecContext active_thread_type

2021-06-14 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a5a69e60 by Zhao Zhili at 2021-06-14T08:10:16+00:00 codec: avcodec: don't touch AVCodecContext active_thread_type active_thread_type is set by libavcodec. - - - - - 1 changed file: - modules/codec/avcodec/video.c Ch

[vlc-commits] [Git][videolan/vlc][master] 5 commits: sout: sdi: remove unused variables

2021-06-23 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 4023ef0a by Steve Lhomme at 2021-06-23T12:56:26+00:00 sout: sdi: remove unused variables - - - - - 83ceab2f by Steve Lhomme at 2021-06-23T12:56:26+00:00 sout: sdi: only include arpa/inet.h if HAVE_ARPA_INET_H is set

[vlc-commits] [Git][videolan/vlc][master] modules: inline module_exists()

2021-06-24 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: ab58ea1b by Lyndon Brown at 2021-06-24T08:08:04+00:00 modules: inline module_exists() - - - - - 3 changed files: - include/vlc_modules.h - src/libvlccore.sym - src/modules/modules.c Changes

[vlc-commits] [Git][videolan/vlc][master] directx_va: only call profile readers if we don't have one

2021-06-24 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: a69b492a by Steve Lhomme at 2021-06-24T09:10:10+00:00 directx_va: only call profile readers if we don't have one That's how MediaCodec does it. These readers can be wrong so rely on lavc and container values inste

[vlc-commits] [Git][videolan/vlc][master] 2 commits: codec: avcodec: return error for realloc failure

2021-06-25 Thread Steve Lhomme
Steve Lhomme pushed to branch master at VideoLAN / VLC Commits: 7cd7b322 by Zhao Zhili at 2021-06-25T10:53:12+00:00 codec: avcodec: return error for realloc failure - - - - - 21ab6be2 by Zhao Zhili at 2021-06-25T10:53:12+00:00 codec: avcodec: check open codec return value - - - - - 2

[vlc-commits] configure: show a message about the stdole2.tlb detection

2022-10-20 Thread Steve Lhomme
npapi-vlc | branch: master | Steve Lhomme | Thu Oct 20 09:55:52 2022 +0200| [5fa334828b43d24b61ce6244b0f6983a30600d99] | committer: Steve Lhomme configure: show a message about the stdole2.tlb detection > https://code.videolan.org/videolan/npapi-vlc/com

[vlc-commits] configure: detect if widl uses -L for TLD includes

2022-10-20 Thread Steve Lhomme
npapi-vlc | branch: master | Steve Lhomme | Thu Oct 20 10:06:32 2022 +0200| [4cd70f5f4b41b2c46add40ce04a90e75f75e2035] | committer: Steve Lhomme configure: detect if widl uses -L for TLD includes We need to use it in some cases to include the generated stdole2.tlb. > ht

[vlc-commits] fix stdole2.tld inclusion

2022-10-20 Thread Steve Lhomme
npapi-vlc | branch: master | Steve Lhomme | Thu Oct 20 07:12:43 2022 +0200| [fe037857b7d83b6bf2029539e98cfb7236c11a83] | committer: Steve Lhomme fix stdole2.tld inclusion recent widl seems to use the pathes in `-L` to load .tlb files, rather than the `-I` pathes. > https://code.videolan.

[vlc-commits] Bump vlcpp submodule

2022-12-14 Thread Steve Lhomme
npapi-vlc | branch: master | Steve Lhomme | Wed Dec 14 08:20:43 2022 +0100| [ac609b08a0fc865d420367496a3d686bef88f71a] | committer: Steve Lhomme Bump vlcpp submodule Use new audio channel API in 4.0 > https://code.videolan.org/videolan/npapi-vlc/com

[vlc-commits] update vlcpp to match the VLC 4.0 API

2023-02-01 Thread Steve Lhomme
npapi-vlc | branch: master | Steve Lhomme | Wed Feb 1 11:33:39 2023 +0100| [7272d73e51657a01da12013789ece7d6f4868364] | committer: Steve Lhomme update vlcpp to match the VLC 4.0 API > https://code.videolan.org/videolan/npapi-vlc/commit/7272d73e51657a01da12013789ece7d6f4868364 --- .git

[vlc-commits] MKV: fix wrong EBML element checking before a cast

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 20 14:40:01 2015 +0100| [5dfb4af71eb6f734415d689edc442d19eeb41eb7] | committer: Jean-Baptiste Kempf MKV: fix wrong EBML element checking before a cast Fix a silly typo and loads Tags the first time we see them, during the Preload phase. Signed

[vlc-commits] MKV: do not read the whole Cluster data when seeking

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 20 14:39:35 2015 +0100| [5e598e572689de89a4f767c0d03b64eeb8aa6ea9] | committer: Jean-Baptiste Kempf MKV: do not read the whole Cluster data when seeking Also pass the cluster to parse, because this interface change will be needed for an upcoming

[vlc-commits] MKV: Don't allow Matroska Void/ CRC32 elements fallback when looking for a level 1 element

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 18 16:12:33 2015 +| [11a5d4f4c05cf4eb089967f09561c158083495fb] | committer: Jean-Baptiste Kempf MKV: Don't allow Matroska Void/CRC32 elements fallback when looking for a level 1 element Slightly better version with the right macros to a

[vlc-commits] better size checking of EBML elements before we read them

2015-02-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 23 10:34:01 2015 +0100| [d7ddde73897e45011c8e1ad36d359e99801bcf6c] | committer: Jean-Baptiste Kempf better size checking of EBML elements before we read them Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] MKV: find the duration in the last Cluster when it' s not in the Info header

2015-02-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 23 11:02:26 2015 +0100| [16b3d6a450bb5c471a11fbb3e28e40284180e589] | committer: Jean-Baptiste Kempf MKV: find the duration in the last Cluster when it's not in the Info header Only on fast seeking sources Close #12724 Signed-off-by:

[vlc-commits] MKV: fix playback of AC-3 with bogus default duration

2015-02-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 24 12:04:49 2015 +0100| [6cad286bb079a8d6caed5da3c4b2be6dbdfa7f9c] | committer: Jean-Baptiste Kempf MKV: fix playback of AC-3 with bogus default duration Fixes #8512 The fix is similar to that one in ffmpeg/libav http://git.videolan.org/?p

[vlc-commits] MKV: the Block duration is for the whole Block, not each frame

2015-02-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 24 12:51:08 2015 +0100| [12e068cfe5c0af2e1a29b8087cd46f7d2b69c7ae] | committer: Jean-Baptiste Kempf MKV: the Block duration is for the whole Block, not each frame unlike the Default Duration in the Info header which is per frame. Signed-off-by

[vlc-commits] MKV: better mnemonics & logs

2015-02-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 24 16:25:19 2015 +0100| [150c23b0b8c730735c7c74e02ab79906bac56cd0] | committer: Jean-Baptiste Kempf MKV: better mnemonics & logs Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=c

[vlc-commits] MKV: less strict warning of normal situations

2015-02-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 24 16:34:24 2015 +0100| [22152f576f86047cad51509f3beebb5038fa0a03] | committer: Jean-Baptiste Kempf MKV: less strict warning of normal situations Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] fix ELF removal of prebuilt win32 contrib

2015-02-25 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 25 14:16:13 2015 +0100| [c577308f124a9c5b07a9e3653bcb317cfced776f] | committer: Jean-Baptiste Kempf fix ELF removal of prebuilt win32 contrib > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c577308f124a9c5b07a9e3653bcb317cfced7

[vlc-commits] MKV: fix playback of AC-3 with bogus default duration

2015-02-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Tue Feb 24 12:04:49 2015 +0100| [71b74cdc0f402184ff5eabcf390cca7b176ebf31] | committer: Jean-Baptiste Kempf MKV: fix playback of AC-3 with bogus default duration Fixes #8512 The fix is similar to that one in ffmpeg/libav http://git.videolan.org

[vlc-commits] MKV: force packetization of MPEG audio frames

2015-02-25 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 25 16:01:08 2015 +0100| [9d5d8ab570bf8418df0302dc9a5b60fc385fc2e5] | committer: Jean-Baptiste Kempf MKV: force packetization of MPEG audio frames Fixes #11479 The file has some MP3 frames, but the frames are not packetized correctly in the

[vlc-commits] MKV: set the I frame flag when we know it's a keyframe

2015-02-27 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 27 11:08:03 2015 +0100| [1ae37b27f4c6f6a4fc3d17abe8a81c07f791f1b3] | committer: Jean-Baptiste Kempf MKV: set the I frame flag when we know it's a keyframe Move the comment about the DTS availability where it's used Signed-off-by: Jea

[vlc-commits] MKV: make sure the position we keep for reference is the one we read

2015-02-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 27 15:26:59 2015 +0100| [3f2542bcbe0fb0ed3e5647b63cb105f11c9219ab] | committer: Jean-Baptiste Kempf MKV: make sure the position we keep for reference is the one we read Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.

[vlc-commits] MKV: avoid recursive parsing of the same Seek head

2015-02-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 27 15:43:56 2015 +0100| [988d377360743d761564c26b50b7a03cf633a06f] | committer: Jean-Baptiste Kempf MKV: avoid recursive parsing of the same Seek head Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] MKV: Void and CRC32 are not unknown elements

2015-02-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 27 15:41:40 2015 +0100| [68181f9c551348d52635370aa8378078637167fc] | committer: Jean-Baptiste Kempf MKV: Void and CRC32 are not unknown elements Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] MKV: allow dummy elements in Tags to skip old deprecated elements

2015-02-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Feb 27 16:30:08 2015 +0100| [5d0a4cf219a4afd9c42c2264288d310eb5cfef66] | committer: Jean-Baptiste Kempf MKV: allow dummy elements in Tags to skip old deprecated elements Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] MKV: do not hard define MKV_DEBUG

2015-03-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 2 08:09:27 2015 +| [9286394d01d09f4efda9160946f376d8ccb5c3e4] | committer: Jean-Baptiste Kempf MKV: do not hard define MKV_DEBUG Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] MKV: MKV_DEBUG is a define to set, not a particular value

2015-03-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 2 08:15:57 2015 +| [b2d01eea6d5d22353bfa5c147801201cca0750eb] | committer: Jean-Baptiste Kempf MKV: MKV_DEBUG is a define to set, not a particular value Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] Win32 Vout: if a crop/aspect ratio is received, force the texture update

2015-03-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 9 16:11:31 2015 +0100| [994e4896e7ec385679fc1c3d131b8bb01420d584] | committer: Jean-Baptiste Kempf Win32 Vout: if a crop/aspect ratio is received, force the texture update Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.

[vlc-commits] Direct3D vout: more debugging info

2015-03-09 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 9 16:35:34 2015 +0100| [853861caad2bcb97aea3fcaaa57da067f5dd9866] | committer: Jean-Baptiste Kempf Direct3D vout: more debugging info Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] MKV: VP9 has incremental frames, no B-frames

2015-03-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 10 10:48:47 2015 +| [eadf306345f0e545c51af9a49925756e258538ba] | committer: Jean-Baptiste Kempf MKV: VP9 has incremental frames, no B-frames Fixes #11690 #11690 still fails to play with avcodec after that fix but is fine with libvpx Signed

[vlc-commits] Make sure the avparser is used for VP9 rather than the Copy Packetizer

2015-03-11 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 11 13:27:16 2015 +0100| [6a298f986879816bd32691cf2f1459f756a017cf] | committer: Jean-Baptiste Kempf Make sure the avparser is used for VP9 rather than the Copy Packetizer Fixes #11690 which didn't work with avcodec Signed-off-by: Jean-Bap

[vlc-commits] Make sure the avparser is used for VP9 rather than the Copy Packetizer

2015-03-11 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Wed Mar 11 13:27:16 2015 +0100| [695e457190c058e6ed81d2285669c288d20e4ea5] | committer: Jean-Baptiste Kempf Make sure the avparser is used for VP9 rather than the Copy Packetizer Fixes #11690 which didn't work with avcodec Signed-off-by:

[vlc-commits] MKV: VP9 has incremental frames, no B-frames

2015-03-11 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Tue Mar 10 10:48:47 2015 +| [549a97eb46a5b6dfbc58c2a2b95cd48e572f1b0f] | committer: Jean-Baptiste Kempf MKV: VP9 has incremental frames, no B-frames Fixes #11690 #11690 still fails to play with avcodec after that fix but is fine with libvpx

[vlc-commits] MKV: init the index time to -1 as it was intended

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 13 14:12:45 2015 +0100| [62bcdf6a2066b3bc413ddc30c5ff809384940dd7] | committer: Jean-Baptiste Kempf MKV: init the index time to -1 as it was intended As witnessed here git.videolan.org/?p=vlc.git;a=blob;f=modules/demux/mkv/matroska_segment.cpp;hb

[vlc-commits] MKV: no need to add VLC_TS_0 here, it's already shifted

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 13 14:24:25 2015 +0100| [25b22720a86717a1dcfbdfb30f77add2d11ca573] | committer: Jean-Baptiste Kempf MKV: no need to add VLC_TS_0 here, it's already shifted Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?

[vlc-commits] MKV: remove unused i_time_offset variable when seeking

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 13 13:13:22 2015 +0100| [43dec7487af1f2dfede632333969c574d12fbc48] | committer: Jean-Baptiste Kempf MKV: remove unused i_time_offset variable when seeking Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] MKV: divide i_default_duration by 1000 once and for all

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 13 14:37:50 2015 +0100| [a0ee7281d365c1b1132069e5e9628b7156e5922e] | committer: Jean-Baptiste Kempf MKV: divide i_default_duration by 1000 once and for all Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] MKV: avoid using the last_dts of a track we know is not used anymore

2015-03-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 13 14:34:29 2015 +| [80ed8a25ecec52fda6f2868b74c681d3a954e122] | committer: Jean-Baptiste Kempf MKV: avoid using the last_dts of a track we know is not used anymore Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.

[vlc-commits] MKV: fix mixup between VLC timestamps and Matroska timestamps

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 09:07:22 2015 +0100| [0a6b059e980daa8effb8b14ad66fa70bf71d2210] | committer: Jean-Baptiste Kempf MKV: fix mixup between VLC timestamps and Matroska timestamps Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] MKV: send the proper PCR before es_out_Send() of the packet

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 10:02:05 2015 +0100| [8317c24270d45b4938acaf58104e18f5039eade0] | committer: Jean-Baptiste Kempf MKV: send the proper PCR before es_out_Send() of the packet replaces previous similar patches, now with proper VLC_TS adjusting Fixes #13575 Fixes

[vlc-commits] MKV: force 64 bits constants the right way

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 09:31:32 2015 +0100| [9f8bf1c054e6f7a4a69ace0ae43e35282d13fa0f] | committer: Jean-Baptiste Kempf MKV: force 64 bits constants the right way Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] MKV: no need to shift the dts/pts twice in some cases anymore

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 09:20:47 2015 +0100| [e964b1d65ff4667062282ad3f5c394713aa6490f] | committer: Jean-Baptiste Kempf MKV: no need to shift the dts/pts twice in some cases anymore Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] MKV: don't use i_last_dts if it's invalid

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 09:17:18 2015 +0100| [bf6f6714f12ca786e6ce16fbbc1cbcb0e45a8f14] | committer: Jean-Baptiste Kempf MKV: don't use i_last_dts if it's invalid Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.gi

[vlc-commits] MKV: rename the Matroska timestamp fields to differentiate from VLC_TS ones

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 09:41:09 2015 +| [d4b36b753d5ce043ef0f8f938078632bc9fc4e45] | committer: Jean-Baptiste Kempf MKV: rename the Matroska timestamp fields to differentiate from VLC_TS ones Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.

[vlc-commits] MKV: Always set an i_pts in a lace otherwise it disturbs seeking performance

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 09:45:54 2015 +| [6a16055a3331a4022d12ba29ab002a3257e4c89c] | committer: Jean-Baptiste Kempf MKV: Always set an i_pts in a lace otherwise it disturbs seeking performance Using VLC_PTS_INVALID disturbs seeking. It only applies to audio

[vlc-commits] MKV: fix a memory leak

2015-03-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 16 13:13:09 2015 +| [bea81bc163f7b401068003977bf23a3aa675d2da] | committer: Jean-Baptiste Kempf MKV: fix a memory leak Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Revert "MKV: Always set an i_pts in a lace otherwise it disturbs seeking performance"

2015-03-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 17 13:41:16 2015 +| [78a42a038b945c0404ac4e7c3ccd58eb0105067a] | committer: Jean-Baptiste Kempf Revert "MKV: Always set an i_pts in a lace otherwise it disturbs seeking performance" This reverts commit 6a16055a3331a4022d12ba29ab002a

[vlc-commits] MKV: use the more accurate i_pcr for GET_TIME and GET_POSITION

2015-03-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 18 06:26:55 2015 +| [2b70dbfde80e88b989cb4ba51a3c0c97ce172a6f] | committer: Jean-Baptiste Kempf MKV: use the more accurate i_pcr for GET_TIME and GET_POSITION similar to what avformat does I forgot to re-submit that one after the other

[vlc-commits] MKV: packetized codec can use VLC_TS_INVALID as i_pts for extra Block frames

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 18 11:53:53 2015 +| [fcf5a9e513ba11c68d47b39239e0b5ecdad2eaad] | committer: Jean-Baptiste Kempf MKV: packetized codec can use VLC_TS_INVALID as i_pts for extra Block frames Fixes WMA 9.1 Lossless playback through avcodec Signed-off-by: Jean

[vlc-commits] MKV: fix COOK/ATRAC3 seeking

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Mar 19 10:06:30 2015 +| [b2af2ff79ae80a85aa6698695488ae7cdc8b1843] | committer: Jean-Baptiste Kempf MKV: fix COOK/ATRAC3 seeking Fixes #14210 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] MKV: A_MS/ACM is not packetized

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 18 11:48:42 2015 +| [1995e5d4538a48bfe2e0cc9afa5f625a99f901e4] | committer: Jean-Baptiste Kempf MKV: A_MS/ACM is not packetized Just like in AVI See modules/demux/avi/avi.c l461 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.

[vlc-commits] MKV: fix ATRAC3 playback

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 18 14:35:46 2015 +| [e99891e77f95b69a4bcc599f36ac13b296125226] | committer: Jean-Baptiste Kempf MKV: fix ATRAC3 playback Fixes #14205 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] DMO: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 18 09:57:55 2015 +| [6e8d1764f191317f793dbd4b5df60ce040d38358] | committer: Jean-Baptiste Kempf DMO: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED Fixes #14202 All the other CoInitializeEx() calls and now using multithreading

[vlc-commits] DirectX/GDI: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 18 10:05:55 2015 +| [a27dd41ea5d2a31bc1fda849e6d80369b1303912] | committer: Jean-Baptiste Kempf DirectX/GDI: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED The renderer may be updated in the DMO thread which uses

[vlc-commits] MKV: factorize the es_out_Send() and es_out_Control() calls

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Mar 19 13:12:37 2015 +| [38de02fe5c4102351436c7f058db297486f5b03f] | committer: Jean-Baptiste Kempf MKV: factorize the es_out_Send() and es_out_Control() calls Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] libass: use the visible area dimensions, not the input dimensions

2015-03-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 20 08:07:05 2015 +| [3f106f42be8e7d5b66b74b0c6cf96a6f513eec90] | committer: Jean-Baptiste Kempf libass: use the visible area dimensions, not the input dimensions Fixes incorrect offset when playing http://streams.videolan.org/misc/test-files

[vlc-commits] directsound: fix TimeGet returning a positive value on error

2015-03-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Mar 19 12:08:12 2015 +| [936279b55ad908e031d450d377afa8e09feea296] | committer: Jean-Baptiste Kempf directsound: fix TimeGet returning a positive value on error Fixes #14186 a positive HRESULT means it succeeded. Signed-off-by: Jean-Baptiste

[vlc-commits] direct3d11: give enough room for the \0 in the string

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 23 10:28:52 2015 +0100| [1440fe0773e1478191e108c5cc3c464ee0ca7bfa] | committer: Jean-Baptiste Kempf direct3d11: give enough room for the \0 in the string Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] direct3d11: don't crash when exiting with an error

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 23 16:04:57 2015 +0100| [a5217fb83059b9a8372a9d913ba0ad6b62b4160b] | committer: Jean-Baptiste Kempf direct3d11: don't crash when exiting with an error It happens when opening the D3D11 device fails Signed-off-by: Jean-Baptiste Kempf &

[vlc-commits] direct3d11: code cleaning and typos

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 23 16:18:59 2015 +0100| [e045b625af773c7f84e78a277f8c053447c1ff19] | committer: Jean-Baptiste Kempf direct3d11: code cleaning and typos Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] direct3d11: D3D11_CREATE_DEVICE_DEBUG requires VisualStudio or Windows SDK

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 23 17:30:40 2015 +0100| [60257a8a580024506c3ac533a2ac99119fa9a2b8] | committer: Jean-Baptiste Kempf direct3d11: D3D11_CREATE_DEVICE_DEBUG requires VisualStudio or Windows SDK Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.

[vlc-commits] direct3d11: implement the pixel format fallback

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 23 15:15:47 2015 +0100| [1d8905ecdb2adb1987caa5a131677d929d471b40] | committer: Jean-Baptiste Kempf direct3d11: implement the pixel format fallback NV12 is not supported in Windows 7 [1] so we need to fallback to RGBA 1: https

[vlc-commits] direct3d11: catch texture mapping errors

2015-03-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 24 13:00:54 2015 +0100| [4fa71c81f329da005e10d01abb55c4ac073341fd] | committer: Jean-Baptiste Kempf direct3d11: catch texture mapping errors Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] Contrib: allow building contribs with no optimization

2015-03-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 24 09:17:37 2015 +| [da197ddb1bf34128ccb542dc38d91e47ce3b9244] | committer: Jean-Baptiste Kempf Contrib: allow building contribs with no optimization -- uses the same flag logic as --disable-gpl Signed-off-by: Jean-Baptiste Kempf > h

[vlc-commits] direct3d11: support more pixel formats

2015-03-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 24 08:47:27 2015 +| [3957f7a809ef1d612cf29d1fd54206232ec67f41] | committer: Jean-Baptiste Kempf direct3d11: support more pixel formats list of possible formats https://msdn.microsoft.com/en-us/library/windows/desktop/bb173059%28v=vs.85%29

[vlc-commits] directsound: fix TimeGet returning a positive value on error

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Thu Mar 19 12:08:12 2015 +| [69143b2003bb86a83521385ce37ae0120963ee00] | committer: Jean-Baptiste Kempf directsound: fix TimeGet returning a positive value on error Fixes #14186 a positive HRESULT means it succeeded. Signed-off-by: Jean

[vlc-commits] MKV: fix ATRAC3 playback

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Wed Mar 18 14:35:46 2015 +| [425bf9a0d03de7cfb29e8884c86e87dae6b58e40] | committer: Jean-Baptiste Kempf MKV: fix ATRAC3 playback Fixes #14205 Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit

[vlc-commits] libass: use the visible area dimensions, not the input dimensions

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Fri Mar 20 08:07:05 2015 +| [07022abd1d595cec60bff259f7c0de5625a18445] | committer: Jean-Baptiste Kempf libass: use the visible area dimensions, not the input dimensions Fixes incorrect offset when playing http://streams.videolan.org/misc

[vlc-commits] deinterlace: fix MSVC compilation

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Mar 26 18:41:13 2015 +0100| [5874981d1a6b777b828229a6d7f86a522d70549a] | committer: Hugo Beauzée-Luyssen deinterlace: fix MSVC compilation Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] direct3d11: handle I420 planes via a fake NV12 texture

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 27 15:19:53 2015 +| [edea81174b2d6131a54b31ca261d61ae5d49d9c6] | committer: Jean-Baptiste Kempf direct3d11: handle I420 planes via a fake NV12 texture this time it's working properly with a SMPTE color pattern Signed-off-by: Jean-Bap

[vlc-commits] direct3d11: use a different pixel shader depending on the output format

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 27 09:05:46 2015 +| [6c4c7b0d01591db56d6256d61960c8cb728d6988] | committer: Jean-Baptiste Kempf direct3d11: use a different pixel shader depending on the output format Differentiate between BT.601 (SD) and BT.709 (HD) for YUV pixel conversion

[vlc-commits] direct3d11: favor the format requested by the decoder if possible

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 30 11:57:00 2015 +| [40b903809302ed42179d8d57ff973be92e555b2c] | committer: Jean-Baptiste Kempf direct3d11: favor the format requested by the decoder if possible Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.

[vlc-commits] Contrib: ffmpeg is not affected by the default optim flags

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Mar 30 12:12:30 2015 +| [de2f058a81b26482e474c8c2529f60186e3aa402] | committer: Jean-Baptiste Kempf Contrib: ffmpeg is not affected by the default optim flags it uses its own system, so we must give it the proper value with --disable-option

[vlc-commits] DxVA2: add HEVC decoding support

2015-03-31 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 31 16:50:14 2015 +0200| [250f82a811f7646d5cceda87fe49eb71bcad3d55] | committer: Jean-Baptiste Kempf DxVA2: add HEVC decoding support Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] DxVA2: add more GUIDs for MVC and SVC

2015-03-31 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Mar 31 16:51:01 2015 +0200| [08e4074a3656f1edc11911e46d628ef308f222f7] | committer: Jean-Baptiste Kempf DxVA2: add more GUIDs for MVC and SVC They are not mapped yet Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] DXVA2: log the exact unknown GUID value

2015-04-01 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Apr 1 05:10:34 2015 +| [4e702c61ece5da4d179241deb1e20c8e1324dc2d] | committer: Jean-Baptiste Kempf DXVA2: log the exact unknown GUID value Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] DXVA2: fix HEVC buffer frame count

2015-04-01 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Apr 1 11:58:53 2015 +| [8f86a6e2ecb5bcc3cb973c1a529914c5d81a0ded] | committer: Jean-Baptiste Kempf DXVA2: fix HEVC buffer frame count some samples don't render correctly. Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gi

[vlc-commits] direct3d11: support YV12 which works better with DXVA2

2015-04-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Apr 1 07:55:55 2015 +| [70a0829aff67190374f56476d8f3522d3e6e683a] | committer: Jean-Baptiste Kempf direct3d11: support YV12 which works better with DXVA2 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=com

[vlc-commits] DXVA2: log the exact unknown GUID value

2015-04-08 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme | Wed Apr 1 05:10:34 2015 +| [e59500ebc9c8a7dd97d1f9bbf141b166a720888e] | committer: Jean-Baptiste Kempf DXVA2: log the exact unknown GUID value Signed-off-by: Jean-Baptiste Kempf (cherry picked from commit

[vlc-commits] DxVA2: use the same surface count as libav/FFMpeg

2015-04-21 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Apr 21 06:34:20 2015 +| [f6e7ad725f43232ff2c774e144d30dd7384e12d2] | committer: Jean-Baptiste Kempf DxVA2: use the same surface count as libav/FFMpeg Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] misc: NV12 has 12 bits per pixel like I420

2015-04-21 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 20 12:57:44 2015 +0200| [3774ef9abe576730950e47697b7068e73cdde52d] | committer: Jean-Baptiste Kempf misc: NV12 has 12 bits per pixel like I420 Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] DXVA2: list more GUID available from the official DxVA docs

2015-04-22 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 20 09:02:35 2015 +| [2bba4c14dc963581d13bfb07d544e2c5918b13ee] | committer: Jean-Baptiste Kempf DXVA2: list more GUID available from the official DxVA docs -- stangely a similar patch was merged and is now gone oO Signed-off-by: Jean-Baptiste

[vlc-commits] direct3d9: better warnings

2015-04-22 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 20 11:13:38 2015 +| [09f2f7033b69aa6bded440d206ade1bec8e15929] | committer: Jean-Baptiste Kempf direct3d9: better warnings Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commi

[vlc-commits] vout: don't try to blend if we know it's not going to work

2015-04-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 20 10:21:39 2015 +| [e865aed6b2bbe59205b21f4ab3b024ae29c89af6] | committer: Thomas Guillem vout: don't try to blend if we know it's not going to work Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.gi

[vlc-commits] DXVA2: don't use the decoder if the profile is not supported

2015-04-27 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 23 09:56:02 2015 +| [bff2ef9d388d6c30e793813cb1a6d69c4eed8471] | committer: Jean-Baptiste Kempf DXVA2: don't use the decoder if the profile is not supported Signed-off-by: Jean-Baptiste Kempf > http://git.videolan.org/gitweb.cgi/vl

  1   2   3   4   5   6   7   8   9   10   >