Age | Commit message (Expand) | Author |
2008-04-08 | Merge from 1.1. | Darren Salt |
2008-04-07 | Fix vorbis initialization problem in the matroska demuxer due to my last vorb... | Thibaut Mattern |
2008-04-02 | Merge from 1.1. | Darren Salt |
2008-03-30 | Add video/x-matroska. | Darren Salt |
2008-03-26 | Merge from 1.1. | Darren Salt |
2008-03-26 | Be more careful with malloc(x+1), particularly on 32-bit. | Darren Salt |
2008-02-29 | Merge from 1.1. | Darren Salt |
2008-02-18 | Timecode diff is signed. | Thibaut Mattern |
2008-02-04 | Report the identifiers of unrecognised video & audio codecs. | Darren Salt |
2008-02-04 | Merge from 1.1. | Darren Salt |
2008-02-04 | Merge. | Darren Salt |
2008-02-04 | Backed out changeset a8b157e7359c (reported to cause a regression). | Darren Salt |
2008-02-04 | Check block sizes & frame sizes. Use unsigned variables where appropriate. | Mathieu Olivier |
2008-01-14 | Signedness bug in Matroska PTS calculation | Dirk Leber |
2007-12-30 | Manual port of the color→colour change to 1.2; should make merging easier. | Darren Salt |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-18 | There's no need to use an if: when block_data is NULL, realloc() acts as mall... | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use parse_ebml_sint rather than parse_ebml_uint when reading int64_t types. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Don't cast pointers, remove warning. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Free the temporary variables that are allocated, avoid memory leaks. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Make codec_private the same type as the final data target. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for demuxer plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fix thinko. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all demux plugins to the new identifier/description interface. Add _()... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-10-18 | Merge from 1.1. | Darren Salt |
2007-10-10 | Stop a really irritating fprintf() that really should not be. | Matt Messier |
2007-07-02 | Merge with 1.1. | Diego 'Flameeyes' Pettenò |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-12-13 | Free the temporary variables that are allocated, avoid memory leaks. | Diego 'Flameeyes' Pettenò |
2007-11-11 | Merge transplanted patches. | Darren Salt |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Replace the duplicated meFOURCC macro with ME_FOURCC that is declared in bswa... | Diego 'Flameeyes' Pettenò |
2007-03-12 | Allow DTS audio tracks in Matroska files. Sample reported by Stefan Monov. | Diego 'Flameeyes' Pettenò |
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2007-01-07 | Fix demuxing of uncompressed VobSub subtitles in Matroska files | Mathieu Olivier |