1079 Commits (5b3b3c6c61429fe0a58447298d7f8cfa0c5edf5d)

Author SHA1 Message Date
unichronic 107825b609 demux: mkv: fix NULL deference error with invalid header compression 6 months ago
cs-308-2023 375e8cdcf4 mkv: fix leak of ancilliary data 6 months ago
Alexandre Janniaux ee8620572a demux: mkv: dereference optional before passing debug() 6 months ago
Steve Lhomme 1ffcd7d86b demux: mkv: fix default language leak 6 months ago
Steve Lhomme 37e0097a47 demux: mkv: only set the video.pose if the track won't be discarded 6 months ago
Steve Lhomme ec79f5fce5 demux: mkv: check the language string is a valid ISO639 one 6 months ago
Steve Lhomme 686d636a9e demux: mkv: handle the IETF language with more priority than the old language element 6 months ago
Steve Lhomme e99cddb6e7 demux: mkv: use "eng" as the default language. 6 months ago
Steve Lhomme 36decaa0b3 demux: mkv: add support for VVC 6 months ago
Mathias APARICIO 2df6bca67b demux: mkv: Prevent leak in ParseTrackEntry 7 months ago
Mathias APARICIO 4219757a3c demux: mkv: fix stack overflow in script interpreter 7 months ago
Steve Lhomme e2c579c7df demux: mkv: only interpret the command has a value to interpret 7 months ago
Steve Lhomme b63629f2ae demux: mkv: discard GotoAndPlay command if there's extra text before the parenthesis 7 months ago
Steve Lhomme e32aac7836 demux: mkv: avoid infinite loop on entering a chapter with GotoAndPlay(<itself>) 7 months ago
Steve Lhomme ccc1774257 demux: mkv: pass the MatroskaChapterProcessTime to the command interpreter 7 months ago
Steve Lhomme dd71c902f3 demux: mkv: fix string to chapter_uid conversion 7 months ago
Steve Lhomme 36d591a3e9 demux: mkv: fix leak on multiple string definition 7 months ago
Steve Lhomme 39cde5970d demux: mkv: don't keep the segment original file name 7 months ago
Steve Lhomme 693f19eda6 demux: mkv: don't keep the segment string date 7 months ago
Steve Lhomme 99df59ea4f demux: mkv: split helpers to get UTF8 without a copy 7 months ago
Steve Lhomme 804bb1183d demux: mkv: avoid leaking elements we overwrite 7 months ago
Steve Lhomme d51fc15b96 demux: mkv: fix PrivateTrackData not checking errors properly 7 months ago
Steve Lhomme c55b595dcc demux: mkv: fix potential input buffer overrun 7 months ago
Steve Lhomme 8af818eca9 demux: mkv: add support for LZO1X decompression via lzokay 8 months ago
Steve Lhomme 5ea45b5287 demux: mkv: use VLC-like 16-bit little endian reader for lzo1x 8 months ago
Steve Lhomme 1736cc96f7 demux: mkv: use standard way to get size_t maximum for lzo1x 8 months ago
Steve Lhomme 4e82b1e8d0 demux: mkv: remove unused lzo1x compression code 8 months ago
Steve Lhomme 235c0fef76 demux: mkv: add LZO1X decompression code from lzokay 8 months ago
Steve Lhomme 2c38b23ccd demux: mkv: fix potential division by zero 9 months ago
Steve Lhomme 8f5fc2c2f1 demux: mkv: fix frame leak on Block read error 9 months ago
Steve Lhomme c9af0b78af demux: mkv: use safer cast to Cook_PrivateTrackData 10 months ago
Steve Lhomme 49eaa39aac demux: mkv: use a C++ vector for the RealAudio sub packets 10 months ago
Steve Lhomme 216e30ef43 demux: mkv: use the coded_frame_size for RA288 block alignment 10 months ago
Steve Lhomme 04f5babb91 demux: mkv: move the RealAudio structures in util.cpp 10 months ago
Steve Lhomme 7cac9cbe05 demux: mkv: parse RealAudio extradata directly in Cook_PrivateTrackData 10 months ago
Steve Lhomme 547448a0d1 demux: mkv: add a simple byte reader class 10 months ago
Steve Lhomme b714e22d6b demux: mkv: read the cook/atrac3 blockalign in A_REAL__helper 10 months ago
Steve Lhomme 7af48e2945 demux: mkv: check the real_audio_private size based on packed size 10 months ago
Steve Lhomme 80fae6dbb2 demux: mkv: pass VLC_CODEC_xxx as vlc_fourcc_t 10 months ago
Steve Lhomme b01b944250 demux: mkv: only send actual blocks 10 months ago
Steve Lhomme f9500c2367 Revert "demux:mkv: fix wrong value reset after clean of an array" 10 months ago
Steve Lhomme 520ccf8912 demux: mkv: move local updated range into ranges 11 months ago
Steve Lhomme ed4a4b30b9 demux: mkv: move local classes into tags containers 11 months ago
Steve Lhomme e323603c61 demux: mkv: avoid leaking KaxChapterTranslateID on overwriting 11 months ago
Steve Lhomme 59f5eb9acc demux: mkv: avoid leaking string on overwriting 11 months ago
Steve Lhomme 40c025729e demux: mkv: avoid leaking block on error 11 months ago
Steve Lhomme d90a850486 demux: mkv: on keep chapter valid chapter_translation_c 11 months ago
Steve Lhomme 86200a59f6 demux: mkv: add a way to validate a chapter_translation_c 11 months ago
Steve Lhomme 5bdb5a5904 demux: mkv: fix uncaught throw when reading Block data 11 months ago
Steve Lhomme 6c5297b7db demux: mkv: fix uncaught throw when reading Cluster first elements 11 months ago