[vlc-commits] the ID could be OK but the class mismatching

2011-01-30 Thread Steve Lhomme
vlc/vlc-1.1 | branch: master | Steve Lhomme slho...@matroska.org | Sat Jan 29 14:10:33 2011 +0100| [3101bb7ac8abf56080d943806d666a385c3e9e33] | committer: Rémi Denis-Courmont the ID could be OK but the class mismatching Signed-off-by: Rémi Denis-Courmont r...@remlab.net http

[vlc-commits] MKV: use the new libebml macros

2011-01-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme slho...@matroska.org | Fri Jan 28 19:35:06 2011 +0100| [b985df9294dc563ba9da13795b3fb1a728db7073] | committer: Jean-Baptiste Kempf MKV: use the new libebml macros Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

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

2015-02-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | 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

[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 rob...@gmail.com | 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

[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 rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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 j...@videolan.org

[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 rob...@videolabs.io | 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

[vlc-commits] MKV: fix a memory leak

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

[vlc-commits] MKV: fix ATRAC3 playback

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

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

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j

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

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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

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

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org

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

2015-03-20 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-03-19 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org

[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 rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org

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

2015-03-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

[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 rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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 j...@videolan.org

[vlc-commits] Direct3D vout: more debugging info

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

[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 rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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

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

2015-03-11 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-08 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org/gitweb.cgi

[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 rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-10 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

[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 rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-03-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

[vlc-commits] direct3d11: support more pixel formats

2015-03-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

[vlc-commits] direct3d11: catch texture mapping errors

2015-03-24 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Tue Mar 24 13:00:54 2015 +0100| [4fa71c81f329da005e10d01abb55c4ac073341fd] | committer: Jean-Baptiste Kempf direct3d11: catch texture mapping errors Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[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 rob...@videolabs.io | 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

[vlc-commits] MKV: fix ATRAC3 playback

2015-03-25 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme rob...@videolabs.io | Wed Mar 18 14:35:46 2015 +| [425bf9a0d03de7cfb29e8884c86e87dae6b58e40] | committer: Jean-Baptiste Kempf MKV: fix ATRAC3 playback Fixes #14205 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org (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 rob...@videolabs.io | 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

[vlc-commits] deinterlace: fix MSVC compilation

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 h...@beauzee.fr http://git.videolan.org/gitweb.cgi

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

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

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

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-03-30 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-03-31 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

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

2015-04-01 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org

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

2015-04-01 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org

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

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

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

2015-02-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

[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 rob...@videolabs.io | 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

[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 rob...@gmail.com | 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

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

2015-02-25 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

[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 rob...@videolabs.io | 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

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

2015-02-25 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

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

2015-02-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | 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 j...@videolan.org http

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

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

[vlc-commits] direct3d11: code cleaning and typos

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

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

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org

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

2015-03-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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: support YV12 which works better with DXVA2

2015-04-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http

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

2015-04-22 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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

[vlc-commits] direct3d9: better warnings

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

[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 rob...@videolabs.io | 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 tho...@gllm.fr http://git.videolan.org

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

2015-04-21 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org

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

2015-04-21 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | 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 j...@videolan.org http://git.videolan.org

[vlc-commits] avcodec: DXVA2 is now frame multithreading safe

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Tue Apr 28 11:49:09 2015 +0200| [32ed30c7bdea3a02f75d81aef7b3ae3328e1b437] | committer: Jean-Baptiste Kempf avcodec: DXVA2 is now frame multithreading safe after changes on the way the codec is reinitialized after seeking

[vlc-commits] FourCC: add D3D9 opaque GPU surface

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Tue Apr 28 14:22:58 2015 +0200| [96c37b6abe6109a786488c6cd20aac93c399e405] | committer: Jean-Baptiste Kempf FourCC: add D3D9 opaque GPU surface Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] DXVA2: we don't need to keep the D3DPRESENT_PARAMETERS

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Tue Apr 28 10:35:24 2015 +0200| [ffcf411cf8ac284312a358b437d2cad6f0ff1427] | committer: Jean-Baptiste Kempf DXVA2: we don't need to keep the D3DPRESENT_PARAMETERS Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] copy: add NV12 to NV12 plane copies

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Tue Apr 28 13:40:53 2015 +| [2b52b54c4a81cce2f0f45107238879deee5e80f8] | committer: Jean-Baptiste Kempf copy: add NV12 to NV12 plane copies Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[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 rob...@videolabs.io | 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 j...@videolan.org http

[vlc-commits] DXVA2: lock the buffer pool when getting/releasing a buffer

2015-04-27 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Thu Apr 23 05:12:12 2015 +| [9a23705530416d30a948c7646c9d9d1ccd866377] | committer: Jean-Baptiste Kempf DXVA2: lock the buffer pool when getting/releasing a buffer Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] DXVA2: lock the buffer pool when getting/releasing a buffer (v5)

2015-04-27 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Thu Apr 23 05:12:12 2015 +| [600e70d255e2a15242ab1ca1eb673c69da33ff1d] | committer: Jean-Baptiste Kempf DXVA2: lock the buffer pool when getting/releasing a buffer (v5) -- replaces v4 aka https://patches.videolan.org/patch/8442/ now

[vlc-commits] avcodec: pass a dummy picture_sys_t to the va decoder Open()

2015-04-27 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Apr 27 14:26:35 2015 +0200| [810104cae0ad4e33f547a8a015defa9a13cc974e] | committer: Jean-Baptiste Kempf avcodec: pass a dummy picture_sys_t to the va decoder Open() may share some resources between the decoder pool pictures

[vlc-commits] avcodec: pass a dummy picture_sys_t to the va decoder Open() (v2)

2015-04-27 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Apr 27 14:26:35 2015 +0200| [a92a696a9baa9481c93a2285b60ae663ec33e298] | committer: Rémi Denis-Courmont avcodec: pass a dummy picture_sys_t to the va decoder Open() (v2) may share some resources between the decoder pool pictures

[vlc-commits] vout: warn when we get less display pictures than requested

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Tue Apr 21 06:55:44 2015 +| [7871ce366604de8b9cbcec2e937baa16482f7d04] | committer: Jean-Baptiste Kempf vout: warn when we get less display pictures than requested Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d11: favor BGRA over RGB32 for better blending

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Apr 27 14:58:28 2015 +| [9c4805558b79d49a6857eb12db33736a67d12af3] | committer: Jean-Baptiste Kempf direct3d11: favor BGRA over RGB32 for better blending Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d9: only stretch the visible area to fill the displayed texture

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Apr 20 11:16:55 2015 +| [023a8a5861ac8361e3d18399878920857d33a60d] | committer: Jean-Baptiste Kempf direct3d9: only stretch the visible area to fill the displayed texture Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] blend: support BGRA blending

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Apr 27 14:56:25 2015 +| [5b7ab111f461c480c1decbe5e0f85c75e306c547] | committer: Jean-Baptiste Kempf blend: support BGRA blending -- tested with some colourful karaoke looking at the code, there's a change VLC_CODEC_ARGB

[vlc-commits] blend: support BGRA blending

2015-04-28 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Mon Apr 27 14:56:25 2015 +| [e9d1c94eac7ffc03e88a275e8bf8e4436b121ce0] | committer: Jean-Baptiste Kempf blend: support BGRA blending Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] fix archive module compilation

2015-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Fri May 15 15:30:07 2015 +0200| [55c15c23a04b4456807fea5cf32f75420e469353] | committer: Rémi Denis-Courmont fix archive module compilation Signed-off-by: Rémi Denis-Courmont r...@remlab.net http://git.videolan.org/gitweb.cgi/vlc.git

[vlc-commits] add stdcxx_11 to the list of M4 files

2015-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@videolabs.io | Fri May 15 13:11:46 2015 +0200| [93c858553d3b952e4358077d215bc04d9d6e54f6] | committer: Rémi Denis-Courmont add stdcxx_11 to the list of M4 files Signed-off-by: Rémi Denis-Courmont r...@remlab.net http://git.videolan.org/gitweb.cgi

[vlc-commits] dxva2: store the internal hardware buffer in a picture_t

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Tue Jun 2 16:08:53 2015 +0200| [d64fe19916c523aae7250acfa0d7ac3102306d63] | committer: Jean-Baptiste Kempf dxva2: store the internal hardware buffer in a picture_t Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d9: support direct rendering with VLC_CODEC_D3D9_OPAQUE

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Fri Jun 5 09:45:14 2015 +0200| [917727d8f8061a0f4fd333bb53a1ad60a59623e4] | committer: Jean-Baptiste Kempf direct3d9: support direct rendering with VLC_CODEC_D3D9_OPAQUE Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d11: support direct rendering of GPU textures coming from d3d11va

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Fri Jun 5 09:45:16 2015 +0200| [6759593d121e9363c0f8d576059964e4be0170bc] | committer: Jean-Baptiste Kempf direct3d11: support direct rendering of GPU textures coming from d3d11va Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] directx-va: directx_va_mode_t is only used in directx_va.c

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Mon Jun 1 14:49:47 2015 +0200| [ad0b948a9c2653d12818d1273210b5c20ec8a56f] | committer: Jean-Baptiste Kempf directx-va: directx_va_mode_t is only used in directx_va.c Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] contrib: generate the d3d11.h with ID3D11VideoDecoder support

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Mon May 25 16:20:52 2015 +0200| [fa70b5cbf3fbc82618385e4678c9d77b5ebee88b] | committer: Jean-Baptiste Kempf contrib: generate the d3d11.h with ID3D11VideoDecoder support And also with dxgidebug.h to show leaks Signed-off-by: Jean-Baptiste

[vlc-commits] vda: fix a warning on unused variable

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Tue Jun 2 15:43:35 2015 +0200| [031caeb210681d532541790413d8b53552f0b1db] | committer: Jean-Baptiste Kempf vda: fix a warning on unused variable Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] dxva2: convert D3D9 textures to planes using an external filter

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Fri Jun 5 09:45:13 2015 +0200| [e030b34b7719ef904378a26eb1e6d40a971c13bb] | committer: Jean-Baptiste Kempf dxva2: convert D3D9 textures to planes using an external filter Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] d3d11va: add a D3D11 hardware decoder similar to DXVA2

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Fri Jun 5 09:45:15 2015 +0200| [8b62450cea1118578f2de3427ac01f34db52dcef] | committer: Jean-Baptiste Kempf d3d11va: add a D3D11 hardware decoder similar to DXVA2 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d11: add a debug message when the device is created

2015-06-05 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Tue Jun 2 16:16:03 2015 +0200| [15a7ba96eae7f28b8b10793fe885da433e8ae82e] | committer: Jean-Baptiste Kempf direct3d11: add a debug message when the device is created Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d11: fix video position on Windows Phone and WinRT

2015-06-23 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Tue Jun 23 13:47:39 2015 +0200| [5d4c526f92b45d30b1dbc805ed137882e7c73f10] | committer: Jean-Baptiste Kempf direct3d11: fix video position on Windows Phone and WinRT the SwapChain dimensions are read from shared private data in the DXGI

[vlc-commits] InstanceCX: pass parameters for the D3D11 vout

2015-06-23 Thread Steve Lhomme
libvlcpp | branch: master | Steve Lhomme rob...@gmail.com | Tue Jun 23 13:31:08 2015 +0200| [ce84b476527174739d8c355aaff7045347255313] | committer: Jean-Baptiste Kempf InstanceCX: pass parameters for the D3D11 vout the SwapChain layout dimensions are passed via private data in the DXGI swap

[vlc-commits] vout: do not use D3D9 built-in shaders with D3D11

2015-06-25 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Thu Jun 25 09:55:44 2015 +0200| [625d365b3c9187768d1be84f984a4288682430c6] | committer: Jean-Baptiste Kempf vout: do not use D3D9 built-in shaders with D3D11 Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

[vlc-commits] va: AV_PIX_FMT_D3D11VA_VLD version guards

2015-06-11 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Thu Jun 11 10:03:38 2015 +0200| [8a550d71ffef1afc7d97e41d7d72e025c133ec62] | committer: Jean-Baptiste Kempf va: AV_PIX_FMT_D3D11VA_VLD version guards Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org/gitweb.cgi

[vlc-commits] contrib: generate the d3d11.h with ID3D11VideoDecoder support

2015-06-17 Thread Steve Lhomme
vlc/vlc-2.2 | branch: master | Steve Lhomme rob...@gmail.com | Mon May 25 16:20:52 2015 +0200| [d35ff462224cead372ff6cc8f351196c0f6add1e] | committer: Jean-Baptiste Kempf contrib: generate the d3d11.h with ID3D11VideoDecoder support And also with dxgidebug.h to show leaks Signed-off-by: Jean

[vlc-commits] direct3d11: the viewport size is set on the swapchain update

2015-06-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Wed Jun 17 12:20:53 2015 +0200| [87cb6e2647fad344f673106a92277c436b84a0cc] | committer: Jean-Baptiste Kempf direct3d11: the viewport size is set on the swapchain update Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d11: keep the swapchain number and format of buffers

2015-06-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Wed Jun 17 12:20:52 2015 +0200| [48bb1a6af266ec65909fa61fac4042304d47c058] | committer: Jean-Baptiste Kempf direct3d11: keep the swapchain number and format of buffers Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http

[vlc-commits] direct3d11: use the D3D11 types as D3D9 is not available on some platforms

2015-06-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Wed Jun 17 12:20:50 2015 +0200| [3e5d911b84f4c33e55b3eadfc1ee9608bf70cc79] | committer: Jean-Baptiste Kempf direct3d11: use the D3D11 types as D3D9 is not available on some platforms Signed-off-by: Jean-Baptiste Kempf j...@videolan.org

[vlc-commits] direct3d11: fix the VLC_WINSTORE_APP usage

2015-06-17 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme rob...@gmail.com | Wed Jun 17 12:20:55 2015 +0200| [a86871ff65ab14631187f2bdcfd4d337cc1c2bfa] | committer: Jean-Baptiste Kempf direct3d11: fix the VLC_WINSTORE_APP usage Signed-off-by: Jean-Baptiste Kempf j...@videolan.org http://git.videolan.org

  1   2   3   4   5   6   7   8   9   10   >