]> granicus.if.org Git - libmatroska/shortlog
libmatroska
2011-09-11 Moritz BunkusMove definition of KaxCodeVersion into the library
2011-08-24 Moritz BunkusAlways initialize member variables
2011-07-11 Moritz BunkusRemoved set but unused variable
2011-06-26 Moritz Bunkusspec file version number bump
2011-06-26 Moritz BunkusRelease date update
2011-06-15 Moritz BunkusBumped version number in Debian changelog
2011-06-15 Moritz BunkusBumped the library SONAME due to binary incompatibility
2011-06-15 Steve Lhommelibmatroska: the new version will be 1.2.0 due to ABI...
2011-06-12 Steve Lhommeupdate the version headers
2011-06-12 Steve Lhommelibmatroska: update ChangeLog & version
2011-06-12 Steve Lhommelibmatroska: do not read data in KaxBlockVirtual, just...
2011-06-12 Steve Lhommelibmatroska: properly use the macros for Context_KaxMat...
2011-06-11 Steve Lhommelibmatroska: bring back KaxMatroska_Context (used in...
2011-03-27 Steve Lhommelibmatroska: try to fix some EBML test includes
2011-03-27 Steve Lhommelibmatroska: use the generated semantic code instead...
2011-03-25 Moritz BunkusUpdated the "Section" entries in the Debian package...
2011-03-22 Steve Lhommelibmatroska: fix some semantic mismatch with the specs
2011-02-12 Steve Lhommeremove no longer needed tests for old/outdated/previous...
2011-01-30 Moritz BunkusUpdated spec file version numbers
2011-01-30 Moritz BunkusWrong package name
2011-01-30 Moritz BunkusUpdated Debian changelog
2011-01-30 Moritz BunkusSet release date
2011-01-29 Moritz BunkusIncreased library .so name to .3
2010-09-10 Steve Lhommefix a memory leak in KaxReferenceBlock when an internal...
2010-09-05 Steve Lhommelibmatroska: add KaxTrackOperation and related elements...
2010-08-15 Steve Lhommelibebml/libmatroska: compile under MinGW32 even if...
2010-08-07 Steve Lhommelibmatroska: add KaxTrackDependency and related element...
2010-07-29 Steve Lhommelibmatroska: KaxCues::AddBlockGroup() was removed as...
2010-07-05 Steve Lhommelibmatroska: add the possibility for a DataBuffer class...
2010-07-05 Steve Lhommelibmatroska: remove KaxTagMulti from the non-generated...
2010-07-04 Steve LhommeChangeLog update
2010-07-04 Steve Lhommelibmatroska: remove all references to the old/outdated...
2010-07-04 Steve Lhommelibmatroska: fix the test6 code (it was using the old...
2010-07-04 Steve Lhommeonly use a single coremake dir in the tree (from corec...
2010-06-27 Steve Lhommelibmatroska: HAVE_EBML2 comes from the config.h and...
2010-06-26 Steve Lhommelibmatroska: add a missing svn:keywords
2010-06-26 Steve Lhommelibebml: move some operator code in the .cpp files...
2010-06-25 Steve Lhommelibmatroska: change the order of an export so that...
2010-06-24 Steve Lhommelibmatroska: the next lib will be 1.1.0 because of...
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
next