]> granicus.if.org Git - libmatroska/shortlog
libmatroska
2010-06-24 Steve Lhommelibmatroska: give access to the SetParent to KaxSimpleB...
2010-06-21 Moritz BunkusUpdated version numbers and fixed DOS style newlines...
2010-06-05 Moritz BunkusVersion number bump for the Debian package
2010-06-04 Steve Lhommelibebml/libmatrosla: update the ChangeLog for the 1...
2010-06-04 Moritz BunkusIncreate library SONAME due to binary incompatible...
2010-06-04 Moritz BunkusSet version number to 1.0.0
2010-05-29 Moritz BunkusFix Win32 compilation
2010-05-25 Steve Lhommelibebml/libebml2: only Master elements can have an...
2010-05-09 Moritz BunkusFix the spec files for Fedora and SuSE
2010-05-09 Moritz BunkusUpdated the version number for the Debian package.
2010-05-09 Moritz BunkusFixed DOS newlines & set the eol-style property
2010-04-30 Steve Lhommev1: fix the StereoMode ID according to the specs
2010-04-30 Steve Lhommev1: update the ChangeLog files for imminent release
2010-04-30 Steve Lhommev1/v2: Add support for const iterators where necessary
2010-04-20 Steve Lhommev2: no need to set the ID size with v2
2010-04-20 Steve Lhommev2: handle the default global EBML elements (Void and...
2010-04-19 Steve Lhommev1: favor the use of iterators rather than direct acces...
2010-04-16 Steve Lhommev1: add a safety check assert
2010-04-15 Steve Lhommev1/v2: clean the access of EbmlId data
2010-04-13 Steve Lhommeadd new ghost params necessary for libebml2
2010-04-11 Moritz BunkusLet the user use CXXFLAGS for his own flags. Fix for...
2010-04-09 Steve Lhommev1/v2: the v2 classes always need their own context...
2010-04-09 Steve Lhommev1: fix some elements type
2010-04-08 Steve Lhommeuse DECLARE_EBML_*** in the legacy code too
2010-04-08 Steve Lhommeuse the better constructor for v1 and v2
2010-04-08 Steve Lhommeadd EBML_CLASS_SEMCONTEXT() for a more generic way...
2010-04-07 Moritz BunkusFixed wrong DebugName of the SegmentUID element
2010-04-07 Steve Lhommenew macro to define the old EbmlSemanticContext if...
2010-04-07 Steve Lhommeuse a macro to define the semantic tables as the v2...
2010-04-07 Steve Lhommereplace DEFINE_MKX_MASTER_NOBODY() with DEFINE_MKX_MAST...
2010-04-07 Steve Lhommemark ValidateSize() as virtual (as a reminder)
2010-04-07 Steve Lhommeby default the any size is OK for Binary elements
2010-04-07 Steve Lhommeput the default clone constructor in the macros as...
2010-04-07 Steve Lhommethe DECLARE_xxx macros now include the EBML_CONCRETE_CL...
2010-04-06 Steve Lhommemove the default values in the .cpp files via the new...
2010-04-06 Steve Lhommeupdate the v2 code to match the latest v1 changes ...
2010-04-05 Steve Lhommeadd a default constructor to EbmlMaster based classes
2010-04-05 Steve Lhommeno need to rename contexts that are not exported
2010-04-05 Steve LhommeEOL-style native for the new (internal) include
2010-04-05 Steve Lhommefinish moving the EBML element definitions to the new...
2010-04-03 Steve Lhommeuse the new macros to define EBML class elements
2010-04-03 Steve Lhommemore options for the EBML master definitions
2010-04-02 Steve Lhommedo not access Data directly
2010-03-27 Moritz BunkusProperly compare elements
2010-03-25 Steve Lhommeadd matroska_init() and matroska_done() functions,...
2010-03-23 Moritz BunkusMade changing the tool paths easier. Do not refuse...
2010-03-23 Moritz BunkusDo not try to build a static libmatroska with a shared...
2010-03-23 Moritz BunkusMake the ranlib and ar executables configurable. Suppor...
2010-03-23 Moritz BunkusDo not try to free() pointers pointing to member variables
2010-03-19 Steve Lhommeexplain why the USEINCLUDE corec is necessary even...
2010-03-19 Steve Lhommeintroduce filepos_t for all the file position values...
2010-03-18 Steve Lhommeuse a macro for the EbmlMaster iterator as it may diffe...
2010-03-18 Steve Lhommefix the iterator use in the copy constructors
2010-03-17 Steve Lhommethe internal GetData() is the same as GetBuffer()
2010-03-17 Steve Lhommenew macros to hide the internal variables of the contex...
2010-03-15 Steve Lhommeupdate the copyright notice to 2010
2010-03-15 Steve Lhommeadd a macro to define all the pure virtual methods...
2010-03-15 Steve Lhommeadd macros to access the EbmlId internal variables
2010-03-15 Steve Lhommeadd some macros to access the EBML ID/Context and use...
2010-03-15 Steve Lhommeuse the new accessors internally
2010-03-15 Steve Lhommereordering and misc cleaning
2010-03-15 Steve Lhommecast to EbmlId instead of accessing Generic() GlobalId...
2010-03-15 Steve Lhommeuse a safer type cast rather than setting the internal...
2010-03-15 Steve Lhommeinteger and boolean variables don't need a const when...
2010-03-15 Steve Lhommefix the coremake project for inclusion in other projects
2010-02-18 Steve Lhommemove the sources from the dead coreforge server