Age | Commit message (Expand) | Author |
2007-12-13 | Use the ID3 tag macros to identify the correct _parse_tag function to use. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use ME_FOURCC to define the ID3V2 tag macros. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Pass the new id3_signature parameter to the _parse_tag functions. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use the new id3_signature parameter in id3v2_parse_header. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Use ID3V2X_TAG and _MASK to identify ID3 signature. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Define a generic ID3v2.x tag and a mask to identify it. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Remove FOURCC_TAG and replace with explicit BE_FOURCC. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit intege... | Diego 'Flameeyes' Pettenò |
2007-12-12 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
2007-12-12 | Replace usage of xine_xmalloc_aligned() with av_mallocz() from libavutil, lin... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use libavutil's crc routine rather than xine-utils's. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail when using BY_CONTENT detection, missing autodetection. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Allow the TS demuxer to accept dvb streams; fix BY_MRL detection for slave. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Fail opening the device while using BY_CONTENT detection method, only allow B... | 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 | Mark wc3_pal_lookup static. | 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 | Add a default_demux_plugin_dispose macro, and use it when the plugin dispose ... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Define free() as the default dispose function for plugin classes. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Add a textdomain field to allow using a different i18n catalog for the descri... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all demux plugins to the new identifier/description interface. Add _()... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Replace get_identifier/get_description functions with strings. | Diego 'Flameeyes' Pettenò |
2007-12-02 | silence stdout of ogg demuxer | Matthias Kretz |
2007-11-25 | Merge from 1.1. | Darren Salt |
2007-11-25 | Fix a signedness issue in genre number validation. | Darren Salt |
2007-11-25 | Avoid any future need to alter ID3_GENRE_COUNT. | Darren Salt |
2007-11-25 | patch adding additional ID3 genres | Maximilian Schwerin |
2007-11-24 | Add option to disable Nosefart/NSF plugin building. | Diego 'Flameeyes' Pettenò |
2007-11-23 | Merge. | Darren Salt |
2007-11-23 | fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS... | Matthias Kretz |
2007-11-20 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
2007-11-18 | Get filesize from metadata, when available. | Claudio Ciccani |
2007-11-18 | Implemented a faster method to seek to absolute position (seek+resync). | Claudio Ciccani |
2007-11-17 | Send headers using script information as reference (when available). | Claudio Ciccani |
2007-11-14 | Move CRC32 code into a common file (& out of the DVB input & TS demux plugins). | Darren Salt |
2007-11-14 | Merge from 1.1. | Darren Salt |
2007-11-13 | Fix a possible DVB plugin crash when switching channels. | Darren Salt |
2007-11-12 | Do not mind about ASX playlist version. | Claudio Ciccani |
2007-11-11 | Merge transplanted patches. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Added new playlist demuxer, supporting M3U, RAM, PLS, QTL, ASX, SMIL, XSPF, | Claudio Ciccani |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |