issues
search
Matroska-Org
/
libebml
a C++ library to parse EBML files
GNU Lesser General Public License v2.1
140
stars
47
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use Clang 19 on Linux
#300
robUx4
closed
1 month ago
0
Use latest Ubuntu and LLVM toolchains for testing
#299
robUx4
closed
1 month ago
1
restrict the ranges of valid EBML ID values
#298
robUx4
opened
1 month ago
0
Add a Big Endian CI target
#297
robUx4
opened
4 months ago
0
fix compilation by including header in which std::find is defined
#296
mbunkus
closed
4 months ago
0
CI: use latest Ubuntu and llvm18
#295
robUx4
closed
7 months ago
0
allow reading at the top level with EbmlHead+doctype top elements
#294
robUx4
opened
8 months ago
1
make the library fully usable without RTTI
#293
robUx4
opened
8 months ago
0
remove constexpr from DEFINE_xxx_CONTEXT()
#292
robUx4
closed
8 months ago
0
Make more use of typed children macros and remove FindElt
#291
robUx4
closed
8 months ago
1
Revert "Make more use of typed children macros and remove FindElt"
#290
mbunkus
closed
8 months ago
4
Rework element creation
#289
robUx4
opened
8 months ago
0
fix missing/forced libebml namespace
#288
robUx4
closed
8 months ago
0
remove deprecated EbmlCodeDate string
#287
robUx4
closed
8 months ago
0
add a "namespace" to the EbmlDocVersion
#286
robUx4
closed
8 months ago
1
Make more use of typed children macros and remove FindElt
#285
robUx4
closed
8 months ago
1
Make ShouldWrite policy a state of each element
#284
robUx4
opened
8 months ago
0
Make the list of global elements non recursive
#283
robUx4
opened
8 months ago
0
Use std::optional for element value+value is set
#282
robUx4
opened
8 months ago
0
add a "namespace" to the EbmlDocVersion
#281
robUx4
closed
8 months ago
0
Bump actions/checkout from 3 to 4
#280
dependabot[bot]
closed
8 months ago
1
fix UpdateSize return type
#279
robUx4
closed
8 months ago
0
Handle global elements as a list of EbmlCallbacks
#278
robUx4
opened
8 months ago
0
Use the EbmlDocVersion constraints when checking/adding mandatory elements
#277
robUx4
opened
8 months ago
0
Add code coverage in the CI
#276
robUx4
opened
8 months ago
0
Show the CMake configuration at the end of configuration
#275
robUx4
opened
8 months ago
0
don't capture anything while looking for a CRC32 element
#274
robUx4
closed
8 months ago
0
Move the element size check in EbmlCallbacks
#273
robUx4
opened
8 months ago
8
Move the size information in EbmlCallbacks
#272
robUx4
opened
8 months ago
2
remove linux-13 from the list of workflows
#271
robUx4
closed
8 months ago
0
some cppcheck/gcc cleanups
#270
neheb
closed
8 months ago
0
Don't export EbmlMaster context, use the class static member
#269
robUx4
closed
8 months ago
9
Fix DLL export a constexpr
#268
robUx4
closed
8 months ago
0
Add macros and reuse macros
#267
robUx4
closed
8 months ago
1
Make GetSemantic(i) return a constexpr
#266
robUx4
opened
8 months ago
2
Use more constexpr return values/references
#265
robUx4
closed
8 months ago
0
Turn main EBML macros into static inlines
#264
robUx4
closed
8 months ago
2
Clean empty master context handling
#263
robUx4
closed
8 months ago
0
drop CMake older than 3.5
#262
robUx4
closed
8 months ago
0
remove unused variable
#261
neheb
closed
8 months ago
0
disable most verbose warnings in MSVC in Dev Mode
#260
robUx4
closed
8 months ago
0
use if constexpr for always constant test known at compilation time
#259
robUx4
closed
8 months ago
0
make EbmlElement::HeadSize private
#258
robUx4
closed
8 months ago
4
fix MemIOCallback IOCallback write return type
#257
robUx4
closed
8 months ago
0
Make the size length Unsigned
#256
robUx4
closed
8 months ago
0
Rework EbmlVoid internals
#255
robUx4
closed
8 months ago
0
add missing filter checks in UpdateSize()
#254
robUx4
closed
8 months ago
0
Fix sign conversion in MSVC byte swapping
#253
robUx4
closed
8 months ago
0
Use more standard exceptions and remove CRTError exception
#252
robUx4
closed
8 months ago
0
Simplify CRC32 writing
#251
robUx4
closed
8 months ago
0
Next