summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2008-01-26Merge from 1.1.Darren Salt
2008-01-26Fix a few recently-caused compiler warnings.Darren Salt
2008-01-25Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...Claudio Ciccani
2008-01-25Report unofficial mimetypes (x- variants) for the Ogg demuxer too.Diego 'Flameeyes' Pettenò
2008-01-25Advertise proper support for FLAC files.Diego 'Flameeyes' Pettenò
2008-01-25Fixed parsing of keyframes indices (do not assume a specific order betwen "ti...Claudio Ciccani
2008-01-25Merge from 1.1.Darren Salt
2008-01-24Fix a possible crash on channel change in the DVB plugin.Darren Salt
2008-01-23Sanity-check ASF header sizes.Darren Salt
2008-01-22Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2008-01-21Fixed logging.Thibaut Mattern
2008-01-21Fixed logging.Thibaut Mattern
2008-01-21Fixed problems introduced by the free bitrate handling when frame sync is lost.Thibaut Mattern
2008-01-20Comment out "#define LOG" again.Darren Salt
2008-01-19Cleanup.Thibaut Mattern
2008-01-19MergeThibaut Mattern
2008-01-19Initial support of free bitrate streams.Thibaut Mattern
2008-01-17Merge from 1.1.Darren Salt
2008-01-16Put under #if 0 a few functions that never gets used in xine at all.Diego 'Flameeyes' Pettenò
2008-01-14Update mimetypes for Annodex and Ogg.Diego 'Flameeyes' Pettenò
2008-01-14Support all the extensions reported by xiph's documentation (plus ogm).Diego 'Flameeyes' Pettenò
2008-01-12Fixed metadata reading when length=0.Thibaut Mattern
2008-01-12Don't send BUF_FLAG_FRAME_START twice per frame, otherwise the ffmpeg plugin ...Thibaut Mattern
2008-01-06Merge from 1.1.Darren Salt
2008-01-06Tell the Real demuxer about lists of http references.Darren Salt
2008-01-03Detect corrupted or broken seek tables for CBR MP3 files. [Bug #3]Thibaut Mattern
2008-01-02Make the mpeg version a static constant character array.Diego 'Flameeyes' Pettenò
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-29Only check for the chunk's size to be lesser than 100 when reading the COMM_TAG.Diego 'Flameeyes' Pettenò
2007-12-26Fix pls parsing (broken in cset e0819c1c624a).Darren Salt
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-26Fix pls parsing (broken in cset e0819c1c624a).Darren Salt
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-12-19Remove orphaned functions.Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Add and use new functions for malloc+memcpy(+NUL-term) fragments.Darren Salt
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-18Merge from 1.1.Darren Salt
2007-12-18Use automatic buffers rather than malloc/free the buffer.Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when allocating an array of elements.Diego 'Flameeyes' Pettenò
2007-12-18There's no need to use an if: when block_data is NULL, realloc() acts as mall...Diego 'Flameeyes' Pettenò
2007-12-18Use an automatic array rather than malloc'ing and free'ing it on the function.Diego 'Flameeyes' Pettenò
2007-12-18Only open (and close) iconv in asf_header_parse_content_description.Diego 'Flameeyes' Pettenò
2007-12-18Check for buffer_len before allocating the buffer, so it hasn't to be freed.Diego 'Flameeyes' Pettenò
2007-12-18Set the values of buffers in the same if as they are tested.Diego 'Flameeyes' Pettenò
2007-12-18Allocate the preview buffer only when actually needed; use zeroed allocation ...Diego 'Flameeyes' Pettenò
2007-12-18Use calloc() when the allocated size would be counted by multiplying the size...Diego 'Flameeyes' Pettenò