summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2007-03-29More reordering to reduce padding.Diego 'Flameeyes' Pettenò
2007-03-29Reorder fields and make use of a bitmask for boolean flags.Diego 'Flameeyes' Pettenò
2007-03-29Reorder a few fields to, well, fill some holes.Diego 'Flameeyes' Pettenò
2007-03-29A little more reodering, and convert a few more fields to 1-bit flags.Diego 'Flameeyes' Pettenò
2007-03-29Reorder fields to remove a 4+4 bytes holes.Diego 'Flameeyes' Pettenò
2007-03-29Remove unused bytes_per_sec attribute on demux_ra_t. Move block_align and mak...Diego 'Flameeyes' Pettenò
2007-03-29Move streaminfo at the end of the structure to avoid padding.Diego 'Flameeyes' Pettenò
2007-03-29Reorder demux_tta_t structure so that all the important pointers and variable...Diego 'Flameeyes' Pettenò
2007-03-29Disable logging that I've left enabled by mistake.Diego 'Flameeyes' Pettenò
2007-03-29Bitrate has to be 32-bit, or it overruns.Diego 'Flameeyes' Pettenò
2007-03-29Code cleanup: don't export all the bits read in the header to the whole plugi...Diego 'Flameeyes' Pettenò
2007-03-26More bitmasks, this might be interesting, as it reduces the size quite a bit,...Diego 'Flameeyes' Pettenò
2007-03-26Optimise the demux_mpeg_pes_t structure a bit, instead of using two int32_t a...Diego 'Flameeyes' Pettenò
2007-03-26Add support for H.264 video stream in PES packets. Patch by Reinhard Nissl.Diego 'Flameeyes' Pettenò
2007-03-24Make sure that the big tables are both static and const, so that they don't g...Diego 'Flameeyes' Pettenò
2007-03-22Instead of rewriting the install and uninstall rules for headers, simply chan...Diego 'Flameeyes' Pettenò
2007-03-19Cleanup block-based support in AC3 and DTS demuxers. Original patch by Matthi...Diego 'Flameeyes' Pettenò
2007-03-17Use memcmp to check for the WAV signature; use xine_xmalloc rather than simpl...Diego 'Flameeyes' Pettenò
2007-03-17Simplfiy the Makefile.am, set AM_LDFLAGS rather than repeating it all over, u...Diego 'Flameeyes' Pettenò
2007-03-17When parsing flv metadata, do not assume that keywords are zero-terminated andClaudio Ciccani
2007-03-17Do not send duration extra info when framerate is not known.Claudio Ciccani
2007-03-12Allow DTS audio tracks in Matroska files. Sample reported by Stefan Monov.Diego 'Flameeyes' Pettenò
2007-03-09Test presence of alloca.h and include it if present; suggested by a patch fro...Diego 'Flameeyes' Pettenò
2007-03-03Reduce priority of aac demuxer, so that it doesn't crash when playing online ...Diego 'Flameeyes' Pettenò
2007-03-03Add two extra functions (inline as they are just a return statement) that che...Diego 'Flameeyes' Pettenò
2007-03-03Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu...Diego 'Flameeyes' Pettenò
2007-03-03Instead of blindly ignoring the ID3v2 tags, try to parse them. The switch blo...Diego 'Flameeyes' Pettenò
2007-03-03Use LOG_MODULE in the log messages, so that during copy and paste I don't end...Diego 'Flameeyes' Pettenò
2007-03-02Simplify a lot the code for ID3v2 skip.Diego 'Flameeyes' Pettenò
2007-03-02Fixed content type detection for AAC (seekable) streams with ID3v2 tags prefi...Diego 'Flameeyes' Pettenò
2007-02-25Remove unused variable.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2007-02-03Broken MIME type.Darren Salt
2007-01-24Remove demux_wavpack.c from here, as it's being moved in a different directory.Diego 'Flameeyes' Pettenò
2007-01-23- Don't try to print "<title> / <chapter>" if there's no title, avoidBastien Nocera
2007-01-23Correctly report the current progress of the song, and remove this->length at...Diego 'Flameeyes' Pettenò
2007-01-23Return the correct length for the stream.Diego 'Flameeyes' Pettenò
2007-01-23Set audio channels, samplerate and bits per sample properties.Diego 'Flameeyes' Pettenò
2007-01-22Added mimetype application/ogg.Claudio Ciccani
2007-01-22Must check whether "key" is NULL when parsing flash vars.Claudio Ciccani
2007-01-22Parse the keyframes list for faster seek.Claudio Ciccani
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-18Mark pointers as const wherever possible, as an extra safety. Code generation...Diego 'Flameeyes' Pettenò
2007-01-14Support VP6 video.Claudio Ciccani
2007-01-07Fix demuxing of uncompressed VobSub subtitles in Matroska filesMathieu Olivier
2007-01-03Support setting the playback start time over MMS.Claudio Ciccani
2006-12-26 * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine).Diego 'Flameeyes' Pettenò
2006-12-26 * Implement a True Audio files demuxer. [bug #1586381]Diego 'Flameeyes' Pettenò