Age | Commit message (Expand) | Author |
2008-03-28 | More checking for memory allocation failures. | Darren Salt |
2008-03-23 | Replace various malloc(x*sizeof(y)) with calloc(x,sizeof(y)). | Darren Salt |
2008-03-23 | Check for failure of various memory allocations. (SA29484) | Darren Salt |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | 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-05-31 | Patch: fix parsing qt/mov embedded refernces | Claudio Ciccani |
2007-04-21 | Add support for MDHD version 1 atom in demux_qt. [bug #1679398] | Diego 'Flameeyes' Pettenò |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò |
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a con... | Diego 'Flameeyes' Pettenò |
2006-11-11 | Fixed a potential crash when parsing a "moov" atom containing an unsupported ... | Mathieu Olivier |
2006-07-10 | Add support for m4b extension to the Qt demuxer, to be able to play audiobook... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-19 | - we don't check the retvals, so zero the buffers just in case | Bastien Nocera |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-04-21 | Add printf format attributes. | Darren Salt |
2006-03-16 | [coverity] | Thibaut Mattern |
2005-10-02 | another special case: this one covers files that are read via | Mike Melanson |
2005-07-17 | Improve ASX parsing. | Darren Salt |
2005-06-17 | **BUGFIX** | James Stembridge |
2005-03-06 | special-case time in order to support ALAC (when it gets imported from | Mike Melanson |
2005-03-01 | different but more consistent hack for CBR audio with no extended | Mike Melanson |
2005-02-06 | Added node_plugin_t pointer to the demux struct. | Thibaut Mattern |
2005-01-02 | **BUGFIX** | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-13 | .m4a is, more generically, MPEG-4 audio | Andre Pang |
2004-11-12 | QuickTime demuxer can demux iTunes's .m4a files too | Andre Pang |
2004-10-16 | Mace decoder hack | Thibaut Mattern |
2004-09-11 | Support for H.264/AVC video | James Stembridge |
2004-08-18 | allow seaking to end of file | James Stembridge |
2004-08-18 | 1) Always store fourcc's in machine endian order | James Stembridge |
2004-07-07 | fix typo (bug #977510) | Miguel Freitas |
2004-06-15 | fix variable declarations | Miguel Freitas |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-06-07 | Try to determine if wave atom actually contains a waveformatex header | James Stembridge |
2004-06-01 | Add FIXME comment. | James Courtier-Dutton |
2004-06-01 | better workaround for alac, another of the MPEG audio clique that | Mike Melanson |
2004-05-30 | special provision for 'samr', another codec that doesn't play by the | Mike Melanson |
2004-05-16 | Priority support. | Thibaut Mattern |
2004-04-30 | - simple work-around for an ALAC (iTunes Lossless Codec) file from: | Bastien Nocera |
2004-03-02 | 2 more QT meta atoms, one for composer and one for year | Mike Melanson |
2004-02-29 | compute and set the bitrate for CBR audio streams | Mike Melanson |
2004-02-29 | support the 'meta' atom type that iTunes is fond of using for its music | Mike Melanson |
2004-02-09 | Always send frame duration using BUF_FLAG_FRAMERATE | James Stembridge |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |